Trace number 1780801

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 0/2009-03-20 (4 threads)? (TO) 3982.23 1000.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.10/0.13	c ==============================================================================
0.10/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.13	c ==============================================================================
0.10/0.13	c |         0 |  243459   726523 |   73037       0        0     nan |  0.000 % |
2.41/2.44	c |         0 |  242248  1066319 |      --       0       --      -- |     --   | -1211/339796
2.41/2.44	c ==============================================================================
2.41/2.44	c Result  :   #vars: 1581   #clauses: 242248   #literals: 1066319
2.41/2.44	c CPU time:   2.4 s
2.41/2.44	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

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

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: 3.30 4.26 4.37 3/97 17713
/proc/meminfo: memFree=2781752/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2416 CPUtime=0.01
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1107782947 2473984 273 4294967295 134512640 135169312 3219464608 3219463144 3085602542 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/17713/statm: 604 273 231 161 0 43 0
[pid=17714] ppid=17713 vsize=1396 CPUtime=0
/proc/17714/stat : 17714 (SatElite) R 17713 17713 21691 0 -1 4202496 283 0 0 0 0 0 0 0 18 0 1 0 1107782947 1429504 220 4294967295 134512640 135034092 3215220048 3215216392 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17714/statm: 349 220 49 128 0 219 0

[startup+0.100605 s]
/proc/loadavg: 3.30 4.26 4.37 3/97 17713
/proc/meminfo: memFree=2781752/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2416 CPUtime=0.01
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1107782947 2473984 273 4294967295 134512640 135169312 3219464608 3219463144 3085602542 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/17713/statm: 604 273 231 161 0 43 0
[pid=17714] ppid=17713 vsize=10160 CPUtime=0.09
/proc/17714/stat : 17714 (SatElite) R 17713 17713 21691 0 -1 4202496 2407 0 0 0 7 2 0 0 18 0 1 0 1107782947 10403840 2344 4294967295 134512640 135034092 3215220048 3215216392 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17714/statm: 2540 2345 49 128 0 2410 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12576

[startup+0.210596 s]
/proc/loadavg: 3.30 4.26 4.37 3/97 17713
/proc/meminfo: memFree=2781752/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2416 CPUtime=0.01
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1107782947 2473984 273 4294967295 134512640 135169312 3219464608 3219463144 3085602542 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/17713/statm: 604 273 231 161 0 43 0
[pid=17714] ppid=17713 vsize=18556 CPUtime=0.2
/proc/17714/stat : 17714 (SatElite) R 17713 17713 21691 0 -1 4202496 4570 0 0 0 17 3 0 0 18 0 1 0 1107782947 19001344 4507 4294967295 134512640 135034092 3215220048 3215215916 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17714/statm: 4639 4507 67 128 0 4509 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 20972

[startup+0.310589 s]
/proc/loadavg: 3.30 4.26 4.37 3/97 17713
/proc/meminfo: memFree=2781752/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2416 CPUtime=0.01
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1107782947 2473984 273 4294967295 134512640 135169312 3219464608 3219463144 3085602542 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/17713/statm: 604 273 231 161 0 43 0
[pid=17714] ppid=17713 vsize=19660 CPUtime=0.3
/proc/17714/stat : 17714 (SatElite) R 17713 17713 21691 0 -1 4202496 4827 0 0 0 27 3 0 0 18 0 1 0 1107782947 20131840 4764 4294967295 134512640 135034092 3215220048 3215216044 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17714/statm: 4915 4764 67 128 0 4785 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 22076

[startup+0.710557 s]
/proc/loadavg: 3.30 4.26 4.37 3/97 17713
/proc/meminfo: memFree=2781752/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2416 CPUtime=0.01
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1107782947 2473984 273 4294967295 134512640 135169312 3219464608 3219463144 3085602542 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/17713/statm: 604 273 231 161 0 43 0
[pid=17714] ppid=17713 vsize=27312 CPUtime=0.7
/proc/17714/stat : 17714 (SatElite) R 17713 17713 21691 0 -1 4202496 6153 0 0 0 66 4 0 0 18 0 1 0 1107782947 27967488 6090 4294967295 134512640 135034092 3215220048 3215216160 134558534 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17714/statm: 6828 6090 67 128 0 6698 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 29728

