Trace number 1775806

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) 3976.54 1000.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
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 variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.00	c Parsing...
0.41/0.48	c ==============================================================================
0.41/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.41/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.41/0.48	c ==============================================================================
0.41/0.48	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
3.31/3.40	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
3.40/3.40	c ==============================================================================
3.40/3.40	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
3.40/3.40	c CPU time:   3.29 s
3.40/3.40	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-1775806-1243502645/watcher-1775806-1243502645 -o /tmp/evaluation-result-1775806-1243502645/solver-1775806-1243502645 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775806-1243502645.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: 4.08 4.42 4.42 3/98 12016
/proc/meminfo: memFree=3153888/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) R 12014 12016 28360 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096060 3084932980 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=1756 CPUtime=0
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 359 0 0 0 0 0 0 0 18 0 1 0 931841343 1798144 296 4294967295 134512640 135034092 3213814784 3213811072 134544856 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12017/statm: 439 296 49 128 0 309 0

[startup+0.10556 s]
/proc/loadavg: 4.08 4.42 4.42 3/98 12016
/proc/meminfo: memFree=3153888/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096120 3084930798 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=24952 CPUtime=0.11
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 5960 0 0 0 7 4 0 0 20 0 1 0 931841343 25550848 5897 4294967295 134512640 135034092 3213814784 3213811128 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12017/statm: 6238 5897 49 128 0 6108 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 27368

[startup+0.205551 s]
/proc/loadavg: 4.08 4.42 4.42 3/98 12016
/proc/meminfo: memFree=3153888/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096120 3084930798 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=36800 CPUtime=0.21
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 8840 0 0 0 15 6 0 0 20 0 1 0 931841343 37683200 8777 4294967295 134512640 135034092 3213814784 3213810776 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12017/statm: 9200 8777 49 128 0 9070 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 39216

[startup+0.305549 s]
/proc/loadavg: 4.08 4.42 4.42 3/98 12016
/proc/meminfo: memFree=3153888/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096120 3084930798 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=42476 CPUtime=0.31
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 10413 0 0 0 25 6 0 0 20 0 1 0 931841343 43495424 10350 4294967295 134512640 135034092 3213814784 3213811136 134522441 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12017/statm: 10619 10350 49 128 0 10489 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 44892

[startup+0.705519 s]
/proc/loadavg: 4.08 4.42 4.42 3/98 12016
/proc/meminfo: memFree=3153888/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096120 3084930798 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=78488 CPUtime=0.71
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 17067 0 0 0 61 10 0 0 21 0 1 0 931841343 80371712 15550 4294967295 134512640 135034092 3213814784 3213810780 134669496 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12017/statm: 19622 15550 67 128 0 19492 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 80904

[startup+1.50544 s]
/proc/loadavg: 4.08 4.42 4.42 2/100 12018
/proc/meminfo: memFree=3087384/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096120 3084930798 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=82752 CPUtime=1.5
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 18221 0 0 0 140 10 0 0 23 0 1 0 931841343 84738048 16598 4294967295 134512640 135034092 3213814784 3213811024 134566212 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12017/statm: 20688 16598 67 128 0 20558 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 85168

[startup+3.10531 s]
/proc/loadavg: 4.08 4.42 4.42 3/100 12018
/proc/meminfo: memFree=3080572/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2416 CPUtime=0
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 931841343 2473984 274 4294967295 134512640 135169312 3220097584 3220096120 3084930798 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/12016/statm: 604 274 231 161 0 43 0
[pid=12017] ppid=12016 vsize=83628 CPUtime=3.1
/proc/12017/stat : 12017 (SatElite) R 12016 12016 28360 0 -1 4202496 21775 0 0 0 300 10 0 0 25 0 1 0 931841343 85635072 16889 4294967295 134512640 135034092 3213814784 3213811024 134566267 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12017/statm: 20907 16889 67 128 0 20777 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 86044

