Trace number 1094234

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 E? (MO) 723.93 730.713

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-95-8.xml
MD5SUM4dcd5adff23a10b18590d338d8ee17e8
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.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size430
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.00/0.04	c --- Preproc Stats ---
69.42/70.11	c start processing
69.42/70.13	c start relation processing
102.52/103.58	c start cnf exporting
451.25/455.62	c parsing time : 69.986
451.25/455.62	c preprocessing time : 455.491
451.25/455.62	
451.25/455.62	c Nary constraints - conflicts : 0 supports : 0
451.25/455.62	c Binary constraints - conflicts : 294 supports :0
451.25/455.62	c max arity constraint : 2
451.25/455.62	c Max Tuples generated 181030
451.25/455.62	c relations : 294
451.25/455.62	c relations BDD: 0
451.25/455.62	c sampling 257/294
451.25/455.62	c vars : 18621 - clauses :  14666667
451.25/455.62	
451.32/455.76	 
451.32/455.76	c --- SAT Solver Stats ---
451.32/455.76	 
451.32/455.76	c eSAT 0.1 : minisat core with additionnal features
451.32/455.76	c ============================[ Problem Statistics ]=============================
451.32/455.76	c |                                                                             |
451.32/455.76	c |  Number of variables:  18620                                                |
451.32/455.76	c |  Number of clauses:    14666667                                             |
456.67/461.18	c |  Parsing time:         4.53         s                                       |

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-1094234-1215279210/watcher-1094234-1215279210 -o /tmp/evaluation-result-1094234-1215279210/solver-1094234-1215279210 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1094234-1215279210.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.12 2.16 2.09 4/72 17811
/proc/meminfo: memFree=1751672/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=18572 CPUtime=0
/proc/17811/stat : 17811 (runsolver) R 17809 17811 16175 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 2006892794 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17811/statm: 4643 292 257 25 0 2626 0

[startup+0.0811621 s]
/proc/loadavg: 2.12 2.16 2.09 4/72 17811
/proc/meminfo: memFree=1751672/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.108427 s]
/proc/loadavg: 2.12 2.16 2.09 4/72 17811
/proc/meminfo: memFree=1751672/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301467 s]
/proc/loadavg: 2.12 2.16 2.09 4/72 17811
/proc/meminfo: memFree=1751672/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701543 s]
/proc/loadavg: 2.12 2.16 2.09 4/72 17811
/proc/meminfo: memFree=1751672/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.5027 s]
/proc/loadavg: 2.12 2.16 2.09 3/82 17833
/proc/meminfo: memFree=1702760/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=812628 CPUtime=1.43
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 23517 0 1 0 133 10 0 0 18 0 9 0 2006892798 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203157 22924 1926 9 0 197138 0
[pid=17825/tid=17826] ppid=17811 vsize=812628 CPUtime=1.17
/proc/17825/task/17826/stat : 17826 (java) R 17811 17811 16175 0 -1 64 14580 0 1 0 110 7 0 0 25 0 9 0 2006892799 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 101444655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=812628 CPUtime=0.12
/proc/17825/task/17827/stat : 17827 (java) S 17811 17811 16175 0 -1 64 7487 0 0 0 10 2 0 0 17 0 9 0 2006892801 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=812628 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006892801 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=812628 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=812628 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=812628 CPUtime=0.12
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 750 0 0 0 12 0 0 0 16 0 9 0 2006892803 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812628 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812628 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832131072 22924 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860208

[startup+3.10201 s]
/proc/loadavg: 2.11 2.15 2.09 3/82 17833
/proc/meminfo: memFree=1634856/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=813016 CPUtime=3.02
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 37919 0 1 0 286 16 0 0 18 0 9 0 2006892798 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203254 37250 1990 9 0 197235 0
[pid=17825/tid=17826] ppid=17811 vsize=813016 CPUtime=2.3
/proc/17825/task/17826/stat : 17826 (java) R 17811 17811 16175 0 -1 64 14584 0 1 0 223 7 0 0 25 0 9 0 2006892799 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=813016 CPUtime=0.57
/proc/17825/task/17827/stat : 17827 (java) R 17811 17811 16175 0 -1 64 21879 0 0 0 49 8 0 0 16 0 9 0 2006892801 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 102473904 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=813016 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006892801 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=813016 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=813016 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=813016 CPUtime=0.13
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 756 0 0 0 13 0 0 0 16 0 9 0 2006892803 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=813016 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=813016 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832528384 37250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860596

