Trace number 1780282

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-20 (4 threads)UNSAT 74.15 72.964

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.15
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

0.00/0.00	c Parsing...
2.12/2.19	c ==============================================================================
2.12/2.19	c |           |     ORIGINAL     |              LEARNT              |          |
2.12/2.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.12/2.19	c ==============================================================================
2.12/2.19	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
70.12/70.18	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
70.12/70.19	c ==============================================================================
70.12/70.19	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
70.12/70.19	c CPU time:   69.74 s
70.12/70.19	c ==============================================================================
74.00/72.93	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
74.00/72.93	c ============================[ Problem Statistics ]=============================
74.00/72.93	c |                                                                             |
74.00/72.93	c threadId              : 0
74.00/72.93	c restarts              : 4
74.00/72.93	c conflicts             : 942            (446 /sec)
74.00/72.93	c decisions             : 5589           (1.90 % random) (2649 /sec)
74.00/72.93	c propagations          : 192264         (91120 /sec)
74.00/72.93	c conflict literals     : 9465           (13.81 % deleted)
74.00/72.93	c Memory used           : 190.30 MB
74.00/72.93	c CPU time              : 2.11 s
74.00/72.93	
74.00/72.93	c --->m=4, e=8, aimd=2, HOME/26531_many.cnf	time: 0.53	conflicts: 942          
74.00/72.94	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780282-1243529509/watcher-1780282-1243529509 -o /tmp/evaluation-result-1780282-1243529509/solver-1780282-1243529509 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780282-1243529509.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.79 3.36 3.95 3/99 26531
/proc/meminfo: memFree=2966568/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=1060 CPUtime=0
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 219 0 0 0 0 0 0 0 18 0 1 0 1117615660 1085440 156 4294967295 134512640 135034092 3215349104 3215345024 134675816 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 265 156 50 128 0 135 0

[startup+0.100721 s]
/proc/loadavg: 1.79 3.36 3.95 3/99 26531
/proc/meminfo: memFree=2966568/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=15740 CPUtime=0.1
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 3537 0 0 0 8 2 0 0 18 0 1 0 1117615660 16117760 3474 4294967295 134512640 135034092 3215349104 3215345448 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 3935 3474 50 128 0 3805 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 18156

[startup+0.210711 s]
/proc/loadavg: 1.79 3.36 3.95 3/99 26531
/proc/meminfo: memFree=2966568/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=33600 CPUtime=0.21
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 7019 0 0 0 16 5 0 0 18 0 1 0 1117615660 34406400 6956 4294967295 134512640 135034092 3215349104 3215345448 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 8400 6957 50 128 0 8270 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 36016

[startup+0.310701 s]
/proc/loadavg: 1.79 3.36 3.95 3/99 26531
/proc/meminfo: memFree=2966568/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=42520 CPUtime=0.31
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 10114 0 0 0 26 5 0 0 18 0 1 0 1117615660 43540480 10051 4294967295 134512640 135034092 3215349104 3215345392 134544780 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 10630 10055 50 128 0 10500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 44936

[startup+0.710663 s]
/proc/loadavg: 1.79 3.36 3.95 3/99 26531
/proc/meminfo: memFree=2966568/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=92476 CPUtime=0.71
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 22516 0 0 0 59 12 0 0 18 0 1 0 1117615660 94695424 22453 4294967295 134512640 135034092 3215349104 3215345064 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 23119 22454 50 128 0 22989 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 94892

[startup+1.51059 s]
/proc/loadavg: 1.79 3.36 3.95 2/101 26533
/proc/meminfo: memFree=2828148/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=195272 CPUtime=1.51
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 47286 0 0 0 131 20 0 0 20 0 1 0 1117615660 199958528 47223 4294967295 134512640 135034092 3215349104 3215345200 134543255 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 48818 47223 50 128 0 48688 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 197688

[startup+3.11043 s]
/proc/loadavg: 1.79 3.36 3.95 2/101 26533
/proc/meminfo: memFree=2691920/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=334900 CPUtime=3.11
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 71562 0 0 0 283 28 0 0 25 0 1 0 1117615660 342937600 71410 4294967295 134512640 135034092 3215349104 3215345984 134541265 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 83725 71410 63 128 0 83595 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 337316

[startup+6.31013 s]
/proc/loadavg: 1.73 3.32 3.94 2/101 26533
/proc/meminfo: memFree=2657772/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=360408 CPUtime=6.31
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 77433 0 0 0 601 30 0 0 25 0 1 0 1117615660 369057792 77192 4294967295 134512640 135034092 3215349104 3215345344 134541066 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 90102 77192 66 128 0 89972 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 362824

[startup+12.7095 s]
/proc/loadavg: 1.67 3.29 3.92 2/101 26534
/proc/meminfo: memFree=2657576/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=360408 CPUtime=12.71
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 77451 0 0 0 1241 30 0 0 25 0 1 0 1117615660 369057792 77210 4294967295 134512640 135034092 3215349104 3215345344 134540978 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 90102 77210 66 128 0 89972 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 362824

