Trace number 202764

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.07 1808.59

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-45_ext.xml
MD5SUM1c046588c38b55c6da3459e0e52b840b
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 benchmark13.7239
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c --- Preproc Stats ---
1.05	c start processing
1.05	c start relation processing
1.07	c start cnf exporting
2.14	c parsing time : 0.8
2.14	c preprocessing time : 1.894
2.14	
2.14	c Nary constraints - conflicts : 0 supports : 0
2.14	c Binary constraints - conflicts : 332 supports :14
2.14	c max arity constraint : 2
2.14	c Max Tuples generated 0
2.14	c relations : 346
2.14	c relations BDD: 0
2.14	c vars : 761 - clauses :  39274
2.15	
2.20	 
2.20	c --- Minisat Stats ---
2.20	 

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/node61/watcher-202764-1168154173 -o ROOT/results/node61/solver-202764-1168154173 -C 1800 -M 900 /tmp/evaluation/202764-1168154173/galac.sh /tmp/evaluation/202764-1168154173/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: 0.92 0.98 1.18 5/73 2219
/proc/meminfo: memFree=1737696/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=18540 CPUtime=0
/proc/2218/stat : 2218 (runsolver) R 2216 2218 2091 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 163815147 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2218/statm: 4635 279 244 17 0 2626 0

[startup+0.108114 s]
/proc/loadavg: 0.92 0.98 1.18 5/73 2219
/proc/meminfo: memFree=1737696/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=0
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 760 1704 0 0 0 0 0 0 19 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.520188 s]
/proc/loadavg: 0.92 0.98 1.18 5/73 2219
/proc/meminfo: memFree=1737696/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=0
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 760 1704 0 0 0 0 0 0 19 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+1.34333 s]
/proc/loadavg: 0.92 0.98 1.18 3/81 2239
/proc/meminfo: memFree=1665760/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=0
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 760 1704 0 0 0 0 0 0 19 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2232] ppid=2218 vsize=861064 CPUtime=1.15
/proc/2232/stat : 2232 (java) R 2218 2218 2091 0 -1 0 19717 0 1 0 106 9 0 0 25 0 8 0 163815152 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074108834 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2232/statm: 215266 19471 1995 14 0 201471 0
[pid=2232/tid=2233] ppid=2218 vsize=861064 CPUtime=0.02
/proc/2232/task/2233/stat : 2233 (java) S 2218 2218 2091 0 -1 64 3787 0 0 0 1 1 0 0 16 0 8 0 163815164 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2232/tid=2234] ppid=2218 vsize=861064 CPUtime=0
/proc/2232/task/2234/stat : 2234 (java) S 2218 2218 2091 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163815164 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2232/tid=2235] ppid=2218 vsize=861064 CPUtime=0
/proc/2232/task/2235/stat : 2235 (java) S 2218 2218 2091 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 163815164 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2232/tid=2236] ppid=2218 vsize=861064 CPUtime=0
/proc/2232/task/2236/stat : 2236 (java) S 2218 2218 2091 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 163815168 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2232/tid=2237] ppid=2218 vsize=861064 CPUtime=0.26
/proc/2232/task/2237/stat : 2237 (java) S 2218 2218 2091 0 -1 64 1009 0 0 0 25 1 0 0 15 0 8 0 163815168 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2232/tid=2238] ppid=2218 vsize=861064 CPUtime=0
/proc/2232/task/2238/stat : 2238 (java) S 2218 2218 2091 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163815168 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2232/tid=2239] ppid=2218 vsize=861064 CPUtime=0
/proc/2232/task/2239/stat : 2239 (java) S 2218 2218 2091 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163815168 881729536 19471 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 908624

[startup+2.97961 s]
/proc/loadavg: 0.92 0.98 1.18 3/74 2240
/proc/meminfo: memFree=1732952/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=5976 CPUtime=0.77
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 1278 0 0 0 77 0 0 0 24 0 1 0 163815367 6119424 1260 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/2240/statm: 1494 1260 54 142 0 1350 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 53536

[startup+6.26319 s]
/proc/loadavg: 1.01 1.00 1.19 3/74 2240
/proc/meminfo: memFree=1726488/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=10740 CPUtime=4.05
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 2449 0 0 0 404 1 0 0 25 0 1 0 163815367 10997760 2431 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/2240/statm: 2685 2431 54 142 0 2541 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 58300

[startup+12.7233 s]
/proc/loadavg: 1.09 1.02 1.19 3/74 2240
/proc/meminfo: memFree=1721576/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=15280 CPUtime=10.51
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 3573 0 0 0 1049 2 0 0 25 0 1 0 163815367 15646720 3555 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/2240/statm: 3820 3555 54 142 0 3676 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 62840

[startup+25.5446 s]
/proc/loadavg: 1.29 1.06 1.20 3/74 2466
/proc/meminfo: memFree=1713504/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=20912 CPUtime=23.27
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 5003 0 0 0 2323 4 0 0 25 0 1 0 163815367 21413888 4985 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 5228 4985 54 142 0 5084 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 68472

