Trace number 355888

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 10003.8

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
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 variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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/node25/watcher-355888-1176875073 -o ROOT/results/node25/solver-355888-1176875073 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355888-1176875073/picosat /tmp/evaluation/355888-1176875073/instance-355888-1176875073.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.94 0.98 3/64 18979
/proc/meminfo: memFree=1669496/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=728 CPUtime=0
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 135424439 745472 81 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 182 81 40 102 0 77 0

[startup+0.075708 s]
/proc/loadavg: 0.72 0.94 0.98 3/64 18979
/proc/meminfo: memFree=1669496/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=2664 CPUtime=0.07
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 523 0 0 0 4 3 0 0 18 0 1 0 135424439 2727936 499 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 666 499 40 102 0 561 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2664

[startup+0.102713 s]
/proc/loadavg: 0.72 0.94 0.98 3/64 18979
/proc/meminfo: memFree=1669496/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=2796 CPUtime=0.09
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 581 0 0 0 5 4 0 0 18 0 1 0 135424439 2863104 557 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 699 557 40 102 0 594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2796

[startup+0.302746 s]
/proc/loadavg: 0.72 0.94 0.98 3/64 18979
/proc/meminfo: memFree=1669496/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=3192 CPUtime=0.29
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 702 0 0 0 14 15 0 0 19 0 1 0 135424439 3268608 678 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 798 678 40 102 0 693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3192

[startup+0.701814 s]
/proc/loadavg: 0.72 0.94 0.98 3/64 18979
/proc/meminfo: memFree=1669496/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=10268 CPUtime=0.69
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 1545 0 0 0 31 38 0 0 22 0 1 0 135424439 10514432 1521 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 2567 1521 40 102 0 2462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10268

