Trace number 1722505

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 869.431 435.99

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.643
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.02/0.03	c ==============================================================================
0.02/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.03	c ==============================================================================
0.02/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.29/0.37	c CPU time:   0.370943 s
0.29/0.37	c ==============================================================================
869.24/435.97	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
869.24/435.97	c ============================[ Problem Statistics ]=============================
869.24/435.97	c |                                                                             |
869.24/435.97	c threadId              : 1
869.24/435.97	c restarts              : 2164
869.24/435.97	c conflicts             : 726323         (836 /sec)
869.24/435.97	c decisions             : 973704         (1.73 % random) (1121 /sec)
869.24/435.97	c propagations          : 65754748       (75690 /sec)
869.24/435.97	c conflict literals     : 15770813       (24.70 % deleted)
869.24/435.97	c Memory used           : 82.40 MB
869.24/435.97	c CPU time              : 868.738 s
869.24/435.97	
869.24/435.97	c --->m=2, e=8, aimd=1, HOME/20462_many.cnf	time: 434.369	conflicts: 726323       
869.24/435.98	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-1722505-1240676234/watcher-1722505-1240676234 -o /tmp/evaluation-result-1722505-1240676234/solver-1722505-1240676234 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1722505-1240676234.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: 0.92 1.00 1.09 3/64 20462
/proc/meminfo: memFree=1835648/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0
/proc/20462/stat : 20462 (manysat.sh) R 20460 20462 20046 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95656657 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20462/statm: 1339 234 194 169 0 50 0
[pid=20463] ppid=20462 vsize=1100 CPUtime=0
/proc/20463/stat : 20463 (SatElite) R 20462 20462 20046 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 95656658 1126400 153 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20463/statm: 275 154 50 127 0 145 0

[startup+0.0305719 s]
/proc/loadavg: 0.92 1.00 1.09 3/64 20462
/proc/meminfo: memFree=1835648/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95656657 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20462/statm: 1339 235 195 169 0 50 0
[pid=20463] ppid=20462 vsize=3184 CPUtime=0.02
/proc/20463/stat : 20463 (SatElite) R 20462 20462 20046 0 -1 4194304 676 0 0 0 2 0 0 0 19 0 1 0 95656658 3260416 660 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20463/statm: 796 660 50 127 0 666 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8540

[startup+0.101583 s]
/proc/loadavg: 0.92 1.00 1.09 3/64 20462
/proc/meminfo: memFree=1835648/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95656657 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20462/statm: 1339 235 195 169 0 50 0
[pid=20463] ppid=20462 vsize=5416 CPUtime=0.09
/proc/20463/stat : 20463 (SatElite) R 20462 20462 20046 0 -1 4194304 1289 0 0 0 9 0 0 0 19 0 1 0 95656658 5545984 1273 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/20463/statm: 1354 1273 68 127 0 1224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10772

[startup+0.301619 s]
/proc/loadavg: 0.92 1.00 1.09 3/64 20462
/proc/meminfo: memFree=1835648/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95656657 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20462/statm: 1339 235 195 169 0 50 0
[pid=20463] ppid=20462 vsize=6808 CPUtime=0.29
/proc/20463/stat : 20463 (SatElite) R 20462 20462 20046 0 -1 4194304 1579 0 0 0 29 0 0 0 21 0 1 0 95656658 6971392 1563 1992294400 134512640 135034092 4294956096 18446744073709551615 134569274 0 0 4096 3 0 0 0 17 0 0 0
/proc/20463/statm: 1702 1563 68 127 0 1572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12164

[startup+0.701702 s]
/proc/loadavg: 0.92 1.00 1.09 3/64 20462
/proc/meminfo: memFree=1835648/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 5356

[startup+1.50284 s]
/proc/loadavg: 0.92 1.00 1.09 3/67 20466
/proc/meminfo: memFree=1823656/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=22420 CPUtime=2
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 2785 0 0 0 198 2 0 0 17 0 2 0 95656704 22958080 2771 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 5605 2771 83 193 0 5409 0
[pid=20465/tid=20466] ppid=20462 vsize=22420 CPUtime=0.97
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 337 0 0 0 97 0 0 0 19 0 2 0 95656710 22958080 2771 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 27776

