Trace number 1089347

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 1828.41

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-23.xml
MD5SUMdb98c53488e7b2aca62f1c75d3774cd9
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.294954
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.64/2.77	c start processing
2.64/2.77	c start relation processing
2.64/2.77	c start cnf exporting
9.58/9.75	c parsing time : 2.644
9.58/9.75	c preprocessing time : 9.623
9.58/9.75	
9.58/9.75	c Nary constraints - conflicts : 0 supports : 0
9.58/9.75	c Binary constraints - conflicts : 8260 supports :0
9.58/9.75	c max arity constraint : 2
9.58/9.75	c Max Tuples generated 529
9.58/9.75	c relations : 1
9.58/9.75	c relations BDD: 0
9.58/9.75	c sampling 0/0
9.58/9.75	c vars : 10351 - clauses :  304280
9.58/9.75	
9.65/9.80	 
9.65/9.80	c --- SAT Solver Stats ---
9.65/9.80	 
9.65/9.80	c eSAT 0.1 : minisat core with additionnal features
9.65/9.80	c ============================[ Problem Statistics ]=============================
9.65/9.81	c |                                                                             |
9.65/9.81	c |  Number of variables:  10350                                                |
9.65/9.81	c |  Number of clauses:    304280                                               |
9.65/10.02	c |  Parsing time:         0.19         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-1089347-1215267783/watcher-1089347-1215267783 -o /tmp/evaluation-result-1089347-1215267783/solver-1089347-1215267783 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089347-1215267783.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 2.05 2.01 4/72 4761
/proc/meminfo: memFree=1705520/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=18572 CPUtime=0
/proc/4761/stat : 4761 (runsolver) R 4759 4761 4057 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2005751278 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4761/statm: 4643 292 257 25 0 2626 0

[startup+0.0532579 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 4761
/proc/meminfo: memFree=1705520/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.102814 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 4761
/proc/meminfo: memFree=1705520/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.302834 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 4761
/proc/meminfo: memFree=1705520/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.702871 s]
/proc/loadavg: 2.00 2.05 2.01 4/72 4761
/proc/meminfo: memFree=1705520/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50294 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 4783
/proc/meminfo: memFree=1664728/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4775] ppid=4761 vsize=812548 CPUtime=1.45
/proc/4775/stat : 4775 (java) S 4761 4761 4057 0 -1 0 13684 0 1 0 137 8 0 0 18 0 9 0 2005751282 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4775/statm: 203137 12910 2586 9 0 197171 0
[pid=4775/tid=4776] ppid=4761 vsize=812548 CPUtime=1.09
/proc/4775/task/4776/stat : 4776 (java) R 4761 4761 4057 0 -1 64 7680 0 1 0 104 5 0 0 25 0 9 0 2005751283 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 103813016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4777] ppid=4761 vsize=812548 CPUtime=0.04
/proc/4775/task/4777/stat : 4777 (java) S 4761 4761 4057 0 -1 64 4405 0 0 0 3 1 0 0 16 0 9 0 2005751285 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4778] ppid=4761 vsize=812548 CPUtime=0
/proc/4775/task/4778/stat : 4778 (java) S 4761 4761 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005751285 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4779] ppid=4761 vsize=812548 CPUtime=0
/proc/4775/task/4779/stat : 4779 (java) S 4761 4761 4057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005751285 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4780] ppid=4761 vsize=812548 CPUtime=0
/proc/4775/task/4780/stat : 4780 (java) S 4761 4761 4057 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005751287 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4781] ppid=4761 vsize=812548 CPUtime=0.28
/proc/4775/task/4781/stat : 4781 (java) S 4761 4761 4057 0 -1 64 899 0 0 0 28 0 0 0 15 0 9 0 2005751287 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4782] ppid=4761 vsize=812548 CPUtime=0
/proc/4775/task/4782/stat : 4782 (java) S 4761 4761 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005751287 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4783] ppid=4761 vsize=812548 CPUtime=0
/proc/4775/task/4783/stat : 4783 (java) R 4761 4761 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005751287 832049152 12910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860100

