Trace number 1088486

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 1810.72

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-6.xml
MD5SUMae59fd265626922afec84e7ef93d360f
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 variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
1.35/1.47	c start processing
1.35/1.47	c start relation processing
1.35/1.47	c start cnf exporting
1.94/2.09	c parsing time : 1.334
1.94/2.09	c preprocessing time : 1.96
1.94/2.10	
1.94/2.10	c Nary constraints - conflicts : 0 supports : 0
1.94/2.10	c Binary constraints - conflicts : 2360 supports :0
1.94/2.10	c max arity constraint : 2
1.94/2.10	c Max Tuples generated 36
1.94/2.10	c relations : 1
1.94/2.10	c relations BDD: 0
1.94/2.10	c sampling 0/0
1.94/2.10	c vars : 1147 - clauses :  17216
1.94/2.10	
2.04/2.14	 
2.04/2.14	c --- SAT Solver Stats ---
2.04/2.14	 
2.04/2.14	c eSAT 0.1 : minisat core with additionnal features
2.04/2.14	c ============================[ Problem Statistics ]=============================
2.04/2.14	c |                                                                             |
2.04/2.14	c |  Number of variables:  1146                                                 |
2.04/2.14	c |  Number of clauses:    17216                                                |
2.04/2.15	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-1088486-1215247071/watcher-1088486-1215247071 -o /tmp/evaluation-result-1088486-1215247071/solver-1088486-1215247071 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088486-1215247071.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.98 1.98 1.96 4/74 5730
/proc/meminfo: memFree=1237200/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=8560 CPUtime=0
/proc/5730/stat : 5730 (galacE.sh) R 5728 5730 4472 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1554379341 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 268213929871 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5730/statm: 2140 254 197 79 0 133 0

[startup+0.0909689 s]
/proc/loadavg: 1.98 1.98 1.96 4/74 5730
/proc/meminfo: memFree=1237200/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=0.01
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101968 s]
/proc/loadavg: 1.98 1.98 1.96 4/74 5730
/proc/meminfo: memFree=1237200/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=0.01
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301993 s]
/proc/loadavg: 1.98 1.98 1.96 4/74 5730
/proc/meminfo: memFree=1237200/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=0.01
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701038 s]
/proc/loadavg: 1.98 1.98 1.96 4/74 5730
/proc/meminfo: memFree=1237200/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=0.01
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50213 s]
/proc/loadavg: 1.98 1.98 1.96 3/84 5752
/proc/meminfo: memFree=1196480/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=0.01
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5744] ppid=5730 vsize=812760 CPUtime=1.43
/proc/5744/stat : 5744 (java) S 5730 5730 4472 0 -1 0 13929 0 1 0 135 8 0 0 18 0 9 0 1554379346 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5744/statm: 203190 13156 2583 9 0 197171 0
[pid=5744/tid=5745] ppid=5730 vsize=812760 CPUtime=1.04
/proc/5744/task/5745/stat : 5745 (java) R 5730 5730 4472 0 -1 64 7929 0 1 0 99 5 0 0 25 0 9 0 1554379347 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4125958810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5746] ppid=5730 vsize=812760 CPUtime=0.05
/proc/5744/task/5746/stat : 5746 (java) S 5730 5730 4472 0 -1 64 4392 0 0 0 3 2 0 0 16 0 9 0 1554379348 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5747] ppid=5730 vsize=812760 CPUtime=0
/proc/5744/task/5747/stat : 5747 (java) S 5730 5730 4472 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554379348 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5748] ppid=5730 vsize=812760 CPUtime=0
/proc/5744/task/5748/stat : 5748 (java) S 5730 5730 4472 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1554379348 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5749] ppid=5730 vsize=812760 CPUtime=0
/proc/5744/task/5749/stat : 5749 (java) S 5730 5730 4472 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554379351 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5750] ppid=5730 vsize=812760 CPUtime=0.31
/proc/5744/task/5750/stat : 5750 (java) S 5730 5730 4472 0 -1 64 907 0 0 0 31 0 0 0 15 0 9 0 1554379351 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5751] ppid=5730 vsize=812760 CPUtime=0
/proc/5744/task/5751/stat : 5751 (java) S 5730 5730 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554379351 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5744/tid=5752] ppid=5730 vsize=812760 CPUtime=0
/proc/5744/task/5752/stat : 5752 (java) S 5730 5730 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554379351 832266240 13156 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860312

