Trace number 203853

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 1069.5

General information on the benchmark

Namedomino/
domino-500-500.xml
MD5SUMc6d0c1f9edd39bdf7a491e867f0eb1f0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables500
Number of constraints500
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c --- Preproc Stats ---
1.19	c start processing
1.19	c start relation processing
1.22	c start cnf exporting
1056.82	c parsing time : 1.023
1056.82	c preprocessing time : 1056.65
1056.82	
1056.82	c Nary constraints - conflicts : 0 supports : 0
1056.82	c Binary constraints - conflicts : 0 supports :500
1056.82	c max arity constraint : 2
1056.82	c Max Tuples generated 250000
1056.82	c relations : 2
1056.82	c relations BDD: 0
1056.82	c vars : 250001 - clauses :  62875499
1056.82	
1056.87	 
1056.87	c --- Minisat Stats ---
1056.87	 

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

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

/proc/loadavg: 2.00 2.05 2.01 5/82 3686
/proc/meminfo: memFree=762696/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=18540 CPUtime=0
/proc/3685/stat : 3685 (runsolver) R 3683 3685 2551 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 219916018 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3685/statm: 4635 279 244 17 0 2626 0

[startup+0.104433 s]
/proc/loadavg: 2.00 2.05 2.01 5/82 3686
/proc/meminfo: memFree=762696/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.516513 s]
/proc/loadavg: 2.00 2.05 2.01 5/82 3686
/proc/meminfo: memFree=762696/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.34267 s]
/proc/loadavg: 2.00 2.05 2.01 4/90 3706
/proc/meminfo: memFree=719048/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=1.26
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 13039 0 1 0 118 8 0 0 25 0 8 0 219916023 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155213873 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 12792 2013 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.07
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3406 0 0 0 6 1 0 0 16 0 8 0 219916026 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219916027 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.3
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1072 0 0 0 29 1 0 0 15 0 8 0 219916030 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 12792 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 908736

[startup+2.98 s]
/proc/loadavg: 2.00 2.05 2.01 3/90 3706
/proc/meminfo: memFree=691976/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=2.89
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 19635 0 1 0 277 12 0 0 25 0 8 0 219916023 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074295520 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19385 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.07
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3579 0 0 0 6 1 0 0 16 0 8 0 219916026 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.32
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 31 1 0 0 15 0 8 0 219916030 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19385 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 908736

[startup+6.18262 s]
/proc/loadavg: 2.00 2.05 2.01 3/90 3706
/proc/meminfo: memFree=689224/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=6.06
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 19643 0 1 0 593 13 0 0 25 0 8 0 219916023 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074298179 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19387 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.09
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3581 0 0 0 8 1 0 0 16 0 8 0 219916026 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.33
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 31 2 0 0 16 0 8 0 219916030 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19387 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 908736

[startup+12.6669 s]
/proc/loadavg: 2.00 2.05 2.01 3/90 3706
/proc/meminfo: memFree=683280/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=12.47
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 19742 0 1 0 1231 16 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4153380215 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.11
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 9 2 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.33
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 31 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 908736

[startup+25.5424 s]
/proc/loadavg: 2.00 2.04 2.00 3/90 3706
/proc/meminfo: memFree=672912/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=25.21
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 19769 0 1 0 2500 21 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073516273 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.12
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 10 2 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 908736

[startup+51.1884 s]
/proc/loadavg: 2.00 2.04 2.00 3/90 3706
/proc/meminfo: memFree=650256/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=50.57
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 19822 0 1 0 5022 35 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074257321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.14
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 12 2 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 908736

