Trace number 1732793

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 923.208 923.511

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
5.79/5.86	c atom#=55 clause#=139590 total literals=1667160 
923.19/923.51	c CNF stats: (55 vars, 139590 clauses) 
923.19/923.51	c Decisions: 941198 
923.19/923.51	c Conflicts: 878359 
923.19/923.51	c 
923.19/923.51	s UNSATISFIABLE
923.19/923.51	c Running time: 922.54475 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-1732793-1240783159/watcher-1732793-1240783159 -o /tmp/evaluation-result-1732793-1240783159/solver-1732793-1240783159 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1732793-1240783159.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 3/64 30265
/proc/meminfo: memFree=1714952/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=3512 CPUtime=0
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 106349939 3596288 123 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 878 124 97 284 0 591 0

[startup+0.0263259 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30265
/proc/meminfo: memFree=1714952/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=3512 CPUtime=0.02
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 218 0 0 0 2 0 0 0 18 0 1 0 106349939 3596288 202 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 878 202 96 284 0 591 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3512

[startup+0.101339 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30265
/proc/meminfo: memFree=1714952/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=3512 CPUtime=0.09
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 494 0 0 0 9 0 0 0 18 0 1 0 106349939 3596288 478 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 878 479 96 284 0 591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3512

[startup+0.301373 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30265
/proc/meminfo: memFree=1714952/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=5944 CPUtime=0.29
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 1215 0 0 0 29 0 0 0 19 0 1 0 106349939 6086656 1199 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 1486 1200 97 284 0 1199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5944

[startup+0.701443 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30265
/proc/meminfo: memFree=1714952/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=15452 CPUtime=0.69
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 7200 0 0 0 66 3 0 0 22 0 1 0 106349939 15822848 3649 1992294400 134512640 135679800 4294956240 18446744073709551615 134569214 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 3863 3649 106 284 0 3576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15452

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30266
/proc/meminfo: memFree=1701056/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=17632 CPUtime=1.49
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 8969 0 0 0 145 4 0 0 25 0 1 0 106349939 18055168 3515 1992294400 134512640 135679800 4294956240 18446744073709551615 134561450 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 4408 3515 107 284 0 4121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17632

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30266
/proc/meminfo: memFree=1700928/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=17632 CPUtime=3.09
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 8969 0 0 0 305 4 0 0 25 0 1 0 106349939 18055168 3515 1992294400 134512640 135679800 4294956240 18446744073709551615 134561524 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 4408 3515 107 284 0 4121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17632

[startup+6.30242 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30266
/proc/meminfo: memFree=1700672/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=29616 CPUtime=6.3
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 17534 0 0 0 622 8 0 0 25 0 1 0 106349939 30326784 6999 1992294400 134512640 135679800 4294956240 18446744073709551615 134522897 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 7404 6999 114 284 0 7117 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 29616

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30266
/proc/meminfo: memFree=1683200/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=34076 CPUtime=12.69
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 18583 0 0 0 1261 8 0 0 25 0 1 0 106349939 34893824 8048 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 8519 8048 114 284 0 8232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34076

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 30266
/proc/meminfo: memFree=1681088/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=35744 CPUtime=25.48
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 19777 0 0 0 2539 9 0 0 25 0 1 0 106349939 36601856 8468 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 8936 8468 114 284 0 8649 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35744

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 30266
/proc/meminfo: memFree=1676800/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=40124 CPUtime=51.07
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 21323 0 0 0 5097 10 0 0 25 0 1 0 106349939 41086976 9587 1992294400 134512640 135679800 4294956240 18446744073709551615 134522734 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 10031 9587 114 284 0 9744 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40124

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1672896/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=44376 CPUtime=102.26
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 23282 0 0 0 10215 11 0 0 25 0 1 0 106349939 45441024 10547 1992294400 134512640 135679800 4294956240 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 11094 10547 114 284 0 10807 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44376

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1671104/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=46204 CPUtime=162.24
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 23770 0 0 0 16212 12 0 0 25 0 1 0 106349939 47312896 11035 1992294400 134512640 135679800 4294956240 18446744073709551615 134519322 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 11551 11035 114 284 0 11264 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46204

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1668800/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=48512 CPUtime=222.21
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 25074 0 0 0 22209 12 0 0 25 0 1 0 106349939 49676288 11567 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 12128 11567 114 284 0 11841 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 48512

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1668480/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=48512 CPUtime=282.19
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 25157 0 0 0 28207 12 0 0 25 0 1 0 106349939 49676288 11650 1992294400 134512640 135679800 4294956240 18446744073709551615 134534662 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 12128 11650 114 284 0 11841 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 48512

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1665280/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=53012 CPUtime=342.17
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 26332 0 0 0 34204 13 0 0 25 0 1 0 106349939 54284288 12439 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 13253 12439 114 284 0 12966 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 53012

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1663360/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=54524 CPUtime=402.16
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 28343 0 0 0 40201 15 0 0 25 0 1 0 106349939 55832576 12884 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 13631 12884 114 284 0 13344 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 54524

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1663168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=54524 CPUtime=462.14
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 28429 0 0 0 46199 15 0 0 25 0 1 0 106349939 55832576 12970 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 13631 12970 114 284 0 13344 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 54524

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1662912/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=54524 CPUtime=522.12
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 28477 0 0 0 52197 15 0 0 25 0 1 0 106349939 55832576 13018 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 13631 13018 114 284 0 13344 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 54524

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1660224/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=57296 CPUtime=582.1
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 29159 0 0 0 58194 16 0 0 25 0 1 0 106349939 58671104 13700 1992294400 134512640 135679800 4294956240 18446744073709551615 134523560 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 14324 13700 114 284 0 14037 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 57296

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1656896/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61036 CPUtime=642.08
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 29975 0 0 0 64192 16 0 0 25 0 1 0 106349939 62500864 14516 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15259 14516 114 284 0 14972 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 61036

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1656384/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=702.06
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31621 0 0 0 70189 17 0 0 25 0 1 0 106349939 63107072 14622 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14622 114 284 0 15120 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 61628

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655808/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=762.04
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31763 0 0 0 76187 17 0 0 25 0 1 0 106349939 63107072 14764 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14764 114 284 0 15120 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 61628

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655872/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=822.02
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31763 0 0 0 82185 17 0 0 25 0 1 0 106349939 63107072 14764 1992294400 134512640 135679800 4294956240 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14764 114 284 0 15120 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 61628

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655424/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=882
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31866 0 0 0 88183 17 0 0 25 0 1 0 106349939 63107072 14867 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14867 114 284 0 15120 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 61628

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

[startup+895.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655232/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=895.59
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31916 0 0 0 89542 17 0 0 25 0 1 0 106349939 63107072 14917 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14917 114 284 0 15120 0
Current children cumulated CPU time (s) 895.59
Current children cumulated vsize (KiB) 61628

[startup+908.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=908.39
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 90822 17 0 0 25 0 1 0 106349939 63107072 14923 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14923 114 284 0 15120 0
Current children cumulated CPU time (s) 908.39
Current children cumulated vsize (KiB) 61628

[startup+915.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=914.79
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 91462 17 0 0 25 0 1 0 106349939 63107072 14923 1992294400 134512640 135679800 4294956240 18446744073709551615 134520418 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14923 114 284 0 15120 0
Current children cumulated CPU time (s) 914.79
Current children cumulated vsize (KiB) 61628

[startup+918.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=917.99
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 91781 18 0 0 25 0 1 0 106349939 63107072 14923 1992294400 134512640 135679800 4294956240 18446744073709551615 134520418 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14923 114 284 0 15120 0
Current children cumulated CPU time (s) 917.99
Current children cumulated vsize (KiB) 61628

[startup+921.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=921.19
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 92101 18 0 0 25 0 1 0 106349939 63107072 14923 1992294400 134512640 135679800 4294956240 18446744073709551615 134520392 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14923 114 284 0 15120 0
Current children cumulated CPU time (s) 921.19
Current children cumulated vsize (KiB) 61628

[startup+922.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=921.99
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 92181 18 0 0 25 0 1 0 106349939 63107072 14923 1992294400 134512640 135679800 4294956240 18446744073709551615 134520398 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14923 114 284 0 15120 0
Current children cumulated CPU time (s) 921.99
Current children cumulated vsize (KiB) 61628

[startup+923.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=61628 CPUtime=922.79
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 92261 18 0 0 25 0 1 0 106349939 63107072 14923 1992294400 134512640 135679800 4294956240 18446744073709551615 134520398 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15407 14923 114 284 0 15120 0
Current children cumulated CPU time (s) 922.79
Current children cumulated vsize (KiB) 61628

[startup+923.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30272
/proc/meminfo: memFree=1655168/2055920 swapFree=4181848/4192956
[pid=30265] ppid=30263 vsize=60052 CPUtime=923.19
/proc/30265/stat : 30265 (MoRsat) R 30263 30265 30074 0 -1 4194304 31922 0 0 0 92301 18 0 0 25 0 1 0 106349939 61493248 14558 1992294400 134512640 135679800 4294956240 18446744073709551615 135177537 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30265/statm: 15013 14558 114 284 0 14726 0
Current children cumulated CPU time (s) 923.19
Current children cumulated vsize (KiB) 60052

Child status: 20
Real time (s): 923.511
CPU time (s): 923.208
CPU user time (s): 923.017
CPU system time (s): 0.19097
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 67560

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

runsolver used 0.762884 second user time and 1.80472 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-26 23:59:20
IDJOB=1732793
IDBENCH=71128
IDSOLVER=502
FILE ID=node4/1732793-1240783159
PBS_JOBID= 9187260
Free space on /tmp= 66252 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732793-1240783159/watcher-1732793-1240783159 -o /tmp/evaluation-result-1732793-1240783159/solver-1732793-1240783159 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1732793-1240783159.cnf

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=271883580

node4.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.265
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.265
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:       1715432 kB
Buffers:         47472 kB
Cached:         229468 kB
SwapCached:       5192 kB
Active:         106236 kB
Inactive:       178876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715432 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            6304 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            41352 kB
Committed_AS:   541184 kB
PageTables:       1468 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= 66252 MiB
End job on node4 at 2009-04-27 00:14:43