Trace number 1722506

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 2/2009-03-20UNSAT 915.294 458.952

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.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.28/0.38	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.28/0.38	c ==============================================================================
0.28/0.38	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.28/0.38	c CPU time:   0.368943 s
0.28/0.38	c ==============================================================================
915.19/458.93	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
915.19/458.93	c ============================[ Problem Statistics ]=============================
915.19/458.93	c |                                                                             |
915.19/458.93	c threadId              : 1
915.19/458.93	c restarts              : 2167
915.19/458.93	c conflicts             : 765798         (837 /sec)
915.19/458.93	c decisions             : 995697         (1.68 % random) (1089 /sec)
915.19/458.93	c propagations          : 65077288       (71156 /sec)
915.19/458.93	c conflict literals     : 17239637       (26.21 % deleted)
915.19/458.93	c Memory used           : 91.20 MB
915.19/458.93	c CPU time              : 914.568 s
915.19/458.93	
915.19/458.93	c --->m=2, e=8, aimd=2, HOME/26634_many.cnf	time: 457.284	conflicts: 765798       
915.19/458.94	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-1722506-1240676237/watcher-1722506-1240676237 -o /tmp/evaluation-result-1722506-1240676237/solver-1722506-1240676237 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1722506-1240676237.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 26634
/proc/meminfo: memFree=1806964/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0
/proc/26634/stat : 26634 (manysat.sh) R 26632 26634 26140 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95656259 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26634/statm: 1339 234 194 169 0 50 0
[pid=26635] ppid=26634 vsize=1100 CPUtime=0
/proc/26635/stat : 26635 (SatElite) R 26634 26634 26140 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 95656259 1126400 153 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26635/statm: 275 154 50 127 0 145 0

