Trace number 1052243

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 M? (MO) 540.41 541.415

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-28_ext.xml
MD5SUM0f494e9044ccf75c6f1c2068c887183b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.7781
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.87/1.99	c start processing
1.87/1.99	c start relation processing
2.87/2.99	c start cnf exporting
531.25/532.18	c parsing time : 1.876
531.25/532.18	c preprocessing time : 532.073
531.25/532.18	
531.25/532.18	c Nary constraints - conflicts : 0 supports : 133
531.25/532.18	c Binary constraints - conflicts : 0 supports :0
531.25/532.18	c max arity constraint : 18
531.25/532.18	c Max Tuples generated 0
531.25/532.18	c relations : 1
531.25/532.18	c relations BDD: 1
531.25/532.18	c sampling 0/0
531.25/532.18	c vars : 4576685 - clauses :  16639497
531.25/532.18	
531.34/532.22	 
531.34/532.22	c --- SAT Solver Stats ---
531.34/532.22	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052243-1215056338/watcher-1052243-1215056338 -o /tmp/evaluation-result-1052243-1215056338/solver-1052243-1215056338 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1052243-1215056338.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 356
/proc/meminfo: memFree=1682664/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=8652 CPUtime=0
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 661361445 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 2163 280 208 79 0 156 0
[pid=357] ppid=356 vsize=8688 CPUtime=0
/proc/357/stat : 357 (galacM.sh) R 356 356 27912 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 661361445 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/357/statm: 2172 288 210 79 0 165 0