[startup+102.476 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 3706
/proc/meminfo: memFree=601936/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=101.28
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 19926 0 1 0 10067 61 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073820149 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.19

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

Current children cumulated vsize (KiB) 908736

[startup+762.93 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 3706
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=754.15
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 21268 0 1 0 74996 419 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4154163217 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.83
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 73 10 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 754.15
Current children cumulated vsize (KiB) 908736

[startup+822.97 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 3706
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=813.47
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 21390 0 1 0 80893 454 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074237961 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.88
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 77 11 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 813.47
Current children cumulated vsize (KiB) 908736

[startup+883.007 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3708
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=872.79
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 21511 0 1 0 86789 490 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073795858 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.94
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 82 12 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 872.79
Current children cumulated vsize (KiB) 908736

[startup+943.047 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3708
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=932.12
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 21633 0 1 0 92683 529 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074325959 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=0.99
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 86 13 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) R 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 932.12
Current children cumulated vsize (KiB) 908736

[startup+1003.09 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 3708
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=0
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 762 1705 0 0 0 0 0 0 20 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3699] ppid=3685 vsize=861172 CPUtime=991.43
/proc/3699/stat : 3699 (java) R 3685 3685 2551 0 -1 0 21754 0 1 0 98580 563 0 0 25 0 8 0 219916023 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074289512 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3699/statm: 215293 19473 2017 14 0 201499 0
[pid=3699/tid=3700] ppid=3685 vsize=861172 CPUtime=1.05
/proc/3699/task/3700/stat : 3700 (java) S 3685 3685 2551 0 -1 64 3667 0 0 0 91 14 0 0 16 0 8 0 219916026 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3701] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3701/stat : 3701 (java) S 3685 3685 2551 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3702] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3702/stat : 3702 (java) S 3685 3685 2551 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219916027 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3703] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3703/stat : 3703 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3704] ppid=3685 vsize=861172 CPUtime=0.34
/proc/3699/task/3704/stat : 3704 (java) S 3685 3685 2551 0 -1 64 1086 0 0 0 32 2 0 0 16 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3705] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3705/stat : 3705 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3699/tid=3706] ppid=3685 vsize=861172 CPUtime=0
/proc/3699/task/3706/stat : 3706 (java) S 3685 3685 2551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219916030 881840128 19473 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 991.43
Current children cumulated vsize (KiB) 908736

[startup+1063.12 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 3709
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=1044.56
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 800 23592 0 1 0 0 103865 591 17 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3709] ppid=3685 vsize=506000 CPUtime=5
/proc/3709/stat : 3709 (minisat) R 3685 3685 2551 0 -1 4194304 120779 0 0 0 400 100 0 0 19 0 1 0 220021705 518144000 120762 18446744073709551615 134512640 135096742 4294956448 18446744073709551615 134716102 0 0 4096 3 0 0 0 17 0 0 0
/proc/3709/statm: 126500 120762 50 142 0 126356 0
Current children cumulated CPU time (s) 1049.56
Current children cumulated vsize (KiB) 553564



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1069.49 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 3709
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=3685] ppid=3683 vsize=47564 CPUtime=1044.56
/proc/3685/stat : 3685 (galac.sh) S 3683 3685 2551 0 -1 4194304 800 23592 0 1 0 0 103865 591 17 0 1 0 219916018 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3685/statm: 11891 364 246 79 0 218 0
[pid=3709] ppid=3685 vsize=874272 CPUtime=9
/proc/3709/stat : 3709 (minisat) R 3685 3685 2551 0 -1 4194304 213486 0 0 0 707 193 0 0 18 0 1 0 220021705 895254528 213469 18446744073709551615 134512640 135096742 4294956448 18446744073709551615 134513721 0 0 4096 3 0 0 0 17 1 0 0
/proc/3709/statm: 218568 213469 50 142 0 218424 0
Current children cumulated CPU time (s) 1053.56
Current children cumulated vsize (KiB) 921836

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 3685 and gives childrusage.ru_utime.tv_sec=1038 childrusage.ru_utime.tv_usec=655100 childrusage.ru_stime.tv_sec=5 childrusage.ru_stime.tv_usec=923099
CPU time returned by wait4() is 1044.58
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1069.5
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): 921836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1038.66
system time used= 5.9231
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24392
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= 36669
involuntary context switches= 59078

runsolver used 1.2918 s user time and 3.46147 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan 13 19:06:03 UTC 2007


IDJOB= 203853
IDBENCH= 3985
IDSOLVER= 78
FILE ID= node38/203853-1168715162

PBS_JOBID= 3547249

Free space on /tmp= 66553 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/domino/domino-500-500.xml
COMMAND LINE= /tmp/evaluation/203853-1168715162/galac.sh /tmp/evaluation/203853-1168715162/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-203853-1168715162 -o ROOT/results/node38/solver-203853-1168715162 -C 1800 -M 900  /tmp/evaluation/203853-1168715162/galac.sh /tmp/evaluation/203853-1168715162/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c6d0c1f9edd39bdf7a491e867f0eb1f0

RANDOM SEED= 186764772

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.267
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.267
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:        763248 kB
Buffers:         40144 kB
Cached:         624216 kB
SwapCached:          0 kB
Active:         650488 kB
Inactive:       585504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        763248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12292 kB
Writeback:           0 kB
Mapped:         590752 kB
Slab:            40720 kB
Committed_AS:  5621592 kB
PageTables:       3056 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= 65525 MiB



End job on node38 on Sat Jan 13 19:23:54 UTC 2007