[startup+0.084319 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 26634
/proc/meminfo: memFree=1806964/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95656259 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26634/statm: 1339 235 195 169 0 50 0
[pid=26635] ppid=26634 vsize=5284 CPUtime=0.07
/proc/26635/stat : 26635 (SatElite) R 26634 26634 26140 0 -1 4194304 1248 0 0 0 7 0 0 0 19 0 1 0 95656259 5410816 1232 1992294400 134512640 135034092 4294956096 18446744073709551615 134540970 0 0 4096 3 0 0 0 17 0 0 0
/proc/26635/statm: 1321 1232 68 127 0 1191 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10640

[startup+0.101319 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 26634
/proc/meminfo: memFree=1806964/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95656259 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26634/statm: 1339 235 195 169 0 50 0
[pid=26635] ppid=26634 vsize=5416 CPUtime=0.09
/proc/26635/stat : 26635 (SatElite) R 26634 26634 26140 0 -1 4194304 1289 0 0 0 9 0 0 0 19 0 1 0 95656259 5545984 1273 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/26635/statm: 1354 1273 68 127 0 1224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10772

[startup+0.301342 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 26634
/proc/meminfo: memFree=1806964/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95656259 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26634/statm: 1339 235 195 169 0 50 0
[pid=26635] ppid=26634 vsize=6808 CPUtime=0.28
/proc/26635/stat : 26635 (SatElite) R 26634 26634 26140 0 -1 4194304 1579 0 0 0 28 0 0 0 21 0 1 0 95656259 6971392 1563 1992294400 134512640 135034092 4294956096 18446744073709551615 134569577 0 0 4096 3 0 0 0 17 0 0 0
/proc/26635/statm: 1702 1563 68 127 0 1572 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12164

[startup+0.701399 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 26634
/proc/meminfo: memFree=1806964/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 5356

[startup+1.50249 s]
/proc/loadavg: 1.00 1.00 1.09 3/67 26638
/proc/meminfo: memFree=1794900/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=22552 CPUtime=2
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 2783 0 0 0 199 1 0 0 16 0 2 0 95656305 23093248 2769 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 5638 2769 83 193 0 5442 0
[pid=26637/tid=26638] ppid=26634 vsize=22552 CPUtime=0.97
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 342 0 0 0 97 0 0 0 17 0 2 0 95656312 23093248 2769 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 27908

[startup+3.10167 s]
/proc/loadavg: 1.08 1.02 1.09 3/67 26638
/proc/meminfo: memFree=1793684/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=23880 CPUtime=5.19
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 3159 0 0 0 518 1 0 0 18 0 2 0 95656305 24453120 3145 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 5970 3145 83 193 0 5774 0
[pid=26637/tid=26638] ppid=26634 vsize=23880 CPUtime=2.57
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 523 0 0 0 257 0 0 0 18 0 2 0 95656312 24453120 3145 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 29236

[startup+6.30202 s]
/proc/loadavg: 1.08 1.02 1.09 3/67 26638
/proc/meminfo: memFree=1790036/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=27628 CPUtime=11.58
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 4037 0 0 0 1156 2 0 0 25 0 2 0 95656305 28291072 4023 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 6907 4023 83 193 0 6711 0
[pid=26637/tid=26638] ppid=26634 vsize=27628 CPUtime=5.76
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 1093 0 0 0 576 0 0 0 25 0 2 0 95656312 28291072 4023 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 32984

[startup+12.7017 s]
/proc/loadavg: 1.22 1.05 1.10 3/67 26638
/proc/meminfo: memFree=1787092/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=29576 CPUtime=24.35
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 4553 0 0 0 2432 3 0 0 19 0 2 0 95656305 30285824 4539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 7394 4539 83 193 0 7198 0
[pid=26637/tid=26638] ppid=26634 vsize=29576 CPUtime=12.16
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 1352 0 0 0 1216 0 0 0 25 0 2 0 95656312 30285824 4539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 34932

[startup+25.5021 s]
/proc/loadavg: 1.34 1.08 1.11 3/67 26638
/proc/meminfo: memFree=1781148/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=35636 CPUtime=49.89
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 6044 0 0 0 4985 4 0 0 16 0 2 0 95656305 36491264 6030 1992294400 134512640 135305190 4294956144 18446744073709551615 134538175 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 8909 6030 83 193 0 8713 0
[pid=26637/tid=26638] ppid=26634 vsize=35636 CPUtime=24.94
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 1937 0 0 0 2494 0 0 0 25 0 2 0 95656312 36491264 6030 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 40992

[startup+51.103 s]
/proc/loadavg: 1.56 1.15 1.13 3/67 26638
/proc/meminfo: memFree=1776348/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=41748 CPUtime=100.97
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 7250 0 0 0 10091 6 0 0 25 0 2 0 95656305 42749952 7236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 10437 7236 83 193 0 10241 0
[pid=26637/tid=26638] ppid=26634 vsize=41748 CPUtime=50.53
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 2578 0 0 0 5052 1 0 0 25 0 2 0 95656312 42749952 7236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 47104

[startup+102.307 s]
/proc/loadavg: 1.82 1.29 1.18 3/67 26638
/proc/meminfo: memFree=1766556/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=51880 CPUtime=203.15
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 9713 0 0 0 20306 9 0 0 25 0 2 0 95656305 53125120 9684 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 12970 9684 83 193 0 12774 0
[pid=26637/tid=26638] ppid=26634 vsize=51880 CPUtime=101.72
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 4202 0 0 0 10169 3 0 0 25 0 2 0 95656312 53125120 9684 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 57236

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.23 3/67 26638
/proc/meminfo: memFree=1760540/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=58020 CPUtime=322.87
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 11250 0 0 0 32276 11 0 0 25 0 2 0 95656305 59412480 11221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 14505 11221 83 193 0 14309 0
[pid=26637/tid=26638] ppid=26634 vsize=58020 CPUtime=161.68
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 4760 0 0 0 16164 4 0 0 25 0 2 0 95656312 59412480 11221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.32
Current children cumulated vsize (KiB) 63376

[startup+222.303 s]
/proc/loadavg: 1.97 1.52 1.27 3/67 26638
/proc/meminfo: memFree=1751900/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=68456 CPUtime=442.6
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 13353 0 0 0 44247 13 0 0 25 0 2 0 95656305 70098944 13324 1992294400 134512640 135305190 4294956144 18446744073709551615 134835004 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 17114 13324 83 193 0 16918 0
[pid=26637/tid=26638] ppid=26634 vsize=68456 CPUtime=221.66
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 6063 0 0 0 22160 6 0 0 25 0 2 0 95656312 70098944 13324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.05
Current children cumulated vsize (KiB) 73812

[startup+282.303 s]
/proc/loadavg: 1.99 1.61 1.32 3/67 26638
/proc/meminfo: memFree=1739932/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=80324 CPUtime=562.35
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 16370 0 0 0 56216 19 0 0 25 0 2 0 95656305 82251776 16341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 20081 16341 83 193 0 19885 0
[pid=26637/tid=26638] ppid=26634 vsize=80324 CPUtime=281.64
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 7630 0 0 0 28155 9 0 0 25 0 2 0 95656312 82251776 16341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.8
Current children cumulated vsize (KiB) 85680

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.36 3/67 26638
/proc/meminfo: memFree=1734172/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=86880 CPUtime=682.07
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 17771 0 0 0 68185 22 0 0 17 0 2 0 95656305 88965120 17742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 21720 17742 83 193 0 21524 0
[pid=26637/tid=26638] ppid=26634 vsize=86880 CPUtime=341.6
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 8433 0 0 0 34150 10 0 0 25 0 2 0 95656312 88965120 17742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.52
Current children cumulated vsize (KiB) 92236

[startup+402.303 s]
/proc/loadavg: 1.99 1.73 1.39 3/67 26638
/proc/meminfo: memFree=1730332/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=91612 CPUtime=801.8
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 18726 0 0 0 80157 23 0 0 25 0 2 0 95656305 93810688 18697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 22903 18697 83 193 0 22707 0
[pid=26637/tid=26638] ppid=26634 vsize=91612 CPUtime=401.57
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9054 0 0 0 40146 11 0 0 25 0 2 0 95656312 93810688 18697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.25
Current children cumulated vsize (KiB) 96968

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

[startup+409.502 s]
/proc/loadavg: 1.99 1.74 1.40 3/67 26638
/proc/meminfo: memFree=1730140/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=91612 CPUtime=816.16
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 18745 0 0 0 81593 23 0 0 25 0 2 0 95656305 93810688 18716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528347 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 22903 18716 83 193 0 22707 0
[pid=26637/tid=26638] ppid=26634 vsize=91612 CPUtime=408.77
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9070 0 0 0 40866 11 0 0 25 0 2 0 95656312 93810688 18716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 816.61
Current children cumulated vsize (KiB) 96968

[startup+435.102 s]
/proc/loadavg: 1.99 1.76 1.41 3/67 26638
/proc/meminfo: memFree=1728860/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=92884 CPUtime=867.26
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19060 0 0 0 86702 24 0 0 25 0 2 0 95656305 95113216 19031 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23221 19031 83 193 0 23025 0
[pid=26637/tid=26638] ppid=26634 vsize=92884 CPUtime=434.35
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9298 0 0 0 43424 11 0 0 25 0 2 0 95656312 95113216 19031 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 867.71
Current children cumulated vsize (KiB) 98240

[startup+447.901 s]
/proc/loadavg: 1.99 1.77 1.42 3/67 26638
/proc/meminfo: memFree=1728668/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=93100 CPUtime=892.79
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19108 0 0 0 89255 24 0 0 25 0 2 0 95656305 95334400 19079 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23275 19079 83 193 0 23079 0
[pid=26637/tid=26638] ppid=26634 vsize=93100 CPUtime=447.14
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9300 0 0 0 44703 11 0 0 25 0 2 0 95656312 95334400 19079 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 893.24
Current children cumulated vsize (KiB) 98456

[startup+454.307 s]
/proc/loadavg: 1.99 1.77 1.42 3/67 26638
/proc/meminfo: memFree=1728668/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=93100 CPUtime=905.57
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19110 0 0 0 90533 24 0 0 25 0 2 0 95656305 95334400 19081 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23275 19081 83 193 0 23079 0
[pid=26637/tid=26638] ppid=26634 vsize=93100 CPUtime=453.54
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9300 0 0 0 45343 11 0 0 25 0 2 0 95656312 95334400 19081 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 906.02
Current children cumulated vsize (KiB) 98456

[startup+457.501 s]
/proc/loadavg: 1.99 1.77 1.43 3/67 26638
/proc/meminfo: memFree=1728476/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=93388 CPUtime=911.95
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19168 0 0 0 91171 24 0 0 25 0 2 0 95656305 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23347 19139 83 193 0 23151 0
[pid=26637/tid=26638] ppid=26634 vsize=93388 CPUtime=456.74
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9300 0 0 0 45663 11 0 0 25 0 2 0 95656312 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 912.4
Current children cumulated vsize (KiB) 98744

[startup+458.301 s]
/proc/loadavg: 1.99 1.77 1.43 3/67 26638
/proc/meminfo: memFree=1728476/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=93388 CPUtime=913.55
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19168 0 0 0 91331 24 0 0 25 0 2 0 95656305 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23347 19139 83 193 0 23151 0
[pid=26637/tid=26638] ppid=26634 vsize=93388 CPUtime=457.54
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9300 0 0 0 45743 11 0 0 20 0 2 0 95656312 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 914
Current children cumulated vsize (KiB) 98744

[startup+458.706 s]
/proc/loadavg: 1.99 1.77 1.43 3/67 26638
/proc/meminfo: memFree=1728476/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=93388 CPUtime=914.35
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19168 0 0 0 91411 24 0 0 25 0 2 0 95656305 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23347 19139 83 193 0 23151 0
[pid=26637/tid=26638] ppid=26634 vsize=93388 CPUtime=457.94
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9300 0 0 0 45783 11 0 0 25 0 2 0 95656312 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 914.8
Current children cumulated vsize (KiB) 98744

[startup+458.901 s]
/proc/loadavg: 1.99 1.77 1.43 3/67 26638
/proc/meminfo: memFree=1728476/2055920 swapFree=4181268/4192956
[pid=26634] ppid=26632 vsize=5356 CPUtime=0.45
/proc/26634/stat : 26634 (manysat.sh) S 26632 26634 26140 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95656259 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26634/statm: 1339 238 195 169 0 50 0
[pid=26637] ppid=26634 vsize=93388 CPUtime=914.74
/proc/26637/stat : 26637 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194304 19168 0 0 0 91450 24 0 0 25 0 2 0 95656305 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26637/statm: 23347 19139 83 193 0 23151 0
[pid=26637/tid=26638] ppid=26634 vsize=93388 CPUtime=458.14
/proc/26637/task/26638/stat : 26638 (manysat1.1_stat) R 26634 26634 26140 0 -1 4194368 9300 0 0 0 45803 11 0 0 25 0 2 0 95656312 95629312 19139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 915.19
Current children cumulated vsize (KiB) 98744

Child status: 20
Real time (s): 458.952
CPU time (s): 915.294
CPU user time (s): 915.014
CPU system time (s): 0.279957
CPU usage (%): 199.431
Max. virtual memory (cumulated for all children) (KiB): 98744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 915.014
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21233
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= 752
involuntary context switches= 6866

runsolver used 0.45893 second user time and 1.21881 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 18:17:17
IDJOB=1722506
IDBENCH=71091
IDSOLVER=515
FILE ID=node35/1722506-1240676237
PBS_JOBID= 9186602
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=246685710

node35.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.214
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.214
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:       1807508 kB
Buffers:         24908 kB
Cached:         176440 kB
SwapCached:       5984 kB
Active:          90556 kB
Inactive:       119224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807508 kB
SwapTotal:     4192956 kB
SwapFree:      4181268 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            24768 kB
Committed_AS:   388064 kB
PageTables:       1396 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= 66396 MiB
End job on node35 at 2009-04-25 18:24:56