[startup+51.2081 s]
/proc/loadavg: 1.53 1.14 1.22 3/74 2466
/proc/meminfo: memFree=1710752/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=23820 CPUtime=48.81
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 5699 0 0 0 4876 5 0 0 25 0 1 0 163815367 24391680 5681 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 5955 5681 54 142 0 5811 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 71380

[startup+102.421 s]
/proc/loadavg: 1.79 1.27 1.26 3/74 2466
/proc/meminfo: memFree=1708640/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=26144 CPUtime=99.8
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 6246 0 0 0 9974 6 0 0 25 0 1 0 163815367 26771456 6228 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 6536 6228 54 142 0 6392 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 73704

[startup+162.452 s]
/proc/loadavg: 1.92 1.40 1.30 3/74 2468
/proc/meminfo: memFree=1702816/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=31956 CPUtime=159.55
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 7660 0 0 0 15948 7 0 0 25 0 1 0 163815367 32722944 7642 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 7989 7642 54 142 0 7845 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 79516

[startup+222.489 s]
/proc/loadavg: 1.92 1.49 1.34 3/82 2538
/proc/meminfo: memFree=1692248/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=36696 CPUtime=219.33
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 8798 0 0 0 21923 10 0 0 25 0 1 0 163815367 37576704 8780 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 9174 8780 54 142 0 9030 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 84256

[startup+282.534 s]
/proc/loadavg: 1.97 1.58 1.38 3/82 2538
/proc/meminfo: memFree=1691736/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=37316 CPUtime=279.09
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 8950 0 0 0 27899 10 0 0 25 0 1 0 163815367 38211584 8932 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 9329 8932 54 142 0 9185 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 84876

[startup+342.579 s]
/proc/loadavg: 1.99 1.65 1.41 3/82 2538
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=37768 CPUtime=338.87
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 9041 0 0 0 33877 10 0 0 25 0 1 0 163815367 38674432 9023 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 9442 9023 54 142 0 9298 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 85328

[startup+402.627 s]
/proc/loadavg: 1.99 1.71 1.45 3/82 2538
/proc/meminfo: memFree=1686040/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=43300 CPUtime=398.64
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 10408 0 0 0 39853 11 0 0 25 0 1 0 163815367 44339200 10390 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529495 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 10825 10390 54 142 0 10681 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 90860

[startup+462.666 s]
/proc/loadavg: 1.99 1.76 1.48 3/82 2538
/proc/meminfo: memFree=1683992/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=45296 CPUtime=458.39
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 10885 0 0 0 45827 12 0 0 25 0 1 0 163815367 46383104 10867 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/loadavg: 2.02 1.97 1.73 3/82 2538
/proc/meminfo: memFree=1675608/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=53948 CPUtime=1115.87
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 12911 0 0 0 111572 15 0 0 25 0 1 0 163815367 55242752 12893 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 13487 12893 54 142 0 13343 0
Current children cumulated CPU time (s) 1117.85
Current children cumulated vsize (KiB) 101508

[startup+1183.21 s]
/proc/loadavg: 2.00 1.97 1.74 3/82 2538
/proc/meminfo: memFree=1675160/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=54580 CPUtime=1175.61
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13033 0 0 0 117546 15 0 0 25 0 1 0 163815367 55889920 13015 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 13645 13015 54 142 0 13501 0
Current children cumulated CPU time (s) 1177.59
Current children cumulated vsize (KiB) 102140

[startup+1243.26 s]
/proc/loadavg: 2.00 1.97 1.75 3/82 2538
/proc/meminfo: memFree=1674712/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=54864 CPUtime=1235.38
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13126 0 0 0 123523 15 0 0 25 0 1 0 163815367 56180736 13108 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 13716 13108 54 142 0 13572 0
Current children cumulated CPU time (s) 1237.36
Current children cumulated vsize (KiB) 102424

