Trace number 1521379

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.14 1200.46

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S162003179-087.cnf
MD5SUMb6948329f00787361710da473154a8ea
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark67.1698
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
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 
0.49/0.54	c atom#=16000 clause#=67200 total literals=201600 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1521379-1238357328/watcher-1521379-1238357328 -o /tmp/evaluation-result-1521379-1238357328/solver-1521379-1238357328 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1521379-1238357328.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: 1.00 1.00 0.90 3/76 25416
/proc/meminfo: memFree=1210480/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=3168 CPUtime=0
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 1108393979 3244032 123 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 792 123 96 284 0 505 0

[startup+0.041142 s]
/proc/loadavg: 1.00 1.00 0.90 3/76 25416
/proc/meminfo: memFree=1210480/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=3168 CPUtime=0.03
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 247 0 0 0 3 0 0 0 18 0 1 0 1108393979 3244032 231 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 792 231 96 284 0 505 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3168

[startup+0.101145 s]
/proc/loadavg: 1.00 1.00 0.90 3/76 25416
/proc/meminfo: memFree=1210480/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=4528 CPUtime=0.09
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 736 0 0 0 9 0 0 0 18 0 1 0 1108393979 4636672 719 1992294400 134512640 135679800 4294956240 18446744073709551615 134552347 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 1132 719 103 284 0 845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4528

[startup+0.301161 s]
/proc/loadavg: 1.00 1.00 0.90 3/76 25416
/proc/meminfo: memFree=1210480/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=7284 CPUtime=0.29
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 1561 0 0 0 28 1 0 0 19 0 1 0 1108393979 7458816 722 1992294400 134512640 135679800 4294956240 18446744073709551615 134561396 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 1821 722 107 284 0 1534 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7284

[startup+0.701194 s]
/proc/loadavg: 1.00 1.00 0.90 3/76 25416
/proc/meminfo: memFree=1210480/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=9708 CPUtime=0.69
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 4162 0 0 0 67 2 0 0 22 0 1 0 1108393979 9940992 2167 1992294400 134512640 135679800 4294956240 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 2427 2167 114 284 0 2140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9708

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 25417
/proc/meminfo: memFree=1201320/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=11820 CPUtime=1.49
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 4706 0 0 0 147 2 0 0 25 0 1 0 1108393979 12103680 2711 1992294400 134512640 135679800 4294956240 18446744073709551615 134533272 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 2955 2711 114 284 0 2668 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11820

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 25417
/proc/meminfo: memFree=1198312/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=15796 CPUtime=3.09
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 5704 0 0 0 306 3 0 0 25 0 1 0 1108393979 16175104 3709 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 3949 3709 114 284 0 3662 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15796

