Trace number 1731609

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 1/2009-03-20UNSAT 818.156 413.944

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-Mat26.sat05-457.reshuffled-07.cnf
MD5SUM3d4fadc8af17bc65dbe7fef013825ed5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark248.946
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of clauses2464
Sum of the clauses size6432
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2960
Number of clauses of size 31504
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2464     6432 |     739       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2208     7456 |      --       0       --      -- |     --   | -256/1024
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 360   #clauses: 2208   #literals: 7456
0.00/0.01	c CPU time:   0.015997 s
0.00/0.01	c ==============================================================================
818.10/413.92	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
818.10/413.92	c ============================[ Problem Statistics ]=============================
818.10/413.92	c |                                                                             |
818.10/413.92	c threadId              : 1
818.10/413.92	c restarts              : 2868
818.10/413.92	c conflicts             : 1109297        (1356 /sec)
818.10/413.92	c decisions             : 1369796        (1.73 % random) (1675 /sec)
818.10/413.92	c propagations          : 55076598       (67350 /sec)
818.10/413.92	c conflict literals     : 20795614       (21.24 % deleted)
818.10/413.92	c Memory used           : 92.30 MB
818.10/413.92	c CPU time              : 817.766 s
818.10/413.92	
818.10/413.92	c --->m=2, e=8, aimd=1, HOME/5654_many.cnf	time: 408.883	conflicts: 1109297      
818.10/413.93	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-1731609-1240772583/watcher-1731609-1240772583 -o /tmp/evaluation-result-1731609-1240772583/solver-1731609-1240772583 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1731609-1240772583.cnf aimd 1 

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.99 1.86 1.46 3/64 5654
/proc/meminfo: memFree=1788776/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 105284233 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 235 195 169 0 50 0
[pid=5655] ppid=5654 vsize=956 CPUtime=0
/proc/5655/stat : 5655 (SatElite) R 5654 5654 5276 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 105284233 978944 133 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5655/statm: 239 133 50 127 0 109 0