[startup+3.10112 s]
/proc/loadavg: 0.92 1.00 1.09 3/67 20466
/proc/meminfo: memFree=1822312/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=23500 CPUtime=5.19
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 3163 0 0 0 517 2 0 0 18 0 2 0 95656704 24064000 3149 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 5875 3149 83 193 0 5679 0
[pid=20465/tid=20466] ppid=20462 vsize=23500 CPUtime=2.56
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 524 0 0 0 256 0 0 0 23 0 2 0 95656710 24064000 3149 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 28856

[startup+6.30269 s]
/proc/loadavg: 1.01 1.01 1.09 3/67 20466
/proc/meminfo: memFree=1818600/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=27600 CPUtime=11.58
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 4108 0 0 0 1155 3 0 0 17 0 2 0 95656704 28262400 4094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 6900 4094 83 193 0 6704 0
[pid=20465/tid=20466] ppid=20462 vsize=27600 CPUtime=5.76
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 1183 0 0 0 576 0 0 0 25 0 2 0 95656710 28262400 4094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 32956

[startup+12.7018 s]
/proc/loadavg: 1.09 1.03 1.10 3/67 20466
/proc/meminfo: memFree=1815912/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=29172 CPUtime=24.34
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 4530 0 0 0 2431 3 0 0 21 0 2 0 95656704 29872128 4516 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 7293 4516 83 193 0 7097 0
[pid=20465/tid=20466] ppid=20462 vsize=29172 CPUtime=12.16
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 1397 0 0 0 1215 1 0 0 25 0 2 0 95656710 29872128 4516 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 34528

[startup+25.5011 s]
/proc/loadavg: 1.29 1.07 1.11 3/67 20466
/proc/meminfo: memFree=1809576/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=36772 CPUtime=49.88
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 6126 0 0 0 4982 6 0 0 21 0 2 0 95656704 37654528 6112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 9193 6112 83 193 0 8997 0
[pid=20465/tid=20466] ppid=20462 vsize=36772 CPUtime=24.94
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 2196 0 0 0 2493 1 0 0 17 0 2 0 95656710 37654528 6112 1992294400 134512640 135305190 4294956144 18446744073709551615 134538178 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 42128

[startup+51.1016 s]
/proc/loadavg: 1.53 1.15 1.13 3/67 20466
/proc/meminfo: memFree=1805096/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=40848 CPUtime=100.95
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 7260 0 0 0 10087 8 0 0 17 0 2 0 95656704 41828352 7246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 10212 7246 83 193 0 10016 0
[pid=20465/tid=20466] ppid=20462 vsize=40848 CPUtime=50.53
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 2713 0 0 0 5051 2 0 0 25 0 2 0 95656710 41828352 7246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 46204

[startup+102.307 s]
/proc/loadavg: 1.79 1.28 1.18 3/67 20466
/proc/meminfo: memFree=1795304/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=52024 CPUtime=203.13
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 9664 0 0 0 20303 10 0 0 16 0 2 0 95656704 53272576 9650 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 13006 9650 83 193 0 12810 0
[pid=20465/tid=20466] ppid=20462 vsize=52024 CPUtime=101.71
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 3727 0 0 0 10168 3 0 0 25 0 2 0 95656710 53272576 9650 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 57380

[startup+162.301 s]
/proc/loadavg: 1.92 1.41 1.22 3/67 20466
/proc/meminfo: memFree=1785256/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=62692 CPUtime=322.83
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 12155 0 0 0 32270 13 0 0 17 0 2 0 95656704 64196608 12141 1992294400 134512640 135305190 4294956144 18446744073709551615 134538311 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 15673 12141 83 193 0 15477 0
[pid=20465/tid=20466] ppid=20462 vsize=62692 CPUtime=161.67
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 5199 0 0 0 16162 5 0 0 25 0 2 0 95656710 64196608 12141 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.27
Current children cumulated vsize (KiB) 68048

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.27 3/67 20466
/proc/meminfo: memFree=1781032/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=66808 CPUtime=442.56
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 13175 0 0 0 44241 15 0 0 18 0 2 0 95656704 68411392 13161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 16702 13161 83 193 0 16506 0
[pid=20465/tid=20466] ppid=20462 vsize=66808 CPUtime=221.64
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 5796 0 0 0 22158 6 0 0 25 0 2 0 95656710 68411392 13161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443
Current children cumulated vsize (KiB) 72164

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.31 3/67 20466
/proc/meminfo: memFree=1776552/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=72632 CPUtime=562.29
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 14337 0 0 0 56212 17 0 0 25 0 2 0 95656704 74375168 14280 1992294400 134512640 135305190 4294956144 18446744073709551615 134528872 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20465/statm: 18158 14280 83 193 0 17962 0
[pid=20465/tid=20466] ppid=20462 vsize=72632 CPUtime=281.62
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 6332 0 0 0 28155 7 0 0 25 0 2 0 95656710 74375168 14280 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.73
Current children cumulated vsize (KiB) 77988

