Trace number 1090208

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.08 1814.92

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles500-10.xml
MD5SUM4e14be268e006f867b23a851d853e2f8
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.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints1170
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1170
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.95/1.09	c start processing
0.95/1.09	c start relation processing
0.95/1.09	c start cnf exporting
1.55/1.68	c parsing time : 0.964
1.55/1.68	c preprocessing time : 1.552
1.55/1.68	
1.55/1.68	c Nary constraints - conflicts : 0 supports : 0
1.55/1.68	c Binary constraints - conflicts : 1170 supports :0
1.55/1.68	c max arity constraint : 2
1.55/1.68	c Max Tuples generated 100
1.55/1.68	c relations : 1
1.55/1.68	c relations BDD: 0
1.55/1.68	c sampling 0/0
1.55/1.68	c vars : 1281 - clauses :  17588
1.55/1.68	
1.62/1.73	 
1.62/1.73	c --- SAT Solver Stats ---
1.62/1.73	 
1.62/1.73	c eSAT 0.1 : minisat core with additionnal features
1.62/1.73	c ============================[ Problem Statistics ]=============================
1.62/1.73	c |                                                                             |
1.62/1.73	c |  Number of variables:  1280                                                 |
1.62/1.73	c |  Number of clauses:    17588                                                |
1.62/1.74	c |  Parsing time:         0.01         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-1090208-1215270662/watcher-1090208-1215270662 -o /tmp/evaluation-result-1090208-1215270662/solver-1090208-1215270662 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1090208-1215270662.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.02 2.05 2.01 4/72 8557
/proc/meminfo: memFree=1751128/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=8652 CPUtime=0
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2006040256 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 2163 280 208 79 0 156 0
[pid=8558] ppid=8557 vsize=8688 CPUtime=0
/proc/8558/stat : 8558 (galacE.sh) S 8557 8557 8407 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2006040257 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8558/statm: 2172 286 209 79 0 165 0
[pid=8559] ppid=8558 vsize=124 CPUtime=0
/proc/8559/stat : 8559 (id) R 8558 8557 8407 0 -1 4194304 36 0 0 0 0 0 0 0 19 0 1 0 2006040257 126976 11 996147200 4194304 4211724 548682068832 18446744073709551615 253304509834 0 0 3674112 0 0 0 0 17 1 0 0
/proc/8559/statm: 31 11 6 4 0 2 0

[startup+0.0154251 s]
/proc/loadavg: 2.02 2.05 2.01 4/72 8557
/proc/meminfo: memFree=1751128/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=8652 CPUtime=0
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2006040256 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 2163 280 208 79 0 156 0
[pid=8558] ppid=8557 vsize=8688 CPUtime=0
/proc/8558/stat : 8558 (galacE.sh) S 8557 8557 8407 0 -1 4194368 57 243 0 0 0 0 0 0 17 0 1 0 2006040257 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8558/statm: 2172 288 210 79 0 165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.101841 s]
/proc/loadavg: 2.02 2.05 2.01 4/72 8557
/proc/meminfo: memFree=1751128/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=0.01
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301862 s]
/proc/loadavg: 2.02 2.05 2.01 4/72 8557
/proc/meminfo: memFree=1751128/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=0.01
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701893 s]
/proc/loadavg: 2.02 2.05 2.01 4/72 8557
/proc/meminfo: memFree=1751128/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=0.01
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50197 s]
/proc/loadavg: 2.02 2.05 2.01 3/82 8579
/proc/meminfo: memFree=1710088/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=0.01
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8571] ppid=8557 vsize=812892 CPUtime=1.43
/proc/8571/stat : 8571 (java) S 8557 8557 8407 0 -1 0 16743 0 1 0 133 10 0 0 19 0 9 0 2006040260 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8571/statm: 203223 15970 2587 9 0 197204 0
[pid=8571/tid=8572] ppid=8557 vsize=812892 CPUtime=1.03
/proc/8571/task/8572/stat : 8572 (java) R 8557 8557 8407 0 -1 64 10723 0 1 0 96 7 0 0 25 0 9 0 2006040261 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4126382915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8573] ppid=8557 vsize=812892 CPUtime=0.04
/proc/8571/task/8573/stat : 8573 (java) S 8557 8557 8407 0 -1 64 4388 0 0 0 3 1 0 0 16 0 9 0 2006040262 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8574] ppid=8557 vsize=812892 CPUtime=0
/proc/8571/task/8574/stat : 8574 (java) S 8557 8557 8407 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006040262 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8575] ppid=8557 vsize=812892 CPUtime=0
/proc/8571/task/8575/stat : 8575 (java) S 8557 8557 8407 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006040262 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8576] ppid=8557 vsize=812892 CPUtime=0
/proc/8571/task/8576/stat : 8576 (java) S 8557 8557 8407 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006040264 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8577] ppid=8557 vsize=812892 CPUtime=0.33
/proc/8571/task/8577/stat : 8577 (java) S 8557 8557 8407 0 -1 64 932 0 0 0 33 0 0 0 15 0 9 0 2006040264 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8578] ppid=8557 vsize=812892 CPUtime=0
/proc/8571/task/8578/stat : 8578 (java) S 8557 8557 8407 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006040264 832401408 15970 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8571/tid=8579] ppid=8557 vsize=812892 CPUtime=0
/proc/8571/task/8579/stat : 8579 (java) S 8557 8557 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006040264 832401408 15970 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) 860456

