Trace number 1563341

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-03UNSAT 1180.82 1186.59

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
1.59/1.64	c atom#=135543 clause#=404326 total literals=943426 
1180.72/1186.58	c CNF stats: (135543 vars, 404326 clauses) 
1180.72/1186.58	c Decisions: 1129379 
1180.72/1186.58	c Conflicts: 640437 
1180.72/1186.58	c 
1180.72/1186.58	s UNSATISFIABLE
1180.72/1186.58	c Running time: 1180.09060 seconds 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563341-1238785272/watcher-1563341-1238785272 -o /tmp/evaluation-result-1563341-1238785272/solver-1563341-1238785272 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1563341-1238785272.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: 2.00 2.00 2.00 4/86 18940
/proc/meminfo: memFree=1807816/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=7648 CPUtime=0
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 133 0 0 0 0 0 0 0 19 0 1 0 1151191250 7831552 117 1992294400 134512640 135679800 4294956224 18446744073709551615 135089627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/18940/statm: 1912 117 96 284 0 1625 0

[startup+0.053511 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 18940
/proc/meminfo: memFree=1807816/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=7648 CPUtime=0.04
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 286 0 0 0 4 0 0 0 19 0 1 0 1151191250 7831552 270 1992294400 134512640 135679800 4294956224 18446744073709551615 135300298 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 1912 270 96 284 0 1625 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7648

[startup+0.101514 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 18940
/proc/meminfo: memFree=1807816/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=7648 CPUtime=0.09
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 436 0 0 0 9 0 0 0 19 0 1 0 1151191250 7831552 420 1992294400 134512640 135679800 4294956224 18446744073709551615 135300298 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 1912 420 96 284 0 1625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7648

[startup+0.301545 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 18940
/proc/meminfo: memFree=1807816/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=7648 CPUtime=0.29
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 1082 0 0 0 29 0 0 0 21 0 1 0 1151191250 7831552 1066 1992294400 134512640 135679800 4294956224 18446744073709551615 135300232 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 1912 1066 96 284 0 1625 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7648

[startup+0.701598 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 18940
/proc/meminfo: memFree=1807816/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=15568 CPUtime=0.69
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 8846 0 0 0 66 3 0 0 25 0 1 0 1151191250 15941632 3281 1992294400 134512640 135679800 4294956224 18446744073709551615 134551970 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 3892 3281 104 284 0 3605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15568

[startup+1.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1792832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=27552 CPUtime=1.48
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 20237 0 0 0 139 9 0 0 25 0 1 0 1151191250 28213248 4162 1992294400 134512640 135679800 4294956224 18446744073709551615 134544240 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 6888 4162 106 284 0 6601 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27552

[startup+3.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1762240/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=61860 CPUtime=3.07
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 29395 0 0 0 295 12 0 0 25 0 1 0 1151191250 63344640 11409 1992294400 134512640 135679800 4294956224 18446744073709551615 134521352 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 15465 11409 112 284 0 15178 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 61860

[startup+6.3023 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1759232/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=63584 CPUtime=6.25
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 30294 0 0 0 613 12 0 0 25 0 1 0 1151191250 65110016 12188 1992294400 134512640 135679800 4294956224 18446744073709551615 134533297 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 15896 12188 113 284 0 15609 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 63584

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1756744/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=65692 CPUtime=12.63
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 30970 0 0 0 1250 13 0 0 25 0 1 0 1151191250 67268608 12802 1992294400 134512640 135679800 4294956224 18446744073709551615 134524916 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 16423 12802 113 284 0 16136 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 65692

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1753928/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=68716 CPUtime=25.36
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 31764 0 0 0 2523 13 0 0 25 0 1 0 1151191250 70365184 13498 1992294400 134512640 135679800 4294956224 18446744073709551615 134533278 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 17179 13498 113 284 0 16892 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 68716

[startup+51.1019 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 18941
/proc/meminfo: memFree=1747784/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=74400 CPUtime=50.83
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 33291 0 0 0 5069 14 0 0 25 0 1 0 1151191250 76185600 15025 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 18600 15025 113 284 0 18313 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 74400

[startup+102.306 s]
/proc/loadavg: 2.11 2.03 2.01 3/87 18941
/proc/meminfo: memFree=1741704/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=80852 CPUtime=101.79
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 35739 0 0 0 10163 16 0 0 25 0 1 0 1151191250 82792448 16507 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 20213 16507 113 284 0 19926 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 80852

[startup+162.302 s]
/proc/loadavg: 2.11 2.04 2.00 3/87 18941
/proc/meminfo: memFree=1740808/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=81776 CPUtime=161.49
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 35969 0 0 0 16133 16 0 0 25 0 1 0 1151191250 83738624 16737 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 20444 16737 113 284 0 20157 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 81776

[startup+222.301 s]
/proc/loadavg: 2.11 2.04 2.00 3/87 18941
/proc/meminfo: memFree=1732168/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=90104 CPUtime=221.2
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 38141 0 0 0 22101 19 0 0 25 0 1 0 1151191250 92266496 18909 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 22526 18909 113 284 0 22239 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 90104

[startup+282.302 s]
/proc/loadavg: 2.10 2.05 2.00 3/87 18941
/proc/meminfo: memFree=1730248/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=91872 CPUtime=280.9
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 39371 0 0 0 28070 20 0 0 25 0 1 0 1151191250 94076928 19367 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 22968 19367 113 284 0 22681 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 91872

[startup+342.301 s]
/proc/loadavg: 2.09 2.05 2.00 3/87 18941
/proc/meminfo: memFree=1730184/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=91872 CPUtime=340.61
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 39374 0 0 0 34041 20 0 0 25 0 1 0 1151191250 94076928 19370 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 22968 19370 113 284 0 22681 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 91872

[startup+402.302 s]
/proc/loadavg: 2.08 2.06 2.00 3/87 18941
/proc/meminfo: memFree=1725448/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=96772 CPUtime=400.32
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 40614 0 0 0 40011 21 0 0 25 0 1 0 1151191250 99094528 20610 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 24193 20610 113 284 0 23906 0
Current children cumulated CPU time (s) 400.32
Current children cumulated vsize (KiB) 96772

[startup+462.301 s]
/proc/loadavg: 2.08 2.06 2.00 3/87 18941
/proc/meminfo: memFree=1717512/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=105912 CPUtime=460.03
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 42954 0 0 0 45980 23 0 0 25 0 1 0 1151191250 108453888 22564 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 26478 22564 113 284 0 26191 0
Current children cumulated CPU time (s) 460.03
Current children cumulated vsize (KiB) 105912

[startup+522.302 s]
/proc/loadavg: 2.03 2.05 2.00 3/87 18941
/proc/meminfo: memFree=1711304/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=111488 CPUtime=519.74
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 45967 0 0 0 51949 25 0 0 25 0 1 0 1151191250 114163712 24037 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 27872 24037 113 284 0 27585 0
Current children cumulated CPU time (s) 519.74
Current children cumulated vsize (KiB) 111488

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/87 18941
/proc/meminfo: memFree=1711304/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=111488 CPUtime=579.45
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 45967 0 0 0 57920 25 0 0 25 0 1 0 1151191250 114163712 24037 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 27872 24037 113 284 0 27585 0
Current children cumulated CPU time (s) 579.45
Current children cumulated vsize (KiB) 111488

[startup+642.302 s]
/proc/loadavg: 2.07 2.04 2.00 3/87 18941
/proc/meminfo: memFree=1711304/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=111488 CPUtime=639.16
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 45968 0 0 0 63891 25 0 0 25 0 1 0 1151191250 114163712 24038 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 27872 24038 113 284 0 27585 0
Current children cumulated CPU time (s) 639.16
Current children cumulated vsize (KiB) 111488

[startup+702.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/87 18941
/proc/meminfo: memFree=1711176/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=111488 CPUtime=698.87
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 45968 0 0 0 69862 25 0 0 25 0 1 0 1151191250 114163712 24038 1992294400 134512640 135679800 4294956224 18446744073709551615 134525592 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 27872 24038 113 284 0 27585 0
Current children cumulated CPU time (s) 698.87
Current children cumulated vsize (KiB) 111488

[startup+762.308 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 18941
/proc/meminfo: memFree=1711240/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=111488 CPUtime=758.58
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 45970 0 0 0 75833 25 0 0 25 0 1 0 1151191250 114163712 24040 1992294400 134512640 135679800 4294956224 18446744073709551615 134522901 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 27872 24040 113 284 0 27585 0
Current children cumulated CPU time (s) 758.58
Current children cumulated vsize (KiB) 111488

[startup+822.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 18941
/proc/meminfo: memFree=1710472/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=112280 CPUtime=818.28
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 46206 0 0 0 81803 25 0 0 25 0 1 0 1151191250 114974720 24276 1992294400 134512640 135679800 4294956224 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 28070 24276 113 284 0 27783 0
Current children cumulated CPU time (s) 818.28
Current children cumulated vsize (KiB) 112280

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 18941
/proc/meminfo: memFree=1703624/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=118800 CPUtime=877.99
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 47878 0 0 0 87771 28 0 0 25 0 1 0 1151191250 121651200 25948 1992294400 134512640 135679800 4294956224 18446744073709551615 134525570 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 29700 25948 113 284 0 29413 0
Current children cumulated CPU time (s) 877.99
Current children cumulated vsize (KiB) 118800

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 18941
/proc/meminfo: memFree=1697480/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=124764 CPUtime=937.71
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 49436 0 0 0 93742 29 0 0 25 0 1 0 1151191250 127758336 27506 1992294400 134512640 135679800 4294956224 18446744073709551615 134534243 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31191 27506 113 284 0 30904 0
Current children cumulated CPU time (s) 937.71
Current children cumulated vsize (KiB) 124764

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=997.41
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51806 0 0 0 99711 30 0 0 25 0 1 0 1151191250 131031040 28336 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28336 113 284 0 31703 0
Current children cumulated CPU time (s) 997.41
Current children cumulated vsize (KiB) 127960

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=1057.12
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 105682 30 0 0 25 0 1 0 1151191250 131031040 28338 1992294400 134512640 135679800 4294956224 18446744073709551615 134522759 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28338 113 284 0 31703 0
Current children cumulated CPU time (s) 1057.12
Current children cumulated vsize (KiB) 127960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=1116.83
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 111653 30 0 0 25 0 1 0 1151191250 131031040 28338 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28338 113 284 0 31703 0
Current children cumulated CPU time (s) 1116.83
Current children cumulated vsize (KiB) 127960

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=1176.54
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 117624 30 0 0 25 0 1 0 1151191250 131031040 28338 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28338 113 284 0 31703 0
Current children cumulated CPU time (s) 1176.54
Current children cumulated vsize (KiB) 127960

Solver just ended. Dumping a history of the last processes samples

[startup+1183.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=1178.13
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 117783 30 0 0 25 0 1 0 1151191250 131031040 28338 1992294400 134512640 135679800 4294956224 18446744073709551615 134522841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28338 113 284 0 31703 0
Current children cumulated CPU time (s) 1178.13
Current children cumulated vsize (KiB) 127960

[startup+1185.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=1179.73
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 117943 30 0 0 25 0 1 0 1151191250 131031040 28338 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28338 113 284 0 31703 0
Current children cumulated CPU time (s) 1179.73
Current children cumulated vsize (KiB) 127960

[startup+1186.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=127960 CPUtime=1180.52
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 118022 30 0 0 25 0 1 0 1151191250 131031040 28338 1992294400 134512640 135679800 4294956224 18446744073709551615 134542996 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 31990 28338 113 284 0 31703 0
Current children cumulated CPU time (s) 1180.52
Current children cumulated vsize (KiB) 127960

[startup+1186.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18941
/proc/meminfo: memFree=1693832/2055920 swapFree=4170308/4192956
[pid=18940] ppid=18938 vsize=122148 CPUtime=1180.72
/proc/18940/stat : 18940 (MoRsat) R 18938 18940 18473 0 -1 4194304 51808 0 0 0 118042 30 0 0 25 0 1 0 1151191250 125079552 27756 1992294400 134512640 135679800 4294956224 18446744073709551615 135106979 0 0 4096 1026 0 0 0 17 1 0 0
/proc/18940/statm: 30537 27756 113 284 0 30250 0
Current children cumulated CPU time (s) 1180.72
Current children cumulated vsize (KiB) 122148

Child status: 20
Real time (s): 1186.59
CPU time (s): 1180.82
CPU user time (s): 1180.49
CPU system time (s): 0.321951
CPU usage (%): 99.5134
Max. virtual memory (cumulated for all children) (KiB): 134120

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

runsolver used 1.65075 second user time and 3.75843 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-03 21:01:12
IDJOB=1563341
IDBENCH=70952
IDSOLVER=502
FILE ID=node92/1563341-1238785272
PBS_JOBID= 9085565
Free space on /tmp= 66548 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563341-1238785272/watcher-1563341-1238785272 -o /tmp/evaluation-result-1563341-1238785272/solver-1563341-1238785272 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1563341-1238785272.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1602746654

node92.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.249
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.249
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:       1808232 kB
Buffers:         25432 kB
Cached:         152804 kB
SwapCached:       7540 kB
Active:          53632 kB
Inactive:       134444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808232 kB
SwapTotal:     4192956 kB
SwapFree:      4170308 kB
Dirty:            8480 kB
Writeback:           0 kB
Mapped:          15684 kB
Slab:            43612 kB
Committed_AS:  1991264 kB
PageTables:       2768 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 node92 at 2009-04-03 21:20:59