[startup+342.303 s]
/proc/loadavg: 1.99 1.67 1.35 3/67 20466
/proc/meminfo: memFree=1770536/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=78300 CPUtime=682.02
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 15818 0 0 0 68183 19 0 0 25 0 2 0 95656704 80179200 15761 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 19575 15761 83 193 0 19379 0
[pid=20465/tid=20466] ppid=20462 vsize=78300 CPUtime=341.44
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7141 0 0 0 34136 8 0 0 25 0 2 0 95656710 80179200 15761 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.46
Current children cumulated vsize (KiB) 83656

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.39 3/67 20466
/proc/meminfo: memFree=1766632/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=83352 CPUtime=801.76
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 16782 0 0 0 80156 20 0 0 25 0 2 0 95656704 85352448 16725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 20838 16725 83 193 0 20642 0
[pid=20465/tid=20466] ppid=20462 vsize=83352 CPUtime=401.19
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7575 0 0 0 40111 8 0 0 25 0 2 0 95656710 85352448 16725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.2
Current children cumulated vsize (KiB) 88708

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

[startup+409.502 s]
/proc/loadavg: 1.99 1.73 1.40 3/67 20466
/proc/meminfo: memFree=1766312/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=83496 CPUtime=816.12
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 16865 0 0 0 81592 20 0 0 25 0 2 0 95656704 85499904 16808 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 20874 16808 83 193 0 20678 0
[pid=20465/tid=20466] ppid=20462 vsize=83496 CPUtime=408.37
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7641 0 0 0 40828 9 0 0 25 0 2 0 95656710 85499904 16808 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 816.56
Current children cumulated vsize (KiB) 88852

[startup+422.303 s]
/proc/loadavg: 1.99 1.74 1.40 3/67 20466
/proc/meminfo: memFree=1765736/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84124 CPUtime=841.68
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 17004 0 0 0 84147 21 0 0 25 0 2 0 95656704 86142976 16947 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21031 16947 83 193 0 20835 0
[pid=20465/tid=20466] ppid=20462 vsize=84124 CPUtime=421.12
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 42103 9 0 0 23 0 2 0 95656710 86142976 16947 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 842.12
Current children cumulated vsize (KiB) 89480

[startup+428.702 s]
/proc/loadavg: 1.99 1.75 1.40 3/67 20466
/proc/meminfo: memFree=1765608/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84268 CPUtime=854.44
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 17033 0 0 0 85423 21 0 0 25 0 2 0 95656704 86290432 16976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21067 16976 83 193 0 20871 0
[pid=20465/tid=20466] ppid=20462 vsize=84268 CPUtime=427.49
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 42740 9 0 0 25 0 2 0 95656710 86290432 16976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 854.88
Current children cumulated vsize (KiB) 89624

[startup+431.902 s]
/proc/loadavg: 1.99 1.75 1.41 3/67 20466
/proc/meminfo: memFree=1765608/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84376 CPUtime=860.83
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 17035 0 0 0 86062 21 0 0 25 0 2 0 95656704 86401024 16978 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21094 16978 83 193 0 20898 0
[pid=20465/tid=20466] ppid=20462 vsize=84376 CPUtime=430.68
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 43059 9 0 0 25 0 2 0 95656710 86401024 16978 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 861.27
Current children cumulated vsize (KiB) 89732

