Trace number 1563248

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
ManySAT 1.1 aimd 0/2009-03-20UNSAT 1142.92 594.43

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark728.775
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

0.00/0.00	c Parsing...
1.19/1.25	c ==============================================================================
1.19/1.25	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.25	c ==============================================================================
1.19/1.25	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
41.45/41.57	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
41.45/41.57	c ==============================================================================
41.45/41.57	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
41.45/41.57	c CPU time:   41.1687 s
41.45/41.57	c ==============================================================================
1142.68/594.38	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1142.68/594.38	c ============================[ Problem Statistics ]=============================
1142.68/594.38	c |                                                                             |
1142.68/594.38	c threadId              : 1
1142.68/594.38	c restarts              : 9611
1142.68/594.38	c conflicts             : 1849962        (1682 /sec)
1142.68/594.38	c decisions             : 4677134        (1.44 % random) (4252 /sec)
1142.68/594.38	c propagations          : 103558487      (94138 /sec)
1142.68/594.38	c conflict literals     : 27772861       (11.16 % deleted)
1142.68/594.38	c Memory used           : 164.50 MB
1142.68/594.38	c CPU time              : 1100.07 s
1142.68/594.38	
1142.68/594.38	c --->m=2, e=8, aimd=0, HOME/29233_many.cnf	time: 550.035	conflicts: 1849962      
1142.86/594.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563248-1238783856/watcher-1563248-1238783856 -o /tmp/evaluation-result-1563248-1238783856/solver-1563248-1238783856 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563248-1238783856.cnf aimd 0 

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 1.00 3/64 29233
/proc/meminfo: memFree=1810280/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) R 29231 29233 28961 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 218076080799 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29233/statm: 1339 234 194 169 0 50 0
[pid=29234] ppid=29233 vsize=824 CPUtime=0
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 1151047570 843776 123 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 206 124 51 127 0 76 0

