Trace number 229759

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.05 1810.13

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-39_ext.xml
MD5SUM633ed2625aacea0b26a4fb7536718f06
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark114.517
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.22	c start processing
1.22	c start relation processing
1.25	c start cnf exporting
3.32	c parsing time : 1.055
3.32	c preprocessing time : 3.159
3.33	
3.33	c Nary constraints - conflicts : 0 supports : 0
3.33	c Binary constraints - conflicts : 447 supports :15
3.33	c max arity constraint : 2
3.33	c Max Tuples generated 0
3.33	c relations : 462
3.33	c relations BDD: 0
3.33	c vars : 1151 - clauses :  76323
3.33	
3.36	 
3.36	c --- Minisat Stats ---
3.36	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node56/watcher-229759-1168310250 -o ROOT/results/node56/solver-229759-1168310250 -C 1800 -M 900 /tmp/evaluation/229759-1168310250/galac.sh /tmp/evaluation/229759-1168310250/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.96 1.91 5/75 7603
/proc/meminfo: memFree=1609664/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=8560 CPUtime=0
/proc/7602/stat : 7602 (galac.sh) R 7600 7602 7354 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 179423125 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253307373455 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7602/statm: 2140 253 197 79 0 133 0

[startup+0.107231 s]
/proc/loadavg: 1.92 1.96 1.91 5/75 7603
/proc/meminfo: memFree=1609664/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=0.01
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.515266 s]
/proc/loadavg: 1.92 1.96 1.91 5/75 7603
/proc/meminfo: memFree=1609664/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=0.01
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33835 s]
/proc/loadavg: 1.92 1.96 1.91 4/83 7623
/proc/meminfo: memFree=1539136/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=0.01
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7616] ppid=7602 vsize=861064 CPUtime=1.27
/proc/7616/stat : 7616 (java) S 7602 7602 7354 0 -1 0 19699 0 1 0 116 11 0 0 18 0 8 0 179423129 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7616/statm: 215266 19453 1993 14 0 201471 0
[pid=7616/tid=7617] ppid=7602 vsize=861064 CPUtime=0.03
/proc/7616/task/7617/stat : 7617 (java) S 7602 7602 7354 0 -1 64 3789 0 0 0 2 1 0 0 16 0 8 0 179423133 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7618] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7618/stat : 7618 (java) S 7602 7602 7354 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179423133 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7619] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7619/stat : 7619 (java) S 7602 7602 7354 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 179423133 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7620] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7620/stat : 7620 (java) S 7602 7602 7354 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 179423137 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7621] ppid=7602 vsize=861064 CPUtime=0.26
/proc/7616/task/7621/stat : 7621 (java) R 7602 7602 7354 0 -1 64 994 0 0 0 25 1 0 0 20 0 8 0 179423137 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152968332 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7622] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7622/stat : 7622 (java) S 7602 7602 7354 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179423137 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7623] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7623/stat : 7623 (java) S 7602 7602 7354 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179423137 881729536 19453 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908624

[startup+2.99151 s]
/proc/loadavg: 1.92 1.96 1.91 3/83 7623
/proc/meminfo: memFree=1530432/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=0.01
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7616] ppid=7602 vsize=861064 CPUtime=2.93
/proc/7616/stat : 7616 (java) R 7602 7602 7354 0 -1 0 21668 0 1 0 280 13 0 0 25 0 8 0 179423129 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074165096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7616/statm: 215266 21419 1997 14 0 201471 0
[pid=7616/tid=7617] ppid=7602 vsize=861064 CPUtime=0.07
/proc/7616/task/7617/stat : 7617 (java) S 7602 7602 7354 0 -1 64 5721 0 0 0 5 2 0 0 16 0 8 0 179423133 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7618] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7618/stat : 7618 (java) S 7602 7602 7354 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179423133 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7619] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7619/stat : 7619 (java) S 7602 7602 7354 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 179423133 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7620] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7620/stat : 7620 (java) S 7602 7602 7354 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 179423137 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7621] ppid=7602 vsize=861064 CPUtime=0.3
/proc/7616/task/7621/stat : 7621 (java) S 7602 7602 7354 0 -1 64 1024 0 0 0 29 1 0 0 16 0 8 0 179423137 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7622] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7622/stat : 7622 (java) S 7602 7602 7354 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179423137 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7616/tid=7623] ppid=7602 vsize=861064 CPUtime=0
/proc/7616/task/7623/stat : 7623 (java) S 7602 7602 7354 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179423137 881729536 21419 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908624

[startup+6.27983 s]
/proc/loadavg: 1.93 1.96 1.91 3/76 7624
/proc/meminfo: memFree=1597944/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=11756 CPUtime=2.9
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 2817 0 0 0 288 2 0 0 25 0 1 0 179423461 12038144 2799 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 2939 2799 54 142 0 2795 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 59316