[startup+433.503 s]
/proc/loadavg: 1.99 1.75 1.41 3/67 20466
/proc/meminfo: memFree=1765608/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84376 CPUtime=864.02
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 17036 0 0 0 86381 21 0 0 17 0 2 0 95656704 86401024 16979 1992294400 134512640 135305190 4294956144 18446744073709551615 134529363 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21094 16979 83 193 0 20898 0
[pid=20465/tid=20466] ppid=20462 vsize=84376 CPUtime=432.27
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 43218 9 0 0 25 0 2 0 95656710 86401024 16979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 864.46
Current children cumulated vsize (KiB) 89732

[startup+435.101 s]
/proc/loadavg: 1.99 1.75 1.41 3/67 20466
/proc/meminfo: memFree=1765608/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84376 CPUtime=867.21
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 17036 0 0 0 86700 21 0 0 18 0 2 0 95656704 86401024 16979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21094 16979 83 193 0 20898 0
[pid=20465/tid=20466] ppid=20462 vsize=84376 CPUtime=433.87
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 43378 9 0 0 25 0 2 0 95656710 86401024 16979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 867.65
Current children cumulated vsize (KiB) 89732

[startup+435.501 s]
/proc/loadavg: 1.99 1.75 1.41 3/67 20466
/proc/meminfo: memFree=1765608/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84376 CPUtime=868.01
/proc/20465/stat : 20465 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194304 17037 0 0 0 86780 21 0 0 18 0 2 0 95656704 86401024 16980 1992294400 134512640 135305190 4294956144 18446744073709551615 134556679 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21094 16980 83 193 0 20898 0
[pid=20465/tid=20466] ppid=20462 vsize=84376 CPUtime=434.27
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 43418 9 0 0 25 0 2 0 95656710 86401024 16980 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 868.45
Current children cumulated vsize (KiB) 89732

[startup+435.901 s]
/proc/loadavg: 1.99 1.75 1.41 3/67 20466
/proc/meminfo: memFree=1765608/2055920 swapFree=4181888/4192956
[pid=20462] ppid=20460 vsize=5356 CPUtime=0.44
/proc/20462/stat : 20462 (manysat.sh) S 20460 20462 20046 0 -1 4194304 312 1584 0 0 0 0 44 0 16 0 1 0 95656657 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20462/statm: 1339 238 195 169 0 50 0
[pid=20465] ppid=20462 vsize=84376 CPUtime=868.8
/proc/20465/stat : 20465 (manysat1.1_stat) S 20462 20462 20046 0 -1 4194304 17037 0 0 0 86859 21 0 0 19 0 2 0 95656704 86401024 16980 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/20465/statm: 21094 16980 83 193 0 20898 0
[pid=20465/tid=20466] ppid=20462 vsize=84376 CPUtime=434.66
/proc/20465/task/20466/stat : 20466 (manysat1.1_stat) R 20462 20462 20046 0 -1 4194368 7717 0 0 0 43457 9 0 0 25 0 2 0 95656710 86401024 16980 1992294400 134512640 135305190 4294956144 18446744073709551615 134837729 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 869.24
Current children cumulated vsize (KiB) 89732

Child status: 20
Real time (s): 435.99
CPU time (s): 869.431
CPU user time (s): 869.191
CPU system time (s): 0.239963
CPU usage (%): 199.415
Max. virtual memory (cumulated for all children) (KiB): 89732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 869.191
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19102
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= 657
involuntary context switches= 6533

runsolver used 0.441932 second user time and 1.15082 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-25 18:17:14
IDJOB=1722505
IDBENCH=71091
IDSOLVER=514
FILE ID=node18/1722505-1240676234
PBS_JOBID= 9186592
Free space on /tmp= 66148 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722505-1240676234/watcher-1722505-1240676234 -o /tmp/evaluation-result-1722505-1240676234/solver-1722505-1240676234 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1722505-1240676234.cnf aimd 1

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=120600430

node18.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.280
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.280
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:       1836128 kB
Buffers:         21276 kB
Cached:         142188 kB
SwapCached:       5176 kB
Active:          81804 kB
Inactive:        89804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836128 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          13876 kB
Slab:            34284 kB
Committed_AS:   355568 kB
PageTables:       1372 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= 66144 MiB
End job on node18 at 2009-04-25 18:24:30