Trace number 1089284

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 1808.62

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-4-29.xml
MD5SUM64accd0a11dcba13c742505e58acb11f
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.130979
Satisfiable
(Un)Satisfiability was proved
Number of variables185
Number of constraints3946
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3946
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.54/1.69	c start processing
1.54/1.69	c start relation processing
1.54/1.69	c start cnf exporting
5.90/6.07	c parsing time : 1.569
5.90/6.08	c preprocessing time : 5.953
5.90/6.08	
5.90/6.08	c Nary constraints - conflicts : 0 supports : 0
5.90/6.08	c Binary constraints - conflicts : 3946 supports :0
5.90/6.08	c max arity constraint : 2
5.90/6.08	c Max Tuples generated 841
5.90/6.08	c relations : 1
5.90/6.08	c relations BDD: 0
5.90/6.08	c sampling 0/0
5.90/6.08	c vars : 5366 - clauses :  189729
5.90/6.08	
5.98/6.14	 
5.98/6.14	c --- SAT Solver Stats ---
5.98/6.14	 
5.98/6.14	c eSAT 0.1 : minisat core with additionnal features
5.98/6.14	c ============================[ Problem Statistics ]=============================
5.98/6.14	c |                                                                             |
5.98/6.15	c |  Number of variables:  5365                                                 |
5.98/6.15	c |  Number of clauses:    189729                                               |
6.00/6.27	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-1089284-1215267495/watcher-1089284-1215267495 -o /tmp/evaluation-result-1089284-1215267495/solver-1089284-1215267495 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089284-1215267495.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.84 1.97 1.99 4/72 4014
/proc/meminfo: memFree=1791584/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=8560 CPUtime=0
/proc/4014/stat : 4014 (galacE.sh) R 4012 4014 3977 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2005721963 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 221954951055 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4014/statm: 2140 254 197 79 0 133 0

[startup+0.04215 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 4014
/proc/meminfo: memFree=1791584/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=0.01
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102116 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 4014
/proc/meminfo: memFree=1791584/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=0.01
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301119 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 4014
/proc/meminfo: memFree=1791584/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=0.01
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701153 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 4014
/proc/meminfo: memFree=1791584/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=0.01
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50222 s]
/proc/loadavg: 1.84 1.97 1.99 4/82 4036
/proc/meminfo: memFree=1750800/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=0.01
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4028] ppid=4014 vsize=812760 CPUtime=1.44
/proc/4028/stat : 4028 (java) S 4014 4014 3977 0 -1 0 14588 0 1 0 135 9 0 0 18 0 9 0 2005721967 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4028/statm: 203190 13814 2585 9 0 197171 0
[pid=4028/tid=4029] ppid=4014 vsize=812760 CPUtime=1.07
/proc/4028/task/4029/stat : 4029 (java) R 4014 4014 3977 0 -1 64 8588 0 1 0 102 5 0 0 25 0 9 0 2005721968 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4126606693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4030] ppid=4014 vsize=812760 CPUtime=0.04
/proc/4028/task/4030/stat : 4030 (java) S 4014 4014 3977 0 -1 64 4393 0 0 0 3 1 0 0 16 0 9 0 2005721969 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4031] ppid=4014 vsize=812760 CPUtime=0
/proc/4028/task/4031/stat : 4031 (java) S 4014 4014 3977 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005721970 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4032] ppid=4014 vsize=812760 CPUtime=0
/proc/4028/task/4032/stat : 4032 (java) S 4014 4014 3977 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005721970 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4033] ppid=4014 vsize=812760 CPUtime=0
/proc/4028/task/4033/stat : 4033 (java) S 4014 4014 3977 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005721972 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4034] ppid=4014 vsize=812760 CPUtime=0.3
/proc/4028/task/4034/stat : 4034 (java) S 4014 4014 3977 0 -1 64 907 0 0 0 29 1 0 0 15 0 9 0 2005721972 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4035] ppid=4014 vsize=812760 CPUtime=0
/proc/4028/task/4035/stat : 4035 (java) S 4014 4014 3977 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005721972 832266240 13814 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4036] ppid=4014 vsize=812760 CPUtime=0
/proc/4028/task/4036/stat : 4036 (java) S 4014 4014 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005721972 832266240 13814 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) 860328

