Trace number 233776

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 1087.31

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-0.xml
MD5SUM2c2fead72c0d5fc55930647203f728f7
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.178972
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size412
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 ---
299.14	c start processing
299.14	c start relation processing
328.42	c start cnf exporting
651.63	c parsing time : 298.992
651.63	c preprocessing time : 651.487
651.64	
651.64	c Nary constraints - conflicts : 0 supports : 0
651.64	c Binary constraints - conflicts : 293 supports :1
651.64	c max arity constraint : 2
651.64	c Max Tuples generated 166036
651.64	c relations : 294
651.64	c relations BDD: 0
651.64	c vars : 17720 - clauses :  12955864
651.64	
651.76	 
651.76	c --- Minisat Stats ---
651.76	 

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/node3/watcher-233776-1168717404 -o ROOT/results/node3/solver-233776-1168717404 -C 1800 -M 900 /tmp/evaluation/233776-1168717404/galac.sh /tmp/evaluation/233776-1168717404/unknown.xml 

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

/proc/loadavg: 0.54 1.40 1.76 4/81 26653
/proc/meminfo: memFree=1679360/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=8652 CPUtime=0
/proc/26652/stat : 26652 (galac.sh) R 26650 26652 26099 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 220136607 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632754335 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/26652/statm: 2163 279 207 79 0 156 0
[pid=26654] ppid=26652 vsize=8688 CPUtime=0
/proc/26654/stat : 26654 (galac.sh) R 26652 26652 26099 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 220136608 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632754335 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/26654/statm: 2172 286 209 79 0 165 0
[pid=26655] ppid=26654 vsize=8728 CPUtime=0
/proc/26655/stat : 26655 (galac.sh) R 26654 26652 26099 0 -1 4194368 25 0 0 0 0 0 0 0 17 0 1 0 220136608 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 4322802 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/26655/statm: 2182 290 209 79 0 175 0

[startup+0.104859 s]
/proc/loadavg: 0.54 1.40 1.76 4/81 26653
/proc/meminfo: memFree=1679360/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.512928 s]
/proc/loadavg: 0.54 1.40 1.76 4/81 26653
/proc/meminfo: memFree=1679360/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33406 s]
/proc/loadavg: 0.54 1.40 1.76 2/89 26673
/proc/meminfo: memFree=1624704/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=1.28
/proc/26666/stat : 26666 (java) R 26652 26652 26099 0 -1 0 17482 0 1 0 120 8 0 0 16 0 8 0 220136610 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073759309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26666/statm: 215273 16986 1989 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=0.41
/proc/26666/task/26667/stat : 26667 (java) S 26652 26652 26099 0 -1 64 8087 0 0 0 38 3 0 0 17 0 8 0 220136614 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.11
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 911 0 0 0 10 1 0 0 16 0 8 0 220136617 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 16986 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 16986 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) 908652

[startup+2.98634 s]
/proc/loadavg: 0.58 1.39 1.75 2/89 26673
/proc/meminfo: memFree=1606144/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861280 CPUtime=2.93
/proc/26666/stat : 26666 (java) S 26652 26652 26099 0 -1 0 22598 0 1 0 283 10 0 0 17 0 8 0 220136610 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26666/statm: 215320 21831 1989 14 0 201525 0
[pid=26666/tid=26667] ppid=26652 vsize=861280 CPUtime=1.51
/proc/26666/task/26667/stat : 26667 (java) R 26652 26652 26099 0 -1 64 13190 0 0 0 147 4 0 0 17 0 8 0 220136614 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155523710 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861280 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220136614 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861280 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861280 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861280 CPUtime=0.11
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 914 0 0 0 10 1 0 0 16 0 8 0 220136617 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861280 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861280 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881950720 21831 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908840

[startup+6.2799 s]
/proc/loadavg: 0.58 1.39 1.75 2/89 26709
/proc/meminfo: memFree=1575040/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=6.2
/proc/26666/stat : 26666 (java) R 26652 26652 26099 0 -1 0 28930 0 1 0 608 12 0 0 16 0 8 0 220136610 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073733008 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26666/statm: 215273 28044 1989 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=3.97
/proc/26666/task/26667/stat : 26667 (java) S 26652 26652 26099 0 -1 64 19504 0 0 0 391 6 0 0 18 0 8 0 220136614 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.12
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 916 0 0 0 11 1 0 0 16 0 8 0 220136617 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 28044 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908652