[startup+0.0761681 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29233
/proc/meminfo: memFree=1810280/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=7548 CPUtime=0.06
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 1738 0 0 0 5 1 0 0 19 0 1 0 1151047570 7729152 1722 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 1887 1722 52 127 0 1757 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12904

[startup+0.10117 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29233
/proc/meminfo: memFree=1810280/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=9776 CPUtime=0.09
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 2230 0 0 0 8 1 0 0 19 0 1 0 1151047570 10010624 2214 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 2444 2214 52 127 0 2314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15132

[startup+0.301187 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29233
/proc/meminfo: memFree=1810280/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=28920 CPUtime=0.29
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 6729 0 0 0 25 4 0 0 22 0 1 0 1151047570 29614080 6713 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 7230 6714 52 127 0 7100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34276

[startup+0.701228 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29233
/proc/meminfo: memFree=1810280/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=74060 CPUtime=0.68
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 15919 0 0 0 59 9 0 0 25 0 1 0 1151047570 75837440 15903 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 18515 15903 52 127 0 18385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79416

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29235
/proc/meminfo: memFree=1718040/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=156976 CPUtime=1.49
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 31394 0 0 0 129 20 0 0 25 0 1 0 1151047570 160743424 31356 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 39244 31356 64 127 0 39114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162332

[startup+3.10243 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29235
/proc/meminfo: memFree=1684440/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=157488 CPUtime=3.09
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 31504 0 0 0 288 21 0 0 25 0 1 0 1151047570 161267712 31466 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 39372 31466 64 127 0 39242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162844

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29235
/proc/meminfo: memFree=1668896/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=172520 CPUtime=6.28
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 38230 0 0 0 601 27 0 0 25 0 1 0 1151047570 176660480 34750 1992294400 134512640 135034092 4294956096 18446744073709551615 134540736 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 43130 34750 68 127 0 43000 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177876

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29235
/proc/meminfo: memFree=1629536/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=196400 CPUtime=12.69
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 44635 0 0 0 1235 34 0 0 25 0 1 0 1151047570 201113600 40855 1992294400 134512640 135034092 4294956096 18446744073709551615 134569520 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 49100 40855 68 127 0 48970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201756

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29235
/proc/meminfo: memFree=1629536/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=0
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151047570 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29233/statm: 1339 235 195 169 0 50 0
[pid=29234] ppid=29233 vsize=196656 CPUtime=25.48
/proc/29234/stat : 29234 (SatElite) R 29233 29233 28961 0 -1 4194304 44751 0 0 0 2514 34 0 0 25 0 1 0 1151047570 201375744 40971 1992294400 134512640 135034092 4294956096 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 0 0 0
/proc/29234/statm: 49164 40971 68 127 0 49034 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202012

[startup+51.1016 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 29237
/proc/meminfo: memFree=1719832/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=76548 CPUtime=17.04
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 15892 0 0 0 1693 11 0 0 17 0 2 0 1151051803 78385152 15877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 19137 15877 83 193 0 18941 0
[pid=29236/tid=29237] ppid=29233 vsize=76548 CPUtime=8.31
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 3297 0 0 0 827 4 0 0 17 0 2 0 1151051845 78385152 15877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.31
Current children cumulated vsize (KiB) 81904

[startup+102.306 s]
/proc/loadavg: 1.60 1.17 1.05 3/67 29237
/proc/meminfo: memFree=1703640/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=92916 CPUtime=119.13
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 19878 0 0 0 11894 19 0 0 21 0 2 0 1151051803 95145984 19863 1992294400 134512640 135305190 4294956144 18446744073709551615 134528499 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 23229 19863 83 193 0 23033 0
[pid=29236/tid=29237] ppid=29233 vsize=92916 CPUtime=59.44
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 5205 0 0 0 5936 8 0 0 25 0 2 0 1151051845 95145984 19863 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 98272

[startup+162.301 s]
/proc/loadavg: 1.85 1.31 1.11 3/67 29237
/proc/meminfo: memFree=1690840/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=106332 CPUtime=238.76
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 23066 0 0 0 23851 25 0 0 18 0 2 0 1151051803 108883968 23051 1992294400 134512640 135305190 4294956144 18446744073709551615 134542046 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 26583 23051 83 193 0 26387 0
[pid=29236/tid=29237] ppid=29233 vsize=106332 CPUtime=119.38
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 6887 0 0 0 11927 11 0 0 18 0 2 0 1151051845 108883968 23051 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 111688

[startup+222.302 s]
/proc/loadavg: 1.94 1.44 1.16 3/67 29239
/proc/meminfo: memFree=1678872/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=116948 CPUtime=358.43
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 26073 0 0 0 35813 30 0 0 17 0 2 0 1151051803 119754752 26058 1992294400 134512640 135305190 4294956144 18446744073709551615 134548023 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 29237 26058 83 193 0 29041 0
[pid=29236/tid=29237] ppid=29233 vsize=116948 CPUtime=179.32
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 8434 0 0 0 17918 14 0 0 17 0 2 0 1151051845 119754752 26058 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 122304

[startup+282.302 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 29239
/proc/meminfo: memFree=1664728/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=132688 CPUtime=478.09
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 29581 0 0 0 47773 36 0 0 17 0 2 0 1151051803 135872512 29566 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 33172 29566 83 193 0 32976 0
[pid=29236/tid=29237] ppid=29233 vsize=132688 CPUtime=239.28
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 10218 0 0 0 23912 16 0 0 17 0 2 0 1151051845 135872512 29566 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.36
Current children cumulated vsize (KiB) 138044

[startup+342.301 s]
/proc/loadavg: 1.99 1.62 1.26 3/67 29239
/proc/meminfo: memFree=1657496/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=139228 CPUtime=597.82
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 31399 0 0 0 59743 39 0 0 18 0 2 0 1151051803 142569472 31384 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 34807 31384 83 193 0 34611 0
[pid=29236/tid=29237] ppid=29233 vsize=139228 CPUtime=299.24
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 11223 0 0 0 29906 18 0 0 25 0 2 0 1151051845 142569472 31384 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.09
Current children cumulated vsize (KiB) 144584

[startup+402.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 29239
/proc/meminfo: memFree=1651736/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=145536 CPUtime=717.47
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 32813 0 0 0 71705 42 0 0 22 0 2 0 1151051803 149028864 32798 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 36384 32798 83 193 0 36188 0
[pid=29236/tid=29237] ppid=29233 vsize=145536 CPUtime=359.18
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 12038 0 0 0 35898 20 0 0 25 0 2 0 1151051845 149028864 32798 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 759.74
Current children cumulated vsize (KiB) 150892

[startup+462.302 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 29239
/proc/meminfo: memFree=1639896/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=157708 CPUtime=837.12
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 35734 0 0 0 83665 47 0 0 18 0 2 0 1151051803 161492992 35719 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 39427 35719 83 193 0 39231 0
[pid=29236/tid=29237] ppid=29233 vsize=157708 CPUtime=419.11
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 13843 0 0 0 41888 23 0 0 20 0 2 0 1151051845 161492992 35719 1992294400 134512640 135305190 4294956144 18446744073709551615 134531185 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 879.39
Current children cumulated vsize (KiB) 163064

[startup+522.302 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 29239
/proc/meminfo: memFree=1636056/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=161964 CPUtime=956.87
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 36723 0 0 0 95638 49 0 0 19 0 2 0 1151051803 165851136 36708 1992294400 134512640 135305190 4294956144 18446744073709551615 134528872 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 40491 36708 83 193 0 40295 0
[pid=29236/tid=29237] ppid=29233 vsize=161964 CPUtime=479.1
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 14251 0 0 0 47885 25 0 0 25 0 2 0 1151051845 165851136 36708 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 999.14
Current children cumulated vsize (KiB) 167320

[startup+582.301 s]
/proc/loadavg: 1.99 1.82 1.42 3/67 29239
/proc/meminfo: memFree=1630296/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=167448 CPUtime=1076.55
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 38142 0 0 0 107604 51 0 0 17 0 2 0 1151051803 171466752 38127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 41862 38127 83 193 0 41666 0
[pid=29236/tid=29237] ppid=29233 vsize=167448 CPUtime=539.07
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 15218 0 0 0 53881 26 0 0 16 0 2 0 1151051845 171466752 38127 1992294400 134512640 135305190 4294956144 18446744073709551615 134836420 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1118.82
Current children cumulated vsize (KiB) 172804

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

[startup+588.702 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 29239
/proc/meminfo: memFree=1629528/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=168116 CPUtime=1089.23
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 38298 0 0 0 108872 51 0 0 25 0 2 0 1151051803 172150784 38283 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 42029 38283 83 193 0 41833 0
[pid=29236/tid=29237] ppid=29233 vsize=168116 CPUtime=545.38
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 15274 0 0 0 54512 26 0 0 18 0 2 0 1151051845 172150784 38283 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1131.5
Current children cumulated vsize (KiB) 173472

[startup+591.903 s]
/proc/loadavg: 1.99 1.83 1.42 3/67 29239
/proc/meminfo: memFree=1629336/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=168284 CPUtime=1095.62
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 38348 0 0 0 109511 51 0 0 25 0 2 0 1151051803 172322816 38333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 42071 38333 83 193 0 41875 0
[pid=29236/tid=29237] ppid=29233 vsize=168284 CPUtime=548.58
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 15274 0 0 0 54832 26 0 0 18 0 2 0 1151051845 172322816 38333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1137.89
Current children cumulated vsize (KiB) 173640

[startup+593.502 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 29239
/proc/meminfo: memFree=1629272/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=168448 CPUtime=1098.82
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 38378 0 0 0 109831 51 0 0 25 0 2 0 1151051803 172490752 38363 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 42112 38363 83 193 0 41916 0
[pid=29236/tid=29237] ppid=29233 vsize=168448 CPUtime=550.18
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 15274 0 0 0 54992 26 0 0 21 0 2 0 1151051845 172490752 38363 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1141.09
Current children cumulated vsize (KiB) 173804

[startup+593.902 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 29239
/proc/meminfo: memFree=1629208/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=168448 CPUtime=1099.62
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 38379 0 0 0 109911 51 0 0 25 0 2 0 1151051803 172490752 38364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 42112 38364 83 193 0 41916 0
[pid=29236/tid=29237] ppid=29233 vsize=168448 CPUtime=550.58
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 15274 0 0 0 55032 26 0 0 22 0 2 0 1151051845 172490752 38364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1141.89
Current children cumulated vsize (KiB) 173804

[startup+594.302 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 29239
/proc/meminfo: memFree=1629208/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=168448 CPUtime=1100.41
/proc/29236/stat : 29236 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194304 38380 0 0 0 109990 51 0 0 25 0 2 0 1151051803 172490752 38365 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 42112 38365 83 193 0 41916 0
[pid=29236/tid=29237] ppid=29233 vsize=168448 CPUtime=550.98
/proc/29236/task/29237/stat : 29237 (manysat1.1_stat) R 29233 29233 28961 0 -1 4194368 15275 0 0 0 55072 26 0 0 24 0 2 0 1151051845 172490752 38365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1142.68
Current children cumulated vsize (KiB) 173804

[startup+594.402 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 29239
/proc/meminfo: memFree=1629208/2055920 swapFree=4178784/4192956
[pid=29233] ppid=29231 vsize=5356 CPUtime=42.27
/proc/29233/stat : 29233 (manysat.sh) S 29231 29233 28961 0 -1 4194304 312 49513 0 0 0 0 4185 42 16 0 1 0 1151047570 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29233/statm: 1339 238 195 169 0 50 0
[pid=29236] ppid=29233 vsize=0 CPUtime=1100.59
/proc/29236/stat : 29236 (manysat1.1_stat) Z 29233 29233 28961 0 -1 4194316 38395 0 0 0 110006 53 0 0 25 0 2 0 1151051803 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29236/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1142.86
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 594.43
CPU time (s): 1142.92
CPU user time (s): 1141.93
CPU system time (s): 0.989849
CPU usage (%): 192.271
Max. virtual memory (cumulated for all children) (KiB): 213248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1141.93
system time used= 0.989849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88374
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= 3441
involuntary context switches= 8427

runsolver used 0.550916 second user time and 1.61875 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-03 20:37:38
IDJOB=1563248
IDBENCH=70950
IDSOLVER=513
FILE ID=node57/1563248-1238783856
PBS_JOBID= 9085570
Free space on /tmp= 66512 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r2-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563248-1238783856/watcher-1563248-1238783856 -o /tmp/evaluation-result-1563248-1238783856/solver-1563248-1238783856 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563248-1238783856.cnf aimd 0

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1687683767

node57.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.213
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.213
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:       1810760 kB
Buffers:         24976 kB
Cached:         142884 kB
SwapCached:       7784 kB
Active:          92200 kB
Inactive:        84932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810760 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:           33796 kB
Writeback:           0 kB
Mapped:          15020 kB
Slab:            54088 kB
Committed_AS:  2941764 kB
PageTables:       1392 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= 66512 MiB
End job on node57 at 2009-04-03 20:47:32