Trace number 1089242

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? (TO) 1800.07 1803.52

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-3-30.xml
MD5SUM368fa43b2a6c4f40cc2e0bcef8c9ab63
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.131979
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of constraints3916
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3916
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.45/1.55	c start processing
1.45/1.55	c start relation processing
1.45/1.55	c start cnf exporting
6.00/6.11	c parsing time : 1.425
6.00/6.11	c preprocessing time : 5.99
6.00/6.11	
6.00/6.11	c Nary constraints - conflicts : 0 supports : 0
6.00/6.11	c Binary constraints - conflicts : 3916 supports :0
6.00/6.11	c max arity constraint : 2
6.00/6.11	c Max Tuples generated 900
6.00/6.11	c relations : 1
6.00/6.11	c relations BDD: 0
6.00/6.11	c sampling 0/0
6.00/6.11	c vars : 5521 - clauses :  197704
6.00/6.11	
6.00/6.15	 
6.00/6.15	c --- SAT Solver Stats ---
6.00/6.15	 
6.00/6.15	c eSAT 0.1 : minisat core with additionnal features
6.00/6.15	c ============================[ Problem Statistics ]=============================
6.00/6.15	c |                                                                             |
6.00/6.15	c |  Number of variables:  5520                                                 |
6.00/6.15	c |  Number of clauses:    197704                                               |
6.03/6.28	c |  Parsing time:         0.11         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-1089242-1215267342/watcher-1089242-1215267342 -o /tmp/evaluation-result-1089242-1215267342/solver-1089242-1215267342 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089242-1215267342.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: 1.93 1.98 1.99 4/80 4376
/proc/meminfo: memFree=1595648/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=8560 CPUtime=0
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 308 0 0 0 0 0 0 0 23 0 1 0 2005708842 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 240472803215 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4376/statm: 2140 254 197 79 0 133 0

[startup+0.048186 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 4376
/proc/meminfo: memFree=1595648/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=0.01
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.10333 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 4376
/proc/meminfo: memFree=1595648/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=0.01
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301348 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 4376
/proc/meminfo: memFree=1595648/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=0.01
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701379 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 4376
/proc/meminfo: memFree=1595648/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=0.01
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50145 s]
/proc/loadavg: 1.93 1.98 1.99 4/90 4398
/proc/meminfo: memFree=1554736/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=0.01
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4390] ppid=4376 vsize=812552 CPUtime=1.44
/proc/4390/stat : 4390 (java) S 4376 4376 3656 0 -1 0 16057 0 1 0 136 8 0 0 18 0 9 0 2005708846 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4390/statm: 203138 15284 2587 9 0 197171 0
[pid=4390/tid=4391] ppid=4376 vsize=812552 CPUtime=1.08
/proc/4390/task/4391/stat : 4391 (java) R 4376 4376 3656 0 -1 64 10060 0 1 0 103 5 0 0 25 0 9 0 2005708846 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 104409465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4392] ppid=4376 vsize=812552 CPUtime=0.04
/proc/4390/task/4392/stat : 4392 (java) S 4376 4376 3656 0 -1 64 4393 0 0 0 3 1 0 0 16 0 9 0 2005708848 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4393] ppid=4376 vsize=812552 CPUtime=0
/proc/4390/task/4393/stat : 4393 (java) S 4376 4376 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005708848 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4394] ppid=4376 vsize=812552 CPUtime=0
/proc/4390/task/4394/stat : 4394 (java) S 4376 4376 3656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005708848 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4395] ppid=4376 vsize=812552 CPUtime=0
/proc/4390/task/4395/stat : 4395 (java) S 4376 4376 3656 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005708850 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4396] ppid=4376 vsize=812552 CPUtime=0.28
/proc/4390/task/4396/stat : 4396 (java) S 4376 4376 3656 0 -1 64 905 0 0 0 28 0 0 0 15 0 9 0 2005708850 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4397] ppid=4376 vsize=812552 CPUtime=0
/proc/4390/task/4397/stat : 4397 (java) S 4376 4376 3656 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005708850 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4398] ppid=4376 vsize=812552 CPUtime=0
/proc/4390/task/4398/stat : 4398 (java) S 4376 4376 3656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005708850 832053248 15284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860116

