Trace number 1101863

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac E? (TO) 1800.02 1808.71

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-50_ext.xml
MD5SUMc4aae52f8df469ff2d993fa2fcffe4d7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.52161
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.85	c start processing
0.01/0.86	c start relation processing
0.01/0.87	c start cnf exporting
1.76/1.88	c parsing time : 0.736
1.76/1.88	c preprocessing time : 1.761
1.76/1.88	
1.76/1.88	c Nary constraints - conflicts : 0 supports : 0
1.76/1.88	c Binary constraints - conflicts : 334 supports :12
1.76/1.88	c max arity constraint : 2
1.76/1.88	c Max Tuples generated 0
1.76/1.88	c relations : 346
1.76/1.88	c relations BDD: 0
1.76/1.88	c sampling 0/0
1.76/1.88	c vars : 761 - clauses :  39568
1.76/1.88	
1.84/1.92	 
1.84/1.92	c --- SAT Solver Stats ---
1.84/1.92	 
1.84/1.92	c eSAT 0.1 : minisat core with additionnal features
1.84/1.92	c ============================[ Problem Statistics ]=============================
1.84/1.92	c |                                                                             |
1.84/1.92	c |  Number of variables:  760                                                  |
1.84/1.92	c |  Number of clauses:    39568                                                |
1.84/1.94	c |  Parsing time:         0.02         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-1101863-1215294571/watcher-1101863-1215294571 -o /tmp/evaluation-result-1101863-1215294571/solver-1101863-1215294571 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101863-1215294571.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/99 8118
/proc/meminfo: memFree=1497280/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=8652 CPUtime=0
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 685186077 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 2163 280 208 79 0 156 0
[pid=8119] ppid=8118 vsize=8688 CPUtime=0
/proc/8119/stat : 8119 (galacE.sh) S 8118 8118 7950 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 685186078 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/8119/statm: 2172 286 209 79 0 165 0
[pid=8120] ppid=8119 vsize=8728 CPUtime=0
/proc/8120/stat : 8120 (galacE.sh) R 8119 8118 7950 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 685186078 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240153849127 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/8120/statm: 2182 290 209 79 0 175 0

[startup+0.0185129 s]
/proc/loadavg: 2.00 2.00 2.00 4/99 8118
/proc/meminfo: memFree=1497280/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=8768 CPUtime=0
/proc/8118/stat : 8118 (galacE.sh) R 8116 8118 7950 0 -1 4194304 480 1063 0 0 0 0 0 0 18 0 1 0 685186077 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 240153848479 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/8118/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101523 s]
/proc/loadavg: 2.00 2.00 2.00 4/99 8118
/proc/meminfo: memFree=1497280/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=0.01
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301543 s]
/proc/loadavg: 2.00 2.00 2.00 4/99 8118
/proc/meminfo: memFree=1497280/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=0.01
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701588 s]
/proc/loadavg: 2.00 2.00 2.00 4/99 8118
/proc/meminfo: memFree=1497280/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=0.01
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50168 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 8140
/proc/meminfo: memFree=1426608/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=0.01
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8132] ppid=8118 vsize=812760 CPUtime=1.45
/proc/8132/stat : 8132 (java) S 8118 8118 7950 0 -1 0 21337 0 1 0 134 11 0 0 18 0 9 0 685186081 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8132/statm: 203190 20753 1914 9 0 197171 0
[pid=8132/tid=8133] ppid=8118 vsize=812760 CPUtime=1.14
/proc/8132/task/8133/stat : 8133 (java) R 8118 8118 7950 0 -1 64 14536 0 1 0 107 7 0 0 25 0 9 0 685186082 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4126990285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8134] ppid=8118 vsize=812760 CPUtime=0.04
/proc/8132/task/8134/stat : 8134 (java) S 8118 8118 7950 0 -1 64 5243 0 0 0 3 1 0 0 16 0 9 0 685186083 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8135] ppid=8118 vsize=812760 CPUtime=0
/proc/8132/task/8135/stat : 8135 (java) S 8118 8118 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 685186083 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8136] ppid=8118 vsize=812760 CPUtime=0
/proc/8132/task/8136/stat : 8136 (java) S 8118 8118 7950 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 685186083 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8137] ppid=8118 vsize=812760 CPUtime=0
/proc/8132/task/8137/stat : 8137 (java) S 8118 8118 7950 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 685186085 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8138] ppid=8118 vsize=812760 CPUtime=0.24
/proc/8132/task/8138/stat : 8138 (java) S 8118 8118 7950 0 -1 64 860 0 0 0 24 0 0 0 15 0 9 0 685186085 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8139] ppid=8118 vsize=812760 CPUtime=0
/proc/8132/task/8139/stat : 8139 (java) S 8118 8118 7950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 685186086 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8132/tid=8140] ppid=8118 vsize=812760 CPUtime=0
/proc/8132/task/8140/stat : 8140 (java) S 8118 8118 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 685186086 832266240 20753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860316