[startup+6.30507 s]
/proc/loadavg: 3.83 4.36 4.40 6/103 12022
/proc/meminfo: memFree=3076224/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=100640 CPUtime=8.37
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 17653 0 0 0 808 29 0 0 16 0 4 0 931841713 103055360 17578 4294967295 134512640 135305190 3218852080 3218850256 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 25160 17578 79 194 0 24964 0
[pid=12019/tid=12020] ppid=12016 vsize=100640 CPUtime=1.93
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 304 0 0 0 187 6 0 0 16 0 4 0 931841764 103055360 17578 4294967295 134512640 135305190 3218852080 3065507008 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=100640 CPUtime=1.93
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 307 0 0 0 183 10 0 0 16 0 4 0 931841764 103055360 17578 4294967295 134512640 135305190 3218852080 3057118400 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=100640 CPUtime=1.99
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 366 0 0 0 196 3 0 0 16 0 4 0 931841764 103055360 17578 4294967295 134512640 135305190 3218852080 3048729792 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 103060

[startup+12.7045 s]
/proc/loadavg: 3.84 4.36 4.39 6/103 12022
/proc/meminfo: memFree=3074936/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=101664 CPUtime=33.74
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 17845 0 0 0 3342 32 0 0 25 0 4 0 931841713 104103936 17770 4294967295 134512640 135305190 3218852080 3218850256 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 25416 17770 79 194 0 25220 0
[pid=12019/tid=12020] ppid=12016 vsize=101664 CPUtime=8.26
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 342 0 0 0 817 9 0 0 25 0 4 0 931841764 104103936 17770 4294967295 134512640 135305190 3218852080 3065506672 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=101664 CPUtime=8.27
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 370 0 0 0 817 10 0 0 25 0 4 0 931841764 104103936 17770 4294967295 134512640 135305190 3218852080 3057118016 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=101664 CPUtime=8.29
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 421 0 0 0 826 3 0 0 25 0 4 0 931841764 104103936 17770 4294967295 134512640 135305190 3218852080 3048729792 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.44
Current children cumulated vsize (KiB) 104084

[startup+25.5035 s]
/proc/loadavg: 3.88 4.34 4.39 5/103 12207
/proc/meminfo: memFree=3067172/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=109496 CPUtime=84.86
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 19919 0 0 0 8449 37 0 0 25 0 4 0 931841713 112123904 19844 4294967295 134512640 135305190 3218852080 3218850256 134528455 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 27374 19844 79 194 0 27178 0
[pid=12019/tid=12020] ppid=12016 vsize=109496 CPUtime=21.01
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 701 0 0 0 2092 9 0 0 25 0 4 0 931841764 112123904 19844 4294967295 134512640 135305190 3218852080 3065506736 134557241 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=109496 CPUtime=21.06
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 1022 0 0 0 2094 12 0 0 25 0 4 0 931841764 112123904 19844 4294967295 134512640 135305190 3218852080 3057118400 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=109496 CPUtime=21.06
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 1042 0 0 0 2102 4 0 0 25 0 4 0 931841764 112123904 19844 4294967295 134512640 135305190 3218852080 3048729536 134541935 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.56
Current children cumulated vsize (KiB) 111916

[startup+51.1014 s]
/proc/loadavg: 4.07 4.34 4.39 5/103 12209
/proc/meminfo: memFree=3050224/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=127944 CPUtime=187.04
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 24343 0 0 0 18654 50 0 0 25 0 4 0 931841713 131014656 24268 4294967295 134512640 135305190 3218852080 3218849920 134551697 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 31986 24268 79 194 0 31790 0
[pid=12019/tid=12020] ppid=12016 vsize=127944 CPUtime=46.59
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 1428 0 0 0 4648 11 0 0 25 0 4 0 931841764 131014656 24268 4294967295 134512640 135305190 3218852080 3065507008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=127944 CPUtime=46.66
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 2502 0 0 0 4653 13 0 0 25 0 4 0 931841764 131014656 24268 4294967295 134512640 135305190 3218852080 3057118400 134530561 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=127944 CPUtime=46.47
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 2215 0 0 0 4637 10 0 0 25 0 4 0 931841764 131014656 24268 4294967295 134512640 135305190 3218852080 3048729792 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.74
Current children cumulated vsize (KiB) 130364

