Trace number 1081764

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac E? (TO) 1800.07 1815.02

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-20.xml
MD5SUMa9dc0248b5bac88ceea300c49a32664c
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 benchmark5.29119
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3819
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3819
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.05/2.14	c start processing
2.05/2.14	c start relation processing
2.05/2.14	c start cnf exporting
5.61/5.71	c parsing time : 2.017
5.61/5.71	c preprocessing time : 5.589
5.61/5.71	
5.61/5.71	c Nary constraints - conflicts : 0 supports : 0
5.61/5.71	c Binary constraints - conflicts : 3800 supports :19
5.61/5.71	c max arity constraint : 2
5.61/5.71	c Max Tuples generated 400
5.61/5.71	c relations : 4
5.61/5.71	c relations BDD: 0
5.61/5.71	c sampling 0/0
5.61/5.71	c vars : 8001 - clauses :  153882
5.61/5.71	
5.61/5.73	 
5.61/5.73	c --- SAT Solver Stats ---
5.61/5.73	 
5.61/5.73	c eSAT 0.1 : minisat core with additionnal features
5.61/5.73	c ============================[ Problem Statistics ]=============================
5.61/5.73	c |                                                                             |
5.61/5.73	c |  Number of variables:  8000                                                 |
5.61/5.73	c |  Number of clauses:    153882                                               |
5.65/5.85	c |  Parsing time:         0.10         s                                       |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081764-1215218897/watcher-1081764-1215218897 -o /tmp/evaluation-result-1081764-1215218897/solver-1081764-1215218897 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1081764-1215218897.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.06 2.05 2.01 4/81 26112
/proc/meminfo: memFree=1705112/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=8652 CPUtime=0
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 159701079 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 2163 280 208 79 0 156 0
[pid=26113] ppid=26112 vsize=8688 CPUtime=0
/proc/26113/stat : 26113 (galacE.sh) S 26112 26112 24731 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 159701080 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26113/statm: 2172 286 209 79 0 165 0
[pid=26114] ppid=26113 vsize=128 CPUtime=0
/proc/26114/stat : 26114 (id) R 26113 26112 24731 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 159701080 131072 22 996147200 4194304 4211724 548682068832 18446744073709551615 212216116617 0 0 3674112 0 0 0 0 17 1 0 0
/proc/26114/statm: 32 22 16 4 0 3 0

