Trace number 1089599

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.09 1815.12

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-13.xml
MD5SUM7561c5d831446f5704571e3b734a1238
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.310952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.72/2.86	c start processing
2.72/2.87	c start relation processing
2.72/2.87	c start cnf exporting
6.18/6.38	c parsing time : 2.72
6.18/6.38	c preprocessing time : 6.24
6.18/6.39	
6.18/6.39	c Nary constraints - conflicts : 0 supports : 0
6.18/6.39	c Binary constraints - conflicts : 8169 supports :0
6.18/6.39	c max arity constraint : 2
6.18/6.39	c Max Tuples generated 169
6.18/6.39	c relations : 1
6.18/6.39	c relations BDD: 0
6.18/6.39	c sampling 0/0
6.18/6.39	c vars : 5851 - clauses :  141747
6.18/6.39	
6.27/6.43	 
6.27/6.43	c --- SAT Solver Stats ---
6.27/6.43	 
6.27/6.43	c eSAT 0.1 : minisat core with additionnal features
6.27/6.43	c ============================[ Problem Statistics ]=============================
6.27/6.43	c |                                                                             |
6.27/6.43	c |  Number of variables:  5850                                                 |
6.27/6.43	c |  Number of clauses:    141747                                               |
6.30/6.55	c |  Parsing time:         0.10         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-1089599-1215269057/watcher-1089599-1215269057 -o /tmp/evaluation-result-1089599-1215269057/solver-1089599-1215269057 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089599-1215269057.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.00 1.99 1.99 4/81 4192
/proc/meminfo: memFree=1641064/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=8560 CPUtime=0
/proc/4192/stat : 4192 (galacE.sh) R 4190 4192 2143 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 649828809 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 271894431631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4192/statm: 2140 254 197 79 0 133 0

[startup+0.108431 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 4192
/proc/meminfo: memFree=1641064/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.201451 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 4192
/proc/meminfo: memFree=1641064/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301447 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 4192
/proc/meminfo: memFree=1641064/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701494 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 4192
/proc/meminfo: memFree=1641064/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50257 s]
/proc/loadavg: 2.00 1.99 1.99 4/91 4214
/proc/meminfo: memFree=1600024/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4206] ppid=4192 vsize=812760 CPUtime=1.42
/proc/4206/stat : 4206 (java) S 4192 4192 2143 0 -1 0 13431 0 1 0 133 9 0 0 19 0 9 0 649828813 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4206/statm: 203190 12658 2585 9 0 197171 0
[pid=4206/tid=4207] ppid=4192 vsize=812760 CPUtime=1.04
/proc/4206/task/4207/stat : 4207 (java) R 4192 4192 2143 0 -1 64 7428 0 1 0 99 5 0 0 25 0 9 0 649828814 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4126604486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4208] ppid=4192 vsize=812760 CPUtime=0.04
/proc/4206/task/4208/stat : 4208 (java) S 4192 4192 2143 0 -1 64 4405 0 0 0 3 1 0 0 16 0 9 0 649828817 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4209] ppid=4192 vsize=812760 CPUtime=0
/proc/4206/task/4209/stat : 4209 (java) S 4192 4192 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 649828818 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4210] ppid=4192 vsize=812760 CPUtime=0
/proc/4206/task/4210/stat : 4210 (java) S 4192 4192 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 649828818 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4211] ppid=4192 vsize=812760 CPUtime=0
/proc/4206/task/4211/stat : 4211 (java) S 4192 4192 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 649828820 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4212] ppid=4192 vsize=812760 CPUtime=0.31
/proc/4206/task/4212/stat : 4212 (java) S 4192 4192 2143 0 -1 64 899 0 0 0 30 1 0 0 15 0 9 0 649828820 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4213] ppid=4192 vsize=812760 CPUtime=0
/proc/4206/task/4213/stat : 4213 (java) S 4192 4192 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 649828820 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4214] ppid=4192 vsize=812760 CPUtime=0
/proc/4206/task/4214/stat : 4214 (java) S 4192 4192 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 649828820 832266240 12658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860332

