Trace number 1088549

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.03 1812.61

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel6-6.xml
MD5SUM0d97c29a461b112505245a691895ab8d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints755
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension755
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.23	c --- Preproc Stats ---
1.15/1.41	c start processing
1.15/1.41	c start relation processing
1.15/1.41	c start cnf exporting
1.34/1.69	c parsing time : 1.081
1.34/1.69	c preprocessing time : 1.368
1.34/1.69	
1.34/1.69	c Nary constraints - conflicts : 0 supports : 0
1.34/1.70	c Binary constraints - conflicts : 755 supports :0
1.34/1.70	c max arity constraint : 2
1.34/1.70	c Max Tuples generated 36
1.34/1.70	c relations : 1
1.34/1.70	c relations BDD: 0
1.34/1.70	c sampling 0/0
1.34/1.70	c vars : 571 - clauses :  6050
1.34/1.70	
1.45/1.71	 
1.45/1.71	c --- SAT Solver Stats ---
1.45/1.71	 
1.45/1.71	c eSAT 0.1 : minisat core with additionnal features
1.45/1.71	c ============================[ Problem Statistics ]=============================
1.45/1.71	c |                                                                             |
1.45/1.71	c |  Number of variables:  570                                                  |
1.45/1.71	c |  Number of clauses:    6050                                                 |
1.45/1.71	c |  Parsing time:         0.00         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-1088549-1215247248/watcher-1088549-1215247248 -o /tmp/evaluation-result-1088549-1215247248/solver-1088549-1215247248 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088549-1215247248.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.91 1.98 1.99 4/74 1539
/proc/meminfo: memFree=1866236/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=18572 CPUtime=0
/proc/1539/stat : 1539 (runsolver) D 1537 1539 1178 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003697672 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 240907775271 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1539/statm: 4643 292 257 25 0 2626 0

[startup+0.0516981 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 1539
/proc/meminfo: memFree=1866236/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=8652 CPUtime=0
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 2003697672 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101701 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 1539
/proc/meminfo: memFree=1866236/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=8748 CPUtime=0
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 415 833 4 0 0 0 0 0 17 0 1 0 2003697672 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.301728 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 1539
/proc/meminfo: memFree=1866236/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=0.01
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 758 1697 6 0 0 0 0 1 18 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701766 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 1539
/proc/meminfo: memFree=1866236/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=0.01
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 758 1697 6 0 0 0 0 1 18 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50284 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 1561
/proc/meminfo: memFree=1823980/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=0.01
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 758 1697 6 0 0 0 0 1 18 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1553] ppid=1539 vsize=812704 CPUtime=1.23
/proc/1553/stat : 1553 (java) S 1539 1539 1178 0 -1 0 13421 0 2 0 113 10 0 0 18 0 9 0 2003697696 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1553/statm: 203176 12649 2584 9 0 197209 0
[pid=1553/tid=1554] ppid=1539 vsize=812704 CPUtime=0.87
/proc/1553/task/1554/stat : 1554 (java) R 1539 1539 1178 0 -1 64 7457 0 2 0 80 7 0 0 18 0 9 0 2003697697 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 103827217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1555] ppid=1539 vsize=812704 CPUtime=0.04
/proc/1553/task/1555/stat : 1555 (java) S 1539 1539 1178 0 -1 64 4386 0 0 0 3 1 0 0 16 0 9 0 2003697699 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1556] ppid=1539 vsize=812704 CPUtime=0
/proc/1553/task/1556/stat : 1556 (java) S 1539 1539 1178 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003697699 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1557] ppid=1539 vsize=812704 CPUtime=0
/proc/1553/task/1557/stat : 1557 (java) S 1539 1539 1178 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003697699 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1558] ppid=1539 vsize=812704 CPUtime=0
/proc/1553/task/1558/stat : 1558 (java) S 1539 1539 1178 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003697701 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1559] ppid=1539 vsize=812704 CPUtime=0.3
/proc/1553/task/1559/stat : 1559 (java) S 1539 1539 1178 0 -1 64 878 0 0 0 30 0 0 0 16 0 9 0 2003697701 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1560] ppid=1539 vsize=812704 CPUtime=0
/proc/1553/task/1560/stat : 1560 (java) S 1539 1539 1178 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003697701 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1553/tid=1561] ppid=1539 vsize=812704 CPUtime=0
/proc/1553/task/1561/stat : 1561 (java) S 1539 1539 1178 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003697701 832208896 12649 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 860292