[startup+0.0781311 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 26112
/proc/meminfo: memFree=1705112/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=0.01
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.108212 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 26112
/proc/meminfo: memFree=1705112/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=0.01
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301238 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 26112
/proc/meminfo: memFree=1705112/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=0.01
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701281 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 26112
/proc/meminfo: memFree=1705112/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=0.01
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50236 s]
/proc/loadavg: 2.05 2.05 2.01 3/91 26134
/proc/meminfo: memFree=1664264/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=0.01
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26126] ppid=26112 vsize=812752 CPUtime=1.44
/proc/26126/stat : 26126 (java) S 26112 26112 24731 0 -1 0 13469 0 1 0 134 10 0 0 18 0 9 0 159701083 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26126/statm: 203188 12684 2586 9 0 197169 0
[pid=26126/tid=26127] ppid=26112 vsize=812752 CPUtime=0.96
/proc/26126/task/26127/stat : 26127 (java) R 26112 26112 24731 0 -1 64 7452 0 1 0 90 6 0 0 24 0 9 0 159701084 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26128] ppid=26112 vsize=812752 CPUtime=0.15
/proc/26126/task/26128/stat : 26128 (java) S 26112 26112 24731 0 -1 64 4434 0 0 0 13 2 0 0 16 0 9 0 159701086 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26129] ppid=26112 vsize=812752 CPUtime=0
/proc/26126/task/26129/stat : 26129 (java) S 26112 26112 24731 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 159701086 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26130] ppid=26112 vsize=812752 CPUtime=0
/proc/26126/task/26130/stat : 26130 (java) S 26112 26112 24731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 159701086 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26131] ppid=26112 vsize=812752 CPUtime=0
/proc/26126/task/26131/stat : 26131 (java) S 26112 26112 24731 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 159701088 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26132] ppid=26112 vsize=812752 CPUtime=0.3
/proc/26126/task/26132/stat : 26132 (java) S 26112 26112 24731 0 -1 64 884 0 0 0 29 1 0 0 15 0 9 0 159701088 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26133] ppid=26112 vsize=812752 CPUtime=0
/proc/26126/task/26133/stat : 26133 (java) S 26112 26112 24731 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 159701088 832258048 12684 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26134] ppid=26112 vsize=812752 CPUtime=0
/proc/26126/task/26134/stat : 26134 (java) S 26112 26112 24731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 159701088 832258048 12684 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.10253 s]
/proc/loadavg: 2.05 2.05 2.01 3/91 26134
/proc/meminfo: memFree=1649800/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=0.01
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26126] ppid=26112 vsize=812884 CPUtime=3.03
/proc/26126/stat : 26126 (java) S 26112 26112 24731 0 -1 0 20919 0 1 0 288 15 0 0 18 0 9 0 159701083 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26126/statm: 203221 20131 2592 9 0 197202 0
[pid=26126/tid=26127] ppid=26112 vsize=812884 CPUtime=2.47
/proc/26126/task/26127/stat : 26127 (java) R 26112 26112 24731 0 -1 64 14622 0 1 0 237 10 0 0 25 0 9 0 159701084 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4127328062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26128] ppid=26112 vsize=812884 CPUtime=0.16
/proc/26126/task/26128/stat : 26128 (java) S 26112 26112 24731 0 -1 64 4664 0 0 0 14 2 0 0 16 0 9 0 159701086 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26129] ppid=26112 vsize=812884 CPUtime=0
/proc/26126/task/26129/stat : 26129 (java) S 26112 26112 24731 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 159701086 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26130] ppid=26112 vsize=812884 CPUtime=0
/proc/26126/task/26130/stat : 26130 (java) S 26112 26112 24731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 159701086 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26131] ppid=26112 vsize=812884 CPUtime=0
/proc/26126/task/26131/stat : 26131 (java) S 26112 26112 24731 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 159701088 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26132] ppid=26112 vsize=812884 CPUtime=0.37
/proc/26126/task/26132/stat : 26132 (java) S 26112 26112 24731 0 -1 64 934 0 0 0 36 1 0 0 15 0 9 0 159701088 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26133] ppid=26112 vsize=812884 CPUtime=0
/proc/26126/task/26133/stat : 26133 (java) S 26112 26112 24731 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 159701088 832393216 20131 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26126/tid=26134] ppid=26112 vsize=812884 CPUtime=0
/proc/26126/task/26134/stat : 26134 (java) S 26112 26112 24731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 159701088 832393216 20131 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.30287 s]
/proc/loadavg: 2.05 2.05 2.01 4/91 26134
/proc/meminfo: memFree=1631432/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 47568

[startup+12.7015 s]
/proc/loadavg: 2.12 2.07 2.01 3/83 26135
/proc/meminfo: memFree=1678544/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=22604 CPUtime=6.89
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 5803 0 0 0 687 2 0 0 25 0 1 0 159701653 23146496 5484 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 5651 5484 81 162 0 5486 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 70172

[startup+25.5019 s]
/proc/loadavg: 2.10 2.06 2.01 3/83 26135
/proc/meminfo: memFree=1674896/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=25852 CPUtime=19.57
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 6629 0 0 0 1954 3 0 0 25 0 1 0 159701653 26472448 6310 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 6463 6310 81 162 0 6298 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 73420

[startup+51.1016 s]
/proc/loadavg: 2.20 2.09 2.02 3/83 26135
/proc/meminfo: memFree=1670864/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=28652 CPUtime=44.93
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 7326 0 0 0 4490 3 0 0 25 0 1 0 159701653 29339648 7007 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 7163 7007 81 162 0 6998 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 76220

[startup+102.307 s]
/proc/loadavg: 2.20 2.10 2.02 3/83 26135
/proc/meminfo: memFree=1660368/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=36580 CPUtime=95.65
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 9268 0 0 0 9559 6 0 0 25 0 1 0 159701653 37457920 8949 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 9145 8949 81 162 0 8980 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 84148

[startup+162.301 s]
/proc/loadavg: 2.07 2.08 2.02 3/83 26135
/proc/meminfo: memFree=1652368/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=42312 CPUtime=155.09
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 10628 0 0 0 15502 7 0 0 25 0 1 0 159701653 43327488 10309 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 10578 10309 81 162 0 10413 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 89880

