Trace number 210844

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 1808.33

General information on the benchmark

NamepseudoSeries/uclid/
ooo-tag14.xml
MD5SUM38f6f36dbc36a524909911e073feb137
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark182.509
SatisfiableNO
(Un)Satisfiability was proved
Number of variables40605
Number of constraints118929
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118929
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
1234.20	c start processing
1234.25	c start relation processing
1235.12	c start cnf exporting
1298.61	c parsing time : 1234.024
1298.61	c preprocessing time : 1298.43
1298.63	
1298.63	c Nary constraints - conflicts : 40063 supports : 0
1298.63	c Binary constraints - conflicts : 78866 supports :0
1298.63	c max arity constraint : 13
1298.63	c Max Tuples generated 8192
1298.63	c relations : 51
1298.63	c relations BDD: 44
1298.63	c vars : 473280 - clauses :  1662352
1298.63	
1298.66	 
1298.66	c --- Minisat Stats ---
1298.66	 

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/node14/watcher-210844-1168202625 -o ROOT/results/node14/solver-210844-1168202625 -C 1800 -M 900 /tmp/evaluation/210844-1168202625/galac.sh /tmp/evaluation/210844-1168202625/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: 2.00 2.01 2.00 4/88 6232
/proc/meminfo: memFree=1342320/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=8560 CPUtime=0
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 168657455 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234651535 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6231/statm: 2140 253 197 79 0 133 0

[startup+0.105896 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 6232
/proc/meminfo: memFree=1342320/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.515933 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 6232
/proc/meminfo: memFree=1342320/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.34301 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 6252
/proc/meminfo: memFree=1310320/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861064 CPUtime=1.26
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 10947 0 1 0 119 7 0 0 21 0 8 0 168657460 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073936413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215266 10701 1955 14 0 201471 0
[pid=6245/tid=6246] ppid=6231 vsize=861064 CPUtime=0
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 168657464 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861064 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 168657464 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861064 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 168657464 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861064 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861064 CPUtime=0.22
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 979 0 0 0 21 1 0 0 20 0 8 0 168657468 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861064 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861064 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881729536 10701 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908616

[startup+2.99017 s]
/proc/loadavg: 2.08 2.02 2.01 3/96 6252
/proc/meminfo: memFree=1280112/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=2.9
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 17795 0 1 0 279 11 0 0 25 0 8 0 168657460 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072929937 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215292 17297 1989 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=0.3
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 4916 0 0 0 28 2 0 0 18 0 8 0 168657464 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.25
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 995 0 0 0 24 1 0 0 16 0 8 0 168657468 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 17297 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908720

[startup+6.27448 s]
/proc/loadavg: 2.08 2.02 2.01 3/96 6252
/proc/meminfo: memFree=1280112/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=6.16
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 17899 0 1 0 604 12 0 0 25 0 8 0 168657460 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073857063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215292 17335 1989 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=0.35
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 4985 0 0 0 33 2 0 0 17 0 8 0 168657464 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.31
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 1026 0 0 0 30 1 0 0 15 0 8 0 168657468 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 17335 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908720

[startup+12.6751 s]
/proc/loadavg: 2.07 2.02 2.00 3/96 6252
/proc/meminfo: memFree=1280312/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=12.49
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 17915 0 1 0 1237 12 0 0 25 0 8 0 168657460 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073857183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215292 17349 1989 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=0.35
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 4985 0 0 0 33 2 0 0 16 0 8 0 168657464 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.34
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 1040 0 0 0 32 2 0 0 16 0 8 0 168657468 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 17349 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908720

[startup+25.5583 s]
/proc/loadavg: 2.06 2.02 2.00 3/96 6252
/proc/meminfo: memFree=1274872/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=25.26
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 19575 0 1 0 2512 14 0 0 25 0 8 0 168657460 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073739726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215292 19007 1989 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=0.35
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 4985 0 0 0 33 2 0 0 16 0 8 0 168657464 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.35
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 1045 0 0 0 33 2 0 0 15 0 8 0 168657468 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 19007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 908720

[startup+51.2227 s]
/proc/loadavg: 2.04 2.02 2.00 3/96 6252
/proc/meminfo: memFree=1267576/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=50.65
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 21114 0 1 0 5050 15 0 0 25 0 8 0 168657460 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074054880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215292 20545 1992 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=0.36
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 5127 0 0 0 34 2 0 0 16 0 8 0 168657464 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.35
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 1047 0 0 0 33 2 0 0 16 0 8 0 168657468 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 20545 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 908720

[startup+102.445 s]
/proc/loadavg: 2.06 2.03 2.00 3/96 6252
/proc/meminfo: memFree=1265400/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=101.41
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 21677 0 1 0 10125 16 0 0 25 0 8 0 168657460 881836032 21104 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074054864 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6245/statm: 215292 21104 1992 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=0.38

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

[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.37
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 1058 0 0 0 35 2 0 0 15 0 8 0 168657468 881836032 27912 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 27912 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 27912 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.25
Current children cumulated vsize (KiB) 908720

[startup+1243.88 s]
/proc/loadavg: 2.16 2.05 2.01 3/102 6521
/proc/meminfo: memFree=1257296/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=0.01
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6245] ppid=6231 vsize=861168 CPUtime=1240.26
/proc/6245/stat : 6245 (java) R 6231 6231 5560 0 -1 0 39804 0 1 0 123955 71 0 0 25 0 8 0 168657460 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074559496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6245/statm: 215292 28546 2017 14 0 201497 0
[pid=6245/tid=6246] ppid=6231 vsize=861168 CPUtime=7.3
/proc/6245/task/6246/stat : 6246 (java) S 6231 6231 5560 0 -1 64 23575 0 0 0 720 10 0 0 16 0 8 0 168657464 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6245/tid=6247] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6247/stat : 6247 (java) S 6231 6231 5560 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6245/tid=6248] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6248/stat : 6248 (java) S 6231 6231 5560 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168657464 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6249] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6249/stat : 6249 (java) S 6231 6231 5560 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168657468 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6250] ppid=6231 vsize=861168 CPUtime=0.5
/proc/6245/task/6250/stat : 6250 (java) S 6231 6231 5560 0 -1 64 1137 0 0 0 47 3 0 0 16 0 8 0 168657468 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6245/tid=6251] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6251/stat : 6251 (java) S 6231 6231 5560 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168657468 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6245/tid=6252] ppid=6231 vsize=861168 CPUtime=0
/proc/6245/task/6252/stat : 6252 (java) S 6231 6231 5560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168657468 881836032 28546 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.27
Current children cumulated vsize (KiB) 908720