[startup+1.50195 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 18980
/proc/meminfo: memFree=1658032/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=20580 CPUtime=1.49
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 4245 0 0 0 65 84 0 0 25 0 1 0 135424439 21073920 4221 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 5145 4221 40 102 0 5040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20580

[startup+3.10122 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 18980
/proc/meminfo: memFree=1651760/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=23880 CPUtime=3.09
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 5054 0 0 0 135 174 0 0 25 0 1 0 135424439 24453120 5030 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 5970 5030 40 102 0 5865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23880

[startup+6.30178 s]
/proc/loadavg: 0.74 0.94 0.98 2/65 18980
/proc/meminfo: memFree=1643760/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=31636 CPUtime=6.28
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 7227 0 0 0 275 353 0 0 25 0 1 0 135424439 32395264 7203 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/18979/statm: 7909 7203 40 102 0 7804 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31636

[startup+12.7019 s]
/proc/loadavg: 0.85 0.96 0.98 2/65 18980
/proc/meminfo: memFree=1634936/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=41084 CPUtime=12.68
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 8783 0 0 0 829 439 0 0 25 0 1 0 135424439 42070016 8732 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 10271 8732 48 102 0 10166 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41084

[startup+25.501 s]
/proc/loadavg: 0.87 0.96 0.98 2/65 18980
/proc/meminfo: memFree=1634808/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=41084 CPUtime=25.48
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 8817 0 0 0 2109 439 0 0 25 0 1 0 135424439 42070016 8766 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 10271 8766 48 102 0 10166 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41084

[startup+51.1024 s]
/proc/loadavg: 0.92 0.96 0.98 2/65 18980
/proc/meminfo: memFree=1631480/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=44568 CPUtime=51.07
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 9699 0 0 0 4667 440 0 0 25 0 1 0 135424439 45637632 9648 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 11142 9648 48 102 0 11037 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44568

[startup+102.304 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1622840/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=53180 CPUtime=102.25
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 11840 0 0 0 9783 442 0 0 25 0 1 0 135424439 54456320 11789 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 13295 11789 48 102 0 13190 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 53180

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1612920/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=63004 CPUtime=162.22
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 14329 0 0 0 15776 446 0 0 25 0 1 0 135424439 64516096 14278 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 15751 14278 48 102 0 15646 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 63004

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1603576/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=72212 CPUtime=222.2
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 16635 0 0 0 21772 448 0 0 25 0 1 0 135424439 73945088 16584 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 18053 16584 48 102 0 17948 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 72212

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1595000/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=80756 CPUtime=282.18
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 18788 0 0 0 27768 450 0 0 25 0 1 0 135424439 82694144 18737 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531120 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 20189 18737 48 102 0 20084 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 80756

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1586488/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=89180 CPUtime=342.16
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 20893 0 0 0 33764 452 0 0 25 0 1 0 135424439 91320320 20842 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 22295 20842 48 102 0 22190 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 89180

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1586168/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=89180 CPUtime=402.15
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 20966 0 0 0 39762 453 0 0 25 0 1 0 135424439 91320320 20866 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529760 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 22295 20866 48 102 0 22190 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 89180

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1586168/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=89180 CPUtime=462.13
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 20966 0 0 0 45760 453 0 0 25 0 1 0 135424439 91320320 20866 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 22295 20866 48 102 0 22190 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 89180

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1586168/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=89180 CPUtime=522.1
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 20966 0 0 0 51757 453 0 0 25 0 1 0 135424439 91320320 20866 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 22295 20866 48 102 0 22190 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 89180

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1586168/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=89180 CPUtime=582.08
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 20966 0 0 0 57755 453 0 0 25 0 1 0 135424439 91320320 20866 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 22295 20866 48 102 0 22190 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 89180

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980
/proc/meminfo: memFree=1586168/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=89180 CPUtime=642.06
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 20971 0 0 0 63753 453 0 0 25 0 1 0 135424439 91320320 20871 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 22295 20871 48 102 0 22190 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 89180

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18980

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

[startup+9042.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 19578
/proc/meminfo: memFree=1535608/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9038.84
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 33944 0 0 0 903398 486 0 0 25 0 1 0 135424439 139493376 32764 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32764 48 102 0 33951 0
Current children cumulated CPU time (s) 9038.84
Current children cumulated vsize (KiB) 136224

[startup+9102.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 19578
/proc/meminfo: memFree=1535608/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9098.81
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 33944 0 0 0 909395 486 0 0 25 0 1 0 135424439 139493376 32764 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32764 48 102 0 33951 0
Current children cumulated CPU time (s) 9098.81
Current children cumulated vsize (KiB) 136224

[startup+9162.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 19578
/proc/meminfo: memFree=1535544/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9158.79
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 33944 0 0 0 915393 486 0 0 25 0 1 0 135424439 139493376 32764 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32764 48 102 0 33951 0
Current children cumulated CPU time (s) 9158.79
Current children cumulated vsize (KiB) 136224

[startup+9222.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 19578
/proc/meminfo: memFree=1535480/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9218.77
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 33945 0 0 0 921391 486 0 0 25 0 1 0 135424439 139493376 32765 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32765 48 102 0 33951 0
Current children cumulated CPU time (s) 9218.77
Current children cumulated vsize (KiB) 136224

[startup+9282.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19578
/proc/meminfo: memFree=1535288/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9278.75
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 927389 486 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9278.75
Current children cumulated vsize (KiB) 136224

[startup+9342.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19578
/proc/meminfo: memFree=1535288/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9338.73
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 933387 486 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9338.73
Current children cumulated vsize (KiB) 136224

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535288/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9398.71
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 939384 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134597633 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9398.71
Current children cumulated vsize (KiB) 136224

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535352/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9458.69
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 945382 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9458.69
Current children cumulated vsize (KiB) 136224

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535352/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9518.67
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 951380 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9518.67
Current children cumulated vsize (KiB) 136224

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535352/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9578.65
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 957378 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9578.65
Current children cumulated vsize (KiB) 136224

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535352/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9638.63
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 963376 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9638.63
Current children cumulated vsize (KiB) 136224

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535288/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9698.6
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 969373 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9698.6
Current children cumulated vsize (KiB) 136224

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535352/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9758.58
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 975371 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9758.58
Current children cumulated vsize (KiB) 136224

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535288/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9818.56
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 981369 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9818.56
Current children cumulated vsize (KiB) 136224

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535288/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9878.54
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 987367 487 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9878.54
Current children cumulated vsize (KiB) 136224

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535224/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9938.52
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 993364 488 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9938.52
Current children cumulated vsize (KiB) 136224

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535224/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=9998.51
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 999363 488 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 9998.51
Current children cumulated vsize (KiB) 136224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19578
/proc/meminfo: memFree=1535224/2055920 swapFree=4169756/4192956
[pid=18979] ppid=18977 vsize=136224 CPUtime=10000
/proc/18979/stat : 18979 (picosat) R 18977 18979 18925 0 -1 4194304 34077 0 0 0 999513 488 0 0 25 0 1 0 135424439 139493376 32776 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/18979/statm: 34056 32776 48 102 0 33951 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 136224

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): 10003.8
CPU time (s): 10000
CPU user time (s): 9995.13
CPU system time (s): 4.90225
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 136768

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

runsolver used 6.41902 second user time and 21.0478 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Apr 18 05:44:34 UTC 2007

IDJOB= 355888
IDBENCH= 20384
IDSOLVER= 171
FILE ID= node25/355888-1176875073

PBS_JOBID= 4595083

Free space on /tmp= 66364 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  780d946576ec5746b4ea9832bb01dbc5

RANDOM SEED= 75712537

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node25.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.261
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.261
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:       1670096 kB
Buffers:          8176 kB
Cached:         311456 kB
SwapCached:      16900 kB
Active:         128828 kB
Inactive:       213156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670096 kB
SwapTotal:     4192956 kB
SwapFree:      4169756 kB
Dirty:           19904 kB
Writeback:           0 kB
Mapped:          15160 kB
Slab:            29868 kB
Committed_AS:  2117372 kB
PageTables:       1472 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= 66364 MiB

End job on node25 on Wed Apr 18 08:31:20 UTC 2007