Trace number 355885

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) 10000.1 10002.8

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
Bench CategoryINDUST (industrial 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 variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node72/watcher-355885-1176874574 -o ROOT/results/node72/solver-355885-1176874574 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355885-1176874574/picosat /tmp/evaluation/355885-1176874574/instance-355885-1176874574.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 0 seconds
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.72 0.93 0.98 3/77 20768
/proc/meminfo: memFree=1668528/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=728 CPUtime=0
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 163495867 745472 82 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 182 82 40 102 0 77 0

[startup+0.106211 s]
/proc/loadavg: 0.72 0.93 0.98 3/77 20768
/proc/meminfo: memFree=1668528/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=2796 CPUtime=0.09
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 545 0 0 0 3 6 0 0 18 0 1 0 163495867 2863104 521 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 699 521 40 102 0 594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2796

[startup+0.201219 s]
/proc/loadavg: 0.72 0.93 0.98 3/77 20768
/proc/meminfo: memFree=1668528/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=3060 CPUtime=0.19
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 603 0 0 0 7 12 0 0 18 0 1 0 163495867 3133440 579 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 765 579 40 102 0 660 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3060

[startup+0.301227 s]
/proc/loadavg: 0.72 0.93 0.98 3/77 20768
/proc/meminfo: memFree=1668528/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=3324 CPUtime=0.29
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 664 0 0 0 12 17 0 0 19 0 1 0 163495867 3403776 640 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 831 640 40 102 0 726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3324

[startup+0.701264 s]
/proc/loadavg: 0.72 0.93 0.98 3/77 20768
/proc/meminfo: memFree=1668528/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=10400 CPUtime=0.69
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 1805 0 0 0 29 40 0 0 23 0 1 0 163495867 10649600 1781 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 2600 1781 40 102 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10400

[startup+1.50134 s]
/proc/loadavg: 0.74 0.94 0.98 2/78 20769
/proc/meminfo: memFree=1654312/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=20448 CPUtime=1.49
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 3913 0 0 0 64 85 0 0 25 0 1 0 163495867 20938752 3889 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 5112 3889 40 102 0 5007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20448

[startup+3.10148 s]
/proc/loadavg: 0.74 0.94 0.98 2/78 20769
/proc/meminfo: memFree=1651624/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=24272 CPUtime=3.09
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 4819 0 0 0 134 175 0 0 25 0 1 0 163495867 24854528 4795 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 6068 4795 40 102 0 5963 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24272

[startup+6.30178 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 20769
/proc/meminfo: memFree=1642088/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=32164 CPUtime=6.29
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 7062 0 0 0 275 354 0 0 25 0 1 0 163495867 32935936 7038 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 8041 7038 40 102 0 7936 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32164

[startup+12.7014 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 20769
/proc/meminfo: memFree=1635952/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=39900 CPUtime=12.68
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 8217 0 0 0 865 403 0 0 25 0 1 0 163495867 40857600 8166 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 9975 8166 48 102 0 9870 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39900

[startup+25.5015 s]
/proc/loadavg: 0.88 0.95 0.98 2/78 20769
/proc/meminfo: memFree=1636080/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=39900 CPUtime=25.49
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 8217 0 0 0 2145 404 0 0 25 0 1 0 163495867 40857600 8166 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 9975 8166 48 102 0 9870 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39900

[startup+51.1019 s]
/proc/loadavg: 0.92 0.96 0.98 2/78 20769
/proc/meminfo: memFree=1636016/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=40032 CPUtime=51.08
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 8272 0 0 0 4704 404 0 0 25 0 1 0 163495867 40992768 8221 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134530203 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 10008 8221 48 102 0 9903 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40032

[startup+102.302 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 20769
/proc/meminfo: memFree=1631216/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=44780 CPUtime=102.27
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 9461 0 0 0 9822 405 0 0 25 0 1 0 163495867 45854720 9410 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 11195 9410 48 102 0 11090 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44780

[startup+162.301 s]
/proc/loadavg: 1.05 0.98 0.99 2/78 20769
/proc/meminfo: memFree=1627312/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=162.25
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10419 0 0 0 15818 407 0 0 25 0 1 0 163495867 49639424 10319 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10319 48 102 0 12014 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 48476

[startup+222.306 s]
/proc/loadavg: 1.07 1.00 0.99 2/78 20769
/proc/meminfo: memFree=1627312/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=222.24
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10472 0 0 0 21817 407 0 0 25 0 1 0 163495867 49639424 10321 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10321 48 102 0 12014 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 48476

[startup+282.302 s]
/proc/loadavg: 1.12 1.03 1.00 2/78 20769
/proc/meminfo: memFree=1627248/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=282.22
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10472 0 0 0 27814 408 0 0 25 0 1 0 163495867 49639424 10321 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10321 48 102 0 12014 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 48476

[startup+342.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 20769
/proc/meminfo: memFree=1627120/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=342.2
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10527 0 0 0 33812 408 0 0 25 0 1 0 163495867 49639424 10323 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10323 48 102 0 12014 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 48476

[startup+402.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 20769
/proc/meminfo: memFree=1627056/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=402.2
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10586 0 0 0 39811 409 0 0 25 0 1 0 163495867 49639424 10326 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10326 48 102 0 12014 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 48476

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 20769
/proc/meminfo: memFree=1626992/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=462.18
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10648 0 0 0 45809 409 0 0 25 0 1 0 163495867 49639424 10329 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10329 48 102 0 12014 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 48476

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20769
/proc/meminfo: memFree=1626992/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=522.17
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10713 0 0 0 51807 410 0 0 25 0 1 0 163495867 49639424 10332 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10332 48 102 0 12014 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 48476

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20769
/proc/meminfo: memFree=1626928/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=582.15
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10713 0 0 0 57805 410 0 0 25 0 1 0 163495867 49639424 10332 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10332 48 102 0 12014 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 48476

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20769
/proc/meminfo: memFree=1626864/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=48476 CPUtime=642.14
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 10781 0 0 0 63803 411 0 0 25 0 1 0 163495867 49639424 10335 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 12119 10335 48 102 0 12014 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 48476

[startup+702.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 20769

################
# More data... #
################

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606896/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63128 CPUtime=9099.76
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19067 0 0 0 909487 489 0 0 25 0 1 0 163495867 64643072 14248 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15782 14248 48 102 0 15677 0
Current children cumulated CPU time (s) 9099.76
Current children cumulated vsize (KiB) 63128

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606896/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63128 CPUtime=9159.74
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19067 0 0 0 915485 489 0 0 25 0 1 0 163495867 64643072 14248 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15782 14248 48 102 0 15677 0
Current children cumulated CPU time (s) 9159.74
Current children cumulated vsize (KiB) 63128

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606896/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63128 CPUtime=9219.73
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19067 0 0 0 921483 490 0 0 25 0 1 0 163495867 64643072 14248 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15782 14248 48 102 0 15677 0
Current children cumulated CPU time (s) 9219.73
Current children cumulated vsize (KiB) 63128

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606896/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63128 CPUtime=9279.71
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19067 0 0 0 927481 490 0 0 25 0 1 0 163495867 64643072 14248 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15782 14248 48 102 0 15677 0
Current children cumulated CPU time (s) 9279.71
Current children cumulated vsize (KiB) 63128

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606704/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9339.7
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 933479 491 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9339.7
Current children cumulated vsize (KiB) 63088

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606704/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9399.69
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 939477 492 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9399.69
Current children cumulated vsize (KiB) 63088

[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606704/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9459.67
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 945475 492 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134523092 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9459.67
Current children cumulated vsize (KiB) 63088

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606704/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9519.66
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 951473 493 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9519.66
Current children cumulated vsize (KiB) 63088

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606704/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9579.64
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 957471 493 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9579.64
Current children cumulated vsize (KiB) 63088

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606704/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9639.63
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 963469 494 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524104 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9639.63
Current children cumulated vsize (KiB) 63088

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9699.61
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 969467 494 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9699.61
Current children cumulated vsize (KiB) 63088

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9759.6
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 975465 495 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9759.6
Current children cumulated vsize (KiB) 63088

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=63088 CPUtime=9819.58
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19287 0 0 0 981463 495 0 0 25 0 1 0 163495867 64602112 14256 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15772 14256 48 102 0 15667 0
Current children cumulated CPU time (s) 9819.58
Current children cumulated vsize (KiB) 63088

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=62964 CPUtime=9879.57
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19517 0 0 0 987461 496 0 0 25 0 1 0 163495867 64475136 14238 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15741 14238 48 102 0 15636 0
Current children cumulated CPU time (s) 9879.57
Current children cumulated vsize (KiB) 62964

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=62964 CPUtime=9939.55
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19517 0 0 0 993459 496 0 0 25 0 1 0 163495867 64475136 14238 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15741 14238 48 102 0 15636 0
Current children cumulated CPU time (s) 9939.55
Current children cumulated vsize (KiB) 62964

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=62964 CPUtime=9999.54
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19517 0 0 0 999457 497 0 0 25 0 1 0 163495867 64475136 14238 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15741 14238 48 102 0 15636 0
Current children cumulated CPU time (s) 9999.54
Current children cumulated vsize (KiB) 62964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=62964 CPUtime=10000
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19517 0 0 0 999507 497 0 0 25 0 1 0 163495867 64475136 14238 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15741 14238 48 102 0 15636 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 62964

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

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

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21379
/proc/meminfo: memFree=1606640/2055920 swapFree=4156508/4192956
[pid=20768] ppid=20766 vsize=62964 CPUtime=10000
/proc/20768/stat : 20768 (picosat) R 20766 20768 20714 0 -1 4194304 19517 0 0 0 999507 497 0 0 25 0 1 0 163495867 64475136 14238 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15741 14238 48 102 0 15636 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 62964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9995.08
CPU system time (s): 4.98224
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 63976

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

runsolver used 11.7012 second user time and 24.4113 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Apr 18 05:36:14 UTC 2007

IDJOB= 355885
IDBENCH= 20381
IDSOLVER= 171
FILE ID= node72/355885-1176874574

PBS_JOBID= 4595071

Free space on /tmp= 66416 MiB

SOLVER NAME= picosat 535
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/dated-5-19-u.cnf
COMMAND LINE= /tmp/evaluation/355885-1176874574/picosat /tmp/evaluation/355885-1176874574/instance-355885-1176874574.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-355885-1176874574 -o ROOT/results/node72/solver-355885-1176874574 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355885-1176874574/picosat /tmp/evaluation/355885-1176874574/instance-355885-1176874574.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3be331331884289c55e55acdeed55dc7

RANDOM SEED= 958550991

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node72.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.222
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.222
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:       1668936 kB
Buffers:         21940 kB
Cached:         280304 kB
SwapCached:      17492 kB
Active:          60104 kB
Inactive:       265340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668936 kB
SwapTotal:     4192956 kB
SwapFree:      4156508 kB
Dirty:           18400 kB
Writeback:           0 kB
Mapped:          29624 kB
Slab:            47000 kB
Committed_AS:  2699468 kB
PageTables:       1788 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= 66416 MiB

End job on node72 on Wed Apr 18 08:22:59 UTC 2007