Trace number 1579953

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.12 1200.56

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
9.99/10.04	c atom#=162926 clause#=821689 total literals=1954581 

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-1579953-1238912851/watcher-1579953-1238912851 -o /tmp/evaluation-result-1579953-1238912851/solver-1579953-1238912851 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1579953-1238912851.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 2/71 13521
/proc/meminfo: memFree=1576328/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=14172 CPUtime=0
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 134 0 0 0 0 0 0 0 20 0 1 0 1163948339 14512128 118 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 3543 118 96 284 0 3256 0

[startup+0.104313 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 13521
/proc/meminfo: memFree=1576328/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=14172 CPUtime=0.09
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 433 0 0 0 9 0 0 0 21 0 1 0 1163948339 14512128 417 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 3543 417 96 284 0 3256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14172

[startup+0.20133 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 13521
/proc/meminfo: memFree=1576328/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=14172 CPUtime=0.19
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 718 0 0 0 18 1 0 0 21 0 1 0 1163948339 14512128 702 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 3543 703 96 284 0 3256 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14172

[startup+0.301348 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 13521
/proc/meminfo: memFree=1576328/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=14172 CPUtime=0.29
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 1013 0 0 0 28 1 0 0 21 0 1 0 1163948339 14512128 997 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 3543 997 96 284 0 3256 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14172

[startup+0.701425 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 13521
/proc/meminfo: memFree=1576328/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=14172 CPUtime=0.68
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 2202 0 0 0 67 1 0 0 25 0 1 0 1163948339 14512128 2186 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 3543 2186 96 284 0 3256 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14172

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1564096/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=17364 CPUtime=1.49
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 3322 0 0 0 147 2 0 0 25 0 1 0 1163948339 17780736 3146 1992294400 134512640 135679800 4294956240 18446744073709551615 134560471 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 4341 3146 101 284 0 4054 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17364

[startup+3.10188 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1563456/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=17364 CPUtime=3.09
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 3322 0 0 0 307 2 0 0 25 0 1 0 1163948339 17780736 3146 1992294400 134512640 135679800 4294956240 18446744073709551615 134560469 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 4341 3146 101 284 0 4054 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17364

[startup+6.3015 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1563904/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=17364 CPUtime=6.29
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 3322 0 0 0 627 2 0 0 25 0 1 0 1163948339 17780736 3146 1992294400 134512640 135679800 4294956240 18446744073709551615 134560466 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 4341 3146 101 284 0 4054 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17364

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1498824/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=88188 CPUtime=12.68
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 48173 0 0 0 1248 20 0 0 25 0 1 0 1163948339 90304512 19440 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 22047 19440 113 284 0 21760 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88188

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1495432/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=91392 CPUtime=25.48
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 49017 0 0 0 2527 21 0 0 25 0 1 0 1163948339 93585408 20284 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 22848 20284 113 284 0 22561 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91392

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1490312/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=96796 CPUtime=51.07
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 50344 0 0 0 5085 22 0 0 25 0 1 0 1163948339 99119104 21578 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 24199 21578 113 284 0 23912 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 96796

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1477256/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=109228 CPUtime=102.26
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 53830 0 0 0 10199 27 0 0 25 0 1 0 1163948339 111849472 24817 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 27307 24817 113 284 0 27020 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 109228

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1459400/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=126952 CPUtime=162.23
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 58315 0 0 0 16191 32 0 0 25 0 1 0 1163948339 129998848 29302 1992294400 134512640 135679800 4294956240 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 31738 29302 113 284 0 31451 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 126952

[startup+222.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1441608/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=145012 CPUtime=222.22
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 62903 0 0 0 22185 37 0 0 25 0 1 0 1163948339 148492288 33696 1992294400 134512640 135679800 4294956240 18446744073709551615 134525539 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 36253 33696 113 284 0 35966 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 145012

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1425160/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=161388 CPUtime=282.19
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 67037 0 0 0 28178 41 0 0 25 0 1 0 1163948339 165261312 37830 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 40347 37830 113 284 0 40060 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 161388

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1405320/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=180952 CPUtime=342.16
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 71978 0 0 0 34170 46 0 0 25 0 1 0 1163948339 185294848 42771 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 45238 42771 113 284 0 44951 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 180952

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1387976/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=198256 CPUtime=402.14
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 76340 0 0 0 40164 50 0 0 25 0 1 0 1163948339 203014144 47133 1992294400 134512640 135679800 4294956240 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 49564 47133 113 284 0 49277 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 198256

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1370312/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=215556 CPUtime=462.12
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 80713 0 0 0 46157 55 0 0 25 0 1 0 1163948339 220729344 51506 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 53889 51506 113 284 0 53602 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 215556

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1353032/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=234392 CPUtime=522.1
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 85435 0 0 0 52149 61 0 0 25 0 1 0 1163948339 240017408 55842 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 58598 55842 113 284 0 58311 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 234392

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1337352/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=249852 CPUtime=582.07
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 89339 0 0 0 58141 66 0 0 25 0 1 0 1163948339 255848448 59746 1992294400 134512640 135679800 4294956240 18446744073709551615 134525584 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 62463 59746 113 284 0 62176 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 249852

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1321032/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=265964 CPUtime=642.06
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 93410 0 0 0 64135 71 0 0 25 0 1 0 1163948339 272347136 63817 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 66491 63817 113 284 0 66204 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 265964

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1304648/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=282212 CPUtime=702.03
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 97485 0 0 0 70128 75 0 0 25 0 1 0 1163948339 288985088 67892 1992294400 134512640 135679800 4294956240 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 70553 67892 113 284 0 70266 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 282212

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1289800/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=296732 CPUtime=762.01
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 101149 0 0 0 76121 80 0 0 25 0 1 0 1163948339 303853568 71556 1992294400 134512640 135679800 4294956240 18446744073709551615 134525584 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 74183 71556 113 284 0 73896 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 296732

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1269640/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=316812 CPUtime=821.99
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 106193 0 0 0 82114 85 0 0 25 0 1 0 1163948339 324415488 76600 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 79203 76600 113 284 0 78916 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 316812

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1253768/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=332428 CPUtime=881.97
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 110144 0 0 0 88107 90 0 0 25 0 1 0 1163948339 340406272 80551 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 83107 80551 113 284 0 82820 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 332428

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1239880/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=346164 CPUtime=941.94
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 113610 0 0 0 94100 94 0 0 25 0 1 0 1163948339 354471936 84017 1992294400 134512640 135679800 4294956240 18446744073709551615 134534453 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 86541 84017 113 284 0 86254 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 346164

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1228616/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=357136 CPUtime=1001.92
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 117890 0 0 0 100094 98 0 0 25 0 1 0 1163948339 365707264 86757 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 89284 86757 113 284 0 88997 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 357136

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13522
/proc/meminfo: memFree=1228680/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=357136 CPUtime=1061.89
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 117890 0 0 0 106091 98 0 0 25 0 1 0 1163948339 365707264 86757 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 89284 86757 113 284 0 88997 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 357136

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13524
/proc/meminfo: memFree=1228680/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=357136 CPUtime=1121.87
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 117890 0 0 0 112089 98 0 0 25 0 1 0 1163948339 365707264 86757 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 89284 86757 113 284 0 88997 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 357136

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13524
/proc/meminfo: memFree=1228680/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=357136 CPUtime=1181.86
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 117890 0 0 0 118087 99 0 0 25 0 1 0 1163948339 365707264 86757 1992294400 134512640 135679800 4294956240 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 89284 86757 113 284 0 88997 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 357136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 13524
/proc/meminfo: memFree=1228680/2055920 swapFree=4170316/4192956
[pid=13521] ppid=13519 vsize=357136 CPUtime=1200.05
/proc/13521/stat : 13521 (MoRsat) R 13519 13521 13456 0 -1 4194304 117890 0 0 0 119906 99 0 0 25 0 1 0 1163948339 365707264 86757 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/13521/statm: 89284 86757 113 284 0 88997 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 357136

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.56
CPU time (s): 1200.12
CPU user time (s): 1199.07
CPU system time (s): 1.04684
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 363296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.07
system time used= 1.04684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117890
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= 1
involuntary context switches= 1032

runsolver used 1.02384 second user time and 3.35349 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-05 08:27:32
IDJOB=1579953
IDBENCH=71008
IDSOLVER=502
FILE ID=node38/1579953-1238912851
PBS_JOBID= 9101381
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=1851715484

node38.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.259
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	: 5931.00
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.259
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:       1576744 kB
Buffers:         52144 kB
Cached:         353752 kB
SwapCached:      11284 kB
Active:         177712 kB
Inactive:       240864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576744 kB
SwapTotal:     4192956 kB
SwapFree:      4170316 kB
Dirty:           16308 kB
Writeback:           0 kB
Mapped:          18224 kB
Slab:            45760 kB
Committed_AS:  3578612 kB
PageTables:       1988 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 node38 at 2009-04-05 08:47:35