[startup+3.10111 s]
/proc/loadavg: 2.02 2.05 2.01 3/74 8580
/proc/meminfo: memFree=1747984/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=4824 CPUtime=1.35
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 931 0 0 0 135 0 0 0 25 0 1 0 2006040429 4939776 876 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 1206 876 81 162 0 1041 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 52388

[startup+6.3024 s]
/proc/loadavg: 2.02 2.05 2.01 3/74 8580
/proc/meminfo: memFree=1745296/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=6776 CPUtime=4.53
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 1424 0 0 0 453 0 0 0 25 0 1 0 2006040429 6938624 1369 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 1694 1369 81 162 0 1529 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 54340

[startup+12.702 s]
/proc/loadavg: 2.02 2.05 2.00 3/74 8580
/proc/meminfo: memFree=1743504/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=8500 CPUtime=10.87
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 1850 0 0 0 1087 0 0 0 25 0 1 0 2006040429 8704000 1795 996147200 134512640 135177480 4294955968 18446744073709551615 134548720 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 2125 1795 81 162 0 1960 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 56064

[startup+25.5011 s]
/proc/loadavg: 2.01 2.05 2.00 3/74 8580
/proc/meminfo: memFree=1741328/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=10120 CPUtime=23.57
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 2258 0 0 0 2356 1 0 0 25 0 1 0 2006040429 10362880 2203 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 2530 2203 81 162 0 2365 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 57684

[startup+51.1015 s]
/proc/loadavg: 2.01 2.04 2.00 3/74 8580
/proc/meminfo: memFree=1738448/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=12972 CPUtime=48.95
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 2935 0 0 0 4894 1 0 0 25 0 1 0 2006040429 13283328 2880 996147200 134512640 135177480 4294955968 18446744073709551615 134565345 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 3243 2880 81 162 0 3078 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 60536

[startup+102.306 s]
/proc/loadavg: 2.04 2.05 2.00 3/74 8580
/proc/meminfo: memFree=1735440/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=15940 CPUtime=99.72
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 3644 0 0 0 9969 3 0 0 25 0 1 0 2006040429 16322560 3589 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 3985 3589 81 162 0 3820 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 63504

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/74 8580
/proc/meminfo: memFree=1732048/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=19420 CPUtime=159.23
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 4502 0 0 0 15919 4 0 0 25 0 1 0 2006040429 19886080 4447 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 4855 4447 81 162 0 4690 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 66984

[startup+222.302 s]
/proc/loadavg: 2.10 2.07 2.01 3/74 8580
/proc/meminfo: memFree=1728976/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=22548 CPUtime=218.73
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 5238 0 0 0 21868 5 0 0 25 0 1 0 2006040429 23089152 5183 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 5637 5183 81 162 0 5472 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 70112

[startup+282.301 s]
/proc/loadavg: 2.07 2.07 2.01 3/74 8580
/proc/meminfo: memFree=1724752/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=27176 CPUtime=278.25
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 6346 0 0 0 27819 6 0 0 25 0 1 0 2006040429 27828224 6291 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 6794 6291 81 162 0 6629 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 74740

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