[startup+25.5083 s]
/proc/loadavg: 1.52 3.17 3.87 2/101 26536
/proc/meminfo: memFree=2657672/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=359916 CPUtime=25.51
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 77531 0 0 0 2521 30 0 0 25 0 1 0 1117615660 368553984 77167 4294967295 134512640 135034092 3215349104 3215345344 134541066 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 89979 77167 66 128 0 89849 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 362332

[startup+51.1059 s]
/proc/loadavg: 1.34 3.00 3.80 2/101 26538
/proc/meminfo: memFree=2657672/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=361324 CPUtime=51.11
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 77821 0 0 0 5081 30 0 0 25 0 1 0 1117615660 369995776 77169 4294967295 134512640 135034092 3215349104 3215345344 134540978 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 90331 77169 66 128 0 90201 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 363740

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

[startup+51.2059 s]
/proc/loadavg: 1.34 3.00 3.80 2/101 26538
/proc/meminfo: memFree=2657672/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=361324 CPUtime=51.21
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 77823 0 0 0 5091 30 0 0 25 0 1 0 1117615660 369995776 77171 4294967295 134512640 135034092 3215349104 3215345344 134540978 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 90331 77171 66 128 0 90201 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 363740

[startup+64.0046 s]
/proc/loadavg: 1.29 2.93 3.77 2/101 26722
/proc/meminfo: memFree=2656504/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=361364 CPUtime=64.01
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 78190 0 0 0 6371 30 0 0 25 0 1 0 1117615660 370036736 77292 4294967295 134512640 135034092 3215349104 3215345344 134541252 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 90341 77292 66 128 0 90211 0
Current children cumulated CPU time (s) 64.02
Current children cumulated vsize (KiB) 363780

[startup+67.2143 s]
/proc/loadavg: 1.26 2.90 3.75 2/101 26722
/proc/meminfo: memFree=2644356/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=366124 CPUtime=67.22
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 84263 0 0 0 6686 36 0 0 25 0 1 0 1117615660 374910976 76032 4294967295 134512640 135034092 3215349104 3215345100 134691101 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 91531 76032 67 128 0 91401 0
Current children cumulated CPU time (s) 67.23
Current children cumulated vsize (KiB) 368540

[startup+70.404 s]
/proc/loadavg: 1.24 2.87 3.74 2/101 26722
/proc/meminfo: memFree=2627976/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2416 CPUtime=0.01
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 348 0 0 0 0 1 0 0 18 0 1 0 1117615660 2473984 273 4294967295 134512640 135169312 3215597040 3215595576 3085053678 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26531/statm: 604 273 231 161 0 43 0
[pid=26532] ppid=26531 vsize=366680 CPUtime=70.41
/proc/26532/stat : 26532 (SatElite) R 26531 26531 19648 0 -1 4202496 95774 0 0 0 6995 46 0 0 25 0 1 0 1117615660 375480320 76293 4294967295 134512640 135034092 3215349104 3215343980 134691101 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26532/statm: 91670 76293 68 128 0 91540 0
Current children cumulated CPU time (s) 70.42
Current children cumulated vsize (KiB) 369096

[startup+72.0039 s]
/proc/loadavg: 1.24 2.87 3.74 2/101 26723
/proc/meminfo: memFree=2869256/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2420 CPUtime=71.22
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 370 95778 0 0 0 1 7072 49 18 0 1 0 1117615660 2478080 275 4294967295 134512640 135169312 3215597040 3215593256 3085053678 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/26531/statm: 605 275 231 161 0 44 0
[pid=26723] ppid=26531 vsize=122324 CPUtime=0.79
/proc/26723/stat : 26723 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202496 29666 0 0 0 69 10 0 0 18 0 1 0 1117622781 125259776 29588 4294967295 134512640 135305190 3218307184 3217257636 134840070 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26723/statm: 30581 29589 67 194 0 30385 0
Current children cumulated CPU time (s) 72.01
Current children cumulated vsize (KiB) 124744

[startup+72.4038 s]
/proc/loadavg: 1.24 2.87 3.74 2/101 26723
/proc/meminfo: memFree=2869256/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2420 CPUtime=71.22
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 370 95778 0 0 0 1 7072 49 18 0 1 0 1117615660 2478080 275 4294967295 134512640 135169312 3215597040 3215593256 3085053678 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/26531/statm: 605 275 231 161 0 44 0
[pid=26723] ppid=26531 vsize=154484 CPUtime=1.19
/proc/26723/stat : 26723 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202496 37303 0 0 0 104 15 0 0 19 0 1 0 1117622781 158191616 37225 4294967295 134512640 135305190 3218307184 3218306448 134529062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26723/statm: 38621 37225 69 194 0 38425 0
Current children cumulated CPU time (s) 72.41
Current children cumulated vsize (KiB) 156904