[startup+102.317 s]
/proc/loadavg: 4.42 4.38 4.39 7/103 12396
/proc/meminfo: memFree=3030460/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=146568 CPUtime=391.37
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 28932 0 0 0 39070 67 0 0 25 0 4 0 931841713 150085632 28857 4294967295 134512640 135305190 3218852080 3218850256 134528341 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 36642 28857 79 194 0 36446 0
[pid=12019/tid=12020] ppid=12016 vsize=146568 CPUtime=97.61
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 2283 0 0 0 9750 11 0 0 25 0 4 0 931841764 150085632 28857 4294967295 134512640 135305190 3218852080 3065507008 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=146568 CPUtime=97.83
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 4150 0 0 0 9763 20 0 0 25 0 4 0 931841764 150085632 28857 4294967295 134512640 135305190 3218852080 3057118400 134528501 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=146568 CPUtime=97.49
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 3419 0 0 0 9738 11 0 0 25 0 4 0 931841764 150085632 28857 4294967295 134512640 135305190 3218852080 3048729456 134551820 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 395.07
Current children cumulated vsize (KiB) 148988

[startup+162.312 s]
/proc/loadavg: 4.61 4.43 4.41 5/103 12583
/proc/meminfo: memFree=3009368/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=168680 CPUtime=630.65
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 34403 0 0 0 62977 88 0 0 25 0 4 0 931841713 172728320 34328 4294967295 134512640 135305190 3218852080 3218850256 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 42170 34328 79 194 0 41974 0
[pid=12019/tid=12020] ppid=12016 vsize=168680 CPUtime=157.2
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 3313 0 0 0 15707 13 0 0 25 0 4 0 931841764 172728320 34328 4294967295 134512640 135305190 3218852080 3065507008 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=168680 CPUtime=157.82
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 6267 0 0 0 15753 29 0 0 25 0 4 0 931841764 172728320 34328 4294967295 134512640 135305190 3218852080 3057118400 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=168680 CPUtime=157.47
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 4619 0 0 0 15733 14 0 0 25 0 4 0 931841764 172728320 34328 4294967295 134512640 135305190 3218852080 3048729792 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 634.35

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

/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 10951 0 0 0 57681 48 0 0 25 0 4 0 931841764 283586560 59892 4294967295 134512640 135305190 3218852080 3048729792 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2310.51
Current children cumulated vsize (KiB) 279360

[startup+642.313 s]
/proc/loadavg: 4.52 4.48 4.43 6/104 13997
/proc/meminfo: memFree=2899016/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=285064 CPUtime=2546.07
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 61833 0 0 0 254364 243 0 0 25 0 4 0 931841713 291905536 61737 4294967295 134512640 135305190 3218852080 3218850256 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12019/statm: 71266 61737 79 194 0 71070 0
[pid=12019/tid=12020] ppid=12016 vsize=285064 CPUtime=636.25
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 9486 0 0 0 63588 37 0 0 25 0 4 0 931841764 291905536 61737 4294967295 134512640 135305190 3218852080 3065506672 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=285064 CPUtime=636.27
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 14480 0 0 0 63554 73 0 0 25 0 4 0 931841764 291905536 61737 4294967295 134512640 135305190 3218852080 3057118400 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=285064 CPUtime=637.23
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 11297 0 0 0 63673 50 0 0 25 0 4 0 931841764 291905536 61737 4294967295 134512640 135305190 3218852080 3048729792 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2549.77
Current children cumulated vsize (KiB) 287484

[startup+702.309 s]
/proc/loadavg: 4.63 4.53 4.45 6/104 14186
/proc/meminfo: memFree=2883052/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=299800 CPUtime=2785.19
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 65640 0 0 0 278239 280 0 0 25 0 4 0 931841713 306995200 65544 4294967295 134512640 135305190 3218852080 3218850256 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/12019/statm: 74950 65544 79 194 0 74754 0
[pid=12019/tid=12020] ppid=12016 vsize=299800 CPUtime=696.02
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 10460 0 0 0 69553 49 0 0 25 0 4 0 931841764 306995200 65544 4294967295 134512640 135305190 3218852080 3065507008 134528480 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=299800 CPUtime=695.66
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 14945 0 0 0 69483 83 0 0 25 0 4 0 931841764 306995200 65544 4294967295 134512640 135305190 3218852080 3057118400 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=299800 CPUtime=697.22
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 12464 0 0 0 69667 55 0 0 25 0 4 0 931841764 306995200 65544 4294967295 134512640 135305190 3218852080 3048729792 134528539 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2788.89
Current children cumulated vsize (KiB) 302220