/proc/8580/statm: 13210 12445 81 162 0 13045 0
Current children cumulated CPU time (s) 1172.35
Current children cumulated vsize (KiB) 100404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8580
/proc/meminfo: memFree=1697744/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=54520 CPUtime=1230.19
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 12921 0 0 0 123000 19 0 0 25 0 1 0 2006040429 55828480 12866 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 13630 12866 81 162 0 13465 0
Current children cumulated CPU time (s) 1231.83
Current children cumulated vsize (KiB) 102084

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8580
/proc/meminfo: memFree=1696272/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=56620 CPUtime=1289.68
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 13298 0 0 0 128948 20 0 0 25 0 1 0 2006040429 57978880 13243 996147200 134512640 135177480 4294955968 18446744073709551615 134565271 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 14155 13243 81 162 0 13990 0
Current children cumulated CPU time (s) 1291.32
Current children cumulated vsize (KiB) 104184

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8580
/proc/meminfo: memFree=1695120/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=57544 CPUtime=1349.16
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 13571 0 0 0 134895 21 0 0 25 0 1 0 2006040429 58925056 13516 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 14386 13516 81 162 0 14221 0
Current children cumulated CPU time (s) 1350.8
Current children cumulated vsize (KiB) 105108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8581
/proc/meminfo: memFree=1693712/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=58880 CPUtime=1408.64
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 13907 0 0 0 140843 21 0 0 25 0 1 0 2006040429 60293120 13852 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 14720 13852 81 162 0 14555 0
Current children cumulated CPU time (s) 1410.28
Current children cumulated vsize (KiB) 106444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8582
/proc/meminfo: memFree=1692496/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=60228 CPUtime=1468.12
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 14212 0 0 0 146790 22 0 0 25 0 1 0 2006040429 61673472 14157 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 15057 14157 81 162 0 14892 0
Current children cumulated CPU time (s) 1469.76
Current children cumulated vsize (KiB) 107792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8582
/proc/meminfo: memFree=1688912/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=63720 CPUtime=1527.64
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15084 0 0 0 152741 23 0 0 25 0 1 0 2006040429 65249280 15029 996147200 134512640 135177480 4294955968 18446744073709551615 134548742 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 15930 15029 81 162 0 15765 0
Current children cumulated CPU time (s) 1529.28
Current children cumulated vsize (KiB) 111284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8582
/proc/meminfo: memFree=1688848/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=63720 CPUtime=1587.14
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15086 0 0 0 158691 23 0 0 25 0 1 0 2006040429 65249280 15031 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 15930 15031 81 162 0 15765 0
Current children cumulated CPU time (s) 1588.78
Current children cumulated vsize (KiB) 111284

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8582
/proc/meminfo: memFree=1688912/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=63720 CPUtime=1646.64
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15086 0 0 0 164640 24 0 0 25 0 1 0 2006040429 65249280 15031 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 15930 15031 81 162 0 15765 0
Current children cumulated CPU time (s) 1648.28
Current children cumulated vsize (KiB) 111284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 8582
/proc/meminfo: memFree=1688656/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=63964 CPUtime=1706.11
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15129 0 0 0 170587 24 0 0 25 0 1 0 2006040429 65499136 15074 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8580/statm: 15991 15074 81 162 0 15826 0
Current children cumulated CPU time (s) 1707.75
Current children cumulated vsize (KiB) 111528

[startup+1782.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 8620
/proc/meminfo: memFree=1655752/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=64328 CPUtime=1765.85
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15197 0 0 0 176560 25 0 0 25 0 1 0 2006040429 65871872 15142 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8580/statm: 16082 15142 81 162 0 15917 0
Current children cumulated CPU time (s) 1767.49
Current children cumulated vsize (KiB) 111892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 8620
/proc/meminfo: memFree=1655752/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=64328 CPUtime=1798.44
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15200 0 0 0 179819 25 0 0 25 0 1 0 2006040429 65871872 15145 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8580/statm: 16082 15145 81 162 0 15917 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 111892

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

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

[startup+1814.9 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 8620
/proc/meminfo: memFree=1655752/2055920 swapFree=4180844/4192956
[pid=8557] ppid=8555 vsize=47564 CPUtime=1.64
/proc/8557/stat : 8557 (galacE.sh) S 8555 8557 8407 0 -1 4194304 800 21482 0 1 0 0 150 14 17 0 1 0 2006040256 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8557/statm: 11891 365 246 79 0 219 0
[pid=8580] ppid=8557 vsize=64328 CPUtime=1798.44
/proc/8580/stat : 8580 (eSAT_static) R 8557 8557 8407 0 -1 4194304 15200 0 0 0 179819 25 0 0 25 0 1 0 2006040429 65871872 15145 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8580/statm: 16082 15145 81 162 0 15917 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 111892

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8557 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=511770
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 1.66475
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.92
CPU time (s): 1800.08
CPU user time (s): 1799.69
CPU system time (s): 0.39
CPU usage (%): 99.1824
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.51177
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22282
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= 1394
involuntary context switches= 1382

runsolver used 2.21566 second user time and 5.46017 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 17:11:02
IDJOB=1090208
IDBENCH=58415
IDSOLVER=351
FILE ID=node25/1090208-1215270662
PBS_JOBID= 7882233
Free space on /tmp= 66528 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles500-10.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090208-1215270662/watcher-1090208-1215270662 -o /tmp/evaluation-result-1090208-1215270662/solver-1090208-1215270662 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1090208-1215270662.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e14be268e006f867b23a851d853e2f8
RANDOM SEED=1136394538

node25.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.234
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.234
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:       1751608 kB
Buffers:         37420 kB
Cached:         198504 kB
SwapCached:       5952 kB
Active:         157348 kB
Inactive:        95488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751608 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          24728 kB
Slab:            36780 kB
Committed_AS:  3638796 kB
PageTables:       1920 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= 66496 MiB
End job on node25 at 2008-07-05 17:41:19