[startup+3.10108 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 4783
/proc/meminfo: memFree=1642968/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4775] ppid=4761 vsize=812680 CPUtime=3.03
/proc/4775/stat : 4775 (java) S 4761 4761 4057 0 -1 0 20870 0 1 0 291 12 0 0 18 0 9 0 2005751282 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4775/statm: 203170 20094 2592 9 0 197204 0
[pid=4775/tid=4776] ppid=4761 vsize=812680 CPUtime=2.6
/proc/4775/task/4776/stat : 4776 (java) R 4761 4761 4057 0 -1 64 14597 0 1 0 252 8 0 0 25 0 9 0 2005751283 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4127309692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4777] ppid=4761 vsize=812680 CPUtime=0.05
/proc/4775/task/4777/stat : 4777 (java) S 4761 4761 4057 0 -1 64 4626 0 0 0 4 1 0 0 16 0 9 0 2005751285 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4778] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4778/stat : 4778 (java) S 4761 4761 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005751285 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4779] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4779/stat : 4779 (java) S 4761 4761 4057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005751285 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4780] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4780/stat : 4780 (java) S 4761 4761 4057 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005751287 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4781] ppid=4761 vsize=812680 CPUtime=0.33
/proc/4775/task/4781/stat : 4781 (java) S 4761 4761 4057 0 -1 64 947 0 0 0 33 0 0 0 15 0 9 0 2005751287 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4782] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4782/stat : 4782 (java) S 4761 4761 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005751287 832184320 20094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4783] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4783/stat : 4783 (java) S 4761 4761 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005751287 832184320 20094 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) 860232

[startup+6.30236 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 4783
/proc/meminfo: memFree=1631320/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=0.01
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4775] ppid=4761 vsize=812680 CPUtime=6.2
/proc/4775/stat : 4775 (java) S 4761 4761 4057 0 -1 0 21135 0 1 0 606 14 0 0 18 0 9 0 2005751282 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4775/statm: 203170 20352 2592 9 0 197204 0
[pid=4775/tid=4776] ppid=4761 vsize=812680 CPUtime=5.74
/proc/4775/task/4776/stat : 4776 (java) R 4761 4761 4057 0 -1 64 14604 0 1 0 564 10 0 0 25 0 9 0 2005751283 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4777] ppid=4761 vsize=812680 CPUtime=0.08
/proc/4775/task/4777/stat : 4777 (java) S 4761 4761 4057 0 -1 64 4880 0 0 0 7 1 0 0 16 0 9 0 2005751285 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4778] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4778/stat : 4778 (java) S 4761 4761 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005751285 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4779] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4779/stat : 4779 (java) S 4761 4761 4057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005751285 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4780] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4780/stat : 4780 (java) S 4761 4761 4057 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005751287 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4781] ppid=4761 vsize=812680 CPUtime=0.34
/proc/4775/task/4781/stat : 4781 (java) S 4761 4761 4057 0 -1 64 951 0 0 0 34 0 0 0 15 0 9 0 2005751287 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4782] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4782/stat : 4782 (java) S 4761 4761 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005751287 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4783] ppid=4761 vsize=812680 CPUtime=0
/proc/4775/task/4783/stat : 4783 (java) S 4761 4761 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005751287 832184320 20352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860232

[startup+12.7019 s]
/proc/loadavg: 2.00 2.04 2.01 3/74 4784
/proc/meminfo: memFree=1675816/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=23676 CPUtime=2.86
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 6320 0 0 0 283 3 0 0 25 0 1 0 2005752259 24244224 5649 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 5919 5649 80 162 0 5754 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 71228

[startup+25.5021 s]
/proc/loadavg: 2.00 2.04 2.01 3/74 4784
/proc/meminfo: memFree=1662760/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=39116 CPUtime=15.56
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 10161 0 0 0 1550 6 0 0 25 0 1 0 2005752259 40054784 9490 996147200 134512640 135177480 4294955968 18446744073709551615 134565294 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 9779 9490 80 162 0 9614 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 86668

[startup+51.1023 s]
/proc/loadavg: 2.00 2.04 2.01 3/74 4784
/proc/meminfo: memFree=1651112/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=50928 CPUtime=40.94
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 13113 0 0 0 4084 10 0 0 25 0 1 0 2005752259 52150272 12442 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 12732 12442 80 162 0 12567 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 98480

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.01 3/74 4784
/proc/meminfo: memFree=1644008/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=58252 CPUtime=91.7
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 14911 0 0 0 9158 12 0 0 25 0 1 0 2005752259 59650048 14240 996147200 134512640 135177480 4294955968 18446744073709551615 134572442 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 14563 14240 80 162 0 14398 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 105804

[startup+162.302 s]
/proc/loadavg: 2.10 2.05 2.01 3/74 4784
/proc/meminfo: memFree=1635880/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=66312 CPUtime=151.19
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 16925 0 0 0 15105 14 0 0 25 0 1 0 2005752259 67903488 16254 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 16578 16254 80 162 0 16413 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 113864


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