[startup+762.304 s]
/proc/loadavg: 4.76 4.58 4.47 6/103 14471
/proc/meminfo: memFree=2877912/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=303604 CPUtime=3024.32
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 66488 0 0 0 302115 317 0 0 25 0 4 0 931841713 310890496 66392 4294967295 134512640 135305190 3218852080 3218849920 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 75901 66392 79 194 0 75705 0
[pid=12019/tid=12020] ppid=12016 vsize=303604 CPUtime=755.89
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 10572 0 0 0 75533 56 0 0 25 0 4 0 931841764 310890496 66392 4294967295 134512640 135305190 3218852080 3065507008 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=303604 CPUtime=755.23
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 14993 0 0 0 75427 96 0 0 25 0 4 0 931841764 310890496 66392 4294967295 134512640 135305190 3218852080 3057118468 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=303604 CPUtime=756.97
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 12950 0 0 0 75633 64 0 0 25 0 4 0 931841764 310890496 66392 4294967295 134512640 135305190 3218852080 3048729640 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3028.02
Current children cumulated vsize (KiB) 306024

[startup+822.319 s]
/proc/loadavg: 4.53 4.54 4.46 7/104 14539
/proc/meminfo: memFree=2876836/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=306620 CPUtime=3263.95
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 67193 0 0 0 326061 334 0 0 25 0 4 0 931841713 313978880 67097 4294967295 134512640 135305190 3218852080 3218849920 134551712 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 76655 67097 79 194 0 76459 0
[pid=12019/tid=12020] ppid=12016 vsize=306620 CPUtime=815.63
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 10840 0 0 0 81502 61 0 0 25 0 4 0 931841764 313978880 67097 4294967295 134512640 135305190 3218852080 3065507008 134528875 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=306620 CPUtime=815.23
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 15181 0 0 0 81424 99 0 0 25 0 4 0 931841764 313978880 67097 4294967295 134512640 135305190 3218852080 3057118400 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=306620 CPUtime=816.85
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 13057 0 0 0 81617 68 0 0 25 0 4 0 931841764 313978880 67097 4294967295 134512640 135305190 3218852080 3048729792 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3267.65
Current children cumulated vsize (KiB) 309040

[startup+882.314 s]
/proc/loadavg: 4.58 4.57 4.47 6/104 14697
/proc/meminfo: memFree=2871608/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=312880 CPUtime=3503.49
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 68562 0 0 0 349992 357 0 0 25 0 4 0 931841713 320389120 68466 4294967295 134512640 135305190 3218852080 3218850256 134528512 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 78220 68466 79 194 0 78024 0
[pid=12019/tid=12020] ppid=12016 vsize=312880 CPUtime=875.28
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 11290 0 0 0 87459 69 0 0 25 0 4 0 931841764 320389120 68466 4294967295 134512640 135305190 3218852080 3065507008 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=312880 CPUtime=875.19
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 15410 0 0 0 87416 103 0 0 25 0 4 0 931841764 320389120 68466 4294967295 134512640 135305190 3218852080 3057118400 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=312880 CPUtime=876.78
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 13313 0 0 0 87601 77 0 0 25 0 4 0 931841764 320389120 68466 4294967295 134512640 135305190 3218852080 3048729792 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3507.19
Current children cumulated vsize (KiB) 315300