[startup+0.012877 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 5654
/proc/meminfo: memFree=1788776/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 105284233 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 235 195 169 0 50 0
[pid=5655] ppid=5654 vsize=1092 CPUtime=0
/proc/5655/stat : 5655 (SatElite) R 5654 5654 5276 0 -1 4194304 199 0 0 0 0 0 0 0 19 0 1 0 105284233 1118208 183 1992294400 134512640 135034092 4294956096 18446744073709551615 134566409 0 0 4096 3 0 0 0 17 0 0 0
/proc/5655/statm: 273 183 68 127 0 143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6448

[startup+0.10889 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 5654
/proc/meminfo: memFree=1788776/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301916 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 5654
/proc/meminfo: memFree=1788776/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701972 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 5654
/proc/meminfo: memFree=1788776/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50108 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 5658
/proc/meminfo: memFree=1785744/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=17356 CPUtime=2.93
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 1082 0 0 0 293 0 0 0 17 0 2 0 105284235 17772544 1068 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 4339 1068 83 193 0 4143 0
[pid=5657/tid=5658] ppid=5654 vsize=17356 CPUtime=1.46
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 522 0 0 0 146 0 0 0 19 0 2 0 105284236 17772544 1068 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22712

[startup+3.1023 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 5658
/proc/meminfo: memFree=1783504/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=21152 CPUtime=6.13
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 2031 0 0 0 612 1 0 0 17 0 2 0 105284235 21659648 2017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 5288 2017 83 193 0 5092 0
[pid=5657/tid=5658] ppid=5654 vsize=21152 CPUtime=3.06
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 1014 0 0 0 306 0 0 0 18 0 2 0 105284236 21659648 2017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 26508

[startup+6.30174 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 5658
/proc/meminfo: memFree=1776848/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=24512 CPUtime=12.51
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 3029 0 0 0 1249 2 0 0 17 0 2 0 105284235 25100288 2978 1992294400 134512640 135305190 4294956144 18446744073709551615 134538534 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 6128 2978 83 193 0 5932 0
[pid=5657/tid=5658] ppid=5654 vsize=24512 CPUtime=6.26
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 1467 0 0 0 625 1 0 0 18 0 2 0 105284236 25100288 2978 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 29868

[startup+12.7026 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 5658
/proc/meminfo: memFree=1772496/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=30036 CPUtime=25.28
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 4203 0 0 0 2524 4 0 0 19 0 2 0 105284235 30756864 4152 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 7509 4152 83 193 0 7313 0
[pid=5657/tid=5658] ppid=5654 vsize=30036 CPUtime=12.65
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 2101 0 0 0 1263 2 0 0 19 0 2 0 105284236 30756864 4152 1992294400 134512640 135305190 4294956144 18446744073709551615 134528690 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 35392

[startup+25.5014 s]
/proc/loadavg: 1.99 1.87 1.47 3/67 5658
/proc/meminfo: memFree=1765968/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=35784 CPUtime=50.79
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 5676 0 0 0 5073 6 0 0 17 0 2 0 105284235 36642816 5625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 8946 5625 83 193 0 8750 0
[pid=5657/tid=5658] ppid=5654 vsize=35784 CPUtime=25.44
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 3043 0 0 0 2541 3 0 0 17 0 2 0 105284236 36642816 5625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 41140

[startup+51.1018 s]
/proc/loadavg: 1.99 1.88 1.48 3/67 5658
/proc/meminfo: memFree=1758800/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=44292 CPUtime=101.87
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 7603 0 0 0 10177 10 0 0 24 0 2 0 105284235 45355008 7552 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 11073 7552 83 193 0 10877 0
[pid=5657/tid=5658] ppid=5654 vsize=44292 CPUtime=51.02
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 4150 0 0 0 5097 5 0 0 25 0 2 0 105284236 45355008 7552 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 49648

[startup+102.307 s]
/proc/loadavg: 1.99 1.90 1.51 3/67 5658
/proc/meminfo: memFree=1748688/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=54308 CPUtime=204.04
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 9996 0 0 0 20390 14 0 0 25 0 2 0 105284235 55611392 9945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 13577 9945 83 193 0 13381 0
[pid=5657/tid=5658] ppid=5654 vsize=54308 CPUtime=102.2
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 5190 0 0 0 10213 7 0 0 16 0 2 0 105284236 55611392 9945 1992294400 134512640 135305190 4294956144 18446744073709551615 134538914 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 59664

[startup+162.302 s]
/proc/loadavg: 1.99 1.91 1.54 3/67 5658
/proc/meminfo: memFree=1740560/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=63024 CPUtime=323.75
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 12048 0 0 0 32357 18 0 0 18 0 2 0 105284235 64536576 11997 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 15756 11997 83 193 0 15560 0
[pid=5657/tid=5658] ppid=5654 vsize=63024 CPUtime=162.16
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 6173 0 0 0 16207 9 0 0 24 0 2 0 105284236 64536576 11997 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.76
Current children cumulated vsize (KiB) 68380

[startup+222.301 s]
/proc/loadavg: 1.99 1.92 1.56 3/67 5658
/proc/meminfo: memFree=1733080/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=72072 CPUtime=443.49
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 13852 0 0 0 44327 22 0 0 25 0 2 0 105284235 73801728 13801 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 18018 13801 83 193 0 17822 0
[pid=5657/tid=5658] ppid=5654 vsize=72072 CPUtime=222.13
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 7292 0 0 0 22202 11 0 0 25 0 2 0 105284236 73801728 13801 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.5
Current children cumulated vsize (KiB) 77428

[startup+282.301 s]
/proc/loadavg: 1.99 1.94 1.58 3/67 5658
/proc/meminfo: memFree=1723352/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=82808 CPUtime=563.23
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 16335 0 0 0 56295 28 0 0 25 0 2 0 105284235 84795392 16284 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 20702 16284 83 193 0 20506 0
[pid=5657/tid=5658] ppid=5654 vsize=82808 CPUtime=282.11
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 8634 0 0 0 28196 15 0 0 25 0 2 0 105284236 84795392 16284 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.24
Current children cumulated vsize (KiB) 88164

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.61 3/67 5658
/proc/meminfo: memFree=1719320/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=87688 CPUtime=682.96
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 17289 0 0 0 68265 31 0 0 21 0 2 0 105284235 89792512 17238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 21922 17238 83 193 0 21726 0
[pid=5657/tid=5658] ppid=5654 vsize=87688 CPUtime=342.08
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 8963 0 0 0 34192 16 0 0 25 0 2 0 105284236 89792512 17238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.97
Current children cumulated vsize (KiB) 93044

[startup+402.302 s]
/proc/loadavg: 1.99 1.95 1.63 3/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=802.7
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 80236 34 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529260 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=402.06
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 9717 0 0 0 40188 18 0 0 17 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529566 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.71
Current children cumulated vsize (KiB) 99868

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

[startup+403.102 s]
/proc/loadavg: 1.99 1.95 1.63 3/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=804.29
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 80395 34 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=402.86
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194368 9717 0 0 0 40268 18 0 0 18 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 804.3
Current children cumulated vsize (KiB) 99868

[startup+409.502 s]
/proc/loadavg: 1.91 1.93 1.63 2/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=813.69
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 81334 35 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529260 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=405.86
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) S 5654 5654 5276 0 -1 4194368 9717 0 0 0 40568 18 0 0 25 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 813.7
Current children cumulated vsize (KiB) 99868

[startup+411.102 s]
/proc/loadavg: 1.91 1.93 1.63 2/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=815.29
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 81494 35 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=405.86
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) S 5654 5654 5276 0 -1 4194368 9717 0 0 0 40568 18 0 0 25 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 815.3
Current children cumulated vsize (KiB) 99868

[startup+412.702 s]
/proc/loadavg: 1.84 1.92 1.63 2/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=816.89
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 81654 35 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529566 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=405.86
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) S 5654 5654 5276 0 -1 4194368 9717 0 0 0 40568 18 0 0 25 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.9
Current children cumulated vsize (KiB) 99868

[startup+413.501 s]
/proc/loadavg: 1.84 1.92 1.63 2/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=817.69
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 81734 35 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529235 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=405.86
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) S 5654 5654 5276 0 -1 4194368 9717 0 0 0 40568 18 0 0 25 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 817.7
Current children cumulated vsize (KiB) 99868

[startup+413.901 s]
/proc/loadavg: 1.84 1.92 1.63 2/67 5658
/proc/meminfo: memFree=1712728/2055920 swapFree=4191900/4192956
[pid=5654] ppid=5652 vsize=5356 CPUtime=0.01
/proc/5654/stat : 5654 (manysat.sh) S 5652 5654 5276 0 -1 4194304 312 204 0 0 0 0 1 0 18 0 1 0 105284233 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5654/statm: 1339 238 195 169 0 50 0
[pid=5657] ppid=5654 vsize=94512 CPUtime=818.09
/proc/5657/stat : 5657 (manysat1.1_stat) R 5654 5654 5276 0 -1 4194304 18915 0 0 0 81774 35 0 0 25 0 2 0 105284235 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134529566 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5657/statm: 23628 18864 83 193 0 23432 0
[pid=5657/tid=5658] ppid=5654 vsize=94512 CPUtime=405.86
/proc/5657/task/5658/stat : 5658 (manysat1.1_stat) S 5654 5654 5276 0 -1 4194368 9717 0 0 0 40568 18 0 0 25 0 2 0 105284236 96780288 18864 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 818.1
Current children cumulated vsize (KiB) 99868

Child status: 20
Real time (s): 413.944
CPU time (s): 818.156
CPU user time (s): 817.787
CPU system time (s): 0.368943
CPU usage (%): 197.649
Max. virtual memory (cumulated for all children) (KiB): 99868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 817.787
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19600
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= 987
involuntary context switches= 6106

runsolver used 0.39294 second user time and 1.12083 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-26 21:03:03
IDJOB=1731609
IDBENCH=24755
IDSOLVER=514
FILE ID=node71/1731609-1240772583
PBS_JOBID= 9187161
Free space on /tmp= 66476 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-Mat26.sat05-457.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731609-1240772583/watcher-1731609-1240772583 -o /tmp/evaluation-result-1731609-1240772583/solver-1731609-1240772583 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1731609-1240772583.cnf aimd 1

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=583288835

node71.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.236
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.236
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:       1789320 kB
Buffers:         28360 kB
Cached:         160424 kB
SwapCached:        528 kB
Active:          53660 kB
Inactive:       148604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789320 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          21764 kB
Slab:            50364 kB
Committed_AS:   317444 kB
PageTables:       1436 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= 66472 MiB
End job on node71 at 2009-04-26 21:09:57