Trace number 1089074

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.02 1801.51

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-15.xml
MD5SUM3755f2fe1d41cb4703210779758109d6
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.328949
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
2.74/2.82	c start processing
2.74/2.82	c start relation processing
2.74/2.82	c start cnf exporting
6.99/7.15	c parsing time : 2.69
6.99/7.15	c preprocessing time : 7.023
6.99/7.15	
6.99/7.15	c Nary constraints - conflicts : 0 supports : 0
6.99/7.15	c Binary constraints - conflicts : 8691 supports :0
6.99/7.15	c max arity constraint : 2
6.99/7.15	c Max Tuples generated 225
6.99/7.15	c relations : 1
6.99/7.15	c relations BDD: 0
6.99/7.15	c sampling 0/0
6.99/7.15	c vars : 6766 - clauses :  178171
6.99/7.15	
6.99/7.19	 
6.99/7.19	c --- SAT Solver Stats ---
6.99/7.19	 
6.99/7.20	c eSAT 0.1 : minisat core with additionnal features
6.99/7.20	c ============================[ Problem Statistics ]=============================
6.99/7.20	c |                                                                             |
7.07/7.20	c |  Number of variables:  6765                                                 |
7.07/7.20	c |  Number of clauses:    178171                                               |
7.07/7.32	c |  Parsing time:         0.11         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089074-1215261532/watcher-1089074-1215261532 -o /tmp/evaluation-result-1089074-1215261532/solver-1089074-1215261532 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089074-1215261532.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.08 2.03 2.01 4/84 11394
/proc/meminfo: memFree=1483280/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=8560 CPUtime=0
/proc/11394/stat : 11394 (galacE.sh) R 11392 11394 9359 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1010557797 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 206381500303 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11394/statm: 2140 254 197 79 0 133 0

[startup+0.0188251 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 11394
/proc/meminfo: memFree=1483280/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=8652 CPUtime=0
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 1010557797 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.102838 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 11394
/proc/meminfo: memFree=1483280/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=0.01
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302862 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 11394
/proc/meminfo: memFree=1483280/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=0.01
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702909 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 11394
/proc/meminfo: memFree=1483280/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=0.01
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50299 s]
/proc/loadavg: 2.07 2.03 2.00 3/94 11416
/proc/meminfo: memFree=1442432/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=0.01
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11408] ppid=11394 vsize=812760 CPUtime=1.44
/proc/11408/stat : 11408 (java) S 11394 11394 9359 0 -1 0 13470 0 1 0 137 7 0 0 18 0 9 0 1010557801 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11408/statm: 203190 12696 2585 9 0 197171 0
[pid=11408/tid=11409] ppid=11394 vsize=812760 CPUtime=1.08
/proc/11408/task/11409/stat : 11409 (java) R 11394 11394 9359 0 -1 64 7466 0 1 0 104 4 0 0 24 0 9 0 1010557802 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4127120296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11410] ppid=11394 vsize=812760 CPUtime=0.05
/proc/11408/task/11410/stat : 11410 (java) S 11394 11394 9359 0 -1 64 4405 0 0 0 4 1 0 0 16 0 9 0 1010557803 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11411] ppid=11394 vsize=812760 CPUtime=0
/proc/11408/task/11411/stat : 11411 (java) S 11394 11394 9359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1010557803 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11412] ppid=11394 vsize=812760 CPUtime=0
/proc/11408/task/11412/stat : 11412 (java) S 11394 11394 9359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1010557803 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11413] ppid=11394 vsize=812760 CPUtime=0
/proc/11408/task/11413/stat : 11413 (java) S 11394 11394 9359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1010557805 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11414] ppid=11394 vsize=812760 CPUtime=0.28
/proc/11408/task/11414/stat : 11414 (java) S 11394 11394 9359 0 -1 64 897 0 0 0 28 0 0 0 15 0 9 0 1010557805 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11415] ppid=11394 vsize=812760 CPUtime=0
/proc/11408/task/11415/stat : 11415 (java) S 11394 11394 9359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1010557805 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11416] ppid=11394 vsize=812760 CPUtime=0
/proc/11408/task/11416/stat : 11416 (java) S 11394 11394 9359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1010557805 832266240 12696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860320