[startup+72.8038 s]
/proc/loadavg: 1.24 2.87 3.74 5/104 26726
/proc/meminfo: memFree=2768536/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2420 CPUtime=71.22
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 370 95778 0 0 0 1 7072 49 18 0 1 0 1117615660 2478080 275 4294967295 134512640 135169312 3215597040 3215593256 3085053678 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/26531/statm: 605 275 231 161 0 44 0
[pid=26723] ppid=26531 vsize=192704 CPUtime=2.41
/proc/26723/stat : 26723 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202496 40107 0 0 0 171 70 0 0 18 0 4 0 1117622781 197328896 40027 4294967295 134512640 135305190 3218307184 3218305076 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/26723/statm: 48176 40027 79 194 0 47980 0
[pid=26723/tid=26724] ppid=26531 vsize=192704 CPUtime=0.3
/proc/26723/task/26724/stat : 26724 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202560 636 0 0 0 16 14 0 0 18 0 4 0 1117622904 197328896 40027 4294967295 134512640 135305190 3218307184 3054058612 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26723/tid=26725] ppid=26531 vsize=192704 CPUtime=0.29
/proc/26723/task/26725/stat : 26725 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202560 788 0 0 0 15 14 0 0 19 0 4 0 1117622904 197328896 40027 4294967295 134512640 135305190 3218307184 3045670004 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26723/tid=26726] ppid=26531 vsize=192704 CPUtime=0.32
/proc/26723/task/26726/stat : 26726 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202560 711 0 0 0 15 17 0 0 18 0 4 0 1117622904 197328896 40027 4294967295 134512640 135305190 3218307184 3037281472 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.63
Current children cumulated vsize (KiB) 195124

[startup+72.9038 s]
/proc/loadavg: 1.24 2.87 3.74 5/104 26726
/proc/meminfo: memFree=2768536/3368532 swapFree=1953580/1959888
[pid=26531] ppid=26529 vsize=2420 CPUtime=71.22
/proc/26531/stat : 26531 (manysat.sh) S 26529 26531 19648 0 -1 4194304 370 95778 0 0 0 1 7072 49 18 0 1 0 1117615660 2478080 275 4294967295 134512640 135169312 3215597040 3215593256 3085053678 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/26531/statm: 605 275 231 161 0 44 0
[pid=26723] ppid=26531 vsize=194600 CPUtime=2.78
/proc/26723/stat : 26723 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202496 40718 0 0 0 202 76 0 0 17 0 4 0 1117622781 199270400 40638 4294967295 134512640 135305190 3218307184 3218305360 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/26723/statm: 48650 40638 79 194 0 48454 0
[pid=26723/tid=26724] ppid=26531 vsize=194600 CPUtime=0.4
/proc/26723/task/26724/stat : 26724 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202560 848 0 0 0 24 16 0 0 17 0 4 0 1117622904 199270400 40638 4294967295 134512640 135305190 3218307184 3054058688 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26723/tid=26725] ppid=26531 vsize=194600 CPUtime=0.39
/proc/26723/task/26725/stat : 26725 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202560 872 0 0 0 24 15 0 0 18 0 4 0 1117622904 199270400 40638 4294967295 134512640 135305190 3218307184 3045670080 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26723/tid=26726] ppid=26531 vsize=194600 CPUtime=0.41
/proc/26723/task/26726/stat : 26726 (manysat1.1_stat) R 26531 26531 19648 0 -1 4202560 916 0 0 0 22 19 0 0 18 0 4 0 1117622904 199270400 40638 4294967295 134512640 135305190 3218307184 3037281472 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74
Current children cumulated vsize (KiB) 197020

Child status: 20
Real time (s): 72.964
CPU time (s): 74.15
CPU user time (s): 72.86
CPU system time (s): 1.29
CPU usage (%): 101.625
Max. virtual memory (cumulated for all children) (KiB): 405404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.86
system time used= 1.29
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137207
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= 59543
involuntary context switches= 90

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 18:51:49
IDJOB=1780282
IDBENCH=70966
IDSOLVER=626
FILE ID=/1780282-1243529509
PBS_JOBID=
Free space on /tmp= 15832 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780282-1243529509/watcher-1780282-1243529509 -o /tmp/evaluation-result-1780282-1243529509/solver-1780282-1243529509 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780282-1243529509.cnf aimd 2

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED= 239933939

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2966568 kB
Buffers:         31576 kB
Cached:         292096 kB
SwapCached:       2424 kB
Active:         160460 kB
Inactive:       174192 kB
HighTotal:     2489216 kB
HighFree:      2184208 kB
LowTotal:       879316 kB
LowFree:        782360 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           57004 kB
Writeback:           0 kB
AnonPages:        9884 kB
Mapped:           4940 kB
Slab:            58716 kB
SReclaimable:    50148 kB
SUnreclaim:       8568 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93916 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15832 MiB
End job on  at 2009-05-28 18:53:06