Trace number 233824

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 1011.91

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-4.xml
MD5SUM749743b0ffe967487adf96742b5fd099
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.346947
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size392
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.03	c --- Preproc Stats ---
217.91	c start processing
217.91	c start relation processing
245.18	c start cnf exporting
560.97	c parsing time : 217.724
560.97	c preprocessing time : 560.79
560.97	
560.97	c Nary constraints - conflicts : 0 supports : 0
560.97	c Binary constraints - conflicts : 292 supports :2
560.97	c max arity constraint : 2
560.97	c Max Tuples generated 152880
560.97	c relations : 294
560.97	c relations BDD: 0
560.97	c vars : 16872 - clauses :  12026542
560.97	
561.08	 
561.08	c --- Minisat Stats ---
561.08	 

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/node10/watcher-233824-1168717412 -o ROOT/results/node10/solver-233824-1168717412 -C 1800 -M 900 /tmp/evaluation/233824-1168717412/galac.sh /tmp/evaluation/233824-1168717412/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.43 1.70 1.86 5/94 20480
/proc/meminfo: memFree=797880/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=18540 CPUtime=0
/proc/20479/stat : 20479 (runsolver) R 20477 19191 19191 0 -1 4194368 13 0 0 0 0 0 0 0 19 0 1 0 220136926 18984960 277 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 214917250546 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20479/statm: 4635 277 242 17 0 2626 0

[startup+0.107353 s]
/proc/loadavg: 1.43 1.70 1.86 5/94 20480
/proc/meminfo: memFree=797880/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.515404 s]
/proc/loadavg: 1.43 1.70 1.86 5/94 20480
/proc/meminfo: memFree=797880/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33651 s]
/proc/loadavg: 1.56 1.72 1.86 3/102 20500
/proc/meminfo: memFree=744504/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=1.25
/proc/20493/stat : 20493 (java) R 20479 20479 19191 0 -1 0 17263 0 1 0 116 9 0 0 23 0 8 0 220136930 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073733019 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 16788 1989 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=0.39
/proc/20493/task/20494/stat : 20494 (java) S 20479 20479 19191 0 -1 64 8049 0 0 0 36 3 0 0 16 0 8 0 220136933 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.11
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 910 0 0 0 11 0 0 0 16 0 8 0 220136937 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 16788 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 908668

[startup+2.97374 s]
/proc/loadavg: 1.56 1.72 1.86 4/102 20500
/proc/meminfo: memFree=732408/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=2.87
/proc/20493/stat : 20493 (java) R 20479 20479 19191 0 -1 0 21162 0 1 0 276 11 0 0 25 0 8 0 220136930 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 20609 1989 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=1.39
/proc/20493/task/20494/stat : 20494 (java) R 20479 20479 19191 0 -1 64 11932 0 0 0 135 4 0 0 16 0 8 0 220136933 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134161 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.12
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 914 0 0 0 12 0 0 0 16 0 8 0 220136937 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 20609 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 908668

[startup+6.18018 s]
/proc/loadavg: 1.56 1.72 1.86 4/102 20500
/proc/meminfo: memFree=701176/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=6.05
/proc/20493/stat : 20493 (java) R 20479 20479 19191 0 -1 0 27711 0 1 0 592 13 0 0 25 0 8 0 220136930 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155769855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 26957 1989 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=3.78
/proc/20493/task/20494/stat : 20494 (java) S 20479 20479 19191 0 -1 64 18464 0 0 0 372 6 0 0 19 0 8 0 220136933 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.13
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 916 0 0 0 13 0 0 0 16 0 8 0 220136937 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 26957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 908668

[startup+12.6641 s]
/proc/loadavg: 1.78 1.76 1.87 5/102 20500
/proc/meminfo: memFree=657592/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=12.47
/proc/20493/stat : 20493 (java) R 20479 20479 19191 0 -1 0 37549 0 1 0 1231 16 0 0 21 0 8 0 220136930 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 36772 1989 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=8.99
/proc/20493/task/20494/stat : 20494 (java) R 20479 20479 19191 0 -1 64 28270 0 0 0 890 9 0 0 18 0 8 0 220136933 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525233 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.14
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 925 0 0 0 14 0 0 0 16 0 8 0 220136937 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 36772 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 908668

