Trace number 302745

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, and are wall clock time (not CPU 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
picosat 535? (TO) 1200.02 1200.44

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S998136463-10.cnf
MD5SUM3ee6423866512ae80f83a98c492ccb0b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses20400
Sum of the clauses size142800
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520400

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node55/watcher-302745-1172018804 -o ROOT/results/node55/solver-302745-1172018804 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302745-1172018804/picosat /tmp/evaluation/302745-1172018804/instance-302745-1172018804.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.97 3/64 20792
/proc/meminfo: memFree=1505592/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=568 CPUtime=0
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 68 0 0 0 0 0 0 0 18 0 1 0 221836816 581632 53 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 142 54 40 102 0 37 0

[startup+0.106833 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 20792
/proc/meminfo: memFree=1505592/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=836 CPUtime=0.1
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 142 0 0 0 4 6 0 0 18 0 1 0 221836816 856064 127 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 209 127 40 102 0 104 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 836

[startup+0.514872 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 20792
/proc/meminfo: memFree=1505592/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=2024 CPUtime=0.51
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 421 0 0 0 32 19 0 0 21 0 1 0 221836816 2072576 406 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 506 406 42 102 0 401 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2024

[startup+1.33495 s]
/proc/loadavg: 0.92 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1502960/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=3088 CPUtime=1.33
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 709 0 0 0 114 19 0 0 25 0 1 0 221836816 3162112 692 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134530090 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 772 692 48 102 0 667 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3088

[startup+2.97111 s]
/proc/loadavg: 0.92 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1502640/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=3352 CPUtime=2.96
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 793 0 0 0 277 19 0 0 25 0 1 0 221836816 3432448 776 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 838 776 48 102 0 733 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 3352

[startup+6.24743 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1502008/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=3856 CPUtime=6.24
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 900 0 0 0 605 19 0 0 25 0 1 0 221836816 3948544 883 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 964 883 48 102 0 859 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3856

[startup+12.7021 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1501240/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=4632 CPUtime=12.69
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 1091 0 0 0 1250 19 0 0 25 0 1 0 221836816 4743168 1074 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 1158 1074 48 102 0 1053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4632

[startup+25.5063 s]
/proc/loadavg: 0.95 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1500280/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=5736 CPUtime=25.49
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 1334 0 0 0 2530 19 0 0 25 0 1 0 221836816 5873664 1317 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 1434 1317 48 102 0 1329 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5736

[startup+51.1158 s]
/proc/loadavg: 0.96 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1498936/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=7032 CPUtime=51.09
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 1662 0 0 0 5090 19 0 0 25 0 1 0 221836816 7200768 1645 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 1758 1645 48 102 0 1653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7032

[startup+102.325 s]
/proc/loadavg: 0.98 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1497400/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=8472 CPUtime=102.28
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 2034 0 0 0 10208 20 0 0 25 0 1 0 221836816 8675328 2017 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 2118 2017 48 102 0 2013 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8472

[startup+162.346 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1496248/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=9592 CPUtime=162.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 2327 0 0 0 16209 20 0 0 25 0 1 0 221836816 9822208 2309 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 2398 2309 48 102 0 2293 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 9592

[startup+222.363 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1495032/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=10708 CPUtime=222.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 2667 0 0 0 22208 21 0 0 25 0 1 0 221836816 10964992 2603 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 2677 2603 48 102 0 2572 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 10708

[startup+282.38 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 20793
/proc/meminfo: memFree=1493944/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=11892 CPUtime=282.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 2963 0 0 0 28208 21 0 0 25 0 1 0 221836816 12177408 2873 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 2973 2873 48 102 0 2868 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 11892

[startup+342.398 s]
/proc/loadavg: 1.06 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1493368/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=12384 CPUtime=342.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 3207 0 0 0 34208 21 0 0 25 0 1 0 221836816 12681216 2973 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3096 2973 48 102 0 2991 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 12384

[startup+402.418 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1492856/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=12728 CPUtime=402.3
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 3522 0 0 0 40208 22 0 0 25 0 1 0 221836816 13033472 3089 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3182 3089 48 102 0 3077 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 12728

[startup+462.434 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1492280/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=13388 CPUtime=462.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 3851 0 0 0 46207 22 0 0 25 0 1 0 221836816 13709312 3237 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3347 3237 48 102 0 3242 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 13388

[startup+522.45 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1491832/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=13784 CPUtime=522.3
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 4160 0 0 0 52208 22 0 0 25 0 1 0 221836816 14114816 3353 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3446 3353 48 102 0 3341 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 13784

[startup+582.468 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1491128/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=14448 CPUtime=582.3
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 4542 0 0 0 58208 22 0 0 25 0 1 0 221836816 14794752 3509 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134549292 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3612 3509 48 102 0 3507 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 14448

[startup+642.491 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1490616/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=14976 CPUtime=642.3
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 4809 0 0 0 64208 22 0 0 25 0 1 0 221836816 15335424 3655 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3744 3655 48 102 0 3639 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 14976

[startup+702.51 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1490424/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=15108 CPUtime=702.3
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 5017 0 0 0 70208 22 0 0 25 0 1 0 221836816 15470592 3691 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 3777 3691 48 102 0 3672 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 15108

[startup+762.532 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1489720/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=16024 CPUtime=762.31
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 5281 0 0 0 76209 22 0 0 25 0 1 0 221836816 16408576 3868 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4006 3868 48 102 0 3901 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 16024

[startup+822.552 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20793
/proc/meminfo: memFree=1489336/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=16516 CPUtime=822.32
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 5553 0 0 0 82209 23 0 0 25 0 1 0 221836816 16912384 3965 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4129 3965 48 102 0 4024 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 16516

[startup+882.582 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 20895
/proc/meminfo: memFree=1488008/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=16564 CPUtime=882.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 5774 0 0 0 88206 23 0 0 25 0 1 0 221836816 16961536 4008 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134529753 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4141 4008 48 102 0 4036 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 16564

[startup+942.632 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 20967
/proc/meminfo: memFree=1487168/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=17488 CPUtime=942.28
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6121 0 0 0 94205 23 0 0 25 0 1 0 221836816 17907712 4214 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4372 4214 48 102 0 4267 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 17488

[startup+1002.65 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20991
/proc/meminfo: memFree=1488120/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=17412 CPUtime=1002.27
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6283 0 0 0 100204 23 0 0 25 0 1 0 221836816 17829888 4205 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4353 4205 48 102 0 4248 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 17412

[startup+1062.68 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20991
/proc/meminfo: memFree=1488120/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=17676 CPUtime=1062.28
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6449 0 0 0 106205 23 0 0 25 0 1 0 221836816 18100224 4271 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4419 4271 48 102 0 4314 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 17676

[startup+1122.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20991
/proc/meminfo: memFree=1487288/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=18204 CPUtime=1122.28
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6752 0 0 0 112205 23 0 0 25 0 1 0 221836816 18640896 4420 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4551 4420 48 102 0 4446 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 18204

[startup+1182.72 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20991
/proc/meminfo: memFree=1487160/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=18292 CPUtime=1182.29
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6952 0 0 0 118205 24 0 0 25 0 1 0 221836816 18731008 4450 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4573 4450 48 102 0 4468 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 18292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20991
/proc/meminfo: memFree=1487160/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=18292 CPUtime=1200.01
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6952 0 0 0 119977 24 0 0 25 0 1 0 221836816 18731008 4450 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4573 4450 48 102 0 4468 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 18292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 20991
/proc/meminfo: memFree=1487160/2055920 swapFree=4183292/4192956
[pid=20792] ppid=20790 vsize=18292 CPUtime=1200.01
/proc/20792/stat : 20792 (picosat) R 20790 20792 20350 0 -1 4194304 6952 0 0 0 119977 24 0 0 25 0 1 0 221836816 18731008 4450 18446744073709551615 134512640 134931368 4294956704 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/20792/statm: 4573 4450 48 102 0 4468 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 18292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.02
CPU user time (s): 1199.78
CPU system time (s): 0.245962
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 18468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6952
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= 6
involuntary context switches= 1973

runsolver used 0.761884 second user time and 2.53261 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Feb 21 00:46:44 UTC 2007

IDJOB= 302745
IDBENCH= 20091
IDSOLVER= 106
FILE ID= node55/302745-1172018804

PBS_JOBID= 3892665

Free space on /tmp= 66563 MiB

SOLVER NAME= picosat 535
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S998136463-10.cnf
COMMAND LINE= /tmp/evaluation/302745-1172018804/picosat /tmp/evaluation/302745-1172018804/instance-302745-1172018804.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-302745-1172018804 -o ROOT/results/node55/solver-302745-1172018804 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302745-1172018804/picosat /tmp/evaluation/302745-1172018804/instance-302745-1172018804.cnf            

META MD5SUM SOLVER= 1cb12d44dc66ecc4d20a168f5cfd1323
MD5SUM BENCH=  3ee6423866512ae80f83a98c492ccb0b

RANDOM SEED= 170920021

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.247
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.247
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:       1506000 kB
Buffers:         27940 kB
Cached:         447400 kB
SwapCached:       3516 kB
Active:          52920 kB
Inactive:       431928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506000 kB
SwapTotal:     4192956 kB
SwapFree:      4183292 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:          15508 kB
Slab:            51172 kB
Committed_AS:   762416 kB
PageTables:       1380 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= 66563 MiB

End job on node55 on Wed Feb 21 01:06:46 UTC 2007