[startup+3.10115 s]
/proc/loadavg: 2.07 2.03 2.00 3/94 11416
/proc/meminfo: memFree=1420800/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=0.01
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11408] ppid=11394 vsize=812892 CPUtime=3.03
/proc/11408/stat : 11408 (java) S 11394 11394 9359 0 -1 0 20867 0 1 0 291 12 0 0 18 0 9 0 1010557801 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11408/statm: 203223 20091 2591 9 0 197204 0
[pid=11408/tid=11409] ppid=11394 vsize=812892 CPUtime=2.59
/proc/11408/task/11409/stat : 11409 (java) R 11394 11394 9359 0 -1 64 14597 0 1 0 251 8 0 0 25 0 9 0 1010557802 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4127357957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11410] ppid=11394 vsize=812892 CPUtime=0.06
/proc/11408/task/11410/stat : 11410 (java) S 11394 11394 9359 0 -1 64 4624 0 0 0 5 1 0 0 16 0 9 0 1010557803 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11411] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11411/stat : 11411 (java) S 11394 11394 9359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1010557803 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11412] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11412/stat : 11412 (java) S 11394 11394 9359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1010557803 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11413] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11413/stat : 11413 (java) S 11394 11394 9359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1010557805 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11414] ppid=11394 vsize=812892 CPUtime=0.34
/proc/11408/task/11414/stat : 11414 (java) S 11394 11394 9359 0 -1 64 944 0 0 0 34 0 0 0 15 0 9 0 1010557805 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11415] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11415/stat : 11415 (java) S 11394 11394 9359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1010557805 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11416] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11416/stat : 11416 (java) S 11394 11394 9359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1010557805 832401408 20091 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860452

[startup+6.30248 s]
/proc/loadavg: 2.07 2.03 2.00 3/94 11416
/proc/meminfo: memFree=1409344/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=0.01
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11408] ppid=11394 vsize=812892 CPUtime=6.19
/proc/11408/stat : 11408 (java) S 11394 11394 9359 0 -1 0 21154 0 1 0 605 14 0 0 18 0 9 0 1010557801 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11408/statm: 203223 20371 2591 9 0 197204 0
[pid=11408/tid=11409] ppid=11394 vsize=812892 CPUtime=5.72
/proc/11408/task/11409/stat : 11409 (java) R 11394 11394 9359 0 -1 64 14604 0 1 0 562 10 0 0 25 0 9 0 1010557802 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4126817712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11410] ppid=11394 vsize=812892 CPUtime=0.1
/proc/11408/task/11410/stat : 11410 (java) S 11394 11394 9359 0 -1 64 4900 0 0 0 8 2 0 0 16 0 9 0 1010557803 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11411] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11411/stat : 11411 (java) S 11394 11394 9359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1010557803 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11412] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11412/stat : 11412 (java) S 11394 11394 9359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1010557803 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11413] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11413/stat : 11413 (java) S 11394 11394 9359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1010557805 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11414] ppid=11394 vsize=812892 CPUtime=0.36
/proc/11408/task/11414/stat : 11414 (java) S 11394 11394 9359 0 -1 64 948 0 0 0 35 1 0 0 15 0 9 0 1010557805 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11415] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11415/stat : 11415 (java) S 11394 11394 9359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1010557805 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11408/tid=11416] ppid=11394 vsize=812892 CPUtime=0
/proc/11408/task/11416/stat : 11416 (java) S 11394 11394 9359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1010557805 832401408 20371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860452

[startup+12.7011 s]
/proc/loadavg: 2.06 2.03 2.00 3/86 11417
/proc/meminfo: memFree=1465344/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=15236 CPUtime=5.44
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 4040 0 0 0 542 2 0 0 25 0 1 0 1010558517 15601664 3671 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/11417/statm: 3809 3671 81 162 0 3644 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 62796

[startup+25.5025 s]
/proc/loadavg: 2.05 2.03 2.00 3/86 11417
/proc/meminfo: memFree=1460800/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=19904 CPUtime=18.11
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 5221 0 0 0 1808 3 0 0 25 0 1 0 1010558517 20381696 4852 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/11417/statm: 4976 4852 81 162 0 4811 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 67464

[startup+51.1021 s]
/proc/loadavg: 2.03 2.02 2.00 3/86 11417
/proc/meminfo: memFree=1457216/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=23632 CPUtime=43.48
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 6130 0 0 0 4344 4 0 0 25 0 1 0 1010558517 24199168 5761 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11417/statm: 5908 5761 81 162 0 5743 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 71192

[startup+102.306 s]
/proc/loadavg: 2.18 2.05 2.01 3/74 11633
/proc/meminfo: memFree=1728864/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=34272 CPUtime=94.4
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 8709 0 0 0 9429 11 0 0 25 0 1 0 1010558517 35094528 8340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 8568 8340 81 162 0 8403 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 81832

[startup+162.303 s]
/proc/loadavg: 2.06 2.04 2.00 3/74 11633
/proc/meminfo: memFree=1715872/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=39628 CPUtime=154.36
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 10029 0 0 0 15424 12 0 0 25 0 1 0 1010558517 40579072 9660 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 9907 9660 81 162 0 9742 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 87188


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