[startup+3.10237 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 4036
/proc/meminfo: memFree=1720656/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=0.01
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4028] ppid=4014 vsize=812892 CPUtime=3.03
/proc/4028/stat : 4028 (java) S 4014 4014 3977 0 -1 0 20878 0 1 0 290 13 0 0 18 0 9 0 2005721967 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4028/statm: 203223 20100 2591 9 0 197204 0
[pid=4028/tid=4029] ppid=4014 vsize=812892 CPUtime=2.58
/proc/4028/task/4029/stat : 4029 (java) R 4014 4014 3977 0 -1 64 14592 0 1 0 249 9 0 0 25 0 9 0 2005721968 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4127244224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4030] ppid=4014 vsize=812892 CPUtime=0.05
/proc/4028/task/4030/stat : 4030 (java) S 4014 4014 3977 0 -1 64 4633 0 0 0 4 1 0 0 16 0 9 0 2005721969 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4031] ppid=4014 vsize=812892 CPUtime=0
/proc/4028/task/4031/stat : 4031 (java) S 4014 4014 3977 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005721970 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4032] ppid=4014 vsize=812892 CPUtime=0
/proc/4028/task/4032/stat : 4032 (java) S 4014 4014 3977 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005721970 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4033] ppid=4014 vsize=812892 CPUtime=0
/proc/4028/task/4033/stat : 4033 (java) S 4014 4014 3977 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005721972 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4034] ppid=4014 vsize=812892 CPUtime=0.36
/proc/4028/task/4034/stat : 4034 (java) S 4014 4014 3977 0 -1 64 953 0 0 0 35 1 0 0 15 0 9 0 2005721972 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4035] ppid=4014 vsize=812892 CPUtime=0
/proc/4028/task/4035/stat : 4035 (java) S 4014 4014 3977 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005721972 832401408 20100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4028/tid=4036] ppid=4014 vsize=812892 CPUtime=0
/proc/4028/task/4036/stat : 4036 (java) S 4014 4014 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005721972 832401408 20100 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) 860460

