Trace number 1097462

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 M? (TO) 1800.01 1808.01

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-79_ext.xml
MD5SUM612b7992bccea0cb59c22b69328f3248
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 benchmark0.691894
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
0.01/0.93	c start processing
0.01/0.93	c start relation processing
0.01/0.98	c start cnf exporting
2.53/2.62	c parsing time : 0.789
2.53/2.62	c preprocessing time : 2.485
2.53/2.62	
2.53/2.62	c Nary constraints - conflicts : 0 supports : 0
2.53/2.62	c Binary constraints - conflicts : 75 supports :105
2.53/2.62	c max arity constraint : 2
2.53/2.62	c Max Tuples generated 0
2.53/2.62	c relations : 180
2.53/2.62	c relations BDD: 0
2.53/2.62	c sampling 0/0
2.53/2.62	c vars : 1001 - clauses :  40051
2.53/2.62	
2.53/2.67	 
2.53/2.67	c --- SAT Solver Stats ---
2.53/2.67	 

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-1097462-1215282237/watcher-1097462-1215282237 -o /tmp/evaluation-result-1097462-1215282237/solver-1097462-1215282237 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1097462-1215282237.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 17118
/proc/meminfo: memFree=1377584/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=8652 CPUtime=0
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2007198721 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17118/statm: 2163 280 208 79 0 156 0
[pid=17119] ppid=17118 vsize=8660 CPUtime=0
/proc/17119/stat : 17119 (galacM.sh) R 17118 17118 15071 0 -1 4194368 19 0 0 0 0 0 0 0 19 0 1 0 2007198721 8867840 283 996147200 4194304 4520092 548682068832 18446744073709551615 228706712325 0 0 4096 73728 0 0 0 17 0 0 0
/proc/17119/statm: 2165 283 209 79 0 158 0

[startup+0.020347 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 17118
/proc/meminfo: memFree=1377584/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=8652 CPUtime=0
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2007198721 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17118/statm: 2163 280 208 79 0 156 0
[pid=17119] ppid=17118 vsize=8688 CPUtime=0
/proc/17119/stat : 17119 (galacM.sh) S 17118 17118 15071 0 -1 4194368 36 0 0 0 0 0 0 0 19 0 1 0 2007198721 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17119/statm: 2172 286 209 79 0 165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.101361 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 17118
/proc/meminfo: memFree=1377584/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=0.01
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301379 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 17118
/proc/meminfo: memFree=1377584/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=0.01
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701424 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 17118
/proc/meminfo: memFree=1377584/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=0.01
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50249 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 17140
/proc/meminfo: memFree=1307104/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=0.01
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17132] ppid=17118 vsize=812760 CPUtime=1.43
/proc/17132/stat : 17132 (java) S 17118 17118 15071 0 -1 0 21787 0 1 0 130 13 0 0 18 0 9 0 2007198727 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17132/statm: 203190 21203 1914 9 0 197171 0
[pid=17132/tid=17133] ppid=17118 vsize=812760 CPUtime=1.09
/proc/17132/task/17133/stat : 17133 (java) R 17118 17118 15071 0 -1 64 14533 0 1 0 100 9 0 0 25 0 9 0 2007198728 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4127080791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17134] ppid=17118 vsize=812760 CPUtime=0.06
/proc/17132/task/17134/stat : 17134 (java) S 17118 17118 15071 0 -1 64 5691 0 0 0 4 2 0 0 16 0 9 0 2007198729 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17135] ppid=17118 vsize=812760 CPUtime=0
/proc/17132/task/17135/stat : 17135 (java) S 17118 17118 15071 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007198729 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17136] ppid=17118 vsize=812760 CPUtime=0
/proc/17132/task/17136/stat : 17136 (java) S 17118 17118 15071 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007198729 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17137] ppid=17118 vsize=812760 CPUtime=0
/proc/17132/task/17137/stat : 17137 (java) S 17118 17118 15071 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007198731 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17138] ppid=17118 vsize=812760 CPUtime=0.24
/proc/17132/task/17138/stat : 17138 (java) S 17118 17118 15071 0 -1 64 865 0 0 0 24 0 0 0 15 0 9 0 2007198731 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17139] ppid=17118 vsize=812760 CPUtime=0
/proc/17132/task/17139/stat : 17139 (java) S 17118 17118 15071 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007198731 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17132/tid=17140] ppid=17118 vsize=812760 CPUtime=0
/proc/17132/task/17140/stat : 17140 (java) S 17118 17118 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007198731 832266240 21203 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860320

