Trace number 1098519

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.06 1811.21

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-41_ext.xml
MD5SUM6d8668f6c0e8e6fe5156e2e337fc4ecd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.6258
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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.90	c start processing
0.01/0.90	c start relation processing
0.01/0.92	c start cnf exporting
1.95/2.04	c parsing time : 0.78
1.95/2.04	c preprocessing time : 1.917
1.95/2.04	
1.95/2.04	c Nary constraints - conflicts : 0 supports : 0
1.95/2.04	c Binary constraints - conflicts : 326 supports :13
1.95/2.04	c max arity constraint : 2
1.95/2.04	c Max Tuples generated 0
1.95/2.04	c relations : 339
1.95/2.04	c relations BDD: 0
1.95/2.04	c sampling 0/0
1.95/2.04	c vars : 761 - clauses :  39270
1.95/2.04	
1.99/2.17	 
1.99/2.17	c --- SAT Solver Stats ---
1.99/2.17	 
1.99/2.17	c eSAT 0.1 : minisat core with additionnal features
1.99/2.17	c ============================[ Problem Statistics ]=============================
1.99/2.17	c |                                                                             |
1.99/2.17	c |  Number of variables:  760                                                  |
1.99/2.17	c |  Number of clauses:    39270                                                |
1.99/2.20	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-1098519-1215284239/watcher-1098519-1215284239 -o /tmp/evaluation-result-1098519-1215284239/solver-1098519-1215284239 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1098519-1215284239.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/73 30218
/proc/meminfo: memFree=1696704/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=6392 CPUtime=0
/proc/30218/stat : 30218 (galacE.sh) R 30216 30218 27519 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 2007398026 6545408 194 996147200 4194304 4520092 548682068832 18446744073709551615 238485043244 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30218/statm: 1598 194 146 79 0 122 0

[startup+0.012309 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30218
/proc/meminfo: memFree=1696704/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=8652 CPUtime=0
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007398026 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.104866 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30218
/proc/meminfo: memFree=1696704/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=0.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301889 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30218
/proc/meminfo: memFree=1696704/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=0.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.702934 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30218
/proc/meminfo: memFree=1696704/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=0.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30240
/proc/meminfo: memFree=1626224/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=0.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30232] ppid=30218 vsize=812552 CPUtime=1.44
/proc/30232/stat : 30232 (java) S 30218 30218 27519 0 -1 0 19883 0 1 0 133 11 0 0 18 0 9 0 2007398030 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30232/statm: 203138 19299 1912 9 0 197171 0
[pid=30232/tid=30233] ppid=30218 vsize=812552 CPUtime=1.12
/proc/30232/task/30233/stat : 30233 (java) R 30218 30218 27519 0 -1 64 14532 0 1 0 104 8 0 0 25 0 9 0 2007398031 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4127054311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30234] ppid=30218 vsize=812552 CPUtime=0.03
/proc/30232/task/30234/stat : 30234 (java) S 30218 30218 27519 0 -1 64 3792 0 0 0 2 1 0 0 16 0 9 0 2007398032 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30235] ppid=30218 vsize=812552 CPUtime=0
/proc/30232/task/30235/stat : 30235 (java) S 30218 30218 27519 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007398032 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30236] ppid=30218 vsize=812552 CPUtime=0
/proc/30232/task/30236/stat : 30236 (java) S 30218 30218 27519 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007398032 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30237] ppid=30218 vsize=812552 CPUtime=0
/proc/30232/task/30237/stat : 30237 (java) S 30218 30218 27519 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007398034 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30238] ppid=30218 vsize=812552 CPUtime=0.26
/proc/30232/task/30238/stat : 30238 (java) S 30218 30218 27519 0 -1 64 859 0 0 0 26 0 0 0 15 0 9 0 2007398034 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30239] ppid=30218 vsize=812552 CPUtime=0
/proc/30232/task/30239/stat : 30239 (java) S 30218 30218 27519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007398034 832053248 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30232/tid=30240] ppid=30218 vsize=812552 CPUtime=0
/proc/30232/task/30240/stat : 30240 (java) S 30218 30218 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007398034 832053248 19299 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) 860128

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 30240
/proc/meminfo: memFree=1619440/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 47576