[startup+25.5226 s]
/proc/loadavg: 1.81 1.77 1.87 4/102 20500
/proc/meminfo: memFree=598264/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=25.27
/proc/20493/stat : 20493 (java) S 20479 20479 19191 0 -1 0 53105 0 1 0 2505 22 0 0 16 0 8 0 220136930 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 52298 1989 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=20.15
/proc/20493/task/20494/stat : 20494 (java) R 20479 20479 19191 0 -1 64 43790 0 0 0 2000 15 0 0 25 0 8 0 220136933 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134250 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.16
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 931 0 0 0 15 1 0 0 16 0 8 0 220136937 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 52298 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 908668

[startup+51.1391 s]
/proc/loadavg: 1.88 1.79 1.88 3/102 20500
/proc/meminfo: memFree=525752/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=50.76
/proc/20493/stat : 20493 (java) S 20479 20479 19191 0 -1 0 71443 0 1 0 5048 28 0 0 16 0 8 0 220136930 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 70592 1994 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=43.35
/proc/20493/task/20494/stat : 20494 (java) R 20479 20479 19191 0 -1 64 62061 0 0 0 4314 21 0 0 25 0 8 0 220136933 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.18
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 942 0 0 0 17 1 0 0 15 0 8 0 220136937 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 70592 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 908668

[startup+102.363 s]
/proc/loadavg: 2.08 1.86 1.90 3/102 20500
/proc/meminfo: memFree=423608/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=101.73
/proc/20493/stat : 20493 (java) S 20479 20479 19191 0 -1 0 96579 0 1 0 10136 37 0 0 17 0 8 0 220136930 881758208 95665 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 95665 1994 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=91.08

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

/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=460.36
/proc/20493/stat : 20493 (java) R 20479 20479 19191 0 -1 0 149722 0 3 0 45900 136 0 0 25 0 8 0 220136930 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 148371 2016 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=202.06
/proc/20493/task/20494/stat : 20494 (java) S 20479 20479 19191 0 -1 64 133128 0 0 0 20157 49 0 0 16 0 8 0 220136933 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.29
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 1004 0 0 0 28 1 0 0 15 0 8 0 220136937 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 148371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.37
Current children cumulated vsize (KiB) 908668

[startup+522.866 s]
/proc/loadavg: 2.01 1.97 1.92 3/102 20500
/proc/meminfo: memFree=54328/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=0.01
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20493] ppid=20479 vsize=861092 CPUtime=520.13
/proc/20493/stat : 20493 (java) R 20479 20479 19191 0 -1 0 149818 0 3 0 51856 157 0 0 25 0 8 0 220136930 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074114430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 215273 148380 2016 14 0 201478 0
[pid=20493/tid=20494] ppid=20479 vsize=861092 CPUtime=202.33
/proc/20493/task/20494/stat : 20494 (java) S 20479 20479 19191 0 -1 64 133134 0 0 0 20184 49 0 0 16 0 8 0 220136933 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20495] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20479 20479 19191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136934 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20479 20479 19191 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136934 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20479 20479 19191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220136937 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20479 vsize=861092 CPUtime=0.29
/proc/20493/task/20498/stat : 20498 (java) S 20479 20479 19191 0 -1 64 1007 0 0 0 28 1 0 0 16 0 8 0 220136937 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20479 20479 19191 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220136937 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20479 vsize=861092 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20479 20479 19191 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136937 881758208 148380 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.14
Current children cumulated vsize (KiB) 908668

[startup+582.967 s]
/proc/loadavg: 2.13 2.00 1.93 3/95 20501
/proc/meminfo: memFree=120048/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=522984 CPUtime=21.76
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 124853 0 0 0 2105 71 0 0 25 0 1 0 220193035 535535616 124835 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 130746 124835 54 142 0 130602 0
Current children cumulated CPU time (s) 579.92
Current children cumulated vsize (KiB) 570560

[startup+643.067 s]
/proc/loadavg: 2.04 2.00 1.93 3/95 20501
/proc/meminfo: memFree=33520/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=609888 CPUtime=81.58
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 146537 0 0 0 8074 84 0 0 25 0 1 0 220193035 624525312 146519 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 152472 146519 54 142 0 152328 0
Current children cumulated CPU time (s) 639.74
Current children cumulated vsize (KiB) 657464