[startup+12.6829 s]
/proc/loadavg: 0.80 1.41 1.76 4/102 26734
/proc/meminfo: memFree=1448344/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=12.58
/proc/26666/stat : 26666 (java) S 26652 26652 26099 0 -1 0 38214 0 1 0 1242 16 0 0 16 0 8 0 220136610 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26666/statm: 215273 37309 1989 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=9.28
/proc/26666/task/26667/stat : 26667 (java) R 26652 26652 26099 0 -1 64 28763 0 0 0 918 10 0 0 25 0 8 0 220136614 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155523676 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.13
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 922 0 0 0 12 1 0 0 16 0 8 0 220136617 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 37309 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908652

[startup+25.486 s]
/proc/loadavg: 1.21 1.48 1.77 3/102 26734
/proc/meminfo: memFree=1341592/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=25.31
/proc/26666/stat : 26666 (java) S 26652 26652 26099 0 -1 0 49376 0 1 0 2510 21 0 0 16 0 8 0 220136610 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26666/statm: 215273 48446 1989 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=20.58
/proc/26666/task/26667/stat : 26667 (java) R 26652 26652 26099 0 -1 64 39891 0 0 0 2043 15 0 0 25 0 8 0 220136614 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.14
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 931 0 0 0 13 1 0 0 16 0 8 0 220136617 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 48446 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 908652

[startup+51.175 s]
/proc/loadavg: 1.56 1.53 1.78 3/102 26734
/proc/meminfo: memFree=1182424/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=50.91
/proc/26666/stat : 26666 (java) S 26652 26652 26099 0 -1 0 67447 0 1 0 5060 31 0 0 16 0 8 0 220136610 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26666/statm: 215273 66480 1989 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=44.05
/proc/26666/task/26667/stat : 26667 (java) R 26652 26652 26099 0 -1 64 57918 0 0 0 4380 25 0 0 25 0 8 0 220136614 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.16
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 938 0 0 0 15 1 0 0 16 0 8 0 220136617 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 66480 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 908652

[startup+102.407 s]
/proc/loadavg: 1.98 1.65 1.81 3/102 26734
/proc/meminfo: memFree=977304/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01

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

/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 997 0 0 0 25 2 0 0 16 0 8 0 220136617 881758208 156329 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 156329 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 156329 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.85
Current children cumulated vsize (KiB) 908652

[startup+582.783 s]
/proc/loadavg: 2.00 1.95 1.90 3/102 26734
/proc/meminfo: memFree=106464/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=580.25
/proc/26666/stat : 26666 (java) R 26652 26652 26099 0 -1 0 157905 0 2 0 57858 167 0 0 25 0 8 0 220136610 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074016199 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26666/statm: 215273 156348 2016 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=282.94
/proc/26666/task/26667/stat : 26667 (java) S 26652 26652 26099 0 -1 64 141240 0 0 0 28229 65 0 0 16 0 8 0 220136614 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136614 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.29
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 1003 0 0 0 27 2 0 0 16 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.26
Current children cumulated vsize (KiB) 908652

[startup+642.809 s]
/proc/loadavg: 2.00 1.96 1.90 3/102 26734
/proc/meminfo: memFree=43168/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=0.01
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26666] ppid=26652 vsize=861092 CPUtime=639.56
/proc/26666/stat : 26666 (java) R 26652 26652 26099 0 -1 0 157996 0 2 0 63767 189 0 0 25 0 8 0 220136610 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073981016 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26666/statm: 215273 156348 2016 14 0 201478 0
[pid=26666/tid=26667] ppid=26652 vsize=861092 CPUtime=283.22
/proc/26666/task/26667/stat : 26667 (java) S 26652 26652 26099 0 -1 64 141240 0 0 0 28256 66 0 0 16 0 8 0 220136614 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26668] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26668/stat : 26668 (java) S 26652 26652 26099 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220136614 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26669] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26669/stat : 26669 (java) S 26652 26652 26099 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220136614 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26670] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26670/stat : 26670 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26671] ppid=26652 vsize=861092 CPUtime=0.29
/proc/26666/task/26671/stat : 26671 (java) S 26652 26652 26099 0 -1 64 1003 0 0 0 27 2 0 0 16 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26672] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26672/stat : 26672 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26666/tid=26673] ppid=26652 vsize=861092 CPUtime=0
/proc/26666/task/26673/stat : 26673 (java) S 26652 26652 26099 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220136617 881758208 156348 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.57
Current children cumulated vsize (KiB) 908652

