Trace number 1578913

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.66

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1115.23
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
12.79/12.82	c atom#=262253 clause#=1131732 total literals=2644763 

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-1578913-1238902083/watcher-1578913-1238902083 -o /tmp/evaluation-result-1578913-1238902083/solver-1578913-1238902083 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1578913-1238902083.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.99 0.98 0.99 3/65 29803
/proc/meminfo: memFree=1601904/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=19016 CPUtime=0
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 516542283 19472384 123 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 4754 123 96 284 0 4467 0

[startup+0.00874592 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29803
/proc/meminfo: memFree=1601904/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=19016 CPUtime=0
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 516542283 19472384 134 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 4754 134 96 284 0 4467 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 19016

[startup+0.102755 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29803
/proc/meminfo: memFree=1601904/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=19016 CPUtime=0.1
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 449 0 0 0 10 0 0 0 18 0 1 0 516542283 19472384 433 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 4754 433 96 284 0 4467 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 19016

[startup+0.301777 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29803
/proc/meminfo: memFree=1601904/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=19016 CPUtime=0.29
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 1075 0 0 0 29 0 0 0 19 0 1 0 516542283 19472384 1059 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 4754 1059 96 284 0 4467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19016

[startup+0.701821 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29803
/proc/meminfo: memFree=1601904/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=19016 CPUtime=0.69
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 2358 0 0 0 68 1 0 0 23 0 1 0 516542283 19472384 2342 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 4754 2342 96 284 0 4467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19016

[startup+1.50191 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1589160/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=24148 CPUtime=1.49
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 4590 0 0 0 147 2 0 0 25 0 1 0 516542283 24727552 4317 1992294400 134512640 135679800 4294956240 18446744073709551615 134560469 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 6037 4317 101 284 0 5750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24148

[startup+3.10109 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1584872/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=24148 CPUtime=3.09
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 4590 0 0 0 307 2 0 0 25 0 1 0 516542283 24727552 4317 1992294400 134512640 135679800 4294956240 18446744073709551615 134560469 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 6037 4317 101 284 0 5750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24148

[startup+6.30146 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1584680/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=24148 CPUtime=6.29
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 4590 0 0 0 626 3 0 0 25 0 1 0 516542283 24727552 4317 1992294400 134512640 135679800 4294956240 18446744073709551615 134560761 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 6037 4317 101 284 0 5750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24148

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1562216/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=87808 CPUtime=12.69
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 54256 0 0 0 1246 23 0 0 25 0 1 0 516542283 89915392 13524 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 21952 13526 109 284 0 21665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87808

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1481128/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=139876 CPUtime=25.49
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 72271 0 0 0 2519 30 0 0 25 0 1 0 516542283 143233024 30329 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 34969 30329 113 284 0 34682 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139876

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1475560/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=145612 CPUtime=51.05
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 73705 0 0 0 5073 32 0 0 25 0 1 0 516542283 149106688 31763 1992294400 134512640 135679800 4294956240 18446744073709551615 134526026 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 36403 31763 113 284 0 36116 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 145612

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1462568/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=158560 CPUtime=102.22
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 76906 0 0 0 10186 36 0 0 25 0 1 0 516542283 162365440 34964 1992294400 134512640 135679800 4294956240 18446744073709551615 134524983 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 39640 34964 113 284 0 39353 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 158560

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1448808/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=172312 CPUtime=162.18
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 80355 0 0 0 16178 40 0 0 25 0 1 0 516542283 176447488 38413 1992294400 134512640 135679800 4294956240 18446744073709551615 134534889 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 43078 38413 113 284 0 42791 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 172312

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1436968/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=184452 CPUtime=222.15
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 83415 0 0 0 22172 43 0 0 25 0 1 0 516542283 188878848 41375 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 46113 41375 113 284 0 45826 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 184452

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1423656/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=197656 CPUtime=282.12
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 86761 0 0 0 28166 46 0 0 25 0 1 0 516542283 202399744 44721 1992294400 134512640 135679800 4294956240 18446744073709551615 134522616 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 49414 44721 113 284 0 49127 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 197656

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1410024/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=211140 CPUtime=342.1
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 90128 0 0 0 34161 49 0 0 25 0 1 0 516542283 216207360 48088 1992294400 134512640 135679800 4294956240 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 52785 48088 113 284 0 52498 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 211140

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1400424/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=220648 CPUtime=402.07
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 92538 0 0 0 40154 53 0 0 25 0 1 0 516542283 225943552 50498 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 55162 50498 113 284 0 54875 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 220648

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1387240/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=233604 CPUtime=462.05
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 95818 0 0 0 46148 57 0 0 25 0 1 0 516542283 239210496 53778 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 58401 53778 113 284 0 58114 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 233604

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1377128/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=244544 CPUtime=522.02
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 98543 0 0 0 52142 60 0 0 25 0 1 0 516542283 250413056 56309 1992294400 134512640 135679800 4294956240 18446744073709551615 134535684 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 61136 56309 113 284 0 60849 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 244544

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1365224/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=256160 CPUtime=581.99
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 101468 0 0 0 58136 63 0 0 25 0 1 0 516542283 262307840 59234 1992294400 134512640 135679800 4294956240 18446744073709551615 134534413 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 64040 59234 113 284 0 63753 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 256160

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1351784/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=269368 CPUtime=641.98
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 104815 0 0 0 64131 67 0 0 25 0 1 0 516542283 275832832 62581 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 67342 62581 113 284 0 67055 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 269368

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1341608/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=279552 CPUtime=701.95
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 107382 0 0 0 70126 69 0 0 25 0 1 0 516542283 286261248 65148 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 69888 65148 113 284 0 69601 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 279552

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1329128/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=291852 CPUtime=761.93
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 110464 0 0 0 76121 72 0 0 25 0 1 0 516542283 298856448 68230 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 72963 68230 113 284 0 72676 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 291852

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1319464/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=301496 CPUtime=821.9
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 112877 0 0 0 82114 76 0 0 25 0 1 0 516542283 308731904 70643 1992294400 134512640 135679800 4294956240 18446744073709551615 134525300 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 75374 70643 113 284 0 75087 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 301496

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1308072/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=312880 CPUtime=881.88
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 115735 0 0 0 88110 78 0 0 25 0 1 0 516542283 320389120 73501 1992294400 134512640 135679800 4294956240 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 78220 73501 113 284 0 77933 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 312880

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1298792/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=322152 CPUtime=941.85
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 118065 0 0 0 94105 80 0 0 25 0 1 0 516542283 329883648 75831 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 80538 75831 113 284 0 80251 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 322152

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1288680/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=331924 CPUtime=1001.83
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 120545 0 0 0 100100 83 0 0 25 0 1 0 516542283 339890176 78311 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 82981 78311 113 284 0 82694 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 331924

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1278568/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=342092 CPUtime=1061.8
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 123105 0 0 0 106095 85 0 0 25 0 1 0 516542283 350302208 80871 1992294400 134512640 135679800 4294956240 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 85523 80871 113 284 0 85236 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 342092

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1268008/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=354104 CPUtime=1121.78
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 126107 0 0 0 112089 89 0 0 25 0 1 0 516542283 362602496 83487 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 88526 83487 113 284 0 88239 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 354104

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1259944/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=362072 CPUtime=1181.76
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 128135 0 0 0 118085 91 0 0 25 0 1 0 516542283 370761728 85515 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 90518 85515 113 284 0 90231 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 362072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29804
/proc/meminfo: memFree=1256040/2055920 swapFree=4178712/4192956
[pid=29803] ppid=29801 vsize=365812 CPUtime=1200.05
/proc/29803/stat : 29803 (MoRsat) R 29801 29803 29734 0 -1 4194304 129064 0 0 0 119913 92 0 0 25 0 1 0 516542283 374591488 86444 1992294400 134512640 135679800 4294956240 18446744073709551615 134535720 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29803/statm: 91453 86444 113 284 0 91166 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 365812

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)
Real time (s): 1200.66
CPU time (s): 1200.11
CPU user time (s): 1199.14
CPU system time (s): 0.977851
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 365812

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

runsolver used 1.04884 second user time and 3.32649 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-05 05:28:04
IDJOB=1578913
IDBENCH=70988
IDSOLVER=502
FILE ID=node32/1578913-1238902083
PBS_JOBID= 9101346
Free space on /tmp= 66532 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578913-1238902083/watcher-1578913-1238902083 -o /tmp/evaluation-result-1578913-1238902083/solver-1578913-1238902083 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1578913-1238902083.cnf

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=604233837

node32.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.234
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.234
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:       1602384 kB
Buffers:         48624 kB
Cached:         327424 kB
SwapCached:       7336 kB
Active:         179540 kB
Inactive:       205292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602384 kB
SwapTotal:     4192956 kB
SwapFree:      4178712 kB
Dirty:           22000 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            54460 kB
Committed_AS:  2052316 kB
PageTables:       1488 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= 66532 MiB
End job on node32 at 2009-04-05 05:48:07