Trace number 1723467

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 161.715 83.1429

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.38/0.49	c ==============================================================================
0.38/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.49	c ==============================================================================
0.38/0.49	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.29/3.38	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.29/3.38	c ==============================================================================
3.29/3.38	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.29/3.38	c CPU time:   3.21551 s
3.29/3.38	c ==============================================================================
161.63/83.11	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
161.63/83.11	c ============================[ Problem Statistics ]=============================
161.63/83.11	c |                                                                             |
161.63/83.11	c threadId              : 0
161.63/83.11	c restarts              : 941
161.63/83.11	c conflicts             : 208737         (1324 /sec)
161.63/83.11	c decisions             : 1445640        (1.53 % random) (9168 /sec)
161.63/83.11	c propagations          : 72238207       (458114 /sec)
161.63/83.11	c conflict literals     : 3975340        (22.82 % deleted)
161.63/83.11	c Memory used           : 72.43 MB
161.63/83.11	c CPU time              : 157.686 s
161.63/83.11	
161.63/83.11	c --->m=2, e=8, aimd=1, HOME/13856_many.cnf	time: 78.8435	conflicts: 208737       
161.63/83.12	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-1723467-1240686206/watcher-1723467-1240686206 -o /tmp/evaluation-result-1723467-1240686206/solver-1723467-1240686206 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723467-1240686206.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.03 1.00 1.00 3/64 13856
/proc/meminfo: memFree=1701176/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) R 13854 13856 13566 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13856/statm: 1339 234 194 169 0 50 0
[pid=13857] ppid=13856 vsize=956 CPUtime=0
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 96653349 978944 148 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 275 152 50 127 0 145 0

[startup+0.0670339 s]
/proc/loadavg: 1.03 1.00 1.00 3/64 13856
/proc/meminfo: memFree=1701176/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13856/statm: 1339 235 195 169 0 50 0
[pid=13857] ppid=13856 vsize=10064 CPUtime=0.05
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 2281 0 0 0 5 0 0 0 19 0 1 0 96653349 10305536 2265 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 2516 2267 50 127 0 2386 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15420

[startup+0.101037 s]
/proc/loadavg: 1.03 1.00 1.00 3/64 13856
/proc/meminfo: memFree=1701176/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13856/statm: 1339 235 195 169 0 50 0
[pid=13857] ppid=13856 vsize=16160 CPUtime=0.09
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 3431 0 0 0 8 1 0 0 19 0 1 0 96653349 16547840 3416 1992294400 134512640 135034092 4294956096 18446744073709551615 134545481 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 4040 3417 50 127 0 3910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21516

[startup+0.301061 s]
/proc/loadavg: 1.03 1.00 1.00 3/64 13856
/proc/meminfo: memFree=1701176/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13856/statm: 1339 235 195 169 0 50 0
[pid=13857] ppid=13856 vsize=41532 CPUtime=0.29
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 9903 0 0 0 24 5 0 0 21 0 1 0 96653349 42528768 9887 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 10383 9887 50 127 0 10253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46888

[startup+0.701109 s]
/proc/loadavg: 1.03 1.00 1.00 3/64 13856
/proc/meminfo: memFree=1701176/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13856/statm: 1339 235 195 169 0 50 0
[pid=13857] ppid=13856 vsize=79708 CPUtime=0.69
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 18520 0 0 0 60 9 0 0 25 0 1 0 96653349 81620992 17110 1992294400 134512640 135034092 4294956096 18446744073709551615 134547491 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 19927 17110 68 127 0 19797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85064