[startup+1303.93 s]
/proc/loadavg: 2.11 2.05 2.01 3/95 6522
/proc/meminfo: memFree=1236488/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=108252 CPUtime=5.2
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 24215 0 0 0 504 16 0 0 25 0 1 0 168787321 110850048 24197 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 27063 24197 54 142 0 26919 0
Current children cumulated CPU time (s) 1300.19
Current children cumulated vsize (KiB) 155804

[startup+1364.02 s]
/proc/loadavg: 2.04 2.04 2.00 3/95 6522
/proc/meminfo: memFree=1228168/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=116492 CPUtime=64.74
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 26280 0 0 0 6454 20 0 0 25 0 1 0 168787321 119287808 26262 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 29123 26262 54 142 0 28979 0
Current children cumulated CPU time (s) 1359.73
Current children cumulated vsize (KiB) 164044

[startup+1424.11 s]
/proc/loadavg: 2.13 2.06 2.01 3/95 6522
/proc/meminfo: memFree=1222600/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=121928 CPUtime=124.29
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 27606 0 0 0 12407 22 0 0 25 0 1 0 168787321 124854272 27588 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520016 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 30482 27588 54 142 0 30338 0
Current children cumulated CPU time (s) 1419.28
Current children cumulated vsize (KiB) 169480

[startup+1484.15 s]
/proc/loadavg: 2.04 2.05 2.00 3/95 6522
/proc/meminfo: memFree=1216648/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=127660 CPUtime=183.78
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 29014 0 0 0 18354 24 0 0 25 0 1 0 168787321 130723840 28996 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 31915 28996 54 142 0 31771 0
Current children cumulated CPU time (s) 1478.77
Current children cumulated vsize (KiB) 175212

