Trace number 1081911

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.01 1802.71

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-12.xml
MD5SUM2fe678b83530682aee170466efb2992f
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 benchmark1.39879
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension803
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.24/1.31	c start processing
1.24/1.31	c start relation processing
1.24/1.31	c start cnf exporting
1.84/1.94	c parsing time : 1.183
1.84/1.94	c preprocessing time : 1.817
1.84/1.94	
1.84/1.94	c Nary constraints - conflicts : 0 supports : 0
1.84/1.94	c Binary constraints - conflicts : 792 supports :11
1.84/1.94	c max arity constraint : 2
1.84/1.94	c Max Tuples generated 144
1.84/1.94	c relations : 4
1.84/1.94	c relations BDD: 0
1.84/1.94	c sampling 0/0
1.84/1.94	c vars : 1729 - clauses :  19658
1.84/1.94	
1.84/1.98	 
1.84/1.98	c --- SAT Solver Stats ---
1.84/1.98	 
1.84/1.98	c eSAT 0.1 : minisat core with additionnal features
1.84/1.98	c ============================[ Problem Statistics ]=============================
1.84/1.98	c |                                                                             |
1.84/1.99	c |  Number of variables:  1728                                                 |
1.84/1.99	c |  Number of clauses:    19658                                                |
1.91/2.00	c |  Parsing time:         0.01         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-1081911-1215219889/watcher-1081911-1215219889 -o /tmp/evaluation-result-1081911-1215219889/solver-1081911-1215219889 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1081911-1215219889.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.00 2.00 4/81 14506
/proc/meminfo: memFree=1795200/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=5316 CPUtime=0
/proc/14506/stat : 14506 (galacE.sh) R 14504 14506 12181 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 644926049 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 226910826414 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14506/statm: 1329 193 146 79 0 121 0

[startup+0.09766 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14506
/proc/meminfo: memFree=1795200/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=0.01
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102659 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14506
/proc/meminfo: memFree=1795200/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=0.01
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302698 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14506
/proc/meminfo: memFree=1795200/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=0.01
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701779 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14506
/proc/meminfo: memFree=1795200/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=0.01
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50194 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14529
/proc/meminfo: memFree=1754480/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=0.01
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14520] ppid=14506 vsize=812892 CPUtime=1.44
/proc/14520/stat : 14520 (java) S 14506 14506 12181 0 -1 0 13479 0 1 0 136 8 0 0 18 0 9 0 644926053 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14520/statm: 203223 12693 2586 9 0 197204 0
[pid=14520/tid=14521] ppid=14506 vsize=812892 CPUtime=0.92
/proc/14520/task/14521/stat : 14521 (java) R 14506 14506 12181 0 -1 64 7440 0 1 0 88 4 0 0 25 0 9 0 644926054 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4127249571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14522] ppid=14506 vsize=812892 CPUtime=0.13
/proc/14520/task/14522/stat : 14522 (java) S 14506 14506 12181 0 -1 64 4400 0 0 0 12 1 0 0 17 0 9 0 644926055 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14523] ppid=14506 vsize=812892 CPUtime=0
/proc/14520/task/14523/stat : 14523 (java) S 14506 14506 12181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 644926055 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14524] ppid=14506 vsize=812892 CPUtime=0
/proc/14520/task/14524/stat : 14524 (java) S 14506 14506 12181 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644926055 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14526] ppid=14506 vsize=812892 CPUtime=0
/proc/14520/task/14526/stat : 14526 (java) S 14506 14506 12181 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 644926058 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14527] ppid=14506 vsize=812892 CPUtime=0.35
/proc/14520/task/14527/stat : 14527 (java) S 14506 14506 12181 0 -1 64 937 0 0 0 34 1 0 0 16 0 9 0 644926058 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14528] ppid=14506 vsize=812892 CPUtime=0
/proc/14520/task/14528/stat : 14528 (java) S 14506 14506 12181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644926058 832401408 12693 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14520/tid=14529] ppid=14506 vsize=812892 CPUtime=0
/proc/14520/task/14529/stat : 14529 (java) S 14506 14506 12181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644926058 832401408 12693 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) 860456

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1791984/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=5392 CPUtime=1.09
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 1093 0 0 0 109 0 0 0 25 0 1 0 644926248 5521408 1036 996147200 134512640 135177480 4294955968 18446744073709551615 134741238 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 1348 1036 81 162 0 1183 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 52956