[startup+1.50121 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 13858
/proc/meminfo: memFree=1628008/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13856/statm: 1339 235 195 169 0 50 0
[pid=13857] ppid=13856 vsize=83620 CPUtime=1.49
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 19366 0 0 0 137 12 0 0 25 0 1 0 96653349 85626880 17956 1992294400 134512640 135034092 4294956096 18446744073709551615 134558810 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 20905 17956 68 127 0 20775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88976

[startup+3.1014 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 13858
/proc/meminfo: memFree=1615400/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=0
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653348 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13856/statm: 1339 235 195 169 0 50 0
[pid=13857] ppid=13856 vsize=86900 CPUtime=3.08
/proc/13857/stat : 13857 (SatElite) R 13856 13856 13566 0 -1 4194304 20437 0 0 0 293 15 0 0 25 0 1 0 96653349 88985600 18695 1992294400 134512640 135034092 4294956096 18446744073709551615 134569439 0 0 4096 3 0 0 0 17 0 0 0
/proc/13857/statm: 21725 18695 68 127 0 21595 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92256

[startup+6.30279 s]
/proc/loadavg: 1.02 1.00 1.00 3/67 13860
/proc/meminfo: memFree=1643616/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=51972 CPUtime=4.73
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 9616 0 0 0 460 13 0 0 16 0 2 0 96653723 53219328 9602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 12993 9602 83 193 0 12797 0
[pid=13859/tid=13860] ppid=13856 vsize=51972 CPUtime=2.21
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 936 0 0 0 217 4 0 0 17 0 2 0 96653756 53219328 9602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 57328

[startup+12.7016 s]
/proc/loadavg: 1.10 1.02 1.01 3/67 13860
/proc/meminfo: memFree=1637792/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=57844 CPUtime=17.5
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 10964 0 0 0 1733 17 0 0 17 0 2 0 96653723 59232256 10950 1992294400 134512640 135305190 4294956144 18446744073709551615 134556804 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 14461 10950 83 193 0 14265 0
[pid=13859/tid=13860] ppid=13856 vsize=57844 CPUtime=8.59
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 1511 0 0 0 854 5 0 0 17 0 2 0 96653756 59232256 10950 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.23
Current children cumulated vsize (KiB) 63200

[startup+25.5011 s]
/proc/loadavg: 1.30 1.06 1.02 3/67 13860
/proc/meminfo: memFree=1634528/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=60436 CPUtime=43.03
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 11657 0 0 0 4285 18 0 0 17 0 2 0 96653723 61886464 11643 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 15109 11643 83 193 0 14913 0
[pid=13859/tid=13860] ppid=13856 vsize=60436 CPUtime=21.39
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 1802 0 0 0 2133 6 0 0 17 0 2 0 96653756 61886464 11643 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.76
Current children cumulated vsize (KiB) 65792

[startup+51.1012 s]
/proc/loadavg: 1.54 1.14 1.04 3/67 13860
/proc/meminfo: memFree=1625760/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=68424 CPUtime=94.07
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 13832 0 0 0 9385 22 0 0 17 0 2 0 96653723 70066176 13818 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 17106 13818 83 193 0 16910 0
[pid=13859/tid=13860] ppid=13856 vsize=68424 CPUtime=46.96
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 2844 0 0 0 4688 8 0 0 17 0 2 0 96653756 70066176 13818 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.8
Current children cumulated vsize (KiB) 73780

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

[startup+63.9017 s]
/proc/loadavg: 1.61 1.17 1.05 3/67 13860
/proc/meminfo: memFree=1621472/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=73216 CPUtime=119.6
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 14904 0 0 0 11936 24 0 0 19 0 2 0 96653723 74973184 14890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18304 14890 83 193 0 18108 0
[pid=13859/tid=13860] ppid=13856 vsize=73216 CPUtime=59.75
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3260 0 0 0 5967 8 0 0 19 0 2 0 96653756 74973184 14890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.33
Current children cumulated vsize (KiB) 78572

[startup+76.7012 s]
/proc/loadavg: 1.69 1.21 1.07 3/67 13860
/proc/meminfo: memFree=1620960/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=73764 CPUtime=145.13
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 15033 0 0 0 14488 25 0 0 18 0 2 0 96653723 75534336 15019 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18441 15019 83 193 0 18245 0
[pid=13859/tid=13860] ppid=13856 vsize=73764 CPUtime=72.54
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3295 0 0 0 7246 8 0 0 18 0 2 0 96653756 75534336 15019 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.86
Current children cumulated vsize (KiB) 79120

[startup+79.9016 s]
/proc/loadavg: 1.72 1.22 1.07 3/67 13860
/proc/meminfo: memFree=1620768/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=73896 CPUtime=151.52
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 15077 0 0 0 15127 25 0 0 17 0 2 0 96653723 75669504 15063 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18474 15063 83 193 0 18278 0
[pid=13859/tid=13860] ppid=13856 vsize=73896 CPUtime=75.74
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3302 0 0 0 7566 8 0 0 17 0 2 0 96653756 75669504 15063 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 155.25
Current children cumulated vsize (KiB) 79252

[startup+81.5018 s]
/proc/loadavg: 1.72 1.22 1.07 3/67 13860
/proc/meminfo: memFree=1620512/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=74028 CPUtime=154.71
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 15108 0 0 0 15446 25 0 0 19 0 2 0 96653723 75804672 15094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18507 15094 83 193 0 18311 0
[pid=13859/tid=13860] ppid=13856 vsize=74028 CPUtime=77.33
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3313 0 0 0 7725 8 0 0 19 0 2 0 96653756 75804672 15094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.44
Current children cumulated vsize (KiB) 79384

[startup+82.3029 s]
/proc/loadavg: 1.72 1.22 1.07 3/67 13860
/proc/meminfo: memFree=1620512/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=74028 CPUtime=156.31
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 15122 0 0 0 15606 25 0 0 17 0 2 0 96653723 75804672 15108 1992294400 134512640 135305190 4294956144 18446744073709551615 134541965 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18507 15108 83 193 0 18311 0
[pid=13859/tid=13860] ppid=13856 vsize=74028 CPUtime=78.13
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3316 0 0 0 7805 8 0 0 17 0 2 0 96653756 75804672 15108 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (KiB) 79384

[startup+82.7029 s]
/proc/loadavg: 1.72 1.22 1.07 3/67 13860
/proc/meminfo: memFree=1620384/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=74028 CPUtime=157.11
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 15124 0 0 0 15686 25 0 0 18 0 2 0 96653723 75804672 15110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18507 15110 83 193 0 18311 0
[pid=13859/tid=13860] ppid=13856 vsize=74028 CPUtime=78.53
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3317 0 0 0 7845 8 0 0 18 0 2 0 96653756 75804672 15110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 79384

[startup+83.103 s]
/proc/loadavg: 1.72 1.22 1.07 3/67 13860
/proc/meminfo: memFree=1620384/2055920 swapFree=4192812/4192956
[pid=13856] ppid=13854 vsize=5356 CPUtime=3.73
/proc/13856/stat : 13856 (manysat.sh) S 13854 13856 13566 0 -1 4194304 312 22157 0 0 0 0 354 19 16 0 1 0 96653348 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13856/statm: 1339 238 195 169 0 50 0
[pid=13859] ppid=13856 vsize=74160 CPUtime=157.9
/proc/13859/stat : 13859 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194304 15143 0 0 0 15765 25 0 0 17 0 2 0 96653723 75939840 15129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13859/statm: 18540 15129 83 193 0 18344 0
[pid=13859/tid=13860] ppid=13856 vsize=74160 CPUtime=78.94
/proc/13859/task/13860/stat : 13860 (manysat1.1_stat) R 13856 13856 13566 0 -1 4194368 3324 0 0 0 7885 9 0 0 18 0 2 0 96653756 75939840 15129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 79516

Child status: 20
Real time (s): 83.1429
CPU time (s): 161.715
CPU user time (s): 161.235
CPU system time (s): 0.479927
CPU usage (%): 194.503
Max. virtual memory (cumulated for all children) (KiB): 95044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.235
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37783
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= 3122
involuntary context switches= 1202

runsolver used 0.085986 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-25 21:03:27
IDJOB=1723467
IDBENCH=71715
IDSOLVER=514
FILE ID=node33/1723467-1240686206
PBS_JOBID= 9186680
Free space on /tmp= 66344 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723467-1240686206/watcher-1723467-1240686206 -o /tmp/evaluation-result-1723467-1240686206/solver-1723467-1240686206 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723467-1240686206.cnf aimd 1

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=1728356978

node33.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.212
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.212
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:       1701656 kB
Buffers:         28472 kB
Cached:         262092 kB
SwapCached:          0 kB
Active:         143152 kB
Inactive:       161320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10196 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            35796 kB
Committed_AS:   309260 kB
PageTables:       1388 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= 66344 MiB
End job on node33 at 2009-04-25 21:04:50