[startup+1.51049 s]
/proc/loadavg: 3.30 4.26 4.37 2/99 17715
/proc/meminfo: memFree=2756852/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2416 CPUtime=0.01
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1107782947 2473984 273 4294967295 134512640 135169312 3219464608 3219463144 3085602542 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/17713/statm: 604 273 231 161 0 43 0
[pid=17714] ppid=17713 vsize=27312 CPUtime=1.5
/proc/17714/stat : 17714 (SatElite) R 17713 17713 21691 0 -1 4202496 6153 0 0 0 146 4 0 0 20 0 1 0 1107782947 27967488 6090 4294967295 134512640 135034092 3215220048 3215216352 134569526 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17714/statm: 6828 6090 67 128 0 6698 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 29728

[startup+3.11038 s]
/proc/loadavg: 3.30 4.26 4.37 2/99 17715
/proc/meminfo: memFree=2756704/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 2420

[startup+6.31013 s]
/proc/loadavg: 3.11 4.20 4.36 5/102 17719
/proc/meminfo: memFree=2699288/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=106928 CPUtime=12.72
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 19965 0 0 0 1258 14 0 0 18 0 4 0 1107783226 109494272 19901 4294967295 134512640 135305190 3213255584 3213253760 134528289 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17716/statm: 26732 19901 79 194 0 26536 0
[pid=17716/tid=17717] ppid=17713 vsize=106928 CPUtime=3.07
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 1405 0 0 0 304 3 0 0 21 0 4 0 1107783269 109494272 19901 4294967295 134512640 135305190 3213255584 3080309952 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=106928 CPUtime=3.08
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 1274 0 0 0 308 0 0 0 25 0 4 0 1107783269 109494272 19901 4294967295 134512640 135305190 3213255584 3071921344 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=106928 CPUtime=3.05
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 1199 0 0 0 302 3 0 0 20 0 4 0 1107783269 109494272 19901 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 109348

[startup+12.7096 s]
/proc/loadavg: 3.18 4.20 4.35 5/102 17725
/proc/meminfo: memFree=2683764/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=121820 CPUtime=38.3
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 23587 0 0 0 3814 16 0 0 25 0 4 0 1107783226 124743680 23523 4294967295 134512640 135305190 3213255584 3213253760 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17716/statm: 30455 23523 79 194 0 30259 0
[pid=17716/tid=17717] ppid=17713 vsize=121820 CPUtime=9.45
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 2000 0 0 0 942 3 0 0 25 0 4 0 1107783269 124743680 23523 4294967295 134512640 135305190 3213255584 3080309952 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=121820 CPUtime=9.48
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 2292 0 0 0 948 0 0 0 25 0 4 0 1107783269 124743680 23523 4294967295 134512640 135305190 3213255584 3071921344 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=121820 CPUtime=9.45
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 2127 0 0 0 940 5 0 0 25 0 4 0 1107783269 124743680 23523 4294967295 134512640 135305190 3213255584 3063532680 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 124240

[startup+25.5087 s]
/proc/loadavg: 3.36 4.19 4.35 5/102 17725
/proc/meminfo: memFree=2663164/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=141592 CPUtime=89.42
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 28550 0 0 0 8919 23 0 0 25 0 4 0 1107783226 144990208 28486 4294967295 134512640 135305190 3213255584 3213253760 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17716/statm: 35398 28486 79 194 0 35202 0
[pid=17716/tid=17717] ppid=17713 vsize=141592 CPUtime=22.17
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 3091 0 0 0 2214 3 0 0 25 0 4 0 1107783269 144990208 28486 4294967295 134512640 135305190 3213255584 3080309952 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=141592 CPUtime=22.28
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 3684 0 0 0 2228 0 0 0 25 0 4 0 1107783269 144990208 28486 4294967295 134512640 135305190 3213255584 3071921344 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=141592 CPUtime=22.25
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 3440 0 0 0 2216 9 0 0 25 0 4 0 1107783269 144990208 28486 4294967295 134512640 135305190 3213255584 3063532736 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.21
Current children cumulated vsize (KiB) 144012

[startup+51.1067 s]
/proc/loadavg: 3.79 4.22 4.35 5/102 17910
/proc/meminfo: memFree=2639308/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=165920 CPUtime=191.41
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 34451 0 0 0 19100 41 0 0 25 0 4 0 1107783226 169902080 34387 4294967295 134512640 135305190 3213255584 3213253760 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17716/statm: 41480 34387 79 194 0 41284 0
[pid=17716/tid=17717] ppid=17713 vsize=165920 CPUtime=47.68
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 4662 0 0 0 4761 7 0 0 25 0 4 0 1107783269 169902080 34387 4294967295 134512640 135305190 3213255584 3080309952 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=165920 CPUtime=47.77
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 5132 0 0 0 4776 1 0 0 25 0 4 0 1107783269 169902080 34387 4294967295 134512640 135305190 3213255584 3071921344 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=165920 CPUtime=47.73
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 4933 0 0 0 4759 14 0 0 25 0 4 0 1107783269 169902080 34387 4294967295 134512640 135305190 3213255584 3063532736 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.2
Current children cumulated vsize (KiB) 168340

