Trace number 1715943

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.18 1200.5

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-15-s.cnf
MD5SUMaeddf6934ba21adf4a25a76bc314ef43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark158.308
Satisfiable
(Un)Satisfiability was proved
Number of variables218494
Number of clauses1013700
Sum of the clauses size2333596
Maximum clause length10
Minimum clause length1
Number of clauses of size 116379
Number of clauses of size 2796846
Number of clauses of size 3159775
Number of clauses of size 44520
Number of clauses of size 518080
Number of clauses of size over 518100

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
10.19/10.22	c atom#=218494 clause#=1013700 total literals=2333596 

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-1715943-1240609350/watcher-1715943-1240609350 -o /tmp/evaluation-result-1715943-1240609350/solver-1715943-1240609350 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1715943-1240609350.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.97 0.90 3/65 14599
/proc/meminfo: memFree=1688296/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=17168 CPUtime=0
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 88964302 17580032 122 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 4292 122 96 284 0 4005 0

[startup+0.0313219 s]
/proc/loadavg: 0.92 0.97 0.90 3/65 14599
/proc/meminfo: memFree=1688296/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=17168 CPUtime=0.02
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 229 0 0 0 2 0 0 0 18 0 1 0 88964302 17580032 213 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 4292 214 96 284 0 4005 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17168

[startup+0.10133 s]
/proc/loadavg: 0.92 0.97 0.90 3/65 14599
/proc/meminfo: memFree=1688296/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=17168 CPUtime=0.09
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 456 0 0 0 9 0 0 0 18 0 1 0 88964302 17580032 440 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 4292 440 96 284 0 4005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17168

[startup+0.301351 s]
/proc/loadavg: 0.92 0.97 0.90 3/65 14599
/proc/meminfo: memFree=1688296/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=17168 CPUtime=0.3
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 1069 0 0 0 29 1 0 0 19 0 1 0 88964302 17580032 1053 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 4292 1053 96 284 0 4005 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17168

[startup+0.701395 s]
/proc/loadavg: 0.92 0.97 0.90 3/65 14599
/proc/meminfo: memFree=1688296/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=17168 CPUtime=0.69
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 2332 0 0 0 67 2 0 0 23 0 1 0 88964302 17580032 2316 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 4292 2316 96 284 0 4005 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17168

[startup+1.50149 s]
/proc/loadavg: 0.92 0.97 0.90 2/66 14600
/proc/meminfo: memFree=1674976/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=21440 CPUtime=1.5
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 4041 0 0 0 146 4 0 0 25 0 1 0 88964302 21954560 3811 1992294400 134512640 135679800 4294956240 18446744073709551615 134560473 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 5360 3811 101 284 0 5073 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 21440

[startup+3.10166 s]
/proc/loadavg: 1.01 0.99 0.91 2/66 14600
/proc/meminfo: memFree=1672544/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=21440 CPUtime=3.1
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 4041 0 0 0 306 4 0 0 25 0 1 0 88964302 21954560 3811 1992294400 134512640 135679800 4294956240 18446744073709551615 134560473 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 5360 3811 101 284 0 5073 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 21440

[startup+6.30302 s]
/proc/loadavg: 1.01 0.99 0.91 2/66 14600
/proc/meminfo: memFree=1672800/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=21440 CPUtime=6.3
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 4041 0 0 0 626 4 0 0 25 0 1 0 88964302 21954560 3811 1992294400 134512640 135679800 4294956240 18446744073709551615 134560473 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 5360 3811 101 284 0 5073 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 21440

[startup+12.7017 s]
/proc/loadavg: 1.08 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1604448/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=94224 CPUtime=12.69
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 54523 0 0 0 1245 24 0 0 25 0 1 0 88964302 96485376 21022 1992294400 134512640 135679800 4294956240 18446744073709551615 134525565 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 23556 21022 113 284 0 23269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94224

[startup+25.5011 s]
/proc/loadavg: 1.07 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1600800/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=97976 CPUtime=25.49
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 55452 0 0 0 2524 25 0 0 25 0 1 0 88964302 100327424 21951 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 24494 21951 113 284 0 24207 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97976