[startup+6.30166 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 25417
/proc/meminfo: memFree=1190248/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=23672 CPUtime=6.29
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 7645 0 0 0 624 5 0 0 25 0 1 0 1108393979 24240128 5650 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 5918 5650 114 284 0 5631 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23672

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 25417
/proc/meminfo: memFree=1175080/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=37988 CPUtime=12.69
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 11195 0 0 0 1262 7 0 0 25 0 1 0 1108393979 38899712 9200 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 9497 9200 114 284 0 9210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37988

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 25417
/proc/meminfo: memFree=1165160/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=47144 CPUtime=25.49
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 13664 0 0 0 2541 8 0 0 25 0 1 0 1108393979 48275456 11509 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 11786 11509 114 284 0 11499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47144

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=1139176/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=72396 CPUtime=51.08
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 20342 0 0 0 5094 14 0 0 25 0 1 0 1108393979 74133504 17769 1992294400 134512640 135679800 4294956240 18446744073709551615 134523564 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 18099 17769 114 284 0 17812 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72396

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=1117544/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=93796 CPUtime=102.27
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 25995 0 0 0 10209 18 0 0 25 0 1 0 1108393979 96047104 23164 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 23449 23164 114 284 0 23162 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 93796

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=1089064/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=122680 CPUtime=162.25
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 33997 0 0 0 16201 24 0 0 25 0 1 0 1108393979 125624320 30265 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 30670 30265 114 284 0 30383 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 122680

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=1046632/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=165316 CPUtime=222.24
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 44706 0 0 0 22190 34 0 0 25 0 1 0 1108393979 169283584 40974 1992294400 134512640 135679800 4294956240 18446744073709551615 134525557 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 41329 40974 114 284 0 41042 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 165316

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=1021928/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=189340 CPUtime=282.22
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 51517 0 0 0 28182 40 0 0 25 0 1 0 1108393979 193884160 47013 1992294400 134512640 135679800 4294956240 18446744073709551615 134533047 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 47335 47013 114 284 0 47048 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 189340

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=1019880/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=191716 CPUtime=342.2
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 52179 0 0 0 34180 40 0 0 25 0 1 0 1108393979 196317184 47675 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 47929 47675 114 284 0 47642 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 191716

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=980904/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=231160 CPUtime=402.19
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 63663 0 0 0 40170 49 0 0 25 0 1 0 1108393979 236707840 57233 1992294400 134512640 135679800 4294956240 18446744073709551615 134527229 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 57790 57233 114 284 0 57503 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 231160

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=980904/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=231160 CPUtime=462.17
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 63663 0 0 0 46168 49 0 0 25 0 1 0 1108393979 236707840 57233 1992294400 134512640 135679800 4294956240 18446744073709551615 134534224 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 57790 57233 114 284 0 57503 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 231160

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=972968/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=240532 CPUtime=522.16
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 66015 0 0 0 52165 51 0 0 25 0 1 0 1108393979 246304768 59585 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 60133 59585 114 284 0 59846 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 240532

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=907176/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=305084 CPUtime=582.14
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 82232 0 0 0 58150 64 0 0 25 0 1 0 1108393979 312406016 75802 1992294400 134512640 135679800 4294956240 18446744073709551615 134535954 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 76271 75802 114 284 0 75984 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 305084

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=642.13
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 93168 0 0 0 64139 74 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 342312

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=702.11
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 93168 0 0 0 70137 74 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 342312

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868776/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=762.09
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 93168 0 0 0 76135 74 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134535741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 342312

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868776/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=822.07
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 93168 0 0 0 82133 74 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 342312

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=882.06
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 94708 0 0 0 88131 75 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 342312

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=942.04
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 94708 0 0 0 94129 75 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 342312

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=1002.03
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 94708 0 0 0 100127 76 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134519331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 342312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868776/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=1062.01
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 94708 0 0 0 106125 76 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 342312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=1121.99
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 96248 0 0 0 112123 76 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134527922 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 342312

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=1181.98
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 96248 0 0 0 118122 76 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 342312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 25417
/proc/meminfo: memFree=868712/2055920 swapFree=4173544/4192956
[pid=25416] ppid=25414 vsize=342312 CPUtime=1200.08
/proc/25416/stat : 25416 (MoRsat) R 25414 25416 25315 0 -1 4194304 96248 0 0 0 119932 76 0 0 25 0 1 0 1108393979 350527488 85198 1992294400 134512640 135679800 4294956240 18446744073709551615 134533169 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25416/statm: 85578 85198 114 284 0 85291 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 342312

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.46
CPU time (s): 1200.14
CPU user time (s): 1199.32
CPU system time (s): 0.822874
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 348472

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

runsolver used 1.07883 second user time and 3.3025 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-29 22:08:48
IDJOB=1521379
IDBENCH=70344
IDSOLVER=502
FILE ID=node65/1521379-1238357328
PBS_JOBID= 9061165
Free space on /tmp= 66268 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S162003179-087.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1521379-1238357328/watcher-1521379-1238357328 -o /tmp/evaluation-result-1521379-1238357328/solver-1521379-1238357328 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1521379-1238357328.cnf

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

MD5SUM BENCH= b6948329f00787361710da473154a8ea
RANDOM SEED=535808239

node65.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.231
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.231
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:       1210960 kB
Buffers:         91120 kB
Cached:         654604 kB
SwapCached:      10232 kB
Active:         190720 kB
Inactive:       566740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1210960 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          16940 kB
Slab:            72268 kB
Committed_AS:  3277392 kB
PageTables:       2316 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= 66264 MiB
End job on node65 at 2009-03-29 22:28:50