[startup+3.10165 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 17140
/proc/meminfo: memFree=1298656/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 47560

[startup+6.30295 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 17141
/proc/meminfo: memFree=1367840/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=10284 CPUtime=3.59
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 2386 0 0 0 358 1 0 0 25 0 1 0 2007198989 10530816 2367 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 2571 2367 57 152 0 2416 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 57844

[startup+12.7016 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 17141
/proc/meminfo: memFree=1362272/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=15244 CPUtime=9.96
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 3605 0 0 0 993 3 0 0 25 0 1 0 2007198989 15609856 3586 996147200 134512640 135136200 4294955968 18446744073709551615 134526446 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 3811 3586 57 152 0 3656 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 62804

[startup+25.5018 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 17141
/proc/meminfo: memFree=1356064/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=21096 CPUtime=22.7
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 5081 0 0 0 2265 5 0 0 25 0 1 0 2007198989 21602304 5062 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 5274 5062 57 152 0 5119 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 68656

[startup+51.1012 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 17141
/proc/meminfo: memFree=1349216/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=28040 CPUtime=48.17
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 6830 0 0 0 4810 7 0 0 25 0 1 0 2007198989 28712960 6811 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 7010 6811 57 152 0 6855 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 75600

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 17141
/proc/meminfo: memFree=1345568/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=31680 CPUtime=99.13
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 7679 0 0 0 9905 8 0 0 25 0 1 0 2007198989 32440320 7660 996147200 134512640 135136200 4294955968 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 7920 7660 57 152 0 7765 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 79240

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 17141
/proc/meminfo: memFree=1343584/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=33724 CPUtime=158.82
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 8180 0 0 0 15874 8 0 0 25 0 1 0 2007198989 34533376 8161 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 8431 8161 57 152 0 8276 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 81284

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17141
/proc/meminfo: memFree=1338912/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=38356 CPUtime=218.53
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 9326 0 0 0 21843 10 0 0 25 0 1 0 2007198989 39276544 9307 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 9589 9307 57 152 0 9434 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 85916

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17141
/proc/meminfo: memFree=1334688/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=42752 CPUtime=278.24
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 10359 0 0 0 27813 11 0 0 25 0 1 0 2007198989 43778048 10340 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 10688 10340 57 152 0 10533 0
Current children cumulated CPU time (s) 280.82
Current children cumulated vsize (KiB) 90312

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17141
/proc/meminfo: memFree=1333344/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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

/proc/17141/statm: 14827 14261 57 152 0 14672 0
Current children cumulated CPU time (s) 1117.05
Current children cumulated vsize (KiB) 106868

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1336816/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=59448 CPUtime=1174.23
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 14287 0 0 0 117407 16 0 0 25 0 1 0 2007198989 60874752 14268 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 14862 14268 57 152 0 14707 0
Current children cumulated CPU time (s) 1176.81
Current children cumulated vsize (KiB) 107008

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1336432/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=59768 CPUtime=1233.99
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 14377 0 0 0 123383 16 0 0 25 0 1 0 2007198989 61202432 14358 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 14942 14358 57 152 0 14787 0
Current children cumulated CPU time (s) 1236.57
Current children cumulated vsize (KiB) 107328

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1334576/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=61652 CPUtime=1293.76
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 14820 0 0 0 129359 17 0 0 25 0 1 0 2007198989 63131648 14801 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 15413 14801 57 152 0 15258 0
Current children cumulated CPU time (s) 1296.34
Current children cumulated vsize (KiB) 109212

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1334512/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=61792 CPUtime=1353.51
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 14848 0 0 0 135334 17 0 0 25 0 1 0 2007198989 63275008 14829 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 15448 14829 57 152 0 15293 0
Current children cumulated CPU time (s) 1356.09
Current children cumulated vsize (KiB) 109352

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1334000/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=62388 CPUtime=1413.27
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 14992 0 0 0 141310 17 0 0 25 0 1 0 2007198989 63885312 14973 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 15597 14973 57 152 0 15442 0
Current children cumulated CPU time (s) 1415.85
Current children cumulated vsize (KiB) 109948

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1333104/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=63272 CPUtime=1473.03
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15214 0 0 0 147285 18 0 0 25 0 1 0 2007198989 64790528 15195 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 15818 15195 57 152 0 15663 0
Current children cumulated CPU time (s) 1475.61
Current children cumulated vsize (KiB) 110832

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1332912/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=63560 CPUtime=1532.79
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15263 0 0 0 153261 18 0 0 25 0 1 0 2007198989 65085440 15244 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 15890 15244 57 152 0 15735 0
Current children cumulated CPU time (s) 1535.37
Current children cumulated vsize (KiB) 111120

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1331888/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=64680 CPUtime=1592.55
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15543 0 0 0 159237 18 0 0 25 0 1 0 2007198989 66232320 15524 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 16170 15524 57 152 0 16015 0
Current children cumulated CPU time (s) 1595.13
Current children cumulated vsize (KiB) 112240

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1331760/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=64816 CPUtime=1652.3
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15581 0 0 0 165212 18 0 0 25 0 1 0 2007198989 66371584 15562 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 16204 15562 57 152 0 16049 0
Current children cumulated CPU time (s) 1654.88
Current children cumulated vsize (KiB) 112376

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1331568/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=64968 CPUtime=1712.07
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15611 0 0 0 171189 18 0 0 25 0 1 0 2007198989 66527232 15592 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 16242 15592 57 152 0 16087 0
Current children cumulated CPU time (s) 1714.65
Current children cumulated vsize (KiB) 112528

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1331120/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=65288 CPUtime=1771.83
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15654 0 0 0 177165 18 0 0 25 0 1 0 2007198989 66854912 15635 996147200 134512640 135136200 4294955968 18446744073709551615 134529458 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 16322 15635 57 152 0 16167 0
Current children cumulated CPU time (s) 1774.41
Current children cumulated vsize (KiB) 112848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17328
/proc/meminfo: memFree=1331120/2055920 swapFree=4179560/4192956
[pid=17118] ppid=17116 vsize=47560 CPUtime=2.58
/proc/17118/stat : 17118 (galacM.sh) S 17116 17118 15071 0 -1 4194304 800 23537 0 1 0 0 242 16 17 0 1 0 2007198721 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17118/statm: 11890 365 246 79 0 219 0
[pid=17141] ppid=17118 vsize=65288 CPUtime=1797.43
/proc/17141/stat : 17141 (minisat) R 17118 17118 15071 0 -1 4194304 15654 0 0 0 179725 18 0 0 25 0 1 0 2007198989 66854912 15635 996147200 134512640 135136200 4294955968 18446744073709551615 134529551 0 0 4096 3 0 0 0 17 0 0 0
/proc/17141/statm: 16322 15635 57 152 0 16167 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 112848

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 17118 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=429630
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=169974
# CPU time returned by wait4() is 2.5996
# 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): 1808.01
CPU time (s): 1800.01
CPU user time (s): 1799.67
CPU system time (s): 0.34
CPU usage (%): 99.5573
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42963
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24337
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= 1168

runsolver used 1.62375 second user time and 4.98124 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 20:23:57
IDJOB=1097462
IDBENCH=59452
IDSOLVER=350
FILE ID=node8/1097462-1215282237
PBS_JOBID= 7882182
Free space on /tmp= 66336 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-79_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097462-1215282237/watcher-1097462-1215282237 -o /tmp/evaluation-result-1097462-1215282237/solver-1097462-1215282237 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1097462-1215282237.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 612b7992bccea0cb59c22b69328f3248
RANDOM SEED=547958039

node8.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.222
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.222
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:       1378064 kB
Buffers:         92924 kB
Cached:         486540 kB
SwapCached:       6900 kB
Active:         242040 kB
Inactive:       371352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378064 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3636 kB
Writeback:           0 kB
Mapped:          49956 kB
Slab:            49492 kB
Committed_AS:  3459580 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node8 at 2008-07-05 20:54:07