[startup+51.102 s]
/proc/loadavg: 1.04 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1586912/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=112192 CPUtime=51.07
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 59038 0 0 0 5080 27 0 0 25 0 1 0 88964302 114884608 25537 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 28048 25537 113 284 0 27761 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 112192

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1561760/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=136980 CPUtime=102.27
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 65253 0 0 0 10194 33 0 0 25 0 1 0 88964302 140267520 31719 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 34245 31719 113 284 0 33958 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 136980

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1533792/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=165928 CPUtime=162.25
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 72540 0 0 0 16184 41 0 0 25 0 1 0 88964302 169910272 38908 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 41482 38909 113 284 0 41195 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 165928

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1502880/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=195728 CPUtime=222.24
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 80029 0 0 0 22175 49 0 0 25 0 1 0 88964302 200425472 46397 1992294400 134512640 135679800 4294956240 18446744073709551615 134533182 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 48932 46397 113 284 0 48645 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 195728

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1470752/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=228576 CPUtime=282.21
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 88285 0 0 0 28164 57 0 0 25 0 1 0 88964302 234061824 54459 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 57144 54459 113 284 0 56857 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 228576

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1444064/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=254560 CPUtime=342.2
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 95080 0 0 0 34155 65 0 0 25 0 1 0 88964302 260669440 61089 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 63640 61089 113 284 0 63353 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 254560

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1413792/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=284812 CPUtime=402.18
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 102685 0 0 0 40146 72 0 0 25 0 1 0 88964302 291647488 68694 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 71203 68694 113 284 0 70916 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 284812

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1387680/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=310440 CPUtime=462.17
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 109135 0 0 0 46139 78 0 0 25 0 1 0 88964302 317890560 75144 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 77610 75144 113 284 0 77323 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 310440

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1357472/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=340592 CPUtime=522.16
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 116726 0 0 0 52131 85 0 0 25 0 1 0 88964302 348766208 82735 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 85148 82735 113 284 0 84861 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 340592

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1331232/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=368120 CPUtime=582.14
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 123620 0 0 0 58124 90 0 0 25 0 1 0 88964302 376954880 89243 1992294400 134512640 135679800 4294956240 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 92030 89243 113 284 0 91743 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 368120

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1310496/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=388400 CPUtime=642.13
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 128737 0 0 0 64117 96 0 0 25 0 1 0 88964302 397721600 94360 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 97100 94360 113 284 0 96813 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 388400

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1287392/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=411464 CPUtime=702.11
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 134528 0 0 0 70109 102 0 0 25 0 1 0 88964302 421339136 100151 1992294400 134512640 135679800 4294956240 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 102866 100151 113 284 0 102579 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 411464

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1264032/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=434684 CPUtime=762.1
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 140344 0 0 0 76102 108 0 0 25 0 1 0 88964302 445116416 105967 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 108671 105967 113 284 0 108384 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 434684

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1240608/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=458052 CPUtime=822.07
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 146230 0 0 0 82095 112 0 0 25 0 1 0 88964302 469045248 111853 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 114513 111853 113 284 0 114226 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 458052

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1215520/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=482752 CPUtime=882.06
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 152442 0 0 0 88088 118 0 0 25 0 1 0 88964302 494338048 118065 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 120688 118065 113 284 0 120401 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 482752

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1181920/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=516468 CPUtime=942.04
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 160898 0 0 0 94077 127 0 0 25 0 1 0 88964302 528863232 126521 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 129117 126521 113 284 0 128830 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 516468

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1154976/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=543132 CPUtime=1002.03
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 167572 0 0 0 100070 133 0 0 25 0 1 0 88964302 556167168 133195 1992294400 134512640 135679800 4294956240 18446744073709551615 134525005 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 135783 133195 113 284 0 135496 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 543132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14600
/proc/meminfo: memFree=1130016/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=568076 CPUtime=1062.01
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 173843 0 0 0 106063 138 0 0 25 0 1 0 88964302 581709824 139466 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 142019 139466 113 284 0 141732 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 568076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14606
/proc/meminfo: memFree=1095448/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=602140 CPUtime=1121.99
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 182371 0 0 0 112053 146 0 0 25 0 1 0 88964302 616591360 147994 1992294400 134512640 135679800 4294956240 18446744073709551615 134526024 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 150535 147994 113 284 0 150248 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 602140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14606
/proc/meminfo: memFree=1061336/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=636744 CPUtime=1181.98
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 191036 0 0 0 118046 152 0 0 25 0 1 0 88964302 652025856 156659 1992294400 134512640 135679800 4294956240 18446744073709551615 134534967 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 159186 156659 113 284 0 158899 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 636744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14606
/proc/meminfo: memFree=1052568/2055920 swapFree=4053672/4192956
[pid=14599] ppid=14597 vsize=644836 CPUtime=1200.07
/proc/14599/stat : 14599 (MoRsat) R 14597 14599 14470 0 -1 4194304 193066 0 0 0 119853 154 0 0 25 0 1 0 88964302 660312064 158689 1992294400 134512640 135679800 4294956240 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14599/statm: 161209 158689 113 284 0 160922 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 644836

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.5
CPU time (s): 1200.18
CPU user time (s): 1198.54
CPU system time (s): 1.64475
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 644836

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

runsolver used 1.35779 second user time and 2.99754 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-24 23:42:31
IDJOB=1715943
IDBENCH=20362
IDSOLVER=502
FILE ID=node87/1715943-1240609350
PBS_JOBID= 9186238
Free space on /tmp= 66404 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/industrial/anbulagan/medium-sat/partial-5-15-s.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715943-1240609350/watcher-1715943-1240609350 -o /tmp/evaluation-result-1715943-1240609350/solver-1715943-1240609350 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1715943-1240609350.cnf

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

MD5SUM BENCH= aeddf6934ba21adf4a25a76bc314ef43
RANDOM SEED=1631224976

node87.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1688776 kB
Buffers:         40640 kB
Cached:         128204 kB
SwapCached:     134164 kB
Active:          90012 kB
Inactive:       215368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688776 kB
SwapTotal:     4192956 kB
SwapFree:      4053672 kB
Dirty:           19528 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            47632 kB
Committed_AS:   260000 kB
PageTables:       1456 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= 66404 MiB
End job on node87 at 2009-04-25 00:02:34