[startup+6.30166 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 4036
/proc/meminfo: memFree=1717904/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 47568

[startup+12.7022 s]
/proc/loadavg: 1.88 1.97 1.99 3/74 4037
/proc/meminfo: memFree=1767064/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=23524 CPUtime=6.49
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 6139 0 0 0 646 3 0 0 25 0 1 0 2005722578 24088576 5751 996147200 134512640 135177480 4294955968 18446744073709551615 134565222 0 0 4096 3 0 0 0 17 1 0 0
/proc/4037/statm: 5881 5751 81 162 0 5716 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 71092

[startup+25.5014 s]
/proc/loadavg: 1.89 1.97 1.99 3/74 4037
/proc/meminfo: memFree=1751256/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=37916 CPUtime=19.18
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 9742 0 0 0 1913 5 0 0 25 0 1 0 2005722578 38825984 9354 996147200 134512640 135177480 4294955968 18446744073709551615 134571068 0 0 4096 3 0 0 0 17 1 0 0
/proc/4037/statm: 9479 9354 81 162 0 9314 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 85484

[startup+51.1017 s]
/proc/loadavg: 1.93 1.97 1.99 3/74 4037
/proc/meminfo: memFree=1734872/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=54008 CPUtime=44.57
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 13777 0 0 0 4447 10 0 0 25 0 1 0 2005722578 55304192 13389 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/4037/statm: 13502 13389 81 162 0 13337 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 101576

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/74 4037
/proc/meminfo: memFree=1734744/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=54008 CPUtime=95.35
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 13777 0 0 0 9525 10 0 0 25 0 1 0 2005722578 55304192 13389 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4037/statm: 13502 13389 81 162 0 13337 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 101576

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 4037
/proc/meminfo: memFree=1732440/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=56492 CPUtime=154.86
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 14373 0 0 0 15475 11 0 0 25 0 1 0 2005722578 57847808 13985 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4037/statm: 14123 13985 81 162 0 13958 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 104060

[startup+222.301 s]
/proc/loadavg: 2.05 1.99 1.99 3/74 4037
/proc/meminfo: memFree=1706968/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=81880 CPUtime=214.36
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 20680 0 0 0 21417 19 0 0 25 0 1 0 2005722578 83845120 20292 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4037/statm: 20470 20292 81 162 0 20305 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 129448

[startup+282.302 s]
/proc/loadavg: 2.06 2.00 2.00 3/74 4037
/proc/meminfo: memFree=1706968/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=81788 CPUtime=273.86

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

/proc/4037/statm: 49996 49651 81 162 0 49831 0
Current children cumulated CPU time (s) 1113.95
Current children cumulated vsize (KiB) 247552

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4080
/proc/meminfo: memFree=1503952/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=221476 CPUtime=1167.93
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 55490 0 0 0 116735 58 0 0 25 0 1 0 2005722578 226791424 55040 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 55369 55040 81 162 0 55204 0
Current children cumulated CPU time (s) 1173.93
Current children cumulated vsize (KiB) 269044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4080
/proc/meminfo: memFree=1480976/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=244704 CPUtime=1227.91
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 61231 0 0 0 122725 66 0 0 25 0 1 0 2005722578 250576896 60781 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 61176 60781 81 162 0 61011 0
Current children cumulated CPU time (s) 1233.91
Current children cumulated vsize (KiB) 292272

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 4080
/proc/meminfo: memFree=1418064/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=307264 CPUtime=1287.9
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 76835 0 0 0 128709 81 0 0 25 0 1 0 2005722578 314638336 76377 996147200 134512640 135177480 4294955968 18446744073709551615 134548748 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 76816 76377 81 162 0 76651 0
Current children cumulated CPU time (s) 1293.9
Current children cumulated vsize (KiB) 354832

[startup+1362.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/83 4080
/proc/meminfo: memFree=1418000/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=307264 CPUtime=1347.87
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 76839 0 0 0 134706 81 0 0 25 0 1 0 2005722578 314638336 76381 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 76816 76381 81 162 0 76651 0
Current children cumulated CPU time (s) 1353.87
Current children cumulated vsize (KiB) 354832

[startup+1422.31 s]
/proc/loadavg: 2.24 2.07 2.02 3/83 4080
/proc/meminfo: memFree=1418000/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=307264 CPUtime=1407.85
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 76854 0 0 0 140704 81 0 0 25 0 1 0 2005722578 314638336 76396 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 76816 76396 81 162 0 76651 0
Current children cumulated CPU time (s) 1413.85
Current children cumulated vsize (KiB) 354832

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/83 4080
/proc/meminfo: memFree=1417872/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=306972 CPUtime=1467.82
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 76881 0 0 0 146701 81 0 0 25 0 1 0 2005722578 314339328 76368 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 76743 76368 81 162 0 76578 0
Current children cumulated CPU time (s) 1473.82
Current children cumulated vsize (KiB) 354540

[startup+1542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/83 4080
/proc/meminfo: memFree=1417872/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=306972 CPUtime=1527.8
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 76881 0 0 0 152699 81 0 0 25 0 1 0 2005722578 314339328 76368 996147200 134512640 135177480 4294955968 18446744073709551615 134571529 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 76743 76368 81 162 0 76578 0
Current children cumulated CPU time (s) 1533.8
Current children cumulated vsize (KiB) 354540

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 4080
/proc/meminfo: memFree=1417744/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=307580 CPUtime=1587.78
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 76925 0 0 0 158697 81 0 0 25 0 1 0 2005722578 314961920 76412 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 76895 76412 81 162 0 76730 0
Current children cumulated CPU time (s) 1593.78
Current children cumulated vsize (KiB) 355148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4080
/proc/meminfo: memFree=1390608/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=334396 CPUtime=1647.76
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 83651 0 0 0 164687 89 0 0 25 0 1 0 2005722578 342421504 83138 996147200 134512640 135177480 4294955968 18446744073709551615 134561471 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 83599 83138 81 162 0 83434 0
Current children cumulated CPU time (s) 1653.76
Current children cumulated vsize (KiB) 381964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 4080
/proc/meminfo: memFree=1390544/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=334396 CPUtime=1707.74
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 83651 0 0 0 170685 89 0 0 25 0 1 0 2005722578 342421504 83138 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 83599 83138 81 162 0 83434 0
Current children cumulated CPU time (s) 1713.74
Current children cumulated vsize (KiB) 381964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 4080
/proc/meminfo: memFree=1390480/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=334396 CPUtime=1767.72
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 83651 0 0 0 176683 89 0 0 25 0 1 0 2005722578 342421504 83138 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 83599 83138 81 162 0 83434 0
Current children cumulated CPU time (s) 1773.72
Current children cumulated vsize (KiB) 381964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 4080
/proc/meminfo: memFree=1390480/2055920 swapFree=4179776/4192956
[pid=4014] ppid=4012 vsize=47568 CPUtime=6
/proc/4014/stat : 4014 (galacE.sh) S 4012 4014 3977 0 -1 4194304 799 22597 0 1 0 0 584 16 17 0 1 0 2005721963 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4014/statm: 11892 364 245 79 0 219 0
[pid=4037] ppid=4014 vsize=334396 CPUtime=1794.02
/proc/4037/stat : 4037 (eSAT_static) R 4014 4014 3977 0 -1 4194304 83651 0 0 0 179313 89 0 0 25 0 1 0 2005722578 342421504 83138 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4037/statm: 83599 83138 81 162 0 83434 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 381964

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 4014 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=853110
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=170974
# CPU time returned by wait4() is 6.02408
# 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): 1808.62
CPU time (s): 1800.02
CPU user time (s): 1798.97
CPU system time (s): 1.05
CPU usage (%): 99.5248
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.85311
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23396
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= 1669
involuntary context switches= 1727

runsolver used 2.01069 second user time and 5.84811 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 16:18:15
IDJOB=1089284
IDBENCH=58244
IDSOLVER=351
FILE ID=node43/1089284-1215267495
PBS_JOBID= 7882220
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64accd0a11dcba13c742505e58acb11f
RANDOM SEED=1742112346

node43.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.230
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.230
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:       1792064 kB
Buffers:         28828 kB
Cached:         171620 kB
SwapCached:       6816 kB
Active:         114964 kB
Inactive:        97404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792064 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            3704 kB
Writeback:           0 kB
Mapped:          19608 kB
Slab:            36852 kB
Committed_AS:  3761028 kB
PageTables:       1828 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= 66504 MiB
End job on node43 at 2008-07-05 16:48:26