Trace number 233943

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? (MO) 0 918.856

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-1.xml
MD5SUM4dd004eecb811c39e57feffe610d471a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.051991
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size419
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c --- Preproc Stats ---
236.80	c start processing
236.82	c start relation processing
268.41	c start cnf exporting
604.19	c parsing time : 236.635
604.19	c preprocessing time : 604.026
604.19	
604.19	c Nary constraints - conflicts : 0 supports : 0
604.19	c Binary constraints - conflicts : 290 supports :4
604.19	c max arity constraint : 2
604.19	c Max Tuples generated 175142
604.19	c relations : 294
604.19	c relations BDD: 0
604.19	c vars : 18015 - clauses :  13321424
604.19	
604.33	 
604.33	c --- Minisat Stats ---
604.33	 

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/node16/watcher-233943-1168717422 -o ROOT/results/node16/solver-233943-1168717422 -C 1800 -M 900 /tmp/evaluation/233943-1168717422/galac.sh /tmp/evaluation/233943-1168717422/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.19 1.71 1.89 5/94 23523
/proc/meminfo: memFree=1014768/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=8564 CPUtime=0
/proc/23522/stat : 23522 (galac.sh) D 23520 23522 23451 0 -1 4194304 317 0 0 0 0 0 0 0 19 0 1 0 220137365 8769536 261 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962542034 0 2147483391 4096 8192 18446744072099781622 0 0 17 0 0 0
/proc/23522/statm: 2141 261 201 79 0 134 0
[pid=23524] ppid=23522 vsize=8688 CPUtime=0
/proc/23524/stat : 23524 (galac.sh) S 23522 23522 23451 0 -1 4194368 38 0 0 0 0 0 0 0 19 0 1 0 220137366 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23524/statm: 2172 286 209 79 0 165 0
[pid=23525] ppid=23524 vsize=0 CPUtime=0
/proc/23525/stat : 23525 (galac.sh) R 23524 23522 23451 0 -1 4194368 26 0 0 0 0 0 0 0 18 0 1 0 220137366 0 0 18446744073709551615 0 0 0 18446744073709551615 231962373415 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23525/statm: 0 0 0 0 0 0 0

[startup+0.110601 s]
/proc/loadavg: 1.19 1.71 1.89 5/94 23523
/proc/meminfo: memFree=1014768/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.523528 s]
/proc/loadavg: 1.19 1.71 1.89 5/94 23523
/proc/meminfo: memFree=1014768/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.35237 s]
/proc/loadavg: 1.25 1.72 1.89 3/102 23543
/proc/meminfo: memFree=958952/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=1.28
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 18020 0 1 0 118 10 0 0 25 0 8 0 220137370 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073727062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 17522 1989 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=0.41
/proc/23536/task/23537/stat : 23537 (java) S 23522 23522 23451 0 -1 64 8577 0 0 0 38 3 0 0 17 0 8 0 220137373 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.11
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 909 0 0 0 11 0 0 0 16 0 8 0 220137377 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 17522 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908436

[startup+2.99407 s]
/proc/loadavg: 1.25 1.72 1.89 4/102 23543
/proc/meminfo: memFree=940008/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=2.9
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 22014 0 1 0 279 11 0 0 25 0 8 0 220137370 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073728450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 21281 1994 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=1.47
/proc/23536/task/23537/stat : 23537 (java) S 23522 23522 23451 0 -1 64 12545 0 0 0 142 5 0 0 17 0 8 0 220137373 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.12
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 913 0 0 0 12 0 0 0 16 0 8 0 220137377 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 21281 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908436

[startup+6.27947 s]
/proc/loadavg: 1.39 1.74 1.90 4/102 23543
/proc/meminfo: memFree=915888/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=6.15
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 28663 0 1 0 601 14 0 0 25 0 8 0 220137370 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155770044 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 27711 1994 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=3.88
/proc/23536/task/23537/stat : 23537 (java) S 23522 23522 23451 0 -1 64 19177 0 0 0 380 8 0 0 18 0 8 0 220137373 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.12
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 915 0 0 0 12 0 0 0 16 0 8 0 220137377 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 27711 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908436

[startup+12.7753 s]
/proc/loadavg: 1.44 1.74 1.90 4/102 23543
/proc/meminfo: memFree=867952/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=12.58
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 39290 0 1 0 1239 19 0 0 22 0 8 0 220137370 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 38316 1994 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=9.09
/proc/23536/task/23537/stat : 23537 (java) R 23522 23522 23451 0 -1 64 29774 0 0 0 897 12 0 0 18 0 8 0 220137373 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.13
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 923 0 0 0 13 0 0 0 17 0 8 0 220137377 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 38316 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908436