[startup+6.30263 s]
/proc/loadavg: 2.11 2.15 2.09 3/82 17833
/proc/meminfo: memFree=1555880/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=812764 CPUtime=6.19
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 59877 0 1 0 595 24 0 0 18 0 9 0 2006892798 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203191 58916 2590 9 0 197172 0
[pid=17825/tid=17826] ppid=17811 vsize=812764 CPUtime=3.95
/proc/17825/task/17826/stat : 17826 (java) R 17811 17811 16175 0 -1 64 14589 0 1 0 388 7 0 0 24 0 9 0 2006892799 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 101444370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=812764 CPUtime=2.06
/proc/17825/task/17827/stat : 17827 (java) S 17811 17811 16175 0 -1 64 43815 0 0 0 190 16 0 0 20 0 9 0 2006892801 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2006892801 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=812764 CPUtime=0.15
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 773 0 0 0 15 0 0 0 15 0 9 0 2006892803 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832270336 58916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860344

[startup+12.7019 s]
/proc/loadavg: 2.10 2.15 2.09 3/82 17833
/proc/meminfo: memFree=1428776/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=812764 CPUtime=12.53
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 88304 0 1 0 1218 35 0 0 18 0 9 0 2006892798 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203191 87337 2590 9 0 197172 0
[pid=17825/tid=17826] ppid=17811 vsize=812764 CPUtime=7.31
/proc/17825/task/17826/stat : 17826 (java) R 17811 17811 16175 0 -1 64 14596 0 1 0 724 7 0 0 25 0 9 0 2006892799 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4126700912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=812764 CPUtime=5
/proc/17825/task/17827/stat : 17827 (java) S 17811 17811 16175 0 -1 64 72217 0 0 0 474 26 0 0 24 0 9 0 2006892801 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2006892801 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=812764 CPUtime=0.18
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 791 0 0 0 18 0 0 0 15 0 9 0 2006892803 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832270336 87337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860344

[startup+25.5024 s]
/proc/loadavg: 2.15 2.16 2.09 4/82 17833
/proc/meminfo: memFree=1296040/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=812764 CPUtime=25.21
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 116914 0 1 0 2476 45 0 0 18 0 9 0 2006892798 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203191 115935 2592 9 0 197172 0
[pid=17825/tid=17826] ppid=17811 vsize=812764 CPUtime=10.5
/proc/17825/task/17826/stat : 17826 (java) S 17811 17811 16175 0 -1 64 14608 0 1 0 1043 7 0 0 19 0 9 0 2006892799 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=812764 CPUtime=14.47
/proc/17825/task/17827/stat : 17827 (java) R 17811 17811 16175 0 -1 64 100801 0 0 0 1411 36 0 0 24 0 9 0 2006892801 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 102469683 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2006892801 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=812764 CPUtime=0.2
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 805 0 0 0 20 0 0 0 15 0 9 0 2006892803 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832270336 115935 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860344

[startup+51.1023 s]
/proc/loadavg: 2.31 2.19 2.10 3/82 17833
/proc/meminfo: memFree=1150760/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01

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

/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 853 0 0 0 29 0 0 0 15 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 860344

[startup+342.302 s]
/proc/loadavg: 2.00 2.06 2.07 3/82 17833
/proc/meminfo: memFree=903848/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=812764 CPUtime=339.02
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 177686 0 1 0 33743 159 0 0 18 0 9 0 2006892798 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203191 176274 2593 9 0 197172 0
[pid=17825/tid=17826] ppid=17811 vsize=812764 CPUtime=284.39
/proc/17825/task/17826/stat : 17826 (java) R 17811 17811 16175 0 -1 64 15061 0 1 0 28346 93 0 0 25 0 9 0 2006892799 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4127158757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=812764 CPUtime=54.3
/proc/17825/task/17827/stat : 17827 (java) S 17811 17811 16175 0 -1 64 161072 0 0 0 5366 64 0 0 16 0 9 0 2006892801 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=812764 CPUtime=0.29
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 853 0 0 0 29 0 0 0 15 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.03
Current children cumulated vsize (KiB) 860344

[startup+402.302 s]
/proc/loadavg: 2.00 2.05 2.06 3/82 17833
/proc/meminfo: memFree=868840/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=0.01
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17825] ppid=17811 vsize=812764 CPUtime=398.46
/proc/17825/stat : 17825 (java) S 17811 17811 16175 0 -1 0 177780 0 1 0 39667 179 0 0 18 0 9 0 2006892798 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17825/statm: 203191 176274 2593 9 0 197172 0
[pid=17825/tid=17826] ppid=17811 vsize=812764 CPUtime=343.6
/proc/17825/task/17826/stat : 17826 (java) R 17811 17811 16175 0 -1 64 15155 0 1 0 34249 111 0 0 25 0 9 0 2006892799 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 103648755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17827] ppid=17811 vsize=812764 CPUtime=54.53
/proc/17825/task/17827/stat : 17827 (java) S 17811 17811 16175 0 -1 64 161072 0 0 0 5388 65 0 0 16 0 9 0 2006892801 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17828] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17828/stat : 17828 (java) S 17811 17811 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17829] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17829/stat : 17829 (java) S 17811 17811 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006892801 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17830] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17830/stat : 17830 (java) S 17811 17811 16175 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17831] ppid=17811 vsize=812764 CPUtime=0.29
/proc/17825/task/17831/stat : 17831 (java) S 17811 17811 16175 0 -1 64 853 0 0 0 29 0 0 0 15 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17832] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17832/stat : 17832 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17825/tid=17833] ppid=17811 vsize=812764 CPUtime=0
/proc/17825/task/17833/stat : 17833 (java) S 17811 17811 16175 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006892803 832270336 176274 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 860344

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.06 3/74 17834
/proc/meminfo: memFree=983912/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=562956 CPUtime=6.47
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 137391 0 0 0 563 84 0 0 25 0 1 0 2006938370 576466944 137373 996147200 134512640 135177480 4294955968 18446744073709551615 134572306 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 140739 137373 78 162 0 140574 0
Current children cumulated CPU time (s) 457.86
Current children cumulated vsize (KiB) 610536