[startup+703.166 s]
/proc/loadavg: 2.01 2.00 1.93 3/95 20501
/proc/meminfo: memFree=16240/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=666544 CPUtime=141.36
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 160665 0 0 0 14044 92 0 0 25 0 1 0 220193035 682541056 160647 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 166636 160647 54 142 0 166492 0
Current children cumulated CPU time (s) 699.52
Current children cumulated vsize (KiB) 714120

[startup+763.269 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 20501
/proc/meminfo: memFree=16112/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=722360 CPUtime=201.16
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 174544 0 0 0 20014 102 0 0 25 0 1 0 220193035 739696640 174526 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 180590 174526 54 142 0 180446 0
Current children cumulated CPU time (s) 759.32
Current children cumulated vsize (KiB) 769936

[startup+823.269 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 20501
/proc/meminfo: memFree=15280/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=778120 CPUtime=260.83
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 188467 0 0 0 25974 109 0 0 25 0 1 0 220193035 796794880 188449 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 194530 188449 54 142 0 194386 0
Current children cumulated CPU time (s) 818.99
Current children cumulated vsize (KiB) 825696

[startup+883.367 s]
/proc/loadavg: 2.04 2.01 1.94 3/95 20501
/proc/meminfo: memFree=15792/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=817348 CPUtime=320.63
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 198170 0 0 0 31948 115 0 0 25 0 1 0 220193035 836964352 198152 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 204337 198152 54 142 0 204193 0
Current children cumulated CPU time (s) 878.79
Current children cumulated vsize (KiB) 864924

[startup+943.465 s]
/proc/loadavg: 2.07 2.02 1.94 3/95 20501
/proc/meminfo: memFree=15984/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=848184 CPUtime=380.42
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 205814 0 0 0 37922 120 0 0 25 0 1 0 220193035 868540416 205796 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 212046 205796 54 142 0 211902 0
Current children cumulated CPU time (s) 938.58
Current children cumulated vsize (KiB) 895760

[startup+1003.57 s]
/proc/loadavg: 2.02 2.02 1.94 3/95 20501
/proc/meminfo: memFree=15856/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=870736 CPUtime=440.22
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 211386 0 0 0 43897 125 0 0 25 0 1 0 220193035 891633664 211368 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 217684 211368 54 142 0 217540 0
Current children cumulated CPU time (s) 998.38
Current children cumulated vsize (KiB) 918312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1011.88 s]
/proc/loadavg: 2.02 2.02 1.94 3/95 20501
/proc/meminfo: memFree=15600/2055920 swapFree=4178232/4192956
[pid=20479] ppid=20477 vsize=47576 CPUtime=558.16
/proc/20479/stat : 20479 (galac.sh) S 20477 20479 19191 0 -1 4194304 799 151585 0 3 0 0 55636 180 17 0 1 0 220136926 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20479/statm: 11894 363 245 79 0 218 0
[pid=20501] ppid=20479 vsize=874056 CPUtime=448.51
/proc/20501/stat : 20501 (minisat) R 20479 20479 19191 0 -1 4194304 212218 0 0 0 44726 125 0 0 25 0 1 0 220193035 895033344 212200 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/20501/statm: 218514 212200 54 142 0 218370 0
Current children cumulated CPU time (s) 1006.67
Current children cumulated vsize (KiB) 921632

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 20479 and gives childrusage.ru_utime.tv_sec=556 childrusage.ru_utime.tv_usec=363419 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=815723
CPU time returned by wait4() is 558.179
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1011.91
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): 921632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 556.363
system time used= 1.81572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152384
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16056
involuntary context switches= 33167

runsolver used 1.10183 s user time and 2.97755 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan 13 19:43:34 UTC 2007


IDJOB= 233824
IDBENCH= 6640
IDSOLVER= 78
FILE ID= node10/233824-1168717412

PBS_JOBID= 3547365

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  749743b0ffe967487adf96742b5fd099

RANDOM SEED= 399185890

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        798296 kB
Buffers:         53236 kB
Cached:         416668 kB
SwapCached:       2900 kB
Active:         751872 kB
Inactive:       426740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        798296 kB
SwapTotal:     4192956 kB
SwapFree:      4178232 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:         725580 kB
Slab:            62260 kB
Committed_AS:  7282056 kB
PageTables:       3604 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= 66392 MiB



End job on node10 on Sat Jan 13 20:00:30 UTC 2007