[startup+6.30186 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1788016/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=7552 CPUtime=4.26
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 1643 0 0 0 426 0 0 0 25 0 1 0 644926248 7733248 1586 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 1888 1586 81 162 0 1723 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 55116

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1786480/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=9224 CPUtime=10.59
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 2040 0 0 0 1059 0 0 0 25 0 1 0 644926248 9445376 1983 996147200 134512640 135177480 4294955968 18446744073709551615 134579417 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 2306 1983 81 162 0 2141 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 56788

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1778736/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=16936 CPUtime=23.27
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 3927 0 0 0 2326 1 0 0 25 0 1 0 644926248 17342464 3870 996147200 134512640 135177480 4294955968 18446744073709551615 134565271 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 4234 3870 81 162 0 4069 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 64500

[startup+51.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1772784/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=22924 CPUtime=48.63
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 5439 0 0 0 4861 2 0 0 25 0 1 0 644926248 23474176 5382 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 5731 5382 81 162 0 5566 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 70488

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1765104/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=30680 CPUtime=99.35
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 7317 0 0 0 9932 3 0 0 25 0 1 0 644926248 31416320 7260 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 7670 7260 81 162 0 7505 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 78244

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14530
/proc/meminfo: memFree=1764592/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=31160 CPUtime=158.78
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 7427 0 0 0 15874 4 0 0 25 0 1 0 644926248 31907840 7370 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/14530/statm: 7790 7370 81 162 0 7625 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 78724

[startup+222.301 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 14561
/proc/meminfo: memFree=1768896/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=34252 CPUtime=218.41
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 8159 0 0 0 21836 5 0 0 25 0 1 0 644926248 35074048 8102 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 8563 8102 81 162 0 8398 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 81816

[startup+282.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 14561
/proc/meminfo: memFree=1767616/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=36360 CPUtime=278.38
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 8606 0 0 0 27833 5 0 0 25 0 1 0 644926248 37232640 8549 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 9090 8549 81 162 0 8925 0
Current children cumulated CPU time (s) 280.29
Current children cumulated vsize (KiB) 83924

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14561
/proc/meminfo: memFree=1762048/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=41592 CPUtime=338.36
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 9925 0 0 0 33829 7 0 0 25 0 1 0 644926248 42590208 9868 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/14530/statm: 31224 30150 81 162 0 31059 0
Current children cumulated CPU time (s) 1179.89
Current children cumulated vsize (KiB) 172460

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 14562
/proc/meminfo: memFree=1665016/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=139660 CPUtime=1237.95
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 33905 0 0 0 123767 28 0 0 25 0 1 0 644926248 143011840 33848 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 34915 33848 81 162 0 34750 0
Current children cumulated CPU time (s) 1239.86
Current children cumulated vsize (KiB) 187224

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 14562
/proc/meminfo: memFree=1664952/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=139660 CPUtime=1297.92
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 33911 0 0 0 129764 28 0 0 25 0 1 0 644926248 143011840 33854 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 34915 33854 81 162 0 34750 0
Current children cumulated CPU time (s) 1299.83
Current children cumulated vsize (KiB) 187224

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 14562
/proc/meminfo: memFree=1660984/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=143996 CPUtime=1357.9
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 34992 0 0 0 135761 29 0 0 25 0 1 0 644926248 147451904 34935 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 35999 34935 81 162 0 35834 0
Current children cumulated CPU time (s) 1359.81
Current children cumulated vsize (KiB) 191560

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 14562
/proc/meminfo: memFree=1638328/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=167216 CPUtime=1417.87
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 40526 0 0 0 141753 34 0 0 25 0 1 0 644926248 171229184 40469 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 41804 40469 81 162 0 41639 0
Current children cumulated CPU time (s) 1419.78
Current children cumulated vsize (KiB) 214780

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 14562
/proc/meminfo: memFree=1620856/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=184624 CPUtime=1477.84
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 44858 0 0 0 147746 38 0 0 25 0 1 0 644926248 189054976 44801 996147200 134512640 135177480 4294955968 18446744073709551615 134556969 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 46156 44801 81 162 0 45991 0
Current children cumulated CPU time (s) 1479.75
Current children cumulated vsize (KiB) 232188

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 14562
/proc/meminfo: memFree=1620792/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=184624 CPUtime=1537.81
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 44860 0 0 0 153743 38 0 0 25 0 1 0 644926248 189054976 44803 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 46156 44803 81 162 0 45991 0
Current children cumulated CPU time (s) 1539.72
Current children cumulated vsize (KiB) 232188

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 14563
/proc/meminfo: memFree=1620272/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=184624 CPUtime=1597.78
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 44871 0 0 0 159740 38 0 0 25 0 1 0 644926248 189054976 44814 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 46156 44814 81 162 0 45991 0
Current children cumulated CPU time (s) 1599.69
Current children cumulated vsize (KiB) 232188

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 14563
/proc/meminfo: memFree=1620208/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=184624 CPUtime=1657.76
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 44881 0 0 0 165737 39 0 0 25 0 1 0 644926248 189054976 44824 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 46156 44824 81 162 0 45991 0
Current children cumulated CPU time (s) 1659.67
Current children cumulated vsize (KiB) 232188

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 14563
/proc/meminfo: memFree=1613680/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=191612 CPUtime=1717.74
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 46595 0 0 0 171733 41 0 0 25 0 1 0 644926248 196210688 46538 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 47903 46538 81 162 0 47738 0
Current children cumulated CPU time (s) 1719.65
Current children cumulated vsize (KiB) 239176

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 14564
/proc/meminfo: memFree=1598376/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=206296 CPUtime=1777.71
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 50264 0 0 0 177727 44 0 0 25 0 1 0 644926248 211247104 50207 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 51574 50207 81 162 0 51409 0
Current children cumulated CPU time (s) 1779.62
Current children cumulated vsize (KiB) 253860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 14564
/proc/meminfo: memFree=1593384/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=211216 CPUtime=1798.1
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 51497 0 0 0 179765 45 0 0 25 0 1 0 644926248 216285184 51440 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 52804 51440 81 162 0 52639 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 258780

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

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

[startup+1802.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 14564
/proc/meminfo: memFree=1593384/2055920 swapFree=4180232/4192956
[pid=14506] ppid=14504 vsize=47564 CPUtime=1.91
/proc/14506/stat : 14506 (galacE.sh) S 14504 14506 12181 0 -1 4194304 799 21725 0 1 0 0 177 14 17 0 1 0 644926049 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14506/statm: 11891 364 245 79 0 219 0
[pid=14530] ppid=14506 vsize=211216 CPUtime=1798.1
/proc/14530/stat : 14530 (eSAT_static) R 14506 14506 12181 0 -1 4194304 51497 0 0 0 179765 45 0 0 25 0 1 0 644926248 216285184 51440 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/14530/statm: 52804 51440 81 162 0 52639 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 258780

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14506 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=775730
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=150977
# CPU time returned by wait4() is 1.92671
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.71
CPU time (s): 1800.01
CPU user time (s): 1799.42
CPU system time (s): 0.59
CPU usage (%): 99.8501
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77573
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22524
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= 1472
involuntary context switches= 1465

runsolver used 1.68474 second user time and 5.06923 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 03:04:49
IDJOB=1081911
IDBENCH=57157
IDSOLVER=351
FILE ID=node5/1081911-1215219889
PBS_JOBID= 7881687
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe678b83530682aee170466efb2992f
RANDOM SEED=178966640

node5.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.279
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.279
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:       1795680 kB
Buffers:         32284 kB
Cached:         140100 kB
SwapCached:       6592 kB
Active:         160048 kB
Inactive:        45792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795680 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3200 kB
Writeback:           0 kB
Mapped:          49624 kB
Slab:            39512 kB
Committed_AS:  1012576 kB
PageTables:       1888 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= 66528 MiB
End job on node5 at 2008-07-05 03:34:54