[startup+12.7555 s]
/proc/loadavg: 1.93 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1591424/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=17736 CPUtime=9.33
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 4313 0 0 0 930 3 0 0 25 0 1 0 179423461 18161664 4295 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 4434 4295 54 142 0 4290 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 65296

[startup+25.5797 s]
/proc/loadavg: 1.95 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1583872/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=25608 CPUtime=22.1
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 6250 0 0 0 2205 5 0 0 25 0 1 0 179423461 26222592 6232 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 6402 6232 54 142 0 6258 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 73168

[startup+51.2542 s]
/proc/loadavg: 1.96 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1575360/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=33868 CPUtime=47.65
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 8305 0 0 0 4758 7 0 0 25 0 1 0 179423461 34680832 8287 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 8467 8287 54 142 0 8323 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 81428

[startup+102.497 s]
/proc/loadavg: 1.98 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1563136/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=46400 CPUtime=98.65
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 11378 0 0 0 9856 9 0 0 25 0 1 0 179423461 47513600 11360 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 11600 11360 54 142 0 11456 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 93960

[startup+162.572 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1552448/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=57104 CPUtime=158.45
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 14069 0 0 0 15832 13 0 0 25 0 1 0 179423461 58474496 14051 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 14276 14051 54 142 0 14132 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 104664

[startup+222.647 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1543488/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=66104 CPUtime=218.24
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 16249 0 0 0 21809 15 0 0 25 0 1 0 179423461 67690496 16231 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 16526 16231 54 142 0 16382 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 113664

[startup+282.722 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1538304/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=71360 CPUtime=278.04
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 17532 0 0 0 27787 17 0 0 25 0 1 0 179423461 73072640 17514 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 17840 17514 54 142 0 17696 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 118920

[startup+342.797 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 7624
/proc/meminfo: memFree=1538240/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=71360 CPUtime=337.83
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 17562 0 0 0 33766 17 0 0 25 0 1 0 179423461 73072640 17544 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 17840 17544 54 142 0 17696 0
Current children cumulated CPU time (s) 341.12
Current children cumulated vsize (KiB) 118920

[startup+402.867 s]
/proc/loadavg: 2.07 1.99 1.92 3/76 7624
/proc/meminfo: memFree=1537216/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0

################
# More data... #
################

/proc/loadavg: 2.01 2.02 1.94 3/82 7697
/proc/meminfo: memFree=1509200/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=95416 CPUtime=1115.99
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 23275 0 0 0 111575 24 0 0 25 0 1 0 179423461 97705984 23257 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7624/statm: 23854 23257 54 142 0 23710 0
Current children cumulated CPU time (s) 1119.28
Current children cumulated vsize (KiB) 142976

[startup+1183.81 s]
/proc/loadavg: 2.04 2.03 1.95 3/82 7697
/proc/meminfo: memFree=1508624/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=95936 CPUtime=1176
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 23401 0 0 0 117576 24 0 0 25 0 1 0 179423461 98238464 23383 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7624/statm: 23984 23383 54 142 0 23840 0
Current children cumulated CPU time (s) 1179.29
Current children cumulated vsize (KiB) 143496

[startup+1243.87 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 7697
/proc/meminfo: memFree=1504336/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=100448 CPUtime=1235.99
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 24492 0 0 0 123573 26 0 0 25 0 1 0 179423461 102858752 24474 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7624/statm: 25112 24474 54 142 0 24968 0
Current children cumulated CPU time (s) 1239.28
Current children cumulated vsize (KiB) 148008

[startup+1303.94 s]
/proc/loadavg: 2.00 2.02 1.95 3/82 7697
/proc/meminfo: memFree=1496080/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=108704 CPUtime=1295.99
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 26537 0 0 0 129571 28 0 0 25 0 1 0 179423461 111312896 26519 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/7624/statm: 27176 26519 54 142 0 27032 0
Current children cumulated CPU time (s) 1299.28
Current children cumulated vsize (KiB) 156264

[startup+1363.97 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 7697
/proc/meminfo: memFree=1495248/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=109548 CPUtime=1355.98
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 26735 0 0 0 135569 29 0 0 25 0 1 0 179423461 112177152 26717 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7624/statm: 27387 26717 54 142 0 27243 0
Current children cumulated CPU time (s) 1359.27
Current children cumulated vsize (KiB) 157108

[startup+1423.98 s]
/proc/loadavg: 2.12 2.04 1.96 3/88 7769
/proc/meminfo: memFree=1493320/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=110032 CPUtime=1415.9
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 26853 0 0 0 141557 33 0 0 25 0 1 0 179423461 112672768 26835 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7624/statm: 27508 26835 54 142 0 27364 0
Current children cumulated CPU time (s) 1419.19
Current children cumulated vsize (KiB) 157592

[startup+1484.01 s]
/proc/loadavg: 2.36 2.09 1.98 4/93 8288
/proc/meminfo: memFree=1486736/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=110544 CPUtime=1475.24
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 26970 0 0 0 147475 49 0 0 25 0 1 0 179423461 113197056 26944 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 27636 26944 54 142 0 27492 0
Current children cumulated CPU time (s) 1478.53
Current children cumulated vsize (KiB) 158104

[startup+1544.1 s]
/proc/loadavg: 2.16 2.09 1.98 3/82 8371
/proc/meminfo: memFree=1466192/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=110788 CPUtime=1533.17
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 27022 0 0 0 153264 53 0 0 25 0 1 0 179423461 113446912 26996 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 27697 26996 54 142 0 27553 0
Current children cumulated CPU time (s) 1536.46
Current children cumulated vsize (KiB) 158348

[startup+1604.18 s]
/proc/loadavg: 2.06 2.07 1.98 3/82 8371
/proc/meminfo: memFree=1465424/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=111816 CPUtime=1592.69
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 27214 0 0 0 159216 53 0 0 25 0 1 0 179423461 114499584 27188 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 27954 27188 54 142 0 27810 0
Current children cumulated CPU time (s) 1595.98
Current children cumulated vsize (KiB) 159376

[startup+1664.25 s]
/proc/loadavg: 2.02 2.05 1.98 3/82 8371
/proc/meminfo: memFree=1465360/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=111848 CPUtime=1652.22
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 27267 0 0 0 165169 53 0 0 25 0 1 0 179423461 114532352 27207 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 27962 27207 54 142 0 27818 0
Current children cumulated CPU time (s) 1655.51
Current children cumulated vsize (KiB) 159408

[startup+1724.29 s]
/proc/loadavg: 2.04 2.06 1.99 3/82 8371
/proc/meminfo: memFree=1465424/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=111848 CPUtime=1711.71
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 27269 0 0 0 171118 53 0 0 25 0 1 0 179423461 114532352 27209 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 27962 27209 54 142 0 27818 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 159408

[startup+1784.34 s]
/proc/loadavg: 2.01 2.04 1.99 3/82 8371
/proc/meminfo: memFree=1465104/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=112236 CPUtime=1771.23
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 27345 0 0 0 177069 54 0 0 25 0 1 0 179423461 114929664 27285 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 28059 27285 54 142 0 27915 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 159796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.12 s]
/proc/loadavg: 2.01 2.04 1.99 3/82 8371
/proc/meminfo: memFree=1465104/2055920 swapFree=4184772/4192956
[pid=7602] ppid=7600 vsize=47560 CPUtime=3.29
/proc/7602/stat : 7602 (galac.sh) S 7600 7602 7354 0 -1 4194304 799 23380 0 1 0 0 313 16 17 0 1 0 179423125 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7602/statm: 11890 364 246 79 0 218 0
[pid=7624] ppid=7602 vsize=112236 CPUtime=1796.76
/proc/7624/stat : 7624 (minisat) R 7602 7602 7354 0 -1 4194304 27347 0 0 0 179622 54 0 0 25 0 1 0 179423461 114929664 27287 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 28059 27287 54 142 0 27915 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 159796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 7602 and gives childrusage.ru_utime.tv_sec=3 childrusage.ru_utime.tv_usec=137523 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=169974
CPU time returned by wait4() is 3.3075
while last known CPU time is 1800.05

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1810.13
CPU time (s): 1800.05
CPU user time (s): 1799.35
CPU system time (s): 0.7
CPU usage (%): 99.4432
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.13752
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24179
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 951
involuntary context switches= 891

runsolver used 2.26166 s user time and 5.76712 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 02:37:30 UTC 2007


IDJOB= 229759
IDBENCH= 6355
FILE ID= node56/229759-1168310250

PBS_JOBID= 3502359

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-39_ext.xml
COMMAND LINE= /tmp/evaluation/229759-1168310250/galac.sh /tmp/evaluation/229759-1168310250/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-229759-1168310250 -o ROOT/results/node56/solver-229759-1168310250 -C 1800 -M 900  /tmp/evaluation/229759-1168310250/galac.sh /tmp/evaluation/229759-1168310250/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  633ed2625aacea0b26a4fb7536718f06

RANDOM SEED= 103019155

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1610144 kB
Buffers:         42172 kB
Cached:         331004 kB
SwapCached:       2048 kB
Active:         143168 kB
Inactive:       249788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610144 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:          28276 kB
Slab:            37948 kB
Committed_AS:  3898388 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB



End job on node56 on Tue Jan  9 03:07:40 UTC 2007