[startup+3.10259 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 4398
/proc/meminfo: memFree=1524728/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=0.01
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4390] ppid=4376 vsize=812684 CPUtime=3.02
/proc/4390/stat : 4390 (java) S 4376 4376 3656 0 -1 0 20876 0 1 0 291 11 0 0 18 0 9 0 2005708846 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4390/statm: 203171 20099 2593 9 0 197204 0
[pid=4390/tid=4391] ppid=4376 vsize=812684 CPUtime=2.6
/proc/4390/task/4391/stat : 4391 (java) R 4376 4376 3656 0 -1 64 14595 0 1 0 252 8 0 0 25 0 9 0 2005708846 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4126640012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4392] ppid=4376 vsize=812684 CPUtime=0.05
/proc/4390/task/4392/stat : 4392 (java) S 4376 4376 3656 0 -1 64 4632 0 0 0 4 1 0 0 16 0 9 0 2005708848 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4393] ppid=4376 vsize=812684 CPUtime=0
/proc/4390/task/4393/stat : 4393 (java) S 4376 4376 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005708848 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4394] ppid=4376 vsize=812684 CPUtime=0
/proc/4390/task/4394/stat : 4394 (java) S 4376 4376 3656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005708848 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4395] ppid=4376 vsize=812684 CPUtime=0
/proc/4390/task/4395/stat : 4395 (java) S 4376 4376 3656 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005708850 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4396] ppid=4376 vsize=812684 CPUtime=0.34
/proc/4390/task/4396/stat : 4396 (java) S 4376 4376 3656 0 -1 64 950 0 0 0 34 0 0 0 15 0 9 0 2005708850 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4397] ppid=4376 vsize=812684 CPUtime=0
/proc/4390/task/4397/stat : 4397 (java) S 4376 4376 3656 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005708850 832188416 20099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4390/tid=4398] ppid=4376 vsize=812684 CPUtime=0
/proc/4390/task/4398/stat : 4398 (java) S 4376 4376 3656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005708850 832188416 20099 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) 860248