[startup+702.868 s]
/proc/loadavg: 2.00 1.96 1.91 3/95 26735
/proc/meminfo: memFree=43416/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=598272 CPUtime=51.06
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 144550 0 0 0 5015 91 0 0 25 0 1 0 220201783 612630528 144532 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26735/statm: 149568 144532 54 142 0 149424 0
Current children cumulated CPU time (s) 699.43
Current children cumulated vsize (KiB) 645832

[startup+762.954 s]
/proc/loadavg: 2.04 1.98 1.91 3/88 26736
/proc/meminfo: memFree=16016/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=673168 CPUtime=110.72
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 163176 0 0 0 10970 102 0 0 25 0 1 0 220201783 689324032 163158 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 168292 163158 54 142 0 168148 0
Current children cumulated CPU time (s) 759.09
Current children cumulated vsize (KiB) 720728

[startup+823.01 s]
/proc/loadavg: 2.01 1.98 1.91 3/88 26736
/proc/meminfo: memFree=16336/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=726088 CPUtime=170.23
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 176197 0 0 0 16914 109 0 0 25 0 1 0 220201783 743514112 176179 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 181522 176179 54 142 0 181378 0
Current children cumulated CPU time (s) 818.6
Current children cumulated vsize (KiB) 773648

[startup+883.074 s]
/proc/loadavg: 1.96 1.97 1.91 3/88 26811
/proc/meminfo: memFree=917072/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=759796 CPUtime=229.8
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 184401 0 0 0 22855 125 0 0 25 0 1 0 220201783 778031104 184383 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 189949 184383 54 142 0 189805 0
Current children cumulated CPU time (s) 878.17
Current children cumulated vsize (KiB) 807356

[startup+943.133 s]
/proc/loadavg: 1.98 1.97 1.91 3/88 26811
/proc/meminfo: memFree=778704/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=782576 CPUtime=289.59
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 189977 0 0 0 28828 131 0 0 25 0 1 0 220201783 801357824 189959 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 195644 189959 54 142 0 195500 0
Current children cumulated CPU time (s) 937.96
Current children cumulated vsize (KiB) 830136

[startup+1003.2 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 26811
/proc/meminfo: memFree=723024/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=815820 CPUtime=349.36
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 198181 0 0 0 34800 136 0 0 25 0 1 0 220201783 835399680 198163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 203955 198163 54 142 0 203811 0
Current children cumulated CPU time (s) 997.73
Current children cumulated vsize (KiB) 863380

[startup+1063.27 s]
/proc/loadavg: 1.99 1.97 1.91 3/94 26883
/proc/meminfo: memFree=659864/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=858564 CPUtime=409.05
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 208754 0 0 0 40757 148 0 0 25 0 1 0 220201783 879169536 208736 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 214641 208736 54 142 0 214497 0
Current children cumulated CPU time (s) 1057.42
Current children cumulated vsize (KiB) 906124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1087.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/94 26945
/proc/meminfo: memFree=614304/2055920 swapFree=4191880/4192956
[pid=26652] ppid=26650 vsize=47560 CPUtime=648.37
/proc/26652/stat : 26652 (galac.sh) S 26650 26652 26099 0 -1 4194304 800 159722 0 2 0 0 64636 201 17 0 1 0 220136607 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26652/statm: 11890 363 245 79 0 218 0
[pid=26735] ppid=26652 vsize=874120 CPUtime=432.94
/proc/26735/stat : 26735 (minisat) R 26652 26652 26099 0 -1 4194304 212584 0 0 0 43138 156 0 0 25 0 1 0 220201783 895098880 212566 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26735/statm: 218530 212566 54 142 0 218386 0
Current children cumulated CPU time (s) 1081.31
Current children cumulated vsize (KiB) 921680

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 26652 and gives childrusage.ru_utime.tv_sec=646 childrusage.ru_utime.tv_usec=370736 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=24692
CPU time returned by wait4() is 648.395
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1087.31
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): 921680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 646.371
system time used= 2.02469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160522
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17711
involuntary context switches= 33241

runsolver used 1.42278 s user time and 3.43448 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan 13 19:43:25 UTC 2007


IDJOB= 233776
IDBENCH= 6635
IDSOLVER= 78
FILE ID= node3/233776-1168717404

PBS_JOBID= 3547391

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  2c2fead72c0d5fc55930647203f728f7

RANDOM SEED= 270443888

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.279
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.279
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:       1679776 kB
Buffers:         26344 kB
Cached:         253784 kB
SwapCached:        440 kB
Active:         139444 kB
Inactive:       196260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679776 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:          66968 kB
Slab:            25764 kB
Committed_AS:  6446884 kB
PageTables:       1900 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 node3 on Sat Jan 13 20:01:37 UTC 2007