[startup+222.302 s]
/proc/loadavg: 2.02 2.06 2.01 3/84 26136
/proc/meminfo: memFree=1620104/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=54424 CPUtime=214.52
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 13664 0 0 0 21441 11 0 0 25 0 1 0 159701653 55730176 13345 996147200 134512640 135177480 4294955968 18446744073709551615 134571988 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 13606 13345 81 162 0 13441 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 101992

[startup+282.301 s]

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

/proc/26135/statm: 24938 24459 81 162 0 24773 0
Current children cumulated CPU time (s) 1111.71
Current children cumulated vsize (KiB) 147320

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1410248/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=106404 CPUtime=1165.5
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 26425 0 0 0 116516 34 0 0 25 0 1 0 159701653 108957696 26106 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 26601 26106 81 162 0 26436 0
Current children cumulated CPU time (s) 1171.15
Current children cumulated vsize (KiB) 153972

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1402120/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=114308 CPUtime=1224.93
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 28414 0 0 0 122455 38 0 0 25 0 1 0 159701653 117051392 28095 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 28577 28095 81 162 0 28412 0
Current children cumulated CPU time (s) 1230.58
Current children cumulated vsize (KiB) 161876

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1400648/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=115596 CPUtime=1284.37
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 28724 0 0 0 128399 38 0 0 25 0 1 0 159701653 118370304 28405 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 28899 28405 81 162 0 28734 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 163164

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1388552/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1343.81
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 134341 40 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 175292

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1388552/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1403.24
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 140284 40 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134571364 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1408.89
Current children cumulated vsize (KiB) 175292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1388552/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1462.68
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 146228 40 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 175292

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26143
/proc/meminfo: memFree=1388552/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1522.11
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 152171 40 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 175292

[startup+1602.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 26181
/proc/meminfo: memFree=1529688/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1581.79
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 158138 41 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1587.44
Current children cumulated vsize (KiB) 175292

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/74 26211
/proc/meminfo: memFree=1604312/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1641.76
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 164135 41 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1647.41
Current children cumulated vsize (KiB) 175292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26211
/proc/meminfo: memFree=1602328/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1701.74
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 170133 41 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1707.39
Current children cumulated vsize (KiB) 175292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26211
/proc/meminfo: memFree=1602264/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=127724 CPUtime=1761.72
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 31725 0 0 0 176131 41 0 0 25 0 1 0 159701653 130789376 31406 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26135/statm: 31931 31406 81 162 0 31766 0
Current children cumulated CPU time (s) 1767.37
Current children cumulated vsize (KiB) 175292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26211
/proc/meminfo: memFree=1591448/2055920 swapFree=4181096/4192956
[pid=26112] ppid=26110 vsize=47568 CPUtime=5.65
/proc/26112/stat : 26112 (galacE.sh) S 26110 26112 24731 0 -1 4194304 799 22642 0 1 0 0 546 19 17 0 1 0 159701079 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26112/statm: 11892 364 245 79 0 219 0
[pid=26135] ppid=26112 vsize=138800 CPUtime=1794.42
/proc/26135/stat : 26135 (eSAT_static) R 26112 26112 24731 0 -1 4194304 34474 0 0 0 179399 43 0 0 25 0 1 0 159701653 142131200 34155 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/26135/statm: 34700 34155 81 162 0 34535 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 186368

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 26112 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=467168
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=196970
# CPU time returned by wait4() is 5.66414
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.02
CPU time (s): 1800.07
CPU user time (s): 1799.45
CPU system time (s): 0.62
CPU usage (%): 99.1765
Max. virtual memory (cumulated for all children) (KiB): 860452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.46717
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23441
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= 1720
involuntary context switches= 1800

runsolver used 2.21966 second user time and 5.9431 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 02:48:17
IDJOB=1081764
IDBENCH=57136
IDSOLVER=351
FILE ID=node46/1081764-1215218897
PBS_JOBID= 7881801
Free space on /tmp= 66204 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9dc0248b5bac88ceea300c49a32664c
RANDOM SEED=524803339

node46.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.238
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.238
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:       1705592 kB
Buffers:         46208 kB
Cached:         197664 kB
SwapCached:       6164 kB
Active:         218648 kB
Inactive:        77564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705592 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:          68940 kB
Slab:            39492 kB
Committed_AS:   469184 kB
PageTables:       1696 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= 66200 MiB
End job on node46 at 2008-07-05 03:18:34