[startup+6.30157 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1690168/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=6912 CPUtime=4.08
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 1602 0 0 0 408 0 0 0 25 0 1 0 2007398243 7077888 1498 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 1728 1498 81 162 0 1563 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 54488

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1686136/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=10460 CPUtime=10.42
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 2452 0 0 0 1041 1 0 0 25 0 1 0 2007398243 10711040 2348 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 2615 2348 81 162 0 2450 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 58036

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1682808/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=13888 CPUtime=23.1
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 3300 0 0 0 2308 2 0 0 25 0 1 0 2007398243 14221312 3196 996147200 134512640 135177480 4294955968 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 3472 3196 81 162 0 3307 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 61464

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1677432/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=19180 CPUtime=48.46
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 4658 0 0 0 4843 3 0 0 25 0 1 0 2007398243 19640320 4554 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 4795 4554 81 162 0 4630 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 66756

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1671992/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=24424 CPUtime=99.18
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 5963 0 0 0 9914 4 0 0 25 0 1 0 2007398243 25010176 5859 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 6106 5859 81 162 0 5941 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 72000

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1667000/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=29360 CPUtime=158.62
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 7201 0 0 0 15857 5 0 0 25 0 1 0 2007398243 30064640 7097 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 7340 7097 81 162 0 7175 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 76936

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30241
/proc/meminfo: memFree=1659128/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=37364 CPUtime=218.05
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 9169 0 0 0 21797 8 0 0 25 0 1 0 2007398243 38260736 9065 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 9341 9065 81 162 0 9176 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 84940

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30247
/proc/meminfo: memFree=1658672/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=37772 CPUtime=277.48
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 9277 0 0 0 27740 8 0 0 25 0 1 0 2007398243 38678528 9173 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 9443 9173 81 162 0 9278 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 85348

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30247
/proc/meminfo: memFree=1657904/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=38704 CPUtime=336.92
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 9480 0 0 0 33683 9 0 0 25 0 1 0 2007398243 39632896 9376 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 9676 9376 81 162 0 9511 0
Current children cumulated CPU time (s) 338.93
Current children cumulated vsize (KiB) 86280

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

/proc/30241/statm: 20149 19653 81 162 0 19984 0
Current children cumulated CPU time (s) 1114.45
Current children cumulated vsize (KiB) 128172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30353
/proc/meminfo: memFree=1615880/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=80596 CPUtime=1172.41
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 19781 0 0 0 117220 21 0 0 25 0 1 0 2007398243 82530304 19677 996147200 134512640 135177480 4294955968 18446744073709551615 134565480 0 0 4096 3 0 0 0 17 0 0 0
/proc/30241/statm: 20149 19677 81 162 0 19984 0
Current children cumulated CPU time (s) 1174.42
Current children cumulated vsize (KiB) 128172

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30353
/proc/meminfo: memFree=1615496/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=80952 CPUtime=1232.38
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 19853 0 0 0 123217 21 0 0 25 0 1 0 2007398243 82894848 19749 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30241/statm: 20238 19749 81 162 0 20073 0
Current children cumulated CPU time (s) 1234.39
Current children cumulated vsize (KiB) 128528

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30353
/proc/meminfo: memFree=1614984/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=81452 CPUtime=1292.37
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 19961 0 0 0 129215 22 0 0 25 0 1 0 2007398243 83406848 19857 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30241/statm: 20363 19857 81 162 0 20198 0
Current children cumulated CPU time (s) 1294.38
Current children cumulated vsize (KiB) 129028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30353
/proc/meminfo: memFree=1614664/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=81776 CPUtime=1352.34
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 20045 0 0 0 135212 22 0 0 25 0 1 0 2007398243 83738624 19941 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/30241/statm: 20444 19941 81 162 0 20279 0
Current children cumulated CPU time (s) 1354.35
Current children cumulated vsize (KiB) 129352

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30493
/proc/meminfo: memFree=1631112/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=83348 CPUtime=1412.29
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 20456 0 0 0 141204 25 0 0 25 0 1 0 2007398243 85348352 20352 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 20837 20352 81 162 0 20672 0
Current children cumulated CPU time (s) 1414.3
Current children cumulated vsize (KiB) 130924

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 31307
/proc/meminfo: memFree=1606208/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=88796 CPUtime=1472.03
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 21821 0 0 0 147166 37 0 0 25 0 1 0 2007398243 90927104 21717 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30241/statm: 22199 21717 81 162 0 22034 0
Current children cumulated CPU time (s) 1474.04
Current children cumulated vsize (KiB) 136372

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 31587
/proc/meminfo: memFree=1621696/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=93544 CPUtime=1531.67
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 22975 0 0 0 153125 42 0 0 25 0 1 0 2007398243 95789056 22871 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 23386 22871 81 162 0 23221 0
Current children cumulated CPU time (s) 1533.68
Current children cumulated vsize (KiB) 141120

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 31587
/proc/meminfo: memFree=1616768/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=98488 CPUtime=1591.11
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 24212 0 0 0 159067 44 0 0 25 0 1 0 2007398243 100851712 24108 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 24622 24108 81 162 0 24457 0
Current children cumulated CPU time (s) 1593.12
Current children cumulated vsize (KiB) 146064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31587
/proc/meminfo: memFree=1615296/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=99832 CPUtime=1650.54
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 24521 0 0 0 165010 44 0 0 25 0 1 0 2007398243 102227968 24417 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 24958 24417 81 162 0 24793 0
Current children cumulated CPU time (s) 1652.55
Current children cumulated vsize (KiB) 147408

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31587
/proc/meminfo: memFree=1615296/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=99832 CPUtime=1709.98
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 24523 0 0 0 170954 44 0 0 25 0 1 0 2007398243 102227968 24419 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 24958 24419 81 162 0 24793 0
Current children cumulated CPU time (s) 1711.99
Current children cumulated vsize (KiB) 147408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31587
/proc/meminfo: memFree=1615296/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=99832 CPUtime=1769.42
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 24523 0 0 0 176898 44 0 0 25 0 1 0 2007398243 102227968 24419 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 24958 24419 81 162 0 24793 0
Current children cumulated CPU time (s) 1771.43
Current children cumulated vsize (KiB) 147408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31587
/proc/meminfo: memFree=1615296/2055920 swapFree=4180004/4192956
[pid=30218] ppid=30216 vsize=47576 CPUtime=2.01
/proc/30218/stat : 30218 (galacE.sh) S 30216 30218 27519 0 -1 4194304 800 23071 0 1 0 0 187 14 17 0 1 0 2007398026 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30218/statm: 11894 365 246 79 0 219 0
[pid=30241] ppid=30218 vsize=99832 CPUtime=1798.05
/proc/30241/stat : 30241 (eSAT_static) R 30218 30218 27519 0 -1 4194304 24537 0 0 0 179761 44 0 0 25 0 1 0 2007398243 102227968 24433 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/30241/statm: 24958 24433 81 162 0 24793 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 147408

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 30218 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=876714
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=157975
# CPU time returned by wait4() is 2.03469
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.21
CPU time (s): 1800.06
CPU user time (s): 1799.48
CPU system time (s): 0.58
CPU usage (%): 99.3842
Max. virtual memory (cumulated for all children) (KiB): 860128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87671
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23871
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= 1151
involuntary context switches= 1156

runsolver used 2.12868 second user time and 5.56415 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 20:57:19
IDJOB=1098519
IDBENCH=59633
IDSOLVER=351
FILE ID=node23/1098519-1215284239
PBS_JOBID= 7882197
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d8668f6c0e8e6fe5156e2e337fc4ecd
RANDOM SEED=1926155441

node23.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.216
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.216
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:       1697184 kB
Buffers:         48016 kB
Cached:         242540 kB
SwapCached:       7012 kB
Active:         193500 kB
Inactive:       112120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697184 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          22272 kB
Slab:            38428 kB
Committed_AS:  3479592 kB
PageTables:       1796 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= 66536 MiB
End job on node23 at 2008-07-05 21:27:32