[startup+102.303 s]
/proc/loadavg: 4.12 4.25 4.36 6/103 17968
/proc/meminfo: memFree=2595164/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=210244 CPUtime=395.83
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 45196 0 0 0 39511 72 0 0 25 0 4 0 1107783226 215289856 45132 4294967295 134512640 135305190 3213255584 3213253760 134528341 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17716/statm: 52561 45132 79 194 0 52365 0
[pid=17716/tid=17717] ppid=17713 vsize=210244 CPUtime=98.85
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 7921 0 0 0 9869 16 0 0 25 0 4 0 1107783269 215289856 45132 4294967295 134512640 135305190 3213255584 3080309952 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=210244 CPUtime=98.89
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 8244 0 0 0 9879 10 0 0 25 0 4 0 1107783269 215289856 45132 4294967295 134512640 135305190 3213255584 3071921344 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=210244 CPUtime=98.84
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 6781 0 0 0 9863 21 0 0 25 0 4 0 1107783269 215289856 45132 4294967295 134512640 135305190 3213255584 3063532736 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 398.62
Current children cumulated vsize (KiB) 212664

[startup+162.308 s]
/proc/loadavg: 4.53 4.36 4.39 6/103 18140
/proc/meminfo: memFree=2574416/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=232264 CPUtime=635.33
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 50547 0 0 0 63443 90 0 0 25 0 4 0 1107783226 237838336 50483 4294967295 134512640 135305190 3213255584 3213253760 134528341 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17716/statm: 58066 50483 79 194 0 57870 0
[pid=17716/tid=17717] ppid=17713 vsize=232264 CPUtime=158.81
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 9658 0 0 0 15863 18 0 0 25 0 4 0 1107783269 237838336 50483 4294967295 134512640 135305190 3213255584 3080309952 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=232264 CPUtime=158.44
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 9083 0 0 0 15828 16 0 0 25 0 4 0 1107783269 237838336 50483 4294967295 134512640 135305190 3213255584 3071921344 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=232264 CPUtime=158.85
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 8432 0 0 0 15857 28 0 0 25 0 4 0 1107783269 237838336 50483 4294967295 134512640 135305190 3213255584 3063532736 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 638.12
Current children cumulated vsize (KiB) 234684

[startup+222.323 s]

################
# More data... #
################

/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 17080 0 0 0 57746 76 0 0 25 0 4 0 1107783269 353837056 76921 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2314.58
Current children cumulated vsize (KiB) 347964

[startup+642.311 s]
/proc/loadavg: 4.55 4.54 4.46 5/102 19609
/proc/meminfo: memFree=2452096/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=363872 CPUtime=2551.31
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 81222 0 0 0 254866 265 0 0 25 0 4 0 1107783226 372604928 81132 4294967295 134512640 135305190 3213255584 3213253760 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 90968 81132 79 194 0 90772 0
[pid=17716/tid=17717] ppid=17713 vsize=363872 CPUtime=637.81
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 18041 0 0 0 63728 53 0 0 25 0 4 0 1107783269 372604928 81132 4294967295 134512640 135305190 3213255584 3080309952 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=363872 CPUtime=637.02
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 15022 0 0 0 63636 66 0 0 25 0 4 0 1107783269 372604928 81132 4294967295 134512640 135305190 3213255584 3071921344 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=363872 CPUtime=638.04
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19129 0 0 0 63721 83 0 0 25 0 4 0 1107783269 372604928 81132 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2554.1
Current children cumulated vsize (KiB) 366292

[startup+702.307 s]
/proc/loadavg: 4.46 4.53 4.46 5/102 19798
/proc/meminfo: memFree=2446020/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=369616 CPUtime=2790.71
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 82693 0 0 0 278771 300 0 0 25 0 4 0 1107783226 378486784 82603 4294967295 134512640 135305190 3213255584 3213253760 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 92404 82603 79 194 0 92208 0
[pid=17716/tid=17717] ppid=17713 vsize=369616 CPUtime=697.75
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 18484 0 0 0 69710 65 0 0 25 0 4 0 1107783269 378486784 82603 4294967295 134512640 135305190 3213255584 3080309952 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=369616 CPUtime=696.81
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 15408 0 0 0 69608 73 0 0 25 0 4 0 1107783269 378486784 82603 4294967295 134512640 135305190 3213255584 3071921344 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=369616 CPUtime=697.76
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19409 0 0 0 69685 91 0 0 25 0 4 0 1107783269 378486784 82603 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2793.5
Current children cumulated vsize (KiB) 372036