[startup+942.309 s]
/proc/loadavg: 4.64 4.61 4.49 5/103 14851
/proc/meminfo: memFree=2866976/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=318492 CPUtime=3742.87
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 69992 0 0 0 373917 370 0 0 25 0 4 0 931841713 326135808 69896 4294967295 134512640 135305190 3218852080 3218850256 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 79623 69896 79 194 0 79427 0
[pid=12019/tid=12020] ppid=12016 vsize=318492 CPUtime=935.28
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 11743 0 0 0 93458 70 0 0 25 0 4 0 931841764 326135808 69896 4294967295 134512640 135305190 3218852080 3065507008 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=318492 CPUtime=935.17
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 15702 0 0 0 93410 107 0 0 25 0 4 0 931841764 326135808 69896 4294967295 134512640 135305190 3218852080 3057118400 134528201 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=318492 CPUtime=936.48
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 13680 0 0 0 93567 81 0 0 25 0 4 0 931841764 326135808 69896 4294967295 134512640 135305190 3218852080 3048729792 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3746.57
Current children cumulated vsize (KiB) 320912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.43 4.57 4.48 6/103 15040
/proc/meminfo: memFree=2863248/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=321104 CPUtime=3972.84
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 70604 0 0 0 396893 391 0 0 25 0 4 0 931841713 328810496 70508 4294967295 134512640 135305190 3218852080 3218849920 134551628 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 80276 70508 79 194 0 80080 0
[pid=12019/tid=12020] ppid=12016 vsize=321104 CPUtime=992.92
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 11968 0 0 0 99218 74 0 0 25 0 4 0 931841764 328810496 70508 4294967295 134512640 135305190 3218852080 3065507008 134528277 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=321104 CPUtime=992.65
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 15931 0 0 0 99153 112 0 0 25 0 4 0 931841764 328810496 70508 4294967295 134512640 135305190 3218852080 3057118400 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=321104 CPUtime=993.72
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 13836 0 0 0 99283 89 0 0 25 0 4 0 931841764 328810496 70508 4294967295 134512640 135305190 3218852080 3048729792 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3976.54
Current children cumulated vsize (KiB) 323524

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.43 4.57 4.48 6/103 15040
/proc/meminfo: memFree=2863248/3368532 swapFree=1959840/1959888
[pid=12016] ppid=12014 vsize=2420 CPUtime=3.7
/proc/12016/stat : 12016 (manysat.sh) S 12014 12016 28360 0 -1 4194304 371 27402 0 0 0 0 354 16 18 0 1 0 931841343 2478080 275 4294967295 134512640 135169312 3220097584 3220093800 3084930798 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/12016/statm: 605 275 231 161 0 44 0
[pid=12019] ppid=12016 vsize=321104 CPUtime=3972.84
/proc/12019/stat : 12019 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202496 70604 0 0 0 396893 391 0 0 25 0 4 0 931841713 328810496 70508 4294967295 134512640 135305190 3218852080 3218849920 134551628 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/12019/statm: 80276 70508 79 194 0 80080 0
[pid=12019/tid=12020] ppid=12016 vsize=321104 CPUtime=992.92
/proc/12019/task/12020/stat : 12020 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 11968 0 0 0 99218 74 0 0 25 0 4 0 931841764 328810496 70508 4294967295 134512640 135305190 3218852080 3065507008 134528277 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=12019/tid=12021] ppid=12016 vsize=321104 CPUtime=992.65
/proc/12019/task/12021/stat : 12021 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 15931 0 0 0 99153 112 0 0 25 0 4 0 931841764 328810496 70508 4294967295 134512640 135305190 3218852080 3057118400 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=12019/tid=12022] ppid=12016 vsize=321104 CPUtime=993.72
/proc/12019/task/12022/stat : 12022 (manysat1.1_stat) R 12016 12016 28360 0 -1 4202560 13836 0 0 0 99283 89 0 0 25 0 4 0 931841764 328810496 70508 4294967295 134512640 135305190 3218852080 3048729792 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3976.54
Current children cumulated vsize (KiB) 323524

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12016 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=540000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=160000
# CPU time returned by wait4() is 3.7
# while last known CPU time is 3976.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.04
CPU time (s): 3976.54
CPU user time (s): 3972.47
CPU system time (s): 4.07
CPU usage (%): 397.636
Max. virtual memory (cumulated for all children) (KiB): 323524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.54
system time used= 0.16
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27773
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= 28

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 11:24:05
IDJOB=1775806
IDBENCH=20387
IDSOLVER=620
FILE ID=tipi39/1775806-1243502645
PBS_JOBID=
Free space on /tmp= 5733 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775806-1243502645/watcher-1775806-1243502645 -o /tmp/evaluation-result-1775806-1243502645/solver-1775806-1243502645 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775806-1243502645.cnf aimd 0

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED= 920165749

Linux tipi39 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.067
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.067
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.067
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.067
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:       3154200 kB
Buffers:         24504 kB
Cached:          94052 kB
SwapCached:          0 kB
Active:          78652 kB
Inactive:        56112 kB
HighTotal:     2489216 kB
HighFree:      2381732 kB
LowTotal:       879316 kB
LowFree:        772468 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           12312 kB
Writeback:           0 kB
AnonPages:       16424 kB
Mapped:           6344 kB
Slab:            69692 kB
SReclaimable:    57320 kB
SUnreclaim:      12372 kB
PageTables:        532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95164 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5725 MiB
End job on tipi39 at 2009-05-28 11:40:48