Trace number 1717347

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
MoRsat 2009-03-03? (TO) 1200.09 1200.54

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
3.68/3.75	c atom#=361125 clause#=1254773 total literals=3046189 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717347-1240627408/watcher-1717347-1240627408 -o /tmp/evaluation-result-1717347-1240627408/solver-1717347-1240627408 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1717347-1240627408.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.92 0.98 0.99 3/64 16497
/proc/meminfo: memFree=1352192/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=20940 CPUtime=0
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 90775068 21442560 121 1992294400 134512640 135679800 4294956224 18446744073709551615 135300255 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 5235 121 96 284 0 4948 0

[startup+0.0914999 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16497
/proc/meminfo: memFree=1352192/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=20940 CPUtime=0.08
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 408 0 0 0 8 0 0 0 18 0 1 0 90775068 21442560 392 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 5235 392 96 284 0 4948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20940

[startup+0.101501 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16497
/proc/meminfo: memFree=1352192/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=20940 CPUtime=0.09
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 438 0 0 0 9 0 0 0 18 0 1 0 90775068 21442560 422 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 5235 422 96 284 0 4948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20940

[startup+0.301537 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16497
/proc/meminfo: memFree=1352192/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=20940 CPUtime=0.29
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 1045 0 0 0 28 1 0 0 19 0 1 0 90775068 21442560 1029 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 5235 1029 96 284 0 4948 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20940

[startup+0.701609 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16497
/proc/meminfo: memFree=1352192/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=20940 CPUtime=0.69
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 2235 0 0 0 67 2 0 0 22 0 1 0 90775068 21442560 2219 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 5235 2219 96 284 0 4948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20940

[startup+1.50176 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1339256/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=27996 CPUtime=1.49
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 5390 0 0 0 145 4 0 0 25 0 1 0 90775068 28667904 5021 1992294400 134512640 135679800 4294956224 18446744073709551615 134560506 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 6999 5021 101 284 0 6712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27996

[startup+3.10105 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1312760/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=51088 CPUtime=3.09
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 32776 0 0 0 293 16 0 0 25 0 1 0 90775068 52314112 10987 1992294400 134512640 135679800 4294956224 18446744073709551615 134567251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 12772 10987 106 284 0 12485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51088

[startup+6.30163 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1212600/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=154004 CPUtime=6.29
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 64905 0 0 0 601 28 0 0 25 0 1 0 90775068 157700096 35299 1992294400 134512640 135679800 4294956224 18446744073709551615 134522641 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 38501 35299 113 284 0 38214 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154004

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1211000/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=154268 CPUtime=12.69
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 64972 0 0 0 1241 28 0 0 25 0 1 0 90775068 157970432 35366 1992294400 134512640 135679800 4294956224 18446744073709551615 134536034 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 38567 35366 113 284 0 38280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 154268

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1210488/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=154672 CPUtime=25.48
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 65105 0 0 0 2520 28 0 0 25 0 1 0 90775068 158384128 35499 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 38668 35499 113 284 0 38381 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154672

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1209592/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=155760 CPUtime=51.06
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 65363 0 0 0 5077 29 0 0 25 0 1 0 90775068 159498240 35757 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 38940 35757 113 284 0 38653 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 155760

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1207736/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=157568 CPUtime=102.25
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 65813 0 0 0 10195 30 0 0 25 0 1 0 90775068 161349632 36207 1992294400 134512640 135679800 4294956224 18446744073709551615 134522705 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 39392 36207 113 284 0 39105 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 157568

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1204600/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=160776 CPUtime=162.22
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 66607 0 0 0 16192 30 0 0 25 0 1 0 90775068 164634624 37001 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 40194 37001 113 284 0 39907 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 160776

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1202104/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=163152 CPUtime=222.2
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 67211 0 0 0 22189 31 0 0 25 0 1 0 90775068 167067648 37605 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 40788 37605 113 284 0 40501 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 163152

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1198712/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=166840 CPUtime=282.18
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 68118 0 0 0 28185 33 0 0 25 0 1 0 90775068 170844160 38447 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 41710 38447 113 284 0 41423 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 166840

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1196344/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=168952 CPUtime=342.16
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 68692 0 0 0 34182 34 0 0 25 0 1 0 90775068 173006848 39021 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 42238 39021 113 284 0 41951 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 168952

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1191672/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=173588 CPUtime=402.14
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 69850 0 0 0 40179 35 0 0 25 0 1 0 90775068 177754112 40179 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 43397 40179 113 284 0 43110 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 173588

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1189432/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=175700 CPUtime=462.12
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 70418 0 0 0 46176 36 0 0 25 0 1 0 90775068 179916800 40747 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 43925 40747 113 284 0 43638 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 175700

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1185464/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=179668 CPUtime=522.1
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 71409 0 0 0 52172 38 0 0 25 0 1 0 90775068 183980032 41738 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 44917 41738 113 284 0 44630 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 179668

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1182968/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=182680 CPUtime=582.07
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 72205 0 0 0 58169 38 0 0 25 0 1 0 90775068 187064320 42340 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 45670 42340 113 284 0 45383 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 182680

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1181304/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=184264 CPUtime=642.05
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 72623 0 0 0 64166 39 0 0 25 0 1 0 90775068 188686336 42758 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 46066 42758 113 284 0 45779 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 184264

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1178872/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=186640 CPUtime=702.03
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 73221 0 0 0 70163 40 0 0 25 0 1 0 90775068 191119360 43356 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 46660 43356 113 284 0 46373 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 186640

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1176376/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=189016 CPUtime=762.02
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 73846 0 0 0 76160 42 0 0 25 0 1 0 90775068 193552384 43981 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 47254 43981 113 284 0 46967 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 189016

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1174648/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=190732 CPUtime=821.98
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 74270 0 0 0 82156 42 0 0 25 0 1 0 90775068 195309568 44405 1992294400 134512640 135679800 4294956224 18446744073709551615 134519346 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 47683 44405 113 284 0 47396 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 190732

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1172344/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=192976 CPUtime=881.97
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 74863 0 0 0 88154 43 0 0 25 0 1 0 90775068 197607424 44998 1992294400 134512640 135679800 4294956224 18446744073709551615 134523668 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 48244 44998 113 284 0 47957 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 192976

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16498
/proc/meminfo: memFree=1169848/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=195220 CPUtime=941.94
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 75466 0 0 0 94151 43 0 0 25 0 1 0 90775068 199905280 45601 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 48805 45601 113 284 0 48518 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 195220

[startup+1002.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 16498
/proc/meminfo: memFree=1167544/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=197464 CPUtime=1001.92
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 76028 0 0 0 100148 44 0 0 25 0 1 0 90775068 202203136 46163 1992294400 134512640 135679800 4294956224 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 49366 46163 113 284 0 49079 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 197464

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 16504
/proc/meminfo: memFree=1165496/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=199444 CPUtime=1061.89
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 76543 0 0 0 106145 44 0 0 25 0 1 0 90775068 204230656 46678 1992294400 134512640 135679800 4294956224 18446744073709551615 134522641 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 49861 46678 113 284 0 49574 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 199444

[startup+1122.3 s]
/proc/loadavg: 1.12 1.04 1.00 2/65 16504
/proc/meminfo: memFree=1162552/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=203884 CPUtime=1121.87
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 77670 0 0 0 112141 46 0 0 25 0 1 0 90775068 208777216 47419 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 50971 47419 113 284 0 50684 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 203884

[startup+1182.3 s]
/proc/loadavg: 1.24 1.09 1.02 2/65 16504
/proc/meminfo: memFree=1160696/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=205600 CPUtime=1181.85
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 78132 0 0 0 118139 46 0 0 25 0 1 0 90775068 210534400 47881 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 51400 47881 113 284 0 51113 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 205600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.17 1.08 1.02 2/65 16504
/proc/meminfo: memFree=1160120/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=206128 CPUtime=1200.04
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 78255 0 0 0 119958 46 0 0 25 0 1 0 90775068 211075072 48004 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 51532 48004 113 284 0 51245 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 206128

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

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

[startup+1200.5 s]
/proc/loadavg: 1.17 1.08 1.02 2/65 16504
/proc/meminfo: memFree=1160120/2055920 swapFree=4124000/4192956
[pid=16497] ppid=16495 vsize=206128 CPUtime=1200.04
/proc/16497/stat : 16497 (MoRsat) R 16495 16497 15735 0 -1 4194304 78255 0 0 0 119958 46 0 0 25 0 1 0 90775068 211075072 48004 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16497/statm: 51532 48004 113 284 0 51245 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 206128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.09
CPU user time (s): 1199.59
CPU system time (s): 0.500923
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 206128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3117

runsolver used 0.998848 second user time and 2.69259 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-25 04:43:30
IDJOB=1717347
IDBENCH=20410
IDSOLVER=502
FILE ID=node2/1717347-1240627408
PBS_JOBID= 9186334
Free space on /tmp= 66308 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717347-1240627408/watcher-1717347-1240627408 -o /tmp/evaluation-result-1717347-1240627408/solver-1717347-1240627408 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1717347-1240627408.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=58476787

node2.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.265
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.265
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:       1352672 kB
Buffers:         63728 kB
Cached:         499484 kB
SwapCached:      63068 kB
Active:         207764 kB
Inactive:       420948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352672 kB
SwapTotal:     4192956 kB
SwapFree:      4124000 kB
Dirty:           24136 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            60460 kB
Committed_AS:   323072 kB
PageTables:       1468 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= 66304 MiB
End job on node2 at 2009-04-25 05:03:32