[startup+6.30287 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 4398
/proc/meminfo: memFree=1522168/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 47564

[startup+12.7014 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1571064/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=24836 CPUtime=6.48
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 6466 0 0 0 645 3 0 0 25 0 1 0 2005709457 25432064 6063 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/4399/statm: 6209 6063 81 162 0 6044 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 72400

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1542776/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=51820 CPUtime=19.18
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 13200 0 0 0 1910 8 0 0 25 0 1 0 2005709457 53063680 12797 996147200 134512640 135177480 4294955968 18446744073709551615 134560485 0 0 4096 3 0 0 0 17 1 0 0
/proc/4399/statm: 12955 12797 81 162 0 12790 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 99384

[startup+51.1018 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1518136/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=76068 CPUtime=44.55
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 19271 0 0 0 4443 12 0 0 25 0 1 0 2005709457 77893632 18868 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/4399/statm: 19017 18868 81 162 0 18852 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 123632

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1485112/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=107984 CPUtime=95.3
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 27241 0 0 0 9513 17 0 0 25 0 1 0 2005709457 110575616 26838 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4399/statm: 26996 26838 81 162 0 26831 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 155548

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1485048/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=107984 CPUtime=154.75
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 27241 0 0 0 15458 17 0 0 25 0 1 0 2005709457 110575616 26838 996147200 134512640 135177480 4294955968 18446744073709551615 134561447 0 0 4096 3 0 0 0 17 1 0 0
/proc/4399/statm: 26996 26838 81 162 0 26831 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 155548

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1474872/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=118640 CPUtime=214.22
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 29901 0 0 0 21401 21 0 0 25 0 1 0 2005709457 121487360 29498 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4399/statm: 29660 29498 81 162 0 29495 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 166204

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4399
/proc/meminfo: memFree=1440440/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=153152 CPUtime=273.68

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

/proc/4399/statm: 55757 55283 81 162 0 55592 0
Current children cumulated CPU time (s) 1179.09
Current children cumulated vsize (KiB) 270592

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4523
/proc/meminfo: memFree=1176624/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=231516 CPUtime=1233.04
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 58178 0 0 0 123245 59 0 0 25 0 1 0 2005709457 237072384 57395 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 57879 57395 81 162 0 57714 0
Current children cumulated CPU time (s) 1239.07
Current children cumulated vsize (KiB) 279080

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1156912/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=242392 CPUtime=1293.02
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 60844 0 0 0 129239 63 0 0 25 0 1 0 2005709457 248209408 60061 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 60598 60061 81 162 0 60433 0
Current children cumulated CPU time (s) 1299.05
Current children cumulated vsize (KiB) 289956

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1140528/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=247368 CPUtime=1353
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 62078 0 0 0 135236 64 0 0 25 0 1 0 2005709457 253304832 61295 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 61842 61295 81 162 0 61677 0
Current children cumulated CPU time (s) 1359.03
Current children cumulated vsize (KiB) 294932

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1131952/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=252296 CPUtime=1412.97
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 63302 0 0 0 141232 65 0 0 25 0 1 0 2005709457 258351104 62519 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 63074 62519 81 162 0 62909 0
Current children cumulated CPU time (s) 1419
Current children cumulated vsize (KiB) 299860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1066416/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=314584 CPUtime=1472.95
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 78716 0 0 0 147212 83 0 0 25 0 1 0 2005709457 322134016 77933 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78646 77934 81 162 0 78481 0
Current children cumulated CPU time (s) 1478.98
Current children cumulated vsize (KiB) 362148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1060976/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1532.93
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79032 0 0 0 153209 84 0 0 25 0 1 0 2005709457 323448832 78249 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78249 81 162 0 78802 0
Current children cumulated CPU time (s) 1538.96
Current children cumulated vsize (KiB) 363432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1057968/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1592.91
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79034 0 0 0 159207 84 0 0 25 0 1 0 2005709457 323448832 78251 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78251 81 162 0 78802 0
Current children cumulated CPU time (s) 1598.94
Current children cumulated vsize (KiB) 363432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1054576/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1652.88
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79034 0 0 0 165204 84 0 0 25 0 1 0 2005709457 323448832 78251 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78251 81 162 0 78802 0
Current children cumulated CPU time (s) 1658.91
Current children cumulated vsize (KiB) 363432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1050096/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1712.86
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79036 0 0 0 171202 84 0 0 25 0 1 0 2005709457 323448832 78253 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78253 81 162 0 78802 0
Current children cumulated CPU time (s) 1718.89
Current children cumulated vsize (KiB) 363432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1046064/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1772.84
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79036 0 0 0 177200 84 0 0 25 0 1 0 2005709457 323448832 78253 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78253 81 162 0 78802 0
Current children cumulated CPU time (s) 1778.87
Current children cumulated vsize (KiB) 363432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1045296/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1794.04
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79036 0 0 0 179320 84 0 0 25 0 1 0 2005709457 323448832 78253 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78253 81 162 0 78802 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 363432

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

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

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4524
/proc/meminfo: memFree=1045296/2055920 swapFree=4180972/4192956
[pid=4376] ppid=4374 vsize=47564 CPUtime=6.03
/proc/4376/stat : 4376 (galacE.sh) S 4374 4376 3656 0 -1 4194304 801 22595 0 1 0 0 588 15 17 0 1 0 2005708842 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4376/statm: 11891 366 247 79 0 219 0
[pid=4399] ppid=4376 vsize=315868 CPUtime=1794.04
/proc/4399/stat : 4399 (eSAT_static) R 4376 4376 3656 0 -1 4194304 79036 0 0 0 179320 84 0 0 25 0 1 0 2005709457 323448832 78253 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/4399/statm: 78967 78253 81 162 0 78802 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 363432

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4376 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=892104
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 6.05908
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.52
CPU time (s): 1800.07
CPU user time (s): 1799.08
CPU system time (s): 0.99
CPU usage (%): 99.809
Max. virtual memory (cumulated for all children) (KiB): 860248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.8921
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23396
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= 1678
involuntary context switches= 1765

runsolver used 2.14067 second user time and 5.9241 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 16:15:42
IDJOB=1089242
IDBENCH=58239
IDSOLVER=351
FILE ID=node15/1089242-1215267342
PBS_JOBID= 7882153
Free space on /tmp= 66496 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-3-30.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089242-1215267342/watcher-1089242-1215267342 -o /tmp/evaluation-result-1089242-1215267342/solver-1089242-1215267342 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1089242-1215267342.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 368fa43b2a6c4f40cc2e0bcef8c9ab63
RANDOM SEED=1740476623

node15.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.229
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.229
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:       1596128 kB
Buffers:         69736 kB
Cached:         245544 kB
SwapCached:       6020 kB
Active:         275760 kB
Inactive:       121796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596128 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            3832 kB
Writeback:           0 kB
Mapped:          98628 kB
Slab:            47096 kB
Committed_AS:  4469244 kB
PageTables:       2080 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= 66484 MiB
End job on node15 at 2008-07-05 16:45:48