Trace number 1716723

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.11 1200.4

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-19-u.cnf
MD5SUMec6ae8f44e827ed5bcc8aed459990775
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 variables330372
Number of clauses1570953
Sum of the clauses size3643384
Maximum clause length10
Minimum clause length1
Number of clauses of size 124592
Number of clauses of size 21203951
Number of clauses of size 3281190
Number of clauses of size 46800
Number of clauses of size 527200
Number of clauses of size over 527220

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
13.69/13.72	c atom#=330372 clause#=1570953 total literals=3643384 

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-1716723-1240619639/watcher-1716723-1240619639 -o /tmp/evaluation-result-1716723-1240619639/solver-1716723-1240619639 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1716723-1240619639.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.69 1.79 1.44 3/64 32387
/proc/meminfo: memFree=1082664/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=25880 CPUtime=0
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 89992176 26501120 121 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6470 121 96 284 0 6183 0

[startup+0.0633759 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 32387
/proc/meminfo: memFree=1082664/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=25880 CPUtime=0.06
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 319 0 0 0 6 0 0 0 18 0 1 0 89992176 26501120 303 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6470 304 96 284 0 6183 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25880

[startup+0.101378 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 32387
/proc/meminfo: memFree=1082664/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=25880 CPUtime=0.09
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 435 0 0 0 9 0 0 0 18 0 1 0 89992176 26501120 419 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6470 419 96 284 0 6183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25880

[startup+0.301395 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 32387
/proc/meminfo: memFree=1082664/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=25880 CPUtime=0.29
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 1023 0 0 0 28 1 0 0 19 0 1 0 89992176 26501120 1007 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6470 1007 96 284 0 6183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25880

[startup+0.701431 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 32387
/proc/meminfo: memFree=1082664/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=25880 CPUtime=0.69
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 2178 0 0 0 68 1 0 0 22 0 1 0 89992176 26501120 2162 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6470 2162 96 284 0 6183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25880

[startup+1.5015 s]
/proc/loadavg: 1.69 1.79 1.44 2/65 32388
/proc/meminfo: memFree=1070816/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=25880 CPUtime=1.49
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 4495 0 0 0 146 3 0 0 25 0 1 0 89992176 26501120 4479 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6470 4479 96 284 0 6183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25880

[startup+3.10164 s]
/proc/loadavg: 1.63 1.78 1.43 2/65 32388
/proc/meminfo: memFree=1059488/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=32336 CPUtime=3.09
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 6192 0 0 0 305 4 0 0 25 0 1 0 89992176 33112064 5853 1992294400 134512640 135679800 4294956240 18446744073709551615 134560506 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 8084 5853 101 284 0 7797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32336

[startup+6.30192 s]
/proc/loadavg: 1.63 1.78 1.43 2/65 32388
/proc/meminfo: memFree=1059744/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=32336 CPUtime=6.29
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 6192 0 0 0 625 4 0 0 25 0 1 0 89992176 33112064 5853 1992294400 134512640 135679800 4294956240 18446744073709551615 134560469 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 8084 5853 101 284 0 7797 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32336

[startup+12.7015 s]
/proc/loadavg: 1.53 1.75 1.43 2/65 32388
/proc/meminfo: memFree=1049512/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=24348 CPUtime=12.69
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 27055 0 0 0 1257 12 0 0 25 0 1 0 89992176 24932352 5204 1992294400 134512640 135679800 4294956240 18446744073709551615 134559635 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 6087 5204 104 284 0 5800 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24348

[startup+25.5016 s]
/proc/loadavg: 1.45 1.72 1.42 2/65 32388
/proc/meminfo: memFree=955304/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=140744 CPUtime=25.49
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 67532 0 0 0 2520 29 0 0 25 0 1 0 89992176 144121856 32009 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 35186 32009 113 284 0 34899 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140744

[startup+51.1019 s]
/proc/loadavg: 1.30 1.67 1.41 2/65 32388
/proc/meminfo: memFree=949224/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=147168 CPUtime=51.08
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 69150 0 0 0 5078 30 0 0 25 0 1 0 89992176 150700032 33627 1992294400 134512640 135679800 4294956240 18446744073709551615 134525575 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 36792 33627 113 284 0 36505 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 147168

[startup+102.305 s]
/proc/loadavg: 1.12 1.55 1.39 2/65 32388
/proc/meminfo: memFree=932008/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=164144 CPUtime=102.27
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 73395 0 0 0 10193 34 0 0 25 0 1 0 89992176 168083456 37839 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 41036 37839 113 284 0 40749 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 164144

[startup+162.302 s]
/proc/loadavg: 1.04 1.46 1.36 2/65 32388
/proc/meminfo: memFree=906216/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=190820 CPUtime=162.25
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 80109 0 0 0 16186 39 0 0 25 0 1 0 89992176 195399680 44455 1992294400 134512640 135679800 4294956240 18446744073709551615 134535844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 47705 44455 113 284 0 47418 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 190820

[startup+222.302 s]
/proc/loadavg: 1.01 1.36 1.33 2/65 32388
/proc/meminfo: memFree=876328/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=219948 CPUtime=222.23
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 87418 0 0 0 22179 44 0 0 25 0 1 0 89992176 225226752 51764 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 54987 51764 113 284 0 54700 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 219948

[startup+282.301 s]
/proc/loadavg: 1.00 1.30 1.31 2/65 32390
/proc/meminfo: memFree=848040/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=247868 CPUtime=282.22
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 94446 0 0 0 28172 50 0 0 25 0 1 0 89992176 253816832 58792 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 61967 58792 113 284 0 61680 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 247868

[startup+342.301 s]
/proc/loadavg: 1.00 1.24 1.29 2/65 32390
/proc/meminfo: memFree=825896/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=270528 CPUtime=342.21
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 100146 0 0 0 34165 56 0 0 25 0 1 0 89992176 277020672 64298 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 67632 64298 113 284 0 67345 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 270528

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.27 2/65 32390
/proc/meminfo: memFree=799144/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=297256 CPUtime=402.19
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 106836 0 0 0 40159 60 0 0 25 0 1 0 89992176 304390144 70987 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 74314 70987 113 284 0 74027 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 297256

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.25 2/65 32390
/proc/meminfo: memFree=750760/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=345356 CPUtime=462.17
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 118903 0 0 0 46149 68 0 0 25 0 1 0 89992176 353644544 83054 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 86339 83054 113 284 0 86052 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 345356

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 32390
/proc/meminfo: memFree=722728/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=373912 CPUtime=522.16
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 126044 0 0 0 52142 74 0 0 25 0 1 0 89992176 382885888 90195 1992294400 134512640 135679800 4294956240 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 93478 90195 113 284 0 93191 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 373912

[startup+582.301 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 32390
/proc/meminfo: memFree=701608/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=394228 CPUtime=582.15
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 131171 0 0 0 58136 79 0 0 25 0 1 0 89992176 403689472 95322 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 98557 95322 113 284 0 98270 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 394228

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 32390
/proc/meminfo: memFree=675432/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=420220 CPUtime=642.14
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 137703 0 0 0 64129 85 0 0 25 0 1 0 89992176 430305280 101854 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 105055 101854 113 284 0 104768 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 420220

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 32390
/proc/meminfo: memFree=654120/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=441768 CPUtime=702.12
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 143104 0 0 0 70123 89 0 0 25 0 1 0 89992176 452370432 107255 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 110442 107255 113 284 0 110155 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 441768

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 32390
/proc/meminfo: memFree=627752/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=469260 CPUtime=762.11
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 149996 0 0 0 76117 94 0 0 25 0 1 0 89992176 480522240 113761 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 117315 113761 113 284 0 117028 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 469260

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 32390
/proc/meminfo: memFree=603112/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=494052 CPUtime=822.09
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 156219 0 0 0 82110 99 0 0 25 0 1 0 89992176 505909248 119984 1992294400 134512640 135679800 4294956240 18446744073709551615 134525665 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 123513 119984 113 284 0 123226 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 494052

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 32390
/proc/meminfo: memFree=573608/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=523024 CPUtime=882.08
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 163513 0 0 0 88103 105 0 0 25 0 1 0 89992176 535576576 127278 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 130756 127278 113 284 0 130469 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 523024

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 32390
/proc/meminfo: memFree=552360/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=544396 CPUtime=942.07
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 168879 0 0 0 94098 109 0 0 25 0 1 0 89992176 557461504 132644 1992294400 134512640 135679800 4294956240 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 136099 132644 113 284 0 135812 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 544396

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 32390
/proc/meminfo: memFree=526184/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=570216 CPUtime=1002.05
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 175357 0 0 0 100091 114 0 0 25 0 1 0 89992176 583901184 139122 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 142554 139122 113 284 0 142267 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 570216

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 32390
/proc/meminfo: memFree=496488/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=600140 CPUtime=1062.04
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 182835 0 0 0 106084 120 0 0 25 0 1 0 89992176 614543360 146600 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 150035 146600 113 284 0 149748 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 600140

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 32390
/proc/meminfo: memFree=471016/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=625028 CPUtime=1122.02
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 189096 0 0 0 112078 124 0 0 25 0 1 0 89992176 640028672 152861 1992294400 134512640 135679800 4294956240 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 156257 152861 113 284 0 155970 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 625028

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32390
/proc/meminfo: memFree=451560/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=644748 CPUtime=1182
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 194035 0 0 0 118071 129 0 0 25 0 1 0 89992176 660221952 157800 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 161187 157800 113 284 0 160900 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 644748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32390
/proc/meminfo: memFree=443112/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=652796 CPUtime=1200.01
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 196047 0 0 0 119870 131 0 0 25 0 1 0 89992176 668463104 159812 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 163199 159812 113 284 0 162912 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 652796

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.09 2/65 32390
/proc/meminfo: memFree=443112/2055920 swapFree=4192956/4192956
[pid=32387] ppid=32385 vsize=652796 CPUtime=1200.01
/proc/32387/stat : 32387 (MoRsat) R 32385 32387 32350 0 -1 4194304 196047 0 0 0 119870 131 0 0 25 0 1 0 89992176 668463104 159812 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32387/statm: 163199 159812 113 284 0 162912 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 652796

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.4
CPU time (s): 1200.11
CPU user time (s): 1198.7
CPU system time (s): 1.40979
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 652796

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

runsolver used 0.839872 second user time and 2.6156 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-25 02:34:01
IDJOB=1716723
IDBENCH=20388
IDSOLVER=502
FILE ID=node50/1716723-1240619639
PBS_JOBID= 9186333
Free space on /tmp= 66496 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-10-19-u.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716723-1240619639/watcher-1716723-1240619639 -o /tmp/evaluation-result-1716723-1240619639/solver-1716723-1240619639 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1716723-1240619639.cnf

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

MD5SUM BENCH= ec6ae8f44e827ed5bcc8aed459990775
RANDOM SEED=13187736

node50.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:       1083216 kB
Buffers:         91612 kB
Cached:         780148 kB
SwapCached:          0 kB
Active:         327356 kB
Inactive:       558244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1083216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           30528 kB
Writeback:           0 kB
Mapped:          23576 kB
Slab:            73188 kB
Committed_AS:   233036 kB
PageTables:       1448 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= 66492 MiB
End job on node50 at 2009-04-25 02:54:04