[startup+25.6539 s]
/proc/loadavg: 1.52 1.75 1.90 3/102 23543
/proc/meminfo: memFree=806192/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=25.3
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 54783 0 1 0 2504 26 0 0 16 0 8 0 220137370 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073759153 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 53781 1994 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=20.2
/proc/23536/task/23537/stat : 23537 (java) R 23522 23522 23451 0 -1 64 45231 0 0 0 2001 19 0 0 25 0 8 0 220137373 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.15
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 931 0 0 0 15 0 0 0 16 0 8 0 220137377 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 53781 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 908436

[startup+51.3012 s]
/proc/loadavg: 1.77 1.79 1.91 3/102 23543
/proc/meminfo: memFree=723248/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=50.67
/proc/23536/stat : 23536 (java) S 23522 23522 23451 0 -1 0 72671 0 1 0 5034 33 0 0 16 0 8 0 220137370 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 71628 1994 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=43.33
/proc/23536/task/23537/stat : 23537 (java) R 23522 23522 23451 0 -1 64 63071 0 0 0 4307 26 0 0 25 0 8 0 220137373 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155215813 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.16
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 938 0 0 0 16 0 0 0 16 0 8 0 220137377 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 71628 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 908436

[startup+102.588 s]
/proc/loadavg: 1.90 1.82 1.91 3/102 23543
/proc/meminfo: memFree=587120/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01

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

/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.34
Current children cumulated vsize (KiB) 908436

[startup+462.737 s]
/proc/loadavg: 2.00 1.94 1.91 3/102 23543
/proc/meminfo: memFree=211256/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=457.7
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 164909 0 1 0 45633 137 0 0 25 0 8 0 220137370 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074123378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 163372 2017 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=218.78
/proc/23536/task/23537/stat : 23537 (java) S 23522 23522 23451 0 -1 64 148324 0 0 0 21820 58 0 0 16 0 8 0 220137373 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.29
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 1007 0 0 0 28 1 0 0 16 0 8 0 220137377 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 163372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.71
Current children cumulated vsize (KiB) 908436

[startup+522.767 s]
/proc/loadavg: 2.00 1.95 1.91 3/102 23543
/proc/meminfo: memFree=181048/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=517.07
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 165006 0 1 0 51553 154 0 0 25 0 8 0 220137370 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073514925 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 163379 2017 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=219.07
/proc/23536/task/23537/stat : 23537 (java) S 23522 23522 23451 0 -1 64 148331 0 0 0 21848 59 0 0 16 0 8 0 220137373 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.29
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 1007 0 0 0 28 1 0 0 16 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.08
Current children cumulated vsize (KiB) 908436

[startup+582.791 s]
/proc/loadavg: 2.00 1.95 1.91 3/102 23543
/proc/meminfo: memFree=147448/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=0.01
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23536] ppid=23522 vsize=860884 CPUtime=576.42
/proc/23536/stat : 23536 (java) R 23522 23522 23451 0 -1 0 165097 0 1 0 57468 174 0 0 25 0 8 0 220137370 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074114198 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 215221 163379 2017 14 0 201478 0
[pid=23536/tid=23537] ppid=23522 vsize=860884 CPUtime=219.37
/proc/23536/task/23537/stat : 23537 (java) S 23522 23522 23451 0 -1 64 148331 0 0 0 21877 60 0 0 16 0 8 0 220137373 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23538/stat : 23538 (java) S 23522 23522 23451 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220137374 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23522 23522 23451 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220137374 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23522 vsize=860884 CPUtime=0.29
/proc/23536/task/23541/stat : 23541 (java) S 23522 23522 23451 0 -1 64 1007 0 0 0 28 1 0 0 16 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23542/stat : 23542 (java) S 23522 23522 23451 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23522 vsize=860884 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23522 23522 23451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220137377 881545216 163379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.43
Current children cumulated vsize (KiB) 908436

[startup+642.81 s]
/proc/loadavg: 2.04 1.97 1.92 3/95 23544
/proc/meminfo: memFree=185584/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=597.69
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 800 166848 0 1 0 0 59578 191 17 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23544] ppid=23522 vsize=614204 CPUtime=38.47
/proc/23544/stat : 23544 (minisat) R 23522 23522 23451 0 -1 4194304 148938 0 0 0 3761 86 0 0 25 0 1 0 220197798 628944896 148920 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/23544/statm: 153551 148920 54 142 0 153407 0
Current children cumulated CPU time (s) 636.16
Current children cumulated vsize (KiB) 661756