[startup+3.10131 s]
/proc/loadavg: 1.98 1.98 1.96 2/84 5752
/proc/meminfo: memFree=1166208/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 47552

[startup+6.30268 s]
/proc/loadavg: 1.98 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1231488/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=5864 CPUtime=4.11
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 1226 0 0 0 410 1 0 0 25 0 1 0 1554379555 6004736 1170 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 1466 1170 81 162 0 1301 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 53416

[startup+12.7014 s]
/proc/loadavg: 1.98 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1228416/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=8556 CPUtime=10.45
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 1893 0 0 0 1043 2 0 0 25 0 1 0 1554379555 8761344 1837 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 2139 1837 81 162 0 1974 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 56108

[startup+25.5019 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1225344/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=10660 CPUtime=23.13
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 2396 0 0 0 2310 3 0 0 25 0 1 0 1554379555 10915840 2340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 2665 2340 81 162 0 2500 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 58212

[startup+51.1017 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1221312/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=13432 CPUtime=48.49
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 3107 0 0 0 4845 4 0 0 25 0 1 0 1554379555 13754368 3051 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 3358 3051 81 162 0 3193 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 60984

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1213312/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=18324 CPUtime=99.22
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 4328 0 0 0 9916 6 0 0 25 0 1 0 1554379555 18763776 4272 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 4581 4272 81 162 0 4416 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 65876

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1206016/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=21144 CPUtime=158.65
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 4997 0 0 0 15858 7 0 0 25 0 1 0 1554379555 21651456 4941 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 5286 4941 81 162 0 5121 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 68696

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1195264/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=27456 CPUtime=218.08
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 6557 0 0 0 21799 9 0 0 25 0 1 0 1554379555 28114944 6501 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 6864 6501 81 162 0 6699 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 75008

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1189696/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=27456 CPUtime=277.52
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 6558 0 0 0 27743 9 0 0 25 0 1 0 1554379555 28114944 6502 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 6864 6502 81 162 0 6699 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 75008

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.96 3/76 5753
/proc/meminfo: memFree=1179776/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=31720 CPUtime=336.96
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 7647 0 0 0 33685 11 0 0 25 0 1 0 1554379555 32481280 7591 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 7930 7591 81 162 0 7765 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 79272

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

/proc/5753/statm: 16069 15531 81 162 0 15904 0
Current children cumulated CPU time (s) 1174.59
Current children cumulated vsize (KiB) 111828

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5859
/proc/meminfo: memFree=1191816/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=64276 CPUtime=1232.25
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 15588 0 0 0 123194 31 0 0 25 0 1 0 1554379555 65818624 15532 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16069 15532 81 162 0 15904 0
Current children cumulated CPU time (s) 1234.31
Current children cumulated vsize (KiB) 111828

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5859
/proc/meminfo: memFree=1191816/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=64276 CPUtime=1291.98
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 15591 0 0 0 129167 31 0 0 25 0 1 0 1554379555 65818624 15535 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16069 15535 81 162 0 15904 0
Current children cumulated CPU time (s) 1294.04
Current children cumulated vsize (KiB) 111828

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5859
/proc/meminfo: memFree=1191752/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=64276 CPUtime=1351.69
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 15591 0 0 0 135138 31 0 0 25 0 1 0 1554379555 65818624 15535 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16069 15535 81 162 0 15904 0
Current children cumulated CPU time (s) 1353.75
Current children cumulated vsize (KiB) 111828

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1191616/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=64276 CPUtime=1411.42
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 15597 0 0 0 141110 32 0 0 25 0 1 0 1554379555 65818624 15541 996147200 134512640 135177480 4294955968 18446744073709551615 134565289 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16069 15541 81 162 0 15904 0
Current children cumulated CPU time (s) 1413.48
Current children cumulated vsize (KiB) 111828

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1191616/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=64276 CPUtime=1471.14
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 15604 0 0 0 147082 32 0 0 25 0 1 0 1554379555 65818624 15548 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16069 15548 81 162 0 15904 0
Current children cumulated CPU time (s) 1473.2
Current children cumulated vsize (KiB) 111828

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1191616/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=64276 CPUtime=1530.86
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 15606 0 0 0 153054 32 0 0 25 0 1 0 1554379555 65818624 15550 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16069 15550 81 162 0 15904 0
Current children cumulated CPU time (s) 1532.92
Current children cumulated vsize (KiB) 111828

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1189440/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=66692 CPUtime=1590.57
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 16210 0 0 0 159025 32 0 0 25 0 1 0 1554379555 68292608 16154 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 16673 16154 81 162 0 16508 0
Current children cumulated CPU time (s) 1592.63
Current children cumulated vsize (KiB) 114244

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1185984/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=70092 CPUtime=1650.3
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 17070 0 0 0 164996 34 0 0 25 0 1 0 1554379555 71774208 17014 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 17523 17014 81 162 0 17358 0
Current children cumulated CPU time (s) 1652.36
Current children cumulated vsize (KiB) 117644

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1182344/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=73712 CPUtime=1710.02
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 17989 0 0 0 170967 35 0 0 25 0 1 0 1554379555 75481088 17933 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 18428 17933 81 162 0 18263 0
Current children cumulated CPU time (s) 1712.08
Current children cumulated vsize (KiB) 121264

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1178824/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=77040 CPUtime=1769.75
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 18856 0 0 0 176938 37 0 0 25 0 1 0 1554379555 78888960 18800 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19260 18800 81 162 0 19095 0
Current children cumulated CPU time (s) 1771.81
Current children cumulated vsize (KiB) 124592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1177736/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=78156 CPUtime=1798.01
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 19121 0 0 0 179764 37 0 0 25 0 1 0 1554379555 80031744 19065 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19539 19065 81 162 0 19374 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 125708

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

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

[startup+1810.7 s]
/proc/loadavg: 2.00 1.99 1.96 3/75 5865
/proc/meminfo: memFree=1177736/2055920 swapFree=4098048/4192956
[pid=5730] ppid=5728 vsize=47552 CPUtime=2.06
/proc/5730/stat : 5730 (galacE.sh) S 5728 5730 4472 0 -1 4194304 798 22424 0 1 0 0 191 15 17 0 1 0 1554379341 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5730/statm: 11888 363 244 79 0 219 0
[pid=5753] ppid=5730 vsize=78156 CPUtime=1798.01
/proc/5753/stat : 5753 (eSAT_static) R 5730 5730 4472 0 -1 4194304 19121 0 0 0 179764 37 0 0 25 0 1 0 1554379555 80031744 19065 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19539 19065 81 162 0 19374 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 125708

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5730 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=922707
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=160975
# CPU time returned by wait4() is 2.08368
# 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): 1810.72
CPU time (s): 1800.07
CPU user time (s): 1799.55
CPU system time (s): 0.52
CPU usage (%): 99.4121
Max. virtual memory (cumulated for all children) (KiB): 860444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.92271
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23222
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= 1521
involuntary context switches= 1452

runsolver used 2.08268 second user time and 6.02408 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 10:37:52
IDJOB=1088486
IDBENCH=58086
IDSOLVER=351
FILE ID=node32/1088486-1215247071
PBS_JOBID= 7881967
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae59fd265626922afec84e7ef93d360f
RANDOM SEED=425635350

node32.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.218
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.218
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:       1237680 kB
Buffers:         84740 kB
Cached:         335636 kB
SwapCached:      88264 kB
Active:         550776 kB
Inactive:       205528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237680 kB
SwapTotal:     4192956 kB
SwapFree:      4098048 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:         341872 kB
Slab:            46404 kB
Committed_AS:  3566848 kB
PageTables:       2544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node32 at 2008-07-05 11:08:04