[startup+522.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/74 17834
/proc/meminfo: memFree=879720/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=669148 CPUtime=65.94
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 163939 0 0 0 6497 97 0 0 25 0 1 0 2006938370 685207552 163921 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 167287 163921 78 162 0 167122 0
Current children cumulated CPU time (s) 517.33
Current children cumulated vsize (KiB) 716728

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.05 3/74 17836
/proc/meminfo: memFree=825768/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=719028 CPUtime=125.43
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 176392 0 0 0 12439 104 0 0 25 0 1 0 2006938370 736284672 176374 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 179757 176374 78 162 0 179592 0
Current children cumulated CPU time (s) 576.82
Current children cumulated vsize (KiB) 766608

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.04 3/74 17836
/proc/meminfo: memFree=774376/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=770852 CPUtime=184.9
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 189295 0 0 0 18380 110 0 0 25 0 1 0 2006938370 789352448 189277 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 192713 189277 78 162 0 192548 0
Current children cumulated CPU time (s) 636.29
Current children cumulated vsize (KiB) 818432

[startup+702.303 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 17836
/proc/meminfo: memFree=745128/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=800032 CPUtime=244.38
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 196587 0 0 0 24324 114 0 0 25 0 1 0 2006938370 819232768 196569 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 200008 196569 78 162 0 199843 0
Current children cumulated CPU time (s) 695.77
Current children cumulated vsize (KiB) 847612



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+730.701 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 17836
/proc/meminfo: memFree=671208/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=874092 CPUtime=272.54
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 215025 0 0 0 27130 124 0 0 25 0 1 0 2006938370 895070208 215007 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 218523 215007 78 162 0 218358 0
Current children cumulated CPU time (s) 723.93
Current children cumulated vsize (KiB) 921672

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

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

[startup+730.701 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 17836
/proc/meminfo: memFree=671208/2055920 swapFree=4179416/4192956
[pid=17811] ppid=17809 vsize=47580 CPUtime=451.39
/proc/17811/stat : 17811 (galacE.sh) S 17809 17811 16175 0 -1 4194304 799 179572 0 1 0 0 44930 209 17 0 1 0 2006892794 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17811/statm: 11895 364 245 79 0 219 0
[pid=17834] ppid=17811 vsize=874092 CPUtime=272.54
/proc/17834/stat : 17834 (eSAT_static) R 17811 17811 16175 0 -1 4194304 215025 0 0 0 27130 124 0 0 25 0 1 0 2006938370 895070208 215007 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/17834/statm: 218523 215007 78 162 0 218358 0
Current children cumulated CPU time (s) 723.93
Current children cumulated vsize (KiB) 921672

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17811 and gives
#  childrusage.ru_utime.tv_sec=449
#  childrusage.ru_utime.tv_usec=308694
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=102680
# CPU time returned by wait4() is 451.411
# while last known CPU time is 723.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 730.713
CPU time (s): 723.93
CPU user time (s): 720.6
CPU system time (s): 3.33
CPU usage (%): 99.0717
Max. virtual memory (cumulated for all children) (KiB): 921672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 449.309
system time used= 2.10268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180371
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= 14291
involuntary context switches= 23927

runsolver used 1.00085 second user time and 2.27365 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 19:33:30
IDJOB=1094234
IDBENCH=58771
IDSOLVER=351
FILE ID=node62/1094234-1215279210
PBS_JOBID= 7882239
Free space on /tmp= 65256 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-95-8.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094234-1215279210/watcher-1094234-1215279210 -o /tmp/evaluation-result-1094234-1215279210/solver-1094234-1215279210 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1094234-1215279210.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4dcd5adff23a10b18590d338d8ee17e8
RANDOM SEED=1748180832

node62.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.259
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.259
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:       1752216 kB
Buffers:         40660 kB
Cached:         192356 kB
SwapCached:       7024 kB
Active:         165116 kB
Inactive:        82772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752216 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          22320 kB
Slab:            41032 kB
Committed_AS:  4185756 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65044 MiB
End job on node62 at 2008-07-05 19:45:43