/proc/4784/statm: 49513 48959 80 162 0 49348 0
Current children cumulated CPU time (s) 1107.57
Current children cumulated vsize (KiB) 245604

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1385472/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=198052 CPUtime=1156.77
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 49857 0 0 0 115619 58 0 0 25 0 1 0 2005752259 202805248 48961 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 49513 48961 80 162 0 49348 0
Current children cumulated CPU time (s) 1166.42
Current children cumulated vsize (KiB) 245604

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1385408/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=198052 CPUtime=1215.6
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 49857 0 0 0 121502 58 0 0 25 0 1 0 2005752259 202805248 48961 996147200 134512640 135177480 4294955968 18446744073709551615 134547961 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 49513 48961 80 162 0 49348 0
Current children cumulated CPU time (s) 1225.25
Current children cumulated vsize (KiB) 245604

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1385344/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=198052 CPUtime=1274.45
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 49857 0 0 0 127387 58 0 0 25 0 1 0 2005752259 202805248 48961 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 49513 48961 80 162 0 49348 0
Current children cumulated CPU time (s) 1284.1
Current children cumulated vsize (KiB) 245604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1385216/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=198052 CPUtime=1333.28
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 49858 0 0 0 133270 58 0 0 25 0 1 0 2005752259 202805248 48962 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 49513 48962 80 162 0 49348 0
Current children cumulated CPU time (s) 1342.93
Current children cumulated vsize (KiB) 245604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1377280/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=205972 CPUtime=1392.13
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 51858 0 0 0 139153 60 0 0 25 0 1 0 2005752259 210915328 50962 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 51493 50962 80 162 0 51328 0
Current children cumulated CPU time (s) 1401.78
Current children cumulated vsize (KiB) 253524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1355840/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=228040 CPUtime=1450.96
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 57226 0 0 0 145031 65 0 0 25 0 1 0 2005752259 233512960 56330 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 57010 56330 80 162 0 56845 0
Current children cumulated CPU time (s) 1460.61
Current children cumulated vsize (KiB) 275592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1344640/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=238988 CPUtime=1509.8
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 59962 0 0 0 150912 68 0 0 25 0 1 0 2005752259 244723712 59066 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 59747 59066 80 162 0 59582 0
Current children cumulated CPU time (s) 1519.45
Current children cumulated vsize (KiB) 286540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1338048/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=245800 CPUtime=1568.65
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 61621 0 0 0 156795 70 0 0 25 0 1 0 2005752259 251699200 60725 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 61450 60725 80 162 0 61285 0
Current children cumulated CPU time (s) 1578.3
Current children cumulated vsize (KiB) 293352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1332608/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=251136 CPUtime=1627.49
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 62956 0 0 0 162677 72 0 0 25 0 1 0 2005752259 257163264 62060 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 62784 62060 80 162 0 62619 0
Current children cumulated CPU time (s) 1637.14
Current children cumulated vsize (KiB) 298688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1326592/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=257216 CPUtime=1686.32
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 64456 0 0 0 168559 73 0 0 25 0 1 0 2005752259 263389184 63560 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 64304 63560 80 162 0 64139 0
Current children cumulated CPU time (s) 1695.97
Current children cumulated vsize (KiB) 304768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1320832/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=262848 CPUtime=1745.16
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 65877 0 0 0 174441 75 0 0 25 0 1 0 2005752259 269156352 64981 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 65712 64981 80 162 0 65547 0
Current children cumulated CPU time (s) 1754.81
Current children cumulated vsize (KiB) 310400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4841
/proc/meminfo: memFree=1319488/2055920 swapFree=4180688/4192956
[pid=4761] ppid=4759 vsize=47552 CPUtime=9.65
/proc/4761/stat : 4761 (galacE.sh) S 4759 4761 4057 0 -1 4194304 799 22850 0 1 0 0 947 18 17 0 1 0 2005751278 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4761/statm: 11888 364 245 79 0 219 0
[pid=4784] ppid=4761 vsize=264184 CPUtime=1790.37
/proc/4784/stat : 4784 (eSAT_static) R 4761 4761 4057 0 -1 4194304 66187 0 0 0 178961 76 0 0 25 0 1 0 2005752259 270524416 65291 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/4784/statm: 66046 65291 80 162 0 65881 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 311736

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 4761 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=480558
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=192970
# CPU time returned by wait4() is 9.67353
# 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): 1828.41
CPU time (s): 1800.02
CPU user time (s): 1799.08
CPU system time (s): 0.94
CPU usage (%): 98.4471
Max. virtual memory (cumulated for all children) (KiB): 860232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.48056
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23649
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= 1780
involuntary context switches= 1910

runsolver used 1.82172 second user time and 6.23905 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 16:23:03
IDJOB=1089347
IDBENCH=58255
IDSOLVER=351
FILE ID=node41/1089347-1215267783
PBS_JOBID= 7882163
Free space on /tmp= 66152 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db98c53488e7b2aca62f1c75d3774cd9
RANDOM SEED=175249307

node41.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.232
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.232
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:       1706000 kB
Buffers:         38476 kB
Cached:         240652 kB
SwapCached:       6540 kB
Active:         187812 kB
Inactive:       109560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706000 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          25728 kB
Slab:            37952 kB
Committed_AS:  3723808 kB
PageTables:       1692 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= 66124 MiB
End job on node41 at 2008-07-05 16:53:33