Trace number 1715735

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.13 1200.69

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark693.225
Satisfiable
(Un)Satisfiability was proved
Number of variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
7.18/7.28	c atom#=252328 clause#=1189896 total literals=2752826 

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-1715735-1240606935/watcher-1715735-1240606935 -o /tmp/evaluation-result-1715735-1240606935/solver-1715735-1240606935 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1715735-1240606935.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.91 0.95 0.69 3/64 20735
/proc/meminfo: memFree=1677136/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=19928 CPUtime=0
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 138 0 0 0 0 0 0 0 20 0 1 0 88719821 20406272 122 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20735/statm: 4982 122 96 284 0 4695 0

[startup+0.046744 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 20735
/proc/meminfo: memFree=1677136/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=19928 CPUtime=0.04
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 281 0 0 0 4 0 0 0 20 0 1 0 88719821 20406272 265 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20735/statm: 4982 265 96 284 0 4695 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19928

[startup+0.101748 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 20735
/proc/meminfo: memFree=1677136/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=19928 CPUtime=0.09
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 459 0 0 0 9 0 0 0 20 0 1 0 88719821 20406272 443 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20735/statm: 4982 443 96 284 0 4695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19928

[startup+0.301771 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 20735
/proc/meminfo: memFree=1677136/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=19928 CPUtime=0.29
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 1085 0 0 0 29 0 0 0 23 0 1 0 88719821 20406272 1069 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20735/statm: 4982 1069 96 284 0 4695 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19928

[startup+0.701824 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 20735
/proc/meminfo: memFree=1677136/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=19928 CPUtime=0.69
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 2323 0 0 0 68 1 0 0 25 0 1 0 88719821 20406272 2307 1992294400 134512640 135679800 4294956240 18446744073709551615 135089587 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 4982 2307 96 284 0 4695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19928

[startup+1.50191 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 20736
/proc/meminfo: memFree=1663816/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=24860 CPUtime=1.48
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 4723 0 0 0 146 2 0 0 25 0 1 0 88719821 25456640 4460 1992294400 134512640 135679800 4294956240 18446744073709551615 134560469 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 6215 4460 101 284 0 5928 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24860

[startup+3.10123 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 20736
/proc/meminfo: memFree=1659592/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=24860 CPUtime=3.08
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 4723 0 0 0 306 2 0 0 25 0 1 0 88719821 25456640 4460 1992294400 134512640 135679800 4294956240 18446744073709551615 134560785 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 6215 4460 101 284 0 5928 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24860

[startup+6.30158 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 20736
/proc/meminfo: memFree=1661448/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=44680 CPUtime=6.28
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 34578 0 0 0 614 14 0 0 25 0 1 0 88719821 45752320 6989 1992294400 134512640 135679800 4294956240 18446744073709551615 134544360 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 11170 6998 106 284 0 10883 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44680

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 20736
/proc/meminfo: memFree=1574728/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=114184 CPUtime=12.67
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 66160 0 0 0 1241 26 0 0 25 0 1 0 88719821 116924416 25719 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 28546 25719 113 284 0 28259 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 114184

[startup+25.5017 s]
/proc/loadavg: 0.94 0.95 0.69 2/65 20736
/proc/meminfo: memFree=1573640/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=115324 CPUtime=25.46
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 66469 0 0 0 2520 26 0 0 25 0 1 0 88719821 118091776 26028 1992294400 134512640 135679800 4294956240 18446744073709551615 134524983 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 28831 26028 113 284 0 28544 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 115324

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.70 2/65 20736
/proc/meminfo: memFree=1565640/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=123140 CPUtime=51.04
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 68713 0 0 0 5075 29 0 0 25 0 1 0 88719821 126095360 28063 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 30785 28063 113 284 0 30498 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 123140

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 20736
/proc/meminfo: memFree=1545800/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=143088 CPUtime=102.21
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 73725 0 0 0 10188 33 0 0 25 0 1 0 88719821 146522112 32977 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 35772 32977 113 284 0 35485 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 143088

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 20736
/proc/meminfo: memFree=1520648/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=168108 CPUtime=162.18
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 80047 0 0 0 16180 38 0 0 25 0 1 0 88719821 172142592 39299 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 42027 39299 113 284 0 41740 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 168108

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 20736
/proc/meminfo: memFree=1488520/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=200564 CPUtime=222.16
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 88226 0 0 0 22171 45 0 0 25 0 1 0 88719821 205377536 47284 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 50141 47284 113 284 0 49854 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 200564

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 20736
/proc/meminfo: memFree=1465096/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=224020 CPUtime=282.14
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 94120 0 0 0 28164 50 0 0 25 0 1 0 88719821 229396480 53178 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 56005 53178 113 284 0 55718 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 224020

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 20736
/proc/meminfo: memFree=1430216/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=258664 CPUtime=342.11
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 102800 0 0 0 34155 56 0 0 25 0 1 0 88719821 264871936 61858 1992294400 134512640 135679800 4294956240 18446744073709551615 134525655 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 64666 61858 113 284 0 64379 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 258664

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 20736
/proc/meminfo: memFree=1405384/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=283200 CPUtime=402.08
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 108986 0 0 0 40145 63 0 0 25 0 1 0 88719821 289996800 68044 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 70800 68044 113 284 0 70513 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 283200

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 20736
/proc/meminfo: memFree=1376776/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=311620 CPUtime=462.05
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 116131 0 0 0 46135 70 0 0 25 0 1 0 88719821 319098880 75189 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 77905 75189 113 284 0 77618 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 311620

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 20736
/proc/meminfo: memFree=1347784/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=340852 CPUtime=522.02
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 123461 0 0 0 52126 76 0 0 25 0 1 0 88719821 349032448 82519 1992294400 134512640 135679800 4294956240 18446744073709551615 134534967 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 85213 82519 113 284 0 84926 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 340852

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 20736
/proc/meminfo: memFree=1325256/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=364376 CPUtime=582
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 129360 0 0 0 58118 82 0 0 25 0 1 0 88719821 373121024 88032 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 91094 88032 113 284 0 90807 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 364376

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 20736
/proc/meminfo: memFree=1303560/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=385684 CPUtime=641.98
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 134730 0 0 0 64111 87 0 0 25 0 1 0 88719821 394940416 93402 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 96421 93402 113 284 0 96134 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 385684

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 20736
/proc/meminfo: memFree=1282440/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=406940 CPUtime=701.95
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 140096 0 0 0 70103 92 0 0 25 0 1 0 88719821 416706560 98768 1992294400 134512640 135679800 4294956240 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 101735 98768 113 284 0 101448 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 406940

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 20736
/proc/meminfo: memFree=1258568/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=430224 CPUtime=761.93
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 145939 0 0 0 76096 97 0 0 25 0 1 0 88719821 440549376 104611 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 107556 104611 113 284 0 107269 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 430224

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 20736
/proc/meminfo: memFree=1234440/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=454640 CPUtime=821.9
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 152062 0 0 0 82086 104 0 0 25 0 1 0 88719821 465551360 110734 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 113660 110734 113 284 0 113373 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 454640

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 20736
/proc/meminfo: memFree=1212040/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=476472 CPUtime=881.87
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 157556 0 0 0 88079 108 0 0 25 0 1 0 88719821 487907328 116228 1992294400 134512640 135679800 4294956240 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 119118 116228 113 284 0 118831 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 476472

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 20736
/proc/meminfo: memFree=1186568/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=501956 CPUtime=941.85
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 163960 0 0 0 94072 113 0 0 25 0 1 0 88719821 514002944 122632 1992294400 134512640 135679800 4294956240 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 125489 122632 113 284 0 125202 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 501956

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 20736
/proc/meminfo: memFree=1157896/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=530268 CPUtime=1001.81
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 171068 0 0 0 100062 119 0 0 25 0 1 0 88719821 542994432 129740 1992294400 134512640 135679800 4294956240 18446744073709551615 134525584 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 132567 129740 113 284 0 132280 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 530268

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 20736
/proc/meminfo: memFree=1129352/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=558844 CPUtime=1061.79
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 178237 0 0 0 106054 125 0 0 25 0 1 0 88719821 572256256 136909 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 139711 136909 113 284 0 139424 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 558844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 20736
/proc/meminfo: memFree=1124360/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=563244 CPUtime=1121.77
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 180880 0 0 0 112050 127 0 0 25 0 1 0 88719821 576761856 138012 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 140811 138012 113 284 0 140524 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 563244

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 20736
/proc/meminfo: memFree=1124360/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=563244 CPUtime=1181.74
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 180880 0 0 0 118047 127 0 0 25 0 1 0 88719821 576761856 138012 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 140811 138012 113 284 0 140524 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 563244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 20736
/proc/meminfo: memFree=1124296/2055920 swapFree=4169492/4192956
[pid=20735] ppid=20733 vsize=563244 CPUtime=1200.03
/proc/20735/stat : 20735 (MoRsat) R 20733 20735 20650 0 -1 4194304 180880 0 0 0 119876 127 0 0 25 0 1 0 88719821 576761856 138012 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20735/statm: 140811 138012 113 284 0 140524 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 563244

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.69
CPU time (s): 1200.13
CPU user time (s): 1198.77
CPU system time (s): 1.35879
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 569404

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

runsolver used 0.988849 second user time and 2.43063 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-24 23:02:17
IDJOB=1715735
IDBENCH=20348
IDSOLVER=502
FILE ID=node63/1715735-1240606935
PBS_JOBID= 9186257
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= cd6cb5ea01688ce5beec6e625055ac90
RANDOM SEED=389112567

node63.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.236
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.236
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:       1677552 kB
Buffers:         45928 kB
Cached:         247904 kB
SwapCached:      17608 kB
Active:         125320 kB
Inactive:       188884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677552 kB
SwapTotal:     4192956 kB
SwapFree:      4169492 kB
Dirty:           22960 kB
Writeback:           0 kB
Mapped:          14820 kB
Slab:            49884 kB
Committed_AS:   410812 kB
PageTables:       1452 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= 66316 MiB
End job on node63 at 2009-04-24 23:22:19