/proc/11417/statm: 17333 16838 81 162 0 17168 0
Current children cumulated CPU time (s) 1181.06
Current children cumulated vsize (KiB) 116892

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11635
/proc/meminfo: memFree=1683168/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=69332 CPUtime=1233.96
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 17244 0 0 0 123373 23 0 0 25 0 1 0 1010558517 70995968 16838 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 17333 16838 81 162 0 17168 0
Current children cumulated CPU time (s) 1241.03
Current children cumulated vsize (KiB) 116892

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11635
/proc/meminfo: memFree=1683104/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=69332 CPUtime=1293.94
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 17244 0 0 0 129371 23 0 0 25 0 1 0 1010558517 70995968 16838 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 17333 16838 81 162 0 17168 0
Current children cumulated CPU time (s) 1301.01
Current children cumulated vsize (KiB) 116892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1682840/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=69332 CPUtime=1353.9
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 17244 0 0 0 135367 23 0 0 25 0 1 0 1010558517 70995968 16838 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 17333 16838 81 162 0 17168 0
Current children cumulated CPU time (s) 1360.97
Current children cumulated vsize (KiB) 116892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1681368/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=70992 CPUtime=1413.89
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 17594 0 0 0 141365 24 0 0 25 0 1 0 1010558517 72695808 17188 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 17748 17188 81 162 0 17583 0
Current children cumulated CPU time (s) 1420.96
Current children cumulated vsize (KiB) 118552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1680408/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=72156 CPUtime=1473.86
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 17836 0 0 0 147362 24 0 0 25 0 1 0 1010558517 73887744 17430 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 18039 17430 81 162 0 17874 0
Current children cumulated CPU time (s) 1480.93
Current children cumulated vsize (KiB) 119716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1676824/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=75848 CPUtime=1533.84
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 18733 0 0 0 153359 25 0 0 25 0 1 0 1010558517 77668352 18327 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 18962 18327 81 162 0 18797 0
Current children cumulated CPU time (s) 1540.91
Current children cumulated vsize (KiB) 123408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1673240/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=79592 CPUtime=1593.81
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 19631 0 0 0 159355 26 0 0 25 0 1 0 1010558517 81502208 19225 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 19898 19225 81 162 0 19733 0
Current children cumulated CPU time (s) 1600.88
Current children cumulated vsize (KiB) 127152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1672544/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=80112 CPUtime=1653.79
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 19784 0 0 0 165353 26 0 0 25 0 1 0 1010558517 82034688 19378 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 20028 19378 81 162 0 19863 0
Current children cumulated CPU time (s) 1660.86
Current children cumulated vsize (KiB) 127672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1672544/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=80112 CPUtime=1713.77
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 19784 0 0 0 171351 26 0 0 25 0 1 0 1010558517 82034688 19378 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 20028 19378 81 162 0 19863 0
Current children cumulated CPU time (s) 1720.84
Current children cumulated vsize (KiB) 127672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1672288/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=80192 CPUtime=1773.75
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 19803 0 0 0 177348 27 0 0 25 0 1 0 1010558517 82116608 19397 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 20048 19397 81 162 0 19883 0
Current children cumulated CPU time (s) 1780.82
Current children cumulated vsize (KiB) 127752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1672288/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=80192 CPUtime=1792.95
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 19804 0 0 0 179268 27 0 0 25 0 1 0 1010558517 82116608 19398 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 20048 19398 81 162 0 19883 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 127752

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

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11641
/proc/meminfo: memFree=1672288/2055920 swapFree=4180884/4192956
[pid=11394] ppid=11392 vsize=47560 CPUtime=7.07
/proc/11394/stat : 11394 (galacE.sh) S 11392 11394 9359 0 -1 4194304 799 22864 0 1 0 0 690 17 17 0 1 0 1010557797 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11394/statm: 11890 364 245 79 0 219 0
[pid=11417] ppid=11394 vsize=80192 CPUtime=1792.95
/proc/11417/stat : 11417 (eSAT_static) R 11394 11394 9359 0 -1 4194304 19804 0 0 0 179268 27 0 0 25 0 1 0 1010558517 82116608 19398 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 0 0 0
/proc/11417/statm: 20048 19398 81 162 0 19883 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 127752

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11394 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=905950
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=185971
# CPU time returned by wait4() is 7.09192
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.51
CPU time (s): 1800.02
CPU user time (s): 1799.58
CPU system time (s): 0.44
CPU usage (%): 99.9171
Max. virtual memory (cumulated for all children) (KiB): 860452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.90595
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23663
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= 1658
involuntary context switches= 1924

runsolver used 2.23466 second user time and 5.96009 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 14:38:52
IDJOB=1089074
IDBENCH=58193
IDSOLVER=351
FILE ID=node2/1089074-1215261532
PBS_JOBID= 7882018
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3755f2fe1d41cb4703210779758109d6
RANDOM SEED=840678303

node2.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.236
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.236
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:       1483760 kB
Buffers:         24936 kB
Cached:         188524 kB
SwapCached:       5908 kB
Active:         446416 kB
Inactive:        67900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483760 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            4412 kB
Writeback:           0 kB
Mapped:         312272 kB
Slab:            42340 kB
Committed_AS:  2360256 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node2 at 2008-07-05 15:08:55