Trace number 1730749

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MoRsat 2009-03-03? (TO) 1200.12 1200.63

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark911.101
Satisfiable
(Un)Satisfiability was proved
Number of variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
0.89/0.93	c atom#=18450 clause#=200640 total literals=464115 

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-1730749-1240763008/watcher-1730749-1240763008 -o /tmp/evaluation-result-1730749-1240763008/solver-1730749-1240763008 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1730749-1240763008.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.99 1.00 1.00 3/64 22784
/proc/meminfo: memFree=1094464/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=4464 CPUtime=0
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 104334392 4571136 123 1992294400 134512640 135679800 4294956224 18446744073709551615 135300291 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 1116 123 96 284 0 829 0

[startup+0.0277441 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 22784
/proc/meminfo: memFree=1094464/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=4464 CPUtime=0.02
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 215 0 0 0 2 0 0 0 18 0 1 0 104334392 4571136 199 1992294400 134512640 135679800 4294956224 18446744073709551615 134537421 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 1116 199 96 284 0 829 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4464

[startup+0.101749 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 22784
/proc/meminfo: memFree=1094464/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=4464 CPUtime=0.09
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 462 0 0 0 9 0 0 0 18 0 1 0 104334392 4571136 446 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 1116 446 96 284 0 829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4464

[startup+0.301768 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 22784
/proc/meminfo: memFree=1094464/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=4752 CPUtime=0.29
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 836 0 0 0 29 0 0 0 19 0 1 0 104334392 4866048 817 1992294400 134512640 135679800 4294956224 18446744073709551615 134560770 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 1188 817 101 284 0 901 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4752

[startup+0.701804 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 22784
/proc/meminfo: memFree=1094464/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=6916 CPUtime=0.69
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 3046 0 0 0 68 1 0 0 23 0 1 0 104334392 7081984 1022 1992294400 134512640 135679800 4294956224 18446744073709551615 134561302 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 1729 1022 107 284 0 1442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6916

[startup+1.50188 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1082936/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=13952 CPUtime=1.49
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 7253 0 0 0 146 3 0 0 25 0 1 0 104334392 14286848 3088 1992294400 134512640 135679800 4294956224 18446744073709551615 134522734 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 3488 3088 114 284 0 3201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13952

[startup+3.10203 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1081336/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=16732 CPUtime=3.09
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 7940 0 0 0 305 4 0 0 25 0 1 0 104334392 17133568 3775 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 4183 3775 114 284 0 3896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16732

[startup+6.30132 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1075136/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=22576 CPUtime=6.28
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 9381 0 0 0 624 4 0 0 25 0 1 0 104334392 23117824 5216 1992294400 134512640 135679800 4294956224 18446744073709551615 134525005 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 5644 5216 114 284 0 5357 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22576

[startup+12.7019 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1067008/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=29424 CPUtime=12.68
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 11286 0 0 0 1263 5 0 0 25 0 1 0 104334392 30130176 6863 1992294400 134512640 135679800 4294956224 18446744073709551615 134522641 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 7356 6863 114 284 0 7069 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29424

[startup+25.5011 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1063552/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=32876 CPUtime=25.48
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 12444 0 0 0 2542 6 0 0 25 0 1 0 104334392 33665024 7763 1992294400 134512640 135679800 4294956224 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 8219 7763 114 284 0 7932 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32876

[startup+51.1015 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1056256/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=40636 CPUtime=51.07
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 15172 0 0 0 5098 9 0 0 25 0 1 0 104334392 41611264 9590 1992294400 134512640 135679800 4294956224 18446744073709551615 134521421 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 10159 9590 114 284 0 9872 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40636

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1038976/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=60764 CPUtime=102.25
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 20285 0 0 0 10211 14 0 0 25 0 1 0 104334392 62222336 14703 1992294400 134512640 135679800 4294956224 18446744073709551615 134540354 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 15191 14703 114 284 0 14904 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 60764

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1038784/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=57676 CPUtime=162.24
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 20287 0 0 0 16209 15 0 0 25 0 1 0 104334392 59060224 13933 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 14419 13933 114 284 0 14132 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 57676

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1021568/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=74976 CPUtime=222.2
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 24639 0 0 0 22201 19 0 0 25 0 1 0 104334392 76775424 18285 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 18744 18285 114 284 0 18457 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 74976

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1009536/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=88008 CPUtime=282.17
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 29498 0 0 0 28195 22 0 0 25 0 1 0 104334392 90120192 21218 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 22002 21218 114 284 0 21715 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 88008

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1009536/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=88008 CPUtime=342.14
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 29498 0 0 0 34192 22 0 0 25 0 1 0 104334392 90120192 21218 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 22002 21218 114 284 0 21715 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 88008

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=1009600/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=88008 CPUtime=402.12
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 29507 0 0 0 40190 22 0 0 25 0 1 0 104334392 90120192 21227 1992294400 134512640 135679800 4294956224 18446744073709551615 134521450 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 22002 21227 114 284 0 21715 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 88008

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=998976/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=98468 CPUtime=462.08
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 32216 0 0 0 46183 25 0 0 25 0 1 0 104334392 100831232 23936 1992294400 134512640 135679800 4294956224 18446744073709551615 134522742 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 24617 23936 114 284 0 24330 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 98468

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=987712/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=109188 CPUtime=522.07
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 36496 0 0 0 52179 28 0 0 25 0 1 0 104334392 111808512 26676 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 27297 26676 114 284 0 27010 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 109188

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=987712/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=109188 CPUtime=582.04
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 36496 0 0 0 58176 28 0 0 25 0 1 0 104334392 111808512 26676 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 27297 26676 114 284 0 27010 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 109188

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=987712/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=109188 CPUtime=642.02
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 36496 0 0 0 64174 28 0 0 25 0 1 0 104334392 111808512 26676 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 27297 26676 114 284 0 27010 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 109188

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=987648/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=109188 CPUtime=702
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 36499 0 0 0 70172 28 0 0 25 0 1 0 104334392 111808512 26679 1992294400 134512640 135679800 4294956224 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 27297 26679 114 284 0 27010 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 109188

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=978432/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=118460 CPUtime=761.97
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 38834 0 0 0 76166 31 0 0 25 0 1 0 104334392 121303040 29014 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 29615 29014 114 284 0 29328 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 118460

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22785
/proc/meminfo: memFree=966720/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=130144 CPUtime=821.94
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 41812 0 0 0 82160 34 0 0 25 0 1 0 104334392 133267456 31992 1992294400 134512640 135679800 4294956224 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 32536 31992 114 284 0 32249 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 130144

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=955840/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=140560 CPUtime=881.92
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 44461 0 0 0 88156 36 0 0 25 0 1 0 104334392 143933440 34641 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 35140 34641 114 284 0 34853 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 140560

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=948928/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=147336 CPUtime=941.89
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 47697 0 0 0 94151 38 0 0 25 0 1 0 104334392 150872064 36337 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 36834 36337 114 284 0 36547 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 147336

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=948928/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=147336 CPUtime=1001.86
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 47705 0 0 0 100148 38 0 0 25 0 1 0 104334392 150872064 36345 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 36834 36345 114 284 0 36547 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 147336

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=948928/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=147336 CPUtime=1061.85
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 47705 0 0 0 106146 39 0 0 25 0 1 0 104334392 150872064 36345 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 36834 36345 114 284 0 36547 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 147336

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=948928/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=147336 CPUtime=1121.83
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 47705 0 0 0 112144 39 0 0 25 0 1 0 104334392 150872064 36345 1992294400 134512640 135679800 4294956224 18446744073709551615 134534580 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 36834 36345 114 284 0 36547 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 147336

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=948928/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=147336 CPUtime=1181.79
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 47705 0 0 0 118140 39 0 0 25 0 1 0 104334392 150872064 36345 1992294400 134512640 135679800 4294956224 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 36834 36345 114 284 0 36547 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 147336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 22787
/proc/meminfo: memFree=948928/2055920 swapFree=4148400/4192956
[pid=22784] ppid=22782 vsize=147336 CPUtime=1200.09
/proc/22784/stat : 22784 (MoRsat) R 22782 22784 22498 0 -1 4194304 47705 0 0 0 119970 39 0 0 25 0 1 0 104334392 150872064 36345 1992294400 134512640 135679800 4294956224 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22784/statm: 36834 36345 114 284 0 36547 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 147336

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.63
CPU time (s): 1200.12
CPU user time (s): 1199.71
CPU system time (s): 0.412937
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 153356

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

runsolver used 1.03784 second user time and 3.33849 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-26 18:23:29
IDJOB=1730749
IDBENCH=24736
IDSOLVER=502
FILE ID=node14/1730749-1240763008
PBS_JOBID= 9187128
Free space on /tmp= 66436 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730749-1240763008/watcher-1730749-1240763008 -o /tmp/evaluation-result-1730749-1240763008/solver-1730749-1240763008 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1730749-1240763008.cnf

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

MD5SUM BENCH= 531549e214a293ad3adf6ddff17eb882
RANDOM SEED=1855977750

node14.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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
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:       1094944 kB
Buffers:         79628 kB
Cached:         765304 kB
SwapCached:      38456 kB
Active:         228980 kB
Inactive:       656740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094944 kB
SwapTotal:     4192956 kB
SwapFree:      4148400 kB
Dirty:            4468 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            61284 kB
Committed_AS:   366032 kB
PageTables:       1448 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= 66432 MiB
End job on node14 at 2009-04-26 18:43:32