[startup+0.056548 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 356
/proc/meminfo: memFree=1682664/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101551 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 356
/proc/meminfo: memFree=1682664/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301573 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 356
/proc/meminfo: memFree=1682664/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701608 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 356
/proc/meminfo: memFree=1682664/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50269 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 378
/proc/meminfo: memFree=1596176/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812628 CPUtime=1.46
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 30656 0 1 0 132 14 0 0 18 0 9 0 661361448 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203157 30081 1883 9 0 197138 0
[pid=370/tid=371] ppid=356 vsize=812628 CPUtime=1.22
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 14459 0 1 0 115 7 0 0 25 0 9 0 661361449 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4126631568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812628 CPUtime=0.1
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 14750 0 0 0 5 5 0 0 16 0 9 0 661361451 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812628 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 661361451 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812628 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812628 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812628 CPUtime=0.1
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 748 0 0 0 10 0 0 0 16 0 9 0 661361453 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812628 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812628 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832131072 30081 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860192

[startup+3.10286 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 378
/proc/meminfo: memFree=1562896/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=3.06
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 32162 0 1 0 291 15 0 0 18 0 9 0 661361448 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 31581 1905 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=2.73
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 14532 0 1 0 266 7 0 0 25 0 9 0 661361449 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.11
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 16129 0 0 0 6 5 0 0 17 0 9 0 661361451 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 661361451 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.19
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 802 0 0 0 18 1 0 0 15 0 9 0 661361453 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 31581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 860316

[startup+6.30116 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 378
/proc/meminfo: memFree=1546192/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=6.25
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 35955 0 1 0 608 17 0 0 18 0 9 0 661361448 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35367 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=5.69
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 14539 0 1 0 561 8 0 0 25 0 9 0 661361449 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4126662479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.3
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 24 6 0 0 16 0 9 0 661361451 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 836 0 0 0 22 1 0 0 15 0 9 0 661361453 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35367 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860316

[startup+12.7018 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 378
/proc/meminfo: memFree=1542352/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=12.66
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 35969 0 1 0 1246 20 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=12.08
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 14551 0 1 0 1198 10 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 101444256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.32
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 25 7 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 860316

[startup+25.5021 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 378
/proc/meminfo: memFree=1534352/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=25.44
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 35994 0 1 0 2520 24 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=24.87
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 14576 0 1 0 2472 15 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4126633581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.32
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 25 7 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 860316

[startup+51.1026 s]

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

/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=281.9
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 36487 0 1 0 28064 126 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=281.03
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 15069 0 1 0 27990 113 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 102880934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.61
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 51 10 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 860316

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 433
/proc/meminfo: memFree=873360/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=341.86
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 36602 0 1 0 34038 148 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=340.91
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 15184 0 1 0 33957 134 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4126737501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.68
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 57 11 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 860316

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 434
/proc/meminfo: memFree=777288/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=401.74
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 36718 0 1 0 40003 171 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=400.74
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 15300 0 1 0 39917 157 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4126942467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.75
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 63 12 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.75
Current children cumulated vsize (KiB) 860316

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 434
/proc/meminfo: memFree=734600/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=461.69
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 36833 0 1 0 45973 196 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=460.63
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 15415 0 1 0 45881 182 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4127002153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.81
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 69 12 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.7
Current children cumulated vsize (KiB) 860316

[startup+522.302 s]
/proc/loadavg: 2.41 2.09 2.03 3/95 524
/proc/meminfo: memFree=1138224/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=0.01
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=370] ppid=356 vsize=812752 CPUtime=521.44
/proc/370/stat : 370 (java) S 356 356 27912 0 -1 0 36948 0 1 0 51920 224 0 0 18 0 9 0 661361448 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/370/statm: 203188 35369 1909 9 0 197169 0
[pid=370/tid=371] ppid=356 vsize=812752 CPUtime=520.32
/proc/370/task/371/stat : 371 (java) R 356 356 27912 0 -1 64 15530 0 1 0 51823 209 0 0 25 0 9 0 661361449 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 103203482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=372] ppid=356 vsize=812752 CPUtime=0.87
/proc/370/task/372/stat : 372 (java) S 356 356 27912 0 -1 64 19881 0 0 0 74 13 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=373] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/373/stat : 373 (java) S 356 356 27912 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=374] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/374/stat : 374 (java) S 356 356 27912 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661361451 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=375] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/375/stat : 375 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=376] ppid=356 vsize=812752 CPUtime=0.23
/proc/370/task/376/stat : 376 (java) S 356 356 27912 0 -1 64 838 0 0 0 22 1 0 0 16 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=377] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/377/stat : 377 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=370/tid=378] ppid=356 vsize=812752 CPUtime=0
/proc/370/task/378/stat : 378 (java) S 356 356 27912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661361453 832258048 35369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.45
Current children cumulated vsize (KiB) 860316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+541.402 s]
/proc/loadavg: 2.22 2.07 2.02 3/75 552
/proc/meminfo: memFree=533200/2055920 swapFree=4179808/4192956
[pid=356] ppid=354 vsize=47564 CPUtime=531.36
/proc/356/stat : 356 (galacM.sh) S 354 356 27912 0 -1 4194304 800 38679 0 1 0 0 52905 231 17 0 1 0 661361445 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/356/statm: 11891 365 246 79 0 219 0
[pid=525] ppid=356 vsize=880652 CPUtime=9.05
/proc/525/stat : 525 (minisat) R 356 356 27912 0 -1 4194304 195579 0 0 0 784 121 0 0 25 0 1 0 661414668 901787648 195560 996147200 134512640 135136200 4294955968 18446744073709551615 134719610 0 0 4096 3 0 0 0 17 0 0 0
/proc/525/statm: 220163 195560 54 152 0 220008 0
Current children cumulated CPU time (s) 540.41
Current children cumulated vsize (KiB) 928216

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 356 and gives
#  childrusage.ru_utime.tv_sec=529
#  childrusage.ru_utime.tv_usec=58570
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=326646
# CPU time returned by wait4() is 531.385
# while last known CPU time is 540.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 541.415
CPU time (s): 540.41
CPU user time (s): 536.89
CPU system time (s): 3.52
CPU usage (%): 99.8144
Max. virtual memory (cumulated for all children) (KiB): 928216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 529.059
system time used= 2.32665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39479
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= 18407
involuntary context switches= 11002

runsolver used 0.6569 second user time and 1.71774 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-03 05:38:58
IDJOB=1052243
IDBENCH=55971
IDSOLVER=350
FILE ID=node89/1052243-1215056338
PBS_JOBID= 7874999
Free space on /tmp= 66532 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-28_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052243-1215056338/watcher-1052243-1215056338 -o /tmp/evaluation-result-1052243-1215056338/solver-1052243-1215056338 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1052243-1215056338.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f494e9044ccf75c6f1c2068c887183b
RANDOM SEED=1643647874

node89.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1683144 kB
Buffers:         33528 kB
Cached:         253316 kB
SwapCached:       7324 kB
Active:         143832 kB
Inactive:       158824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683144 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            5772 kB
Writeback:           0 kB
Mapped:          23452 kB
Slab:            55452 kB
Committed_AS:  1832780 kB
PageTables:       1888 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= 66184 MiB
End job on node89 at 2008-07-03 05:48:02