Trace number 1556113

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.02 1200.32

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
1.59/1.66	c atom#=72202 clause#=213533 total literals=498241 

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-1556113-1238746376/watcher-1556113-1238746376 -o /tmp/evaluation-result-1556113-1238746376/solver-1556113-1238746376 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1556113-1238746376.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: 1.00 1.00 1.00 3/64 27202
/proc/meminfo: memFree=1817568/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=4668 CPUtime=0
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 1147299465 4780032 122 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 1167 122 96 284 0 880 0

[startup+0.0241069 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27202
/proc/meminfo: memFree=1817568/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=4668 CPUtime=0.02
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 200 0 0 0 2 0 0 0 18 0 1 0 1147299465 4780032 184 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 1167 184 96 284 0 880 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4668

[startup+0.101114 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27202
/proc/meminfo: memFree=1817568/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=4668 CPUtime=0.09
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 434 0 0 0 9 0 0 0 18 0 1 0 1147299465 4780032 418 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 1167 418 96 284 0 880 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4668

[startup+0.301131 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27202
/proc/meminfo: memFree=1817568/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=8880 CPUtime=0.29
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 2661 0 0 0 28 1 0 0 19 0 1 0 1147299465 9093120 1240 1992294400 134512640 135679800 4294956224 18446744073709551615 134552293 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 2220 1244 104 284 0 1933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8880

[startup+0.701165 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27202
/proc/meminfo: memFree=1817568/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=11944 CPUtime=0.69
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 8784 0 0 0 66 3 0 0 22 0 1 0 1147299465 12230656 1813 1992294400 134512640 135679800 4294956224 18446744073709551615 134563729 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 2986 1813 107 284 0 2699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11944

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27203
/proc/meminfo: memFree=1810456/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=14420 CPUtime=1.49
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 11630 0 0 0 145 4 0 0 25 0 1 0 1147299465 14766080 2694 1992294400 134512640 135679800 4294956224 18446744073709551615 134544462 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 3605 2694 107 284 0 3318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14420

[startup+3.10238 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1789656/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=33940 CPUtime=3.09
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 18293 0 0 0 301 8 0 0 25 0 1 0 1147299465 34754560 6964 1992294400 134512640 135679800 4294956224 18446744073709551615 134523564 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 8485 6964 114 284 0 8198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33940

[startup+6.30165 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1789656/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=34492 CPUtime=6.29
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 18390 0 0 0 621 8 0 0 25 0 1 0 1147299465 35319808 7061 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 8623 7061 114 284 0 8336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34492

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1788840/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=35264 CPUtime=12.69
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 18542 0 0 0 1261 8 0 0 25 0 1 0 1147299465 36110336 7213 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 8816 7213 114 284 0 8529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35264

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1785320/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=38800 CPUtime=25.48
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 20269 0 0 0 2539 9 0 0 25 0 1 0 1147299465 39731200 8039 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 9700 8039 114 284 0 9413 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38800

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1781608/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=42232 CPUtime=51.07
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 21969 0 0 0 5096 11 0 0 25 0 1 0 1147299465 43245568 8967 1992294400 134512640 135679800 4294956224 18446744073709551615 134522841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 10558 8967 114 284 0 10271 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42232

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1774952/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=50108 CPUtime=102.26
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 25558 0 0 0 10213 13 0 0 25 0 1 0 1147299465 51310592 10630 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 12527 10630 114 284 0 12240 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50108

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1770088/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=54336 CPUtime=162.25
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 28286 0 0 0 16209 16 0 0 25 0 1 0 1147299465 55640064 11818 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 13584 11818 114 284 0 13297 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 54336

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1763560/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=60540 CPUtime=222.23
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 29961 0 0 0 22205 18 0 0 25 0 1 0 1147299465 61992960 13493 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 15135 13493 114 284 0 14848 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60540

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27203
/proc/meminfo: memFree=1760488/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=63052 CPUtime=282.22
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 32199 0 0 0 28202 20 0 0 25 0 1 0 1147299465 64565248 14191 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 15763 14191 114 284 0 15476 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 63052

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1758120/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=65436 CPUtime=342.2
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 34319 0 0 0 34199 21 0 0 25 0 1 0 1147299465 67006464 14771 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 16359 14771 114 284 0 16072 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 65436

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1758120/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=65436 CPUtime=402.19
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 34319 0 0 0 40198 21 0 0 25 0 1 0 1147299465 67006464 14771 1992294400 134512640 135679800 4294956224 18446744073709551615 134522705 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 16359 14771 114 284 0 16072 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 65436

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1758184/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=65436 CPUtime=462.18
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 35859 0 0 0 46196 22 0 0 25 0 1 0 1147299465 67006464 14771 1992294400 134512640 135679800 4294956224 18446744073709551615 134535790 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 16359 14771 114 284 0 16072 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 65436

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1758056/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=65436 CPUtime=522.16
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 37399 0 0 0 52193 23 0 0 25 0 1 0 1147299465 67006464 14771 1992294400 134512640 135679800 4294956224 18446744073709551615 134533219 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 16359 14771 114 284 0 16072 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 65436

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1758120/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=65436 CPUtime=582.15
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 37399 0 0 0 58192 23 0 0 25 0 1 0 1147299465 67006464 14771 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 16359 14771 114 284 0 16072 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 65436

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1758056/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=65436 CPUtime=642.14
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 38939 0 0 0 64190 24 0 0 25 0 1 0 1147299465 67006464 14771 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 16359 14771 114 284 0 16072 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 65436

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1755176/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=702.12
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 41206 0 0 0 70187 25 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134523564 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 68340

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1755112/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=762.11
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 42746 0 0 0 76185 26 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 68340

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1755112/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=822.09
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 42746 0 0 0 82183 26 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 68340

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1755048/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=882.07
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 44286 0 0 0 88180 27 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 68340

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754984/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=942.06
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 45826 0 0 0 94178 28 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 68340

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754984/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=1002.05
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 47366 0 0 0 100176 29 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 68340

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754984/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=1062.03
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 47366 0 0 0 106174 29 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522709 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 68340

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754920/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=1122.02
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 48906 0 0 0 112172 30 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 68340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754856/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=1182
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 50446 0 0 0 118169 31 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 68340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754856/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=1200
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 50446 0 0 0 119969 31 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 68340

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27203
/proc/meminfo: memFree=1754856/2055920 swapFree=4178808/4192956
[pid=27202] ppid=27200 vsize=68340 CPUtime=1200
/proc/27202/stat : 27202 (MoRsat) R 27200 27202 26950 0 -1 4194304 50446 0 0 0 119969 31 0 0 25 0 1 0 1147299465 69980160 15498 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/27202/statm: 17085 15498 114 284 0 16798 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 68340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.02
CPU user time (s): 1199.7
CPU system time (s): 0.32595
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 74500

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

runsolver used 1.06984 second user time and 2.74058 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-03 10:12:56
IDJOB=1556113
IDBENCH=70813
IDSOLVER=502
FILE ID=node57/1556113-1238746376
PBS_JOBID= 9085392
Free space on /tmp= 66544 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray32_32.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556113-1238746376/watcher-1556113-1238746376 -o /tmp/evaluation-result-1556113-1238746376/solver-1556113-1238746376 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1556113-1238746376.cnf

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=806049649

node57.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.213
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.213
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:       1817984 kB
Buffers:         24216 kB
Cached:         131412 kB
SwapCached:       7980 kB
Active:          56508 kB
Inactive:       108564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817984 kB
SwapTotal:     4192956 kB
SwapFree:      4178808 kB
Dirty:            4936 kB
Writeback:           0 kB
Mapped:          15100 kB
Slab:            58904 kB
Committed_AS:  2906340 kB
PageTables:       1392 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= 66544 MiB
End job on node57 at 2009-04-03 10:32:59