[startup+762.312 s]
/proc/loadavg: 4.60 4.57 4.48 5/102 19991
/proc/meminfo: memFree=2433936/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=383112 CPUtime=3030.27
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 85751 0 0 0 302707 320 0 0 25 0 4 0 1107783226 392306688 85661 4294967295 134512640 135305190 3213255584 3213253760 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 95778 85661 79 194 0 95582 0
[pid=17716/tid=17717] ppid=17713 vsize=383112 CPUtime=757.75
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 18915 0 0 0 75703 72 0 0 25 0 4 0 1107783269 392306688 85661 4294967295 134512640 135305190 3213255584 3080309952 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=383112 CPUtime=756.56
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 16093 0 0 0 75576 80 0 0 25 0 4 0 1107783269 392306688 85661 4294967295 134512640 135305190 3213255584 3071921344 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=383112 CPUtime=757.57
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 21006 0 0 0 75662 95 0 0 25 0 4 0 1107783269 392306688 85661 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3033.06
Current children cumulated vsize (KiB) 385532

[startup+822.307 s]
/proc/loadavg: 4.90 4.66 4.51 6/102 20178
/proc/meminfo: memFree=2416508/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=400260 CPUtime=3269.83
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 90045 0 0 0 326643 340 0 0 25 0 4 0 1107783226 409866240 89955 4294967295 134512640 135305190 3213255584 3213253760 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 100065 89955 79 194 0 99869 0
[pid=17716/tid=17717] ppid=17713 vsize=400260 CPUtime=817.74
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19279 0 0 0 81698 76 0 0 25 0 4 0 1107783269 409866240 89955 4294967295 134512640 135305190 3213255584 3080309952 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=400260 CPUtime=816.41
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 16810 0 0 0 81558 83 0 0 25 0 4 0 1107783269 409866240 89955 4294967295 134512640 135305190 3213255584 3071921344 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=400260 CPUtime=817.39
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 23808 0 0 0 81639 100 0 0 25 0 4 0 1107783269 409866240 89955 4294967295 134512640 135305190 3213255584 3063532736 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3272.62
Current children cumulated vsize (KiB) 402680

[startup+882.323 s]
/proc/loadavg: 4.70 4.66 4.52 5/102 20365
/proc/meminfo: memFree=2413036/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=402924 CPUtime=3509.54
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 90809 0 0 0 350598 356 0 0 25 0 4 0 1107783226 412594176 90719 4294967295 134512640 135305190 3213255584 3213253760 134528777 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 100731 90719 79 194 0 100535 0
[pid=17716/tid=17717] ppid=17713 vsize=402924 CPUtime=877.73
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19378 0 0 0 87694 79 0 0 25 0 4 0 1107783269 412594176 90719 4294967295 134512640 135305190 3213255584 3080309840 134538319 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=402924 CPUtime=876.38
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 17162 0 0 0 87549 89 0 0 25 0 4 0 1107783269 412594176 90719 4294967295 134512640 135305190 3213255584 3071921344 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=402924 CPUtime=877.21
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 24043 0 0 0 87615 106 0 0 25 0 4 0 1107783269 412594176 90719 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3512.33
Current children cumulated vsize (KiB) 405344