[startup+3.10186 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 8141
/proc/meminfo: memFree=1492656/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=5144 CPUtime=1.17
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 1148 0 0 0 117 0 0 0 25 0 1 0 685186270 5267456 1042 996147200 134512640 135177480 4294955968 18446744073709551615 134564808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 1286 1042 80 162 0 1121 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 52700

[startup+6.30221 s]
/proc/loadavg: 2.16 2.03 2.01 3/101 8141
/proc/meminfo: memFree=1490032/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=8052 CPUtime=4.37
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 1837 0 0 0 436 1 0 0 25 0 1 0 685186270 8245248 1731 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 2013 1731 80 162 0 1848 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 55608

[startup+12.7019 s]
/proc/loadavg: 2.15 2.03 2.01 3/101 8141
/proc/meminfo: memFree=1486576/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=10504 CPUtime=10.76
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 2459 0 0 0 1075 1 0 0 25 0 1 0 685186270 10756096 2353 996147200 134512640 135177480 4294955968 18446744073709551615 134573924 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 2626 2353 80 162 0 2461 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 58060

[startup+25.5014 s]
/proc/loadavg: 2.12 2.03 2.01 3/101 8141
/proc/meminfo: memFree=1482992/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=14448 CPUtime=23.56
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 3437 0 0 0 2354 2 0 0 25 0 1 0 685186270 14794752 3331 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 3612 3331 80 162 0 3447 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 62004

[startup+51.1012 s]
/proc/loadavg: 2.08 2.03 2.01 4/101 8142
/proc/meminfo: memFree=1480624/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=16428 CPUtime=49.15
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 3952 0 0 0 4912 3 0 0 25 0 1 0 685186270 16822272 3846 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 4107 3846 81 162 0 3942 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 63984

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.01 3/101 8143
/proc/meminfo: memFree=1471472/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=25704 CPUtime=100.33
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 6249 0 0 0 10028 5 0 0 25 0 1 0 685186270 26320896 6143 996147200 134512640 135177480 4294955968 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 6426 6143 81 162 0 6261 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 73260

[startup+162.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/81 8202
/proc/meminfo: memFree=1567264/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=30164 CPUtime=159.95
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 7340 0 0 0 15988 7 0 0 25 0 1 0 685186270 30887936 7234 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 7541 7234 81 162 0 7376 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 77720

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 8229
/proc/meminfo: memFree=1555488/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=32596 CPUtime=219.61
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 7927 0 0 0 21954 7 0 0 25 0 1 0 685186270 33378304 7821 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 8149 7821 81 162 0 7984 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 80152

[startup+282.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/81 8229
/proc/meminfo: memFree=1550696/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=37412 CPUtime=279.32
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 9129 0 0 0 27922 10 0 0 25 0 1 0 685186270 38309888 9023 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 9353 9023 81 162 0 9188 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 84968

[startup+342.302 s]
/proc/loadavg: 2.09 2.04 2.01 3/81 8229

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

/proc/8141/statm: 21696 21223 81 162 0 21531 0
Current children cumulated CPU time (s) 1176.71
Current children cumulated vsize (KiB) 134340

[startup+1242.3 s]
/proc/loadavg: 2.13 2.14 2.04 3/81 8235
/proc/meminfo: memFree=1501544/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=86784 CPUtime=1234.54
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 21330 0 0 0 123429 25 0 0 25 0 1 0 685186270 88866816 21224 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 21696 21224 81 162 0 21531 0
Current children cumulated CPU time (s) 1236.41
Current children cumulated vsize (KiB) 134340

[startup+1302.3 s]
/proc/loadavg: 2.05 2.11 2.04 3/81 8235
/proc/meminfo: memFree=1501544/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=86784 CPUtime=1294.25
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 21331 0 0 0 129400 25 0 0 25 0 1 0 685186270 88866816 21225 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 21696 21225 81 162 0 21531 0
Current children cumulated CPU time (s) 1296.12
Current children cumulated vsize (KiB) 134340

[startup+1362.3 s]
/proc/loadavg: 2.02 2.09 2.03 3/81 8235
/proc/meminfo: memFree=1501544/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=86784 CPUtime=1353.95
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 21332 0 0 0 135370 25 0 0 25 0 1 0 685186270 88866816 21226 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 21696 21226 81 162 0 21531 0
Current children cumulated CPU time (s) 1355.82
Current children cumulated vsize (KiB) 134340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.07 2.02 3/81 8235
/proc/meminfo: memFree=1501480/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=86784 CPUtime=1413.66
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 21348 0 0 0 141340 26 0 0 25 0 1 0 685186270 88866816 21242 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 21696 21242 81 162 0 21531 0
Current children cumulated CPU time (s) 1415.53
Current children cumulated vsize (KiB) 134340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/81 8235
/proc/meminfo: memFree=1501288/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=86948 CPUtime=1473.37
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 21384 0 0 0 147311 26 0 0 25 0 1 0 685186270 89034752 21278 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 21737 21278 81 162 0 21572 0
Current children cumulated CPU time (s) 1475.24
Current children cumulated vsize (KiB) 134504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/81 8235
/proc/meminfo: memFree=1499368/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=89120 CPUtime=1533.06
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 21892 0 0 0 153280 26 0 0 25 0 1 0 685186270 91258880 21786 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 22280 21786 81 162 0 22115 0
Current children cumulated CPU time (s) 1534.93
Current children cumulated vsize (KiB) 136676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/81 8235
/proc/meminfo: memFree=1493224/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=95248 CPUtime=1592.77
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 23441 0 0 0 159249 28 0 0 25 0 1 0 685186270 97533952 23335 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 23812 23335 81 162 0 23647 0
Current children cumulated CPU time (s) 1594.64
Current children cumulated vsize (KiB) 142804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 8235
/proc/meminfo: memFree=1487720/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=100660 CPUtime=1652.47
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 24800 0 0 0 165217 30 0 0 25 0 1 0 685186270 103075840 24694 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 25165 24694 81 162 0 25000 0
Current children cumulated CPU time (s) 1654.34
Current children cumulated vsize (KiB) 148216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 8235
/proc/meminfo: memFree=1482536/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=105968 CPUtime=1712.18
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 26113 0 0 0 171187 31 0 0 25 0 1 0 685186270 108511232 26007 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 26492 26007 81 162 0 26327 0
Current children cumulated CPU time (s) 1714.05
Current children cumulated vsize (KiB) 153524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 8235
/proc/meminfo: memFree=1479400/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=109492 CPUtime=1771.87
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 26861 0 0 0 177156 31 0 0 25 0 1 0 685186270 112119808 26755 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 27373 26755 81 162 0 27208 0
Current children cumulated CPU time (s) 1773.74
Current children cumulated vsize (KiB) 157048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 8235
/proc/meminfo: memFree=1479400/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=109492 CPUtime=1798.15
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 26861 0 0 0 179783 32 0 0 25 0 1 0 685186270 112119808 26755 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 27373 26755 81 162 0 27208 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 157048

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

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

[startup+1808.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 8235
/proc/meminfo: memFree=1479400/2055920 swapFree=4178892/4192956
[pid=8118] ppid=8116 vsize=47556 CPUtime=1.87
/proc/8118/stat : 8118 (galacE.sh) S 8116 8118 7950 0 -1 4194304 800 23052 0 1 0 0 173 14 17 0 1 0 685186077 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/8118/statm: 11889 365 246 79 0 219 0
[pid=8141] ppid=8118 vsize=109492 CPUtime=1798.15
/proc/8141/stat : 8141 (eSAT_static) R 8118 8118 7950 0 -1 4194304 26861 0 0 0 179783 32 0 0 25 0 1 0 685186270 112119808 26755 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8141/statm: 27373 26755 81 162 0 27208 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 157048

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1808.71
CPU time (s): 1800.02
CPU user time (s): 1799.56
CPU system time (s): 0.46
CPU usage (%): 99.5193
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.73474
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23852
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= 1177
involuntary context switches= 1138

runsolver used 2.21866 second user time and 6.00509 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 23:49:31
IDJOB=1101863
IDBENCH=60078
IDSOLVER=351
FILE ID=node86/1101863-1215294571
PBS_JOBID= 7882398
Free space on /tmp= 66536 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-50_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101863-1215294571/watcher-1101863-1215294571 -o /tmp/evaluation-result-1101863-1215294571/solver-1101863-1215294571 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101863-1215294571.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4aae52f8df469ff2d993fa2fcffe4d7
RANDOM SEED=474455848

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1497760 kB
Buffers:        103652 kB
Cached:         308020 kB
SwapCached:       6392 kB
Active:         366868 kB
Inactive:       134956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497760 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:         104556 kB
Slab:            40464 kB
Committed_AS:  1917660 kB
PageTables:       2664 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= 66552 MiB
End job on node86 at 2008-07-06 00:19:42