[startup+702.912 s]
/proc/loadavg: 2.01 1.97 1.92 3/95 23544
/proc/meminfo: memFree=70448/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=597.69
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 800 166848 0 1 0 0 59578 191 17 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23544] ppid=23522 vsize=729496 CPUtime=98.57
/proc/23544/stat : 23544 (minisat) R 23522 23522 23451 0 -1 4194304 177707 0 0 0 9755 102 0 0 25 0 1 0 220197798 747003904 177689 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/23544/statm: 182374 177689 54 142 0 182230 0
Current children cumulated CPU time (s) 696.26
Current children cumulated vsize (KiB) 777048

[startup+762.95 s]
/proc/loadavg: 2.00 1.97 1.92 3/95 23544
/proc/meminfo: memFree=22000/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=597.69
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 800 166848 0 1 0 0 59578 191 17 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23544] ppid=23522 vsize=777172 CPUtime=158.61
/proc/23544/stat : 23544 (minisat) R 23522 23522 23451 0 -1 4194304 189550 0 0 0 15752 109 0 0 25 0 1 0 220197798 795824128 189532 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/23544/statm: 194293 189532 54 142 0 194149 0
Current children cumulated CPU time (s) 756.3
Current children cumulated vsize (KiB) 824724

[startup+823.039 s]
/proc/loadavg: 2.08 1.99 1.93 3/95 23544
/proc/meminfo: memFree=15280/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=597.69
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 800 166848 0 1 0 0 59578 191 17 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23544] ppid=23522 vsize=830904 CPUtime=218.66
/proc/23544/stat : 23544 (minisat) R 23522 23522 23451 0 -1 4194304 202961 0 0 0 21749 117 0 0 25 0 1 0 220197798 850845696 202943 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/23544/statm: 207726 202943 54 142 0 207582 0
Current children cumulated CPU time (s) 816.35
Current children cumulated vsize (KiB) 878456

[startup+883.06 s]
/proc/loadavg: 2.03 1.99 1.93 3/95 23544
/proc/meminfo: memFree=15472/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=597.69
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 800 166848 0 1 0 0 59578 191 17 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23544] ppid=23522 vsize=856424 CPUtime=278.67
/proc/23544/stat : 23544 (minisat) R 23522 23522 23451 0 -1 4194304 209246 0 0 0 27746 121 0 0 25 0 1 0 220197798 876978176 209228 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/23544/statm: 214106 209228 54 142 0 213962 0
Current children cumulated CPU time (s) 876.36
Current children cumulated vsize (KiB) 903976



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+918.845 s]
/proc/loadavg: 2.01 1.99 1.93 3/95 23544
/proc/meminfo: memFree=14896/2055920 swapFree=4191880/4192956
[pid=23522] ppid=23520 vsize=47552 CPUtime=597.69
/proc/23522/stat : 23522 (galac.sh) S 23520 23522 23451 0 -1 4194304 800 166848 0 1 0 0 59578 191 17 0 1 0 220137365 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23522/statm: 11888 363 245 79 0 218 0
[pid=23544] ppid=23522 vsize=874240 CPUtime=314.46
/proc/23544/stat : 23544 (minisat) R 23522 23522 23451 0 -1 4194304 213673 0 0 0 31322 124 0 0 25 0 1 0 220197798 895221760 213655 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/23544/statm: 218560 213655 54 142 0 218416 0
Current children cumulated CPU time (s) 912.15
Current children cumulated vsize (KiB) 921792

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 23522 and gives childrusage.ru_utime.tv_sec=595 childrusage.ru_utime.tv_usec=789426 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=926707
CPU time returned by wait4() is 597.716
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 918.856
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 921792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 595.789
system time used= 1.92671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167648
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= 17295
involuntary context switches= 32396

runsolver used 1.12383 s user time and 2.90856 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 13 19:43:44 UTC 2007


IDJOB= 233943
IDBENCH= 6648
IDSOLVER= 78
FILE ID= node16/233943-1168717422

PBS_JOBID= 3547400

Free space on /tmp= 66557 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-1.xml
COMMAND LINE= /tmp/evaluation/233943-1168717422/galac.sh /tmp/evaluation/233943-1168717422/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-233943-1168717422 -o ROOT/results/node16/solver-233943-1168717422 -C 1800 -M 900  /tmp/evaluation/233943-1168717422/galac.sh /tmp/evaluation/233943-1168717422/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4dd004eecb811c39e57feffe610d471a

RANDOM SEED= 309443602

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.220
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.220
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:       1015696 kB
Buffers:         47620 kB
Cached:         428612 kB
SwapCached:        448 kB
Active:         562956 kB
Inactive:       419980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1015696 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:         532900 kB
Slab:            40888 kB
Committed_AS:  7337524 kB
PageTables:       3332 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= 66367 MiB



End job on node16 on Sat Jan 13 19:59:04 UTC 2007