[startup+942.318 s]
/proc/loadavg: 4.65 4.64 4.52 6/102 20553
/proc/meminfo: memFree=2411548/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=403524 CPUtime=3749.13
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 90997 0 0 0 374537 376 0 0 25 0 4 0 1107783226 413208576 90907 4294967295 134512640 135305190 3213255584 3213253760 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 100881 90907 79 194 0 100685 0
[pid=17716/tid=17717] ppid=17713 vsize=403524 CPUtime=937.72
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19378 0 0 0 93690 82 0 0 25 0 4 0 1107783269 413208576 90907 4294967295 134512640 135305190 3213255584 3080309952 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=403524 CPUtime=936.26
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 17247 0 0 0 93534 92 0 0 25 0 4 0 1107783269 413208576 90907 4294967295 134512640 135305190 3213255584 3071921344 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=403524 CPUtime=936.94
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 24092 0 0 0 93575 119 0 0 25 0 4 0 1107783269 413208576 90907 4294967295 134512640 135305190 3213255584 3063532736 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3751.92
Current children cumulated vsize (KiB) 405944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.78 4.68 4.54 6/102 20741
/proc/meminfo: memFree=2410276/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=405372 CPUtime=3979.44
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 91440 0 0 0 397545 399 0 0 25 0 4 0 1107783226 415100928 91350 4294967295 134512640 135305190 3213255584 3213253760 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 101343 91350 79 194 0 101147 0
[pid=17716/tid=17717] ppid=17713 vsize=405372 CPUtime=995.42
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19387 0 0 0 99458 84 0 0 25 0 4 0 1107783269 415100928 91350 4294967295 134512640 135305190 3213255584 3080309952 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=405372 CPUtime=993.74
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 17298 0 0 0 99276 98 0 0 25 0 4 0 1107783269 415100928 91350 4294967295 134512640 135305190 3213255584 3071921344 134528376 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=405372 CPUtime=994.54
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 24277 0 0 0 99333 121 0 0 25 0 4 0 1107783269 415100928 91350 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3982.23
Current children cumulated vsize (KiB) 407792

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1000.01 s]
/proc/loadavg: 4.78 4.68 4.54 6/102 20741
/proc/meminfo: memFree=2410276/3368532 swapFree=1952996/1959888
[pid=17713] ppid=17711 vsize=2420 CPUtime=2.79
/proc/17713/stat : 17713 (manysat.sh) S 17711 17713 21691 0 -1 4194304 369 6158 0 0 1 0 274 4 18 0 1 0 1107782947 2478080 275 4294967295 134512640 135169312 3219464608 3219460824 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17713/statm: 605 275 231 161 0 44 0
[pid=17716] ppid=17713 vsize=405372 CPUtime=3979.44
/proc/17716/stat : 17716 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202496 91440 0 0 0 397545 399 0 0 25 0 4 0 1107783226 415100928 91350 4294967295 134512640 135305190 3213255584 3213253760 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17716/statm: 101343 91350 79 194 0 101147 0
[pid=17716/tid=17717] ppid=17713 vsize=405372 CPUtime=995.42
/proc/17716/task/17717/stat : 17717 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 19387 0 0 0 99458 84 0 0 25 0 4 0 1107783269 415100928 91350 4294967295 134512640 135305190 3213255584 3080309952 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17716/tid=17718] ppid=17713 vsize=405372 CPUtime=993.74
/proc/17716/task/17718/stat : 17718 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 17298 0 0 0 99276 98 0 0 25 0 4 0 1107783269 415100928 91350 4294967295 134512640 135305190 3213255584 3071921344 134528376 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17716/tid=17719] ppid=17713 vsize=405372 CPUtime=994.54
/proc/17716/task/17719/stat : 17719 (manysat1.1_stat) R 17713 17713 21691 0 -1 4202560 24277 0 0 0 99333 121 0 0 25 0 4 0 1107783269 415100928 91350 4294967295 134512640 135305190 3213255584 3063532736 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3982.23
Current children cumulated vsize (KiB) 407792

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17713 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=750000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40000
# CPU time returned by wait4() is 2.79
# while last known CPU time is 3982.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.05
CPU time (s): 3982.23
CPU user time (s): 3978.2
CPU system time (s): 4.03
CPU usage (%): 398.202
Max. virtual memory (cumulated for all children) (KiB): 407792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.75
system time used= 0.04
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6527
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= 6
involuntary context switches= 3

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 20:47:37
IDJOB=1780801
IDBENCH=71068
IDSOLVER=620
FILE ID=tipi45/1780801-1243536457
PBS_JOBID=
Free space on /tmp= 15498 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED= 834190456

Linux tipi45 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.081
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.41
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.081
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.10
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.081
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2782344 kB
Buffers:        145060 kB
Cached:         333780 kB
SwapCached:       2100 kB
Active:         121864 kB
Inactive:       366108 kB
HighTotal:     2489216 kB
HighFree:      2143612 kB
LowTotal:       879316 kB
LowFree:        638732 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            5548 kB
Writeback:           0 kB
AnonPages:        8184 kB
Mapped:           3300 kB
Slab:            85956 kB
SReclaimable:    74728 kB
SUnreclaim:      11228 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89600 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15491 MiB
End job on tipi45 at 2009-05-28 21:04:19