[startup+3.10273 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 4214
/proc/meminfo: memFree=1577880/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4206] ppid=4192 vsize=812892 CPUtime=3.01
/proc/4206/stat : 4206 (java) S 4192 4192 2143 0 -1 0 20867 0 1 0 287 14 0 0 19 0 9 0 649828813 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4206/statm: 203223 20092 2591 9 0 197204 0
[pid=4206/tid=4207] ppid=4192 vsize=812892 CPUtime=2.55
/proc/4206/task/4207/stat : 4207 (java) R 4192 4192 2143 0 -1 64 14595 0 1 0 245 10 0 0 25 0 9 0 649828814 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4126721373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4208] ppid=4192 vsize=812892 CPUtime=0.06
/proc/4206/task/4208/stat : 4208 (java) S 4192 4192 2143 0 -1 64 4626 0 0 0 4 2 0 0 16 0 9 0 649828817 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4209] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4209/stat : 4209 (java) S 4192 4192 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 649828818 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4210] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4210/stat : 4210 (java) S 4192 4192 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 649828818 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4211] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4211/stat : 4211 (java) S 4192 4192 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 649828820 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4212] ppid=4192 vsize=812892 CPUtime=0.38
/proc/4206/task/4212/stat : 4212 (java) S 4192 4192 2143 0 -1 64 947 0 0 0 37 1 0 0 15 0 9 0 649828820 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4213] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4213/stat : 4213 (java) S 4192 4192 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 649828820 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4214] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4214/stat : 4214 (java) S 4192 4192 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 649828820 832401408 20092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860464

[startup+6.30104 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 4214
/proc/meminfo: memFree=1567128/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=0.01
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4206] ppid=4192 vsize=812892 CPUtime=6.17
/proc/4206/stat : 4206 (java) S 4192 4192 2143 0 -1 0 21124 0 1 0 602 15 0 0 19 0 9 0 649828813 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4206/statm: 203223 20343 2591 9 0 197204 0
[pid=4206/tid=4207] ppid=4192 vsize=812892 CPUtime=5.68
/proc/4206/task/4207/stat : 4207 (java) R 4192 4192 2143 0 -1 64 14601 0 1 0 557 11 0 0 25 0 9 0 649828814 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 103203444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4208] ppid=4192 vsize=812892 CPUtime=0.08
/proc/4206/task/4208/stat : 4208 (java) S 4192 4192 2143 0 -1 64 4874 0 0 0 6 2 0 0 16 0 9 0 649828817 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4209] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4209/stat : 4209 (java) S 4192 4192 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 649828818 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4210] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4210/stat : 4210 (java) S 4192 4192 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 649828818 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4211] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4211/stat : 4211 (java) S 4192 4192 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 649828820 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4212] ppid=4192 vsize=812892 CPUtime=0.38
/proc/4206/task/4212/stat : 4212 (java) S 4192 4192 2143 0 -1 64 950 0 0 0 37 1 0 0 15 0 9 0 649828820 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4213] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4213/stat : 4213 (java) S 4192 4192 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 649828820 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4206/tid=4214] ppid=4192 vsize=812892 CPUtime=0
/proc/4206/task/4214/stat : 4214 (java) S 4192 4192 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 649828820 832401408 20343 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 860464