[startup+1544.22 s]
/proc/loadavg: 2.01 2.04 2.00 3/95 6522
/proc/meminfo: memFree=1211976/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=132340 CPUtime=243.31
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 30154 0 0 0 24305 26 0 0 25 0 1 0 168787321 135516160 30136 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 33085 30136 54 142 0 32941 0
Current children cumulated CPU time (s) 1538.3
Current children cumulated vsize (KiB) 179892

[startup+1604.29 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 6522
/proc/meminfo: memFree=1208200/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=135844 CPUtime=302.83
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 31037 0 0 0 30256 27 0 0 25 0 1 0 168787321 139104256 31019 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529260 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 33961 31019 54 142 0 33817 0
Current children cumulated CPU time (s) 1597.82
Current children cumulated vsize (KiB) 183396

[startup+1664.36 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 6522
/proc/meminfo: memFree=1203784/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=140120 CPUtime=362.36
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 32108 0 0 0 36207 29 0 0 25 0 1 0 168787321 143482880 32090 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 35030 32090 54 142 0 34886 0
Current children cumulated CPU time (s) 1657.35
Current children cumulated vsize (KiB) 187672

[startup+1724.43 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 6522
/proc/meminfo: memFree=1198280/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=145644 CPUtime=421.88
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 33404 0 0 0 42157 31 0 0 25 0 1 0 168787321 149139456 33386 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 36411 33386 54 142 0 36267 0
Current children cumulated CPU time (s) 1716.87
Current children cumulated vsize (KiB) 193196

[startup+1784.49 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 6522
/proc/meminfo: memFree=1193160/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=150688 CPUtime=481.4
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 34644 0 0 0 48107 33 0 0 25 0 1 0 168787321 154304512 34626 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 37672 34626 54 142 0 37528 0
Current children cumulated CPU time (s) 1776.39
Current children cumulated vsize (KiB) 198240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 6522
/proc/meminfo: memFree=1191496/2055920 swapFree=4182236/4192956
[pid=6231] ppid=6229 vsize=47552 CPUtime=1294.99
/proc/6231/stat : 6231 (galac.sh) S 6229 6231 5560 0 -1 4194304 798 42192 0 1 0 0 129404 95 17 0 1 0 168657455 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6231/statm: 11888 363 245 79 0 218 0
[pid=6522] ppid=6231 vsize=152008 CPUtime=505.01
/proc/6522/stat : 6522 (minisat) R 6231 6231 5560 0 -1 4194304 35007 0 0 0 50468 33 0 0 25 0 1 0 168787321 155656192 34989 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6522/statm: 38002 34989 54 142 0 37858 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 199560

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 6231 and gives childrusage.ru_utime.tv_sec=1294 childrusage.ru_utime.tv_usec=51274 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=958854
CPU time returned by wait4() is 1295.01
while last known CPU time is 1800

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

Real time (s): 1808.33
CPU time (s): 1800
CPU user time (s): 1798.72
CPU system time (s): 1.28
CPU usage (%): 99.5392
Max. virtual memory (cumulated for all children) (KiB): 909724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1294.05
system time used= 0.958854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42990
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= 29192
involuntary context switches= 33983

runsolver used 2.18467 s user time and 6.27005 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 20:43:45 UTC 2007


IDJOB= 210844
IDBENCH= 4650
FILE ID= node14/210844-1168202625

PBS_JOBID= 3480527

Free space on /tmp= 66321 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-tag14.xml
COMMAND LINE= /tmp/evaluation/210844-1168202625/galac.sh /tmp/evaluation/210844-1168202625/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-210844-1168202625 -o ROOT/results/node14/solver-210844-1168202625 -C 1800 -M 900  /tmp/evaluation/210844-1168202625/galac.sh /tmp/evaluation/210844-1168202625/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  38f6f36dbc36a524909911e073feb137

RANDOM SEED= 780499336

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.227
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.227
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:       1342928 kB
Buffers:         51128 kB
Cached:         366452 kB
SwapCached:       4156 kB
Active:         366808 kB
Inactive:       277188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1342928 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:           20548 kB
Writeback:           0 kB
Mapped:         236124 kB
Slab:            53568 kB
Committed_AS:  5516232 kB
PageTables:       2528 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= 66287 MiB



End job on node14 on Sun Jan  7 21:13:54 UTC 2007