[startup+1303.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/82 2538
/proc/meminfo: memFree=1674136/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=55468 CPUtime=1295.17
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13273 0 0 0 129501 16 0 0 25 0 1 0 163815367 56799232 13255 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 13867 13255 54 142 0 13723 0
Current children cumulated CPU time (s) 1297.15
Current children cumulated vsize (KiB) 103028

[startup+1363.35 s]
/proc/loadavg: 2.00 1.97 1.78 2/69 2550
/proc/meminfo: memFree=1683968/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=55684 CPUtime=1354.91
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13298 0 0 0 135475 16 0 0 25 0 1 0 163815367 57020416 13280 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/2240/statm: 13921 13280 54 142 0 13777 0
Current children cumulated CPU time (s) 1356.89
Current children cumulated vsize (KiB) 103244

[startup+1423.39 s]
/proc/loadavg: 1.97 1.96 1.78 3/82 2609
/proc/meminfo: memFree=1673112/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=55684 CPUtime=1414.69
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13315 0 0 0 141452 17 0 0 25 0 1 0 163815367 57020416 13297 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 13921 13297 54 142 0 13777 0
Current children cumulated CPU time (s) 1416.67
Current children cumulated vsize (KiB) 103244

[startup+1483.43 s]
/proc/loadavg: 2.07 1.98 1.80 3/82 2609
/proc/meminfo: memFree=1672792/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=56024 CPUtime=1474.46
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13409 0 0 0 147429 17 0 0 25 0 1 0 163815367 57368576 13391 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14006 13391 54 142 0 13862 0
Current children cumulated CPU time (s) 1476.44
Current children cumulated vsize (KiB) 103584

[startup+1543.47 s]
/proc/loadavg: 2.02 1.98 1.81 3/82 2609
/proc/meminfo: memFree=1672344/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=56568 CPUtime=1534.19
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13526 0 0 0 153402 17 0 0 25 0 1 0 163815367 57925632 13508 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14142 13508 54 142 0 13998 0
Current children cumulated CPU time (s) 1536.17
Current children cumulated vsize (KiB) 104128

[startup+1603.51 s]
/proc/loadavg: 2.01 1.98 1.82 3/82 2609
/proc/meminfo: memFree=1672280/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=56748 CPUtime=1593.98
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13544 0 0 0 159380 18 0 0 25 0 1 0 163815367 58109952 13526 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14187 13526 54 142 0 14043 0
Current children cumulated CPU time (s) 1595.96
Current children cumulated vsize (KiB) 104308

[startup+1663.55 s]
/proc/loadavg: 2.07 2.00 1.83 3/82 2609
/proc/meminfo: memFree=1672280/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=56748 CPUtime=1653.76
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13544 0 0 0 165358 18 0 0 25 0 1 0 163815367 58109952 13526 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14187 13526 54 142 0 14043 0
Current children cumulated CPU time (s) 1655.74
Current children cumulated vsize (KiB) 104308

[startup+1723.6 s]
/proc/loadavg: 2.03 2.00 1.84 3/82 2609
/proc/meminfo: memFree=1672280/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=56924 CPUtime=1713.51
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13562 0 0 0 171333 18 0 0 25 0 1 0 163815367 58290176 13544 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14231 13544 54 142 0 14087 0
Current children cumulated CPU time (s) 1715.49
Current children cumulated vsize (KiB) 104484

[startup+1783.64 s]
/proc/loadavg: 2.01 2.00 1.84 3/82 2609
/proc/meminfo: memFree=1672088/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=57068 CPUtime=1773.28
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13597 0 0 0 177310 18 0 0 25 0 1 0 163815367 58437632 13579 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14267 13579 54 142 0 14123 0
Current children cumulated CPU time (s) 1775.26
Current children cumulated vsize (KiB) 104628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.58 s]
/proc/loadavg: 2.00 2.00 1.85 3/82 2609
/proc/meminfo: memFree=1672024/2055920 swapFree=4192812/4192956
[pid=2218] ppid=2216 vsize=47560 CPUtime=1.98
/proc/2218/stat : 2218 (galac.sh) S 2216 2218 2091 0 -1 4194304 798 22902 0 1 0 0 186 12 17 0 1 0 163815147 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2218/statm: 11890 363 245 79 0 218 0
[pid=2240] ppid=2218 vsize=57068 CPUtime=1798.09
/proc/2240/stat : 2240 (minisat) R 2218 2218 2091 0 -1 4194304 13606 0 0 0 179791 18 0 0 25 0 1 0 163815367 58437632 13588 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 14267 13588 54 142 0 14123 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 104628

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 2218 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=870715 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=133979
CPU time returned by wait4() is 2.00469
while last known CPU time is 1800.07

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

Real time (s): 1808.59
CPU time (s): 1800.07
CPU user time (s): 1799.77
CPU system time (s): 0.3
CPU usage (%): 99.5291
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87071
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23700
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= 1185
involuntary context switches= 1159

runsolver used 1.50877 s user time and 4.90925 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Jan  7 07:16:13 UTC 2007


IDJOB= 202764
IDBENCH= 3881
FILE ID= node61/202764-1168154173

PBS_JOBID= 3478500

Free space on /tmp= 66516 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-45_ext.xml
COMMAND LINE= /tmp/evaluation/202764-1168154173/galac.sh /tmp/evaluation/202764-1168154173/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-202764-1168154173 -o ROOT/results/node61/solver-202764-1168154173 -C 1800 -M 900  /tmp/evaluation/202764-1168154173/galac.sh /tmp/evaluation/202764-1168154173/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1c046588c38b55c6da3459e0e52b840b

RANDOM SEED= 609122684

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.259
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.259
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:       1738304 kB
Buffers:         42932 kB
Cached:         190376 kB
SwapCached:          0 kB
Active:         130400 kB
Inactive:       123984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3556 kB
Writeback:           0 kB
Mapped:          32020 kB
Slab:            48876 kB
Committed_AS:  3388012 kB
PageTables:       1700 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= 66516 MiB



End job on node61 on Sun Jan  7 07:46:22 UTC 2007