[startup+12.7027 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 4215
/proc/meminfo: memFree=1623512/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=15576 CPUtime=6.2
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 4019 0 0 0 617 3 0 0 25 0 1 0 649829453 15949824 3711 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 3894 3711 81 162 0 3729 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 63148

[startup+25.5019 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 4215
/proc/meminfo: memFree=1620888/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=18532 CPUtime=18.88
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 4765 0 0 0 1884 4 0 0 25 0 1 0 649829453 18976768 4457 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 4633 4457 81 162 0 4468 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 66104

[startup+51.1015 s]
/proc/loadavg: 2.12 2.02 2.00 3/83 4215
/proc/meminfo: memFree=1615640/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=23892 CPUtime=44.23
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 6075 0 0 0 4418 5 0 0 25 0 1 0 649829453 24465408 5767 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 5973 5767 81 162 0 5808 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 71464

[startup+102.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/83 4215
/proc/meminfo: memFree=1608664/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=30680 CPUtime=94.95
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 7782 0 0 0 9487 8 0 0 25 0 1 0 649829453 31416320 7474 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 7670 7474 81 162 0 7505 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 78252

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/83 4215
/proc/meminfo: memFree=1606168/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=33180 CPUtime=154.39
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 8399 0 0 0 15430 9 0 0 25 0 1 0 649829453 33976320 8091 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 8295 8091 81 162 0 8130 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 80752


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

/proc/4215/statm: 19537 19093 81 162 0 19372 0
Current children cumulated CPU time (s) 1113.76
Current children cumulated vsize (KiB) 125720

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 4632
/proc/meminfo: memFree=1607192/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1166.9
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19402 0 0 0 116661 29 0 0 25 0 1 0 649829453 80023552 19094 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19094 81 162 0 19372 0
Current children cumulated CPU time (s) 1173.2
Current children cumulated vsize (KiB) 125720

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 4632
/proc/meminfo: memFree=1607192/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1226.33
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19404 0 0 0 122604 29 0 0 25 0 1 0 649829453 80023552 19096 996147200 134512640 135177480 4294955968 18446744073709551615 134565435 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19096 81 162 0 19372 0
Current children cumulated CPU time (s) 1232.63
Current children cumulated vsize (KiB) 125720

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 4632
/proc/meminfo: memFree=1607192/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1285.78
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19405 0 0 0 128549 29 0 0 25 0 1 0 649829453 80023552 19097 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19097 81 162 0 19372 0
Current children cumulated CPU time (s) 1292.08
Current children cumulated vsize (KiB) 125720

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 4632
/proc/meminfo: memFree=1607192/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1345.21
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19411 0 0 0 134492 29 0 0 25 0 1 0 649829453 80023552 19103 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19103 81 162 0 19372 0
Current children cumulated CPU time (s) 1351.51
Current children cumulated vsize (KiB) 125720

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 4632
/proc/meminfo: memFree=1607128/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1404.66
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19412 0 0 0 140437 29 0 0 25 0 1 0 649829453 80023552 19104 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19104 81 162 0 19372 0
Current children cumulated CPU time (s) 1410.96
Current children cumulated vsize (KiB) 125720

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1607128/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1464.09
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19412 0 0 0 146380 29 0 0 25 0 1 0 649829453 80023552 19104 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19104 81 162 0 19372 0
Current children cumulated CPU time (s) 1470.39
Current children cumulated vsize (KiB) 125720

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1607000/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1523.53
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19412 0 0 0 152324 29 0 0 25 0 1 0 649829453 80023552 19104 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19104 81 162 0 19372 0
Current children cumulated CPU time (s) 1529.83
Current children cumulated vsize (KiB) 125720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1606936/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1582.97
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19414 0 0 0 158267 30 0 0 25 0 1 0 649829453 80023552 19106 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19106 81 162 0 19372 0
Current children cumulated CPU time (s) 1589.27
Current children cumulated vsize (KiB) 125720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1607000/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1642.41
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19415 0 0 0 164211 30 0 0 25 0 1 0 649829453 80023552 19107 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19107 81 162 0 19372 0
Current children cumulated CPU time (s) 1648.71
Current children cumulated vsize (KiB) 125720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1607000/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=78148 CPUtime=1701.85
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 19416 0 0 0 170155 30 0 0 25 0 1 0 649829453 80023552 19108 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 19537 19108 81 162 0 19372 0
Current children cumulated CPU time (s) 1708.15
Current children cumulated vsize (KiB) 125720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1599064/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=86280 CPUtime=1761.29
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 21406 0 0 0 176097 32 0 0 25 0 1 0 649829453 88350720 21098 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 21570 21098 81 162 0 21405 0
Current children cumulated CPU time (s) 1767.59
Current children cumulated vsize (KiB) 133852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4632
/proc/meminfo: memFree=1596312/2055920 swapFree=4157988/4192956
[pid=4192] ppid=4190 vsize=47572 CPUtime=6.3
/proc/4192/stat : 4192 (galacE.sh) S 4190 4192 2143 0 -1 4194304 799 22833 0 1 0 0 611 19 17 0 1 0 649828809 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4192/statm: 11893 364 245 79 0 219 0
[pid=4215] ppid=4192 vsize=89000 CPUtime=1793.79
/proc/4215/stat : 4215 (eSAT_static) R 4192 4192 2143 0 -1 4194304 22089 0 0 0 179346 33 0 0 25 0 1 0 649829453 91136000 21781 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4215/statm: 22250 21781 81 162 0 22085 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 136572

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 4192 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=121069
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 6.32004
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.12
CPU time (s): 1800.09
CPU user time (s): 1799.57
CPU system time (s): 0.52
CPU usage (%): 99.172
Max. virtual memory (cumulated for all children) (KiB): 860464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.12107
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23632
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= 1627
involuntary context switches= 1724

runsolver used 2.32165 second user time and 5.9261 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 16:44:17
IDJOB=1089599
IDBENCH=58291
IDSOLVER=351
FILE ID=node60/1089599-1215269057
PBS_JOBID= 7882029
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7561c5d831446f5704571e3b734a1238
RANDOM SEED=228584210

node60.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.216
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.216
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:       1641544 kB
Buffers:         70392 kB
Cached:         184884 kB
SwapCached:      29168 kB
Active:         236192 kB
Inactive:       118464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641544 kB
SwapTotal:     4192956 kB
SwapFree:      4157988 kB
Dirty:            4332 kB
Writeback:           0 kB
Mapped:         115136 kB
Slab:            44604 kB
Committed_AS:  1250224 kB
PageTables:       2096 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= 66480 MiB
End job on node60 at 2008-07-05 17:14:34