[startup+3.10201 s]
/proc/loadavg: 1.91 1.98 1.99 3/76 1562
/proc/meminfo: memFree=1861932/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=4188 CPUtime=1.36
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 706 0 0 0 136 0 0 0 25 0 1 0 2003697843 4288512 688 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 1047 688 80 162 0 882 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 51776

[startup+6.30136 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 1562
/proc/meminfo: memFree=1859444/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=6052 CPUtime=4.54
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 1187 0 0 0 454 0 0 0 25 0 1 0 2003697843 6197248 1169 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 1513 1169 80 162 0 1348 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 53640

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 1562
/proc/meminfo: memFree=1856820/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=8772 CPUtime=10.87
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 1842 0 0 0 1087 0 0 0 25 0 1 0 2003697843 8982528 1824 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 2193 1824 80 162 0 2028 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 56360

[startup+25.5012 s]
/proc/loadavg: 1.94 1.98 1.99 3/76 1562
/proc/meminfo: memFree=1855732/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=9560 CPUtime=23.55
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 2033 0 0 0 2355 0 0 0 25 0 1 0 2003697843 9789440 2015 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 2390 2015 80 162 0 2225 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 57148

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 1562
/proc/meminfo: memFree=1851444/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=13264 CPUtime=48.92
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 2970 0 0 0 4891 1 0 0 25 0 1 0 2003697843 13582336 2952 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 3316 2952 80 162 0 3151 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 60852

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 1562
/proc/meminfo: memFree=1844404/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=20316 CPUtime=99.63
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 4702 0 0 0 9960 3 0 0 25 0 1 0 2003697843 20803584 4684 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 5079 4684 80 162 0 4914 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 67904

[startup+162.302 s]
/proc/loadavg: 2.12 2.03 2.01 3/76 1562
/proc/meminfo: memFree=1841460/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=22680 CPUtime=159.07
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 5327 0 0 0 15903 4 0 0 25 0 1 0 2003697843 23224320 5309 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 5670 5309 80 162 0 5505 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 70268

[startup+222.302 s]
/proc/loadavg: 2.12 2.04 2.00 3/76 1562
/proc/meminfo: memFree=1835444/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=28412 CPUtime=218.5
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 6721 0 0 0 21845 5 0 0 25 0 1 0 2003697843 29093888 6703 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 7103 6703 80 162 0 6938 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 76000

[startup+282.302 s]
/proc/loadavg: 2.18 2.06 2.01 3/76 1562
/proc/meminfo: memFree=1835060/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=28852 CPUtime=277.95
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 6804 0 0 0 27790 5 0 0 25 0 1 0 2003697843 29544448 6786 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 7213 6786 80 162 0 7048 0
Current children cumulated CPU time (s) 279.41
Current children cumulated vsize (KiB) 76440

[startup+342.302 s]
/proc/loadavg: 2.25 2.11 2.03 3/76 1562
/proc/meminfo: memFree=1829428/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=33500 CPUtime=337.38
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 7983 0 0 0 33731 7 0 0 25 0 1 0 2003697843 34304000 7965 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/1562/statm: 14989 14372 80 162 0 14824 0
Current children cumulated CPU time (s) 1111.54
Current children cumulated vsize (KiB) 107544

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1562
/proc/meminfo: memFree=1801012/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=59956 CPUtime=1169.52
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 14393 0 0 0 116938 14 0 0 25 0 1 0 2003697843 61394944 14375 996147200 134512640 135177480 4294955968 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 14989 14375 80 162 0 14824 0
Current children cumulated CPU time (s) 1170.98
Current children cumulated vsize (KiB) 107544

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1568
/proc/meminfo: memFree=1799404/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=60120 CPUtime=1228.95
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 14414 0 0 0 122881 14 0 0 25 0 1 0 2003697843 61562880 14396 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1562/statm: 15030 14396 80 162 0 14865 0
Current children cumulated CPU time (s) 1230.41
Current children cumulated vsize (KiB) 107708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1607
/proc/meminfo: memFree=1391924/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=60448 CPUtime=1288.52
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 14502 0 0 0 128834 18 0 0 25 0 1 0 2003697843 61898752 14484 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 15112 14484 80 162 0 14947 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 108036

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 1645
/proc/meminfo: memFree=1401468/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=61788 CPUtime=1348.45
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 14817 0 0 0 134820 25 0 0 25 0 1 0 2003697843 63270912 14799 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 15447 14799 80 162 0 15282 0
Current children cumulated CPU time (s) 1349.91
Current children cumulated vsize (KiB) 109376

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 1645
/proc/meminfo: memFree=1357244/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=65784 CPUtime=1408.41
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 15833 0 0 0 140815 26 0 0 25 0 1 0 2003697843 67362816 15815 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 16446 15815 80 162 0 16281 0
Current children cumulated CPU time (s) 1409.87
Current children cumulated vsize (KiB) 113372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1353212/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=69728 CPUtime=1468.38
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 16810 0 0 0 146811 27 0 0 25 0 1 0 2003697843 71401472 16792 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17432 16792 80 162 0 17267 0
Current children cumulated CPU time (s) 1469.84
Current children cumulated vsize (KiB) 117316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1351812/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=70972 CPUtime=1528.36
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 17133 0 0 0 152808 28 0 0 25 0 1 0 2003697843 72675328 17115 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17743 17115 80 162 0 17578 0
Current children cumulated CPU time (s) 1529.82
Current children cumulated vsize (KiB) 118560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1345924/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=70972 CPUtime=1588.34
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 17137 0 0 0 158806 28 0 0 25 0 1 0 2003697843 72675328 17119 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17743 17119 80 162 0 17578 0
Current children cumulated CPU time (s) 1589.8
Current children cumulated vsize (KiB) 118560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1345860/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=70972 CPUtime=1648.32
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 17141 0 0 0 164804 28 0 0 25 0 1 0 2003697843 72675328 17123 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17743 17123 80 162 0 17578 0
Current children cumulated CPU time (s) 1649.78
Current children cumulated vsize (KiB) 118560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1345796/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=70972 CPUtime=1708.29
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 17143 0 0 0 170801 28 0 0 25 0 1 0 2003697843 72675328 17125 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17743 17125 80 162 0 17578 0
Current children cumulated CPU time (s) 1709.75
Current children cumulated vsize (KiB) 118560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1345604/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=70972 CPUtime=1768.27
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 17154 0 0 0 176799 28 0 0 25 0 1 0 2003697843 72675328 17136 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17743 17136 80 162 0 17578 0
Current children cumulated CPU time (s) 1769.73
Current children cumulated vsize (KiB) 118560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1645
/proc/meminfo: memFree=1345540/2055920 swapFree=4179028/4192956
[pid=1539] ppid=1537 vsize=47588 CPUtime=1.46
/proc/1539/stat : 1539 (galacE.sh) S 1537 1539 1178 0 -1 4194304 792 15664 6 2 0 0 133 13 17 0 1 0 2003697672 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1539/statm: 11897 363 244 79 0 219 0
[pid=1562] ppid=1539 vsize=70972 CPUtime=1798.57
/proc/1562/stat : 1562 (eSAT_static) R 1539 1539 1178 0 -1 4194304 17156 0 0 0 179829 28 0 0 25 0 1 0 2003697843 72675328 17138 996147200 134512640 135177480 4294955968 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 0 0 0
/proc/1562/statm: 17743 17138 80 162 0 17578 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 118560

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1812.61
CPU time (s): 1800.03
CPU user time (s): 1799.62
CPU system time (s): 0.41
CPU usage (%): 99.3058
Max. virtual memory (cumulated for all children) (KiB): 860292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3388
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16456
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1296
involuntary context switches= 1191

runsolver used 2.04269 second user time and 6.20806 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 10:40:48
IDJOB=1088549
IDBENCH=58089
IDSOLVER=351
FILE ID=node36/1088549-1215247248
PBS_JOBID= 7882015
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d97c29a461b112505245a691895ab8d
RANDOM SEED=2088523244

node36.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.240
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.240
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:       1866716 kB
Buffers:          6560 kB
Cached:         110384 kB
SwapCached:       7700 kB
Active:          62792 kB
Inactive:        76020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866716 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3168 kB
Writeback:           0 kB
Mapped:          29060 kB
Slab:            35616 kB
Committed_AS:  3325380 kB
PageTables:       1768 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= 66516 MiB
End job on node36 at 2008-07-05 11:11:02