Trace number 1776601

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) 3987.04 1000.06

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
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 variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   55543   187718 |   16662       0        0     nan |  0.000 % |
0.11/0.13	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.11/0.13	c ==============================================================================
0.11/0.13	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.11/0.13	c CPU time:   0.12 s
0.11/0.13	c ==============================================================================
3986.95/1000.05	HOME/manysat.sh: line 55: 13998 Terminated              $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

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-1776601-1243511646/watcher-1776601-1243511646 -o /tmp/evaluation-result-1776601-1243511646/solver-1776601-1243511646 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776601-1243511646.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.52 4.42 4.28 3/96 13995
/proc/meminfo: memFree=2967916/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2416 CPUtime=0
/proc/13995/stat : 13995 (manysat.sh) R 13993 13995 1628 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1105265804 2473984 274 4294967295 134512640 135169312 3214023792 3214022268 3085088628 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/13995/statm: 604 274 231 161 0 43 0
[pid=13996] ppid=13995 vsize=1632 CPUtime=0
/proc/13996/stat : 13996 (SatElite) R 13995 13995 1628 0 -1 4202496 319 0 0 0 0 0 0 0 18 0 1 0 1105265804 1671168 256 4294967295 134512640 135034092 3220355632 3220351976 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/13996/statm: 408 256 50 128 0 278 0

[startup+0.106684 s]
/proc/loadavg: 4.52 4.42 4.28 3/96 13995
/proc/meminfo: memFree=2967916/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2416 CPUtime=0
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105265804 2473984 274 4294967295 134512640 135169312 3214023792 3214022328 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 604 274 231 161 0 43 0
[pid=13996] ppid=13995 vsize=7140 CPUtime=0.11
/proc/13996/stat : 13996 (SatElite) R 13995 13995 1628 0 -1 4202496 1682 0 0 0 10 1 0 0 20 0 1 0 1105265804 7311360 1509 4294967295 134512640 135034092 3220355632 3220351936 134577067 0 0 0 3 0 0 0 17 0 0 0 0
/proc/13996/statm: 1785 1509 67 128 0 1655 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9556

[startup+0.206676 s]
/proc/loadavg: 4.52 4.42 4.28 3/96 13995
/proc/meminfo: memFree=2967916/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2420

[startup+0.306668 s]
/proc/loadavg: 4.52 4.42 4.28 3/96 13995
/proc/meminfo: memFree=2967916/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2420

[startup+0.706647 s]
/proc/loadavg: 4.52 4.42 4.28 3/96 13995
/proc/meminfo: memFree=2967916/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2420

[startup+1.5066 s]
/proc/loadavg: 4.52 4.42 4.28 6/101 14001
/proc/meminfo: memFree=2946820/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=50404 CPUtime=4.75
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 6012 0 0 0 462 13 0 0 15 0 4 0 1105265824 51613696 5945 4294967295 134512640 135305190 3218524320 3218522344 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/13998/statm: 12601 5945 79 194 0 12405 0
[pid=13998/tid=13999] ppid=13995 vsize=50404 CPUtime=1.18
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 459 0 0 0 115 3 0 0 15 0 4 0 1105265834 51613696 5945 4294967295 134512640 135305190 3218524320 3084377280 134528151 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=50404 CPUtime=1.16
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 440 0 0 0 114 2 0 0 16 0 4 0 1105265834 51613696 5945 4294967295 134512640 135305190 3218524320 3075988672 134528265 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=50404 CPUtime=1.14
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 447 0 0 0 113 1 0 0 15 0 4 0 1105265834 51613696 5945 4294967295 134512640 135305190 3218524320 3067600064 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 52824

[startup+3.11074 s]
/proc/loadavg: 4.56 4.43 4.28 6/101 14001
/proc/meminfo: memFree=2941008/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=59560 CPUtime=10.89
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 8107 0 0 0 1075 14 0 0 15 0 4 0 1105265824 60989440 8040 4294967295 134512640 135305190 3218524320 3218522372 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 14890 8040 79 194 0 14694 0
[pid=13998/tid=13999] ppid=13995 vsize=59560 CPUtime=2.76
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 899 0 0 0 272 4 0 0 16 0 4 0 1105265834 60989440 8040 4294967295 134512640 135305190 3218524320 3084377204 134694990 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=59560 CPUtime=2.71
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 1064 0 0 0 269 2 0 0 16 0 4 0 1105265834 60989440 8040 4294967295 134512640 135305190 3218524320 3075988516 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=59560 CPUtime=2.66
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 945 0 0 0 265 1 0 0 15 0 4 0 1105265834 60989440 8040 4294967295 134512640 135305190 3218524320 3067599780 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 61980

[startup+6.30627 s]
/proc/loadavg: 4.56 4.43 4.28 8/101 14001
/proc/meminfo: memFree=2926636/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=72312 CPUtime=23.64
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 11144 0 0 0 2343 21 0 0 16 0 4 0 1105265824 74047488 11077 4294967295 134512640 135305190 3218524320 3218522164 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 18078 11077 79 194 0 17882 0
[pid=13998/tid=13999] ppid=13995 vsize=72312 CPUtime=5.96
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 1351 0 0 0 590 6 0 0 16 0 4 0 1105265834 74047488 11077 4294967295 134512640 135305190 3218524320 3084377280 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=72312 CPUtime=5.87
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 1931 0 0 0 584 3 0 0 16 0 4 0 1105265834 74047488 11077 4294967295 134512640 135305190 3218524320 3075988596 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=72312 CPUtime=5.86
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) S 13995 13995 1628 0 -1 4202560 1796 0 0 0 585 1 0 0 15 0 4 0 1105265834 74047488 11077 4294967295 134512640 135305190 3218524320 3067599912 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 74732

[startup+12.716 s]
/proc/loadavg: 4.93 4.51 4.31 5/101 14001
/proc/meminfo: memFree=2914624/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=83552 CPUtime=49.19
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 14054 0 0 0 4897 22 0 0 16 0 4 0 1105265824 85557248 13987 4294967295 134512640 135305190 3218524320 3218522496 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 20888 13987 79 194 0 20692 0
[pid=13998/tid=13999] ppid=13995 vsize=83552 CPUtime=12.34
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 1856 0 0 0 1227 7 0 0 18 0 4 0 1105265834 85557248 13987 4294967295 134512640 135305190 3218524320 3084376944 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=83552 CPUtime=12.27
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 2778 0 0 0 1224 3 0 0 18 0 4 0 1105265834 85557248 13987 4294967295 134512640 135305190 3218524320 3075988672 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=83552 CPUtime=12.24
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 2576 0 0 0 1223 1 0 0 16 0 4 0 1105265834 85557248 13987 4294967295 134512640 135305190 3218524320 3067600064 134528240 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 85972

[startup+25.5152 s]
/proc/loadavg: 4.94 4.53 4.32 5/101 14002
/proc/meminfo: memFree=2895648/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=100796 CPUtime=100.25
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 18403 0 0 0 9995 30 0 0 25 0 4 0 1105265824 103215104 18336 4294967295 134512640 135305190 3218524320 3218522224 134556770 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 25199 18336 79 194 0 25003 0
[pid=13998/tid=13999] ppid=13995 vsize=100796 CPUtime=25.07
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 2555 0 0 0 2498 9 0 0 25 0 4 0 1105265834 103215104 18336 4294967295 134512640 135305190 3218524320 3084377280 134528506 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=100796 CPUtime=25.06
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 3894 0 0 0 2502 4 0 0 25 0 4 0 1105265834 103215104 18336 4294967295 134512640 135305190 3218524320 3075988672 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=100796 CPUtime=25.01
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 3887 0 0 0 2497 4 0 0 25 0 4 0 1105265834 103215104 18336 4294967295 134512640 135305190 3218524320 3067600064 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.45
Current children cumulated vsize (KiB) 103216

[startup+51.1134 s]
/proc/loadavg: 4.84 4.53 4.32 5/101 14193
/proc/meminfo: memFree=2884256/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=111592 CPUtime=202.16
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 21120 0 0 0 20173 43 0 0 25 0 4 0 1105265824 114270208 21053 4294967295 134512640 135305190 3218524320 3218522496 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 27898 21053 79 194 0 27702 0
[pid=13998/tid=13999] ppid=13995 vsize=111592 CPUtime=50.62
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 3252 0 0 0 5051 11 0 0 25 0 4 0 1105265834 114270208 21053 4294967295 134512640 135305190 3218524320 3084377280 134528344 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=111592 CPUtime=50.4
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 4610 0 0 0 5033 7 0 0 25 0 4 0 1105265834 114270208 21053 4294967295 134512640 135305190 3218524320 3075988672 134528224 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=111592 CPUtime=50.46
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 4638 0 0 0 5038 8 0 0 25 0 4 0 1105265834 114270208 21053 4294967295 134512640 135305190 3218524320 3067600064 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.36
Current children cumulated vsize (KiB) 114012

[startup+102.31 s]
/proc/loadavg: 4.33 4.44 4.30 5/101 14378
/proc/meminfo: memFree=2855992/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=140432 CPUtime=406.13
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 27992 0 0 0 40545 68 0 0 25 0 4 0 1105265824 143802368 27925 4294967295 134512640 135305190 3218524320 3218522496 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13998/statm: 35108 27925 79 194 0 34912 0
[pid=13998/tid=13999] ppid=13995 vsize=140432 CPUtime=101.67
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 4792 0 0 0 10149 18 0 0 25 0 4 0 1105265834 143802368 27925 4294967295 134512640 135305190 3218524320 3084377280 134528747 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=140432 CPUtime=101.32
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 6717 0 0 0 10117 15 0 0 25 0 4 0 1105265834 143802368 27925 4294967295 134512640 135305190 3218524320 3075988352 134554422 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=140432 CPUtime=101.37
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 6331 0 0 0 10121 16 0 0 25 0 4 0 1105265834 143802368 27925 4294967295 134512640 135305190 3218524320 3067600064 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.33
Current children cumulated vsize (KiB) 142852

[startup+162.306 s]
/proc/loadavg: 4.23 4.39 4.29 5/101 14566
/proc/meminfo: memFree=2833996/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=162684 CPUtime=645.49
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 33574 0 0 0 64452 97 0 0 25 0 4 0 1105265824 166588416 33507 4294967295 134512640 135305190 3218524320 3218522496 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13998/statm: 40671 33507 79 194 0 40475 0
[pid=13998/tid=13999] ppid=13995 vsize=162684 CPUtime=161.44
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 5998 0 0 0 16119 25 0 0 25 0 4 0 1105265834 166588416 33507 4294967295 134512640 135305190 3218524320 3084377008 134558282 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=162684 CPUtime=161.26
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 8082 0 0 0 16108 18 0 0 25 0 4 0 1105265834 166588416 33507 4294967295 134512640 135305190 3218524320 3075988672 134528229 0 0 0 3 0 0 0 -1 2 0 0 0

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

[startup+582.307 s]
/proc/loadavg: 4.48 4.34 4.29 6/101 15888
/proc/meminfo: memFree=2724168/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=275260 CPUtime=2320.15
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 61003 0 0 0 231767 248 0 0 25 0 4 0 1105265824 281866240 60936 4294967295 134512640 135305190 3218524320 3218522496 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 68815 60936 79 194 0 68619 0
[pid=13998/tid=13999] ppid=13995 vsize=275260 CPUtime=580.25
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 11685 0 0 0 57958 67 0 0 25 0 4 0 1105265834 281866240 60936 4294967295 134512640 135305190 3218524320 3084377280 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=275260 CPUtime=579.74
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 14891 0 0 0 57932 42 0 0 25 0 4 0 1105265834 281866240 60936 4294967295 134512640 135305190 3218524320 3075988672 134528277 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=275260 CPUtime=579.4
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 14411 0 0 0 57868 72 0 0 25 0 4 0 1105265834 281866240 60936 4294967295 134512640 135305190 3218524320 3067599728 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2320.35
Current children cumulated vsize (KiB) 277680

[startup+642.313 s]
/proc/loadavg: 4.56 4.40 4.31 5/101 16076
/proc/meminfo: memFree=2678632/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=319088 CPUtime=2559.58
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 71964 0 0 0 255690 268 0 0 25 0 4 0 1105265824 326746112 71897 4294967295 134512640 135305190 3218524320 3218522496 134528559 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13998/statm: 79772 71897 79 194 0 79576 0
[pid=13998/tid=13999] ppid=13995 vsize=319088 CPUtime=640.04
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 14142 0 0 0 63932 72 0 0 25 0 4 0 1105265834 326746112 71897 4294967295 134512640 135305190 3218524320 3084377280 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=319088 CPUtime=639.55
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 17758 0 0 0 63907 48 0 0 25 0 4 0 1105265834 326746112 71897 4294967295 134512640 135305190 3218524320 3075988672 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=319088 CPUtime=639.35
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 17109 0 0 0 63857 78 0 0 25 0 4 0 1105265834 326746112 71897 4294967295 134512640 135305190 3218524320 3067600064 134528195 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2559.78
Current children cumulated vsize (KiB) 321508

[startup+702.309 s]
/proc/loadavg: 4.37 4.37 4.30 5/101 16262
/proc/meminfo: memFree=2674456/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=324216 CPUtime=2799.08
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 72995 0 0 0 279625 283 0 0 25 0 4 0 1105265824 331997184 72928 4294967295 134512640 135305190 3218524320 3218522496 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13998/statm: 81054 72928 79 194 0 80858 0
[pid=13998/tid=13999] ppid=13995 vsize=324216 CPUtime=699.9
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 14311 0 0 0 69917 73 0 0 25 0 4 0 1105265834 331997184 72928 4294967295 134512640 135305190 3218524320 3084377280 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=324216 CPUtime=699.35
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 17972 0 0 0 69886 49 0 0 25 0 4 0 1105265834 331997184 72928 4294967295 134512640 135305190 3218524320 3075988672 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=324216 CPUtime=699.27
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 17283 0 0 0 69843 84 0 0 25 0 4 0 1105265834 331997184 72928 4294967295 134512640 135305190 3218524320 3067600064 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2799.28
Current children cumulated vsize (KiB) 326636

[startup+762.305 s]
/proc/loadavg: 4.43 4.38 4.30 6/101 16450
/proc/meminfo: memFree=2668936/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=329932 CPUtime=3038.28
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 74349 0 0 0 303526 302 0 0 25 0 4 0 1105265824 337850368 74282 4294967295 134512640 135305190 3218524320 3218522440 134838528 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13998/statm: 82483 74282 79 194 0 82287 0
[pid=13998/tid=13999] ppid=13995 vsize=329932 CPUtime=759.83
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 14634 0 0 0 75906 77 0 0 25 0 4 0 1105265834 337850368 74282 4294967295 134512640 135305190 3218524320 3084377280 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=329932 CPUtime=758.91
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 18224 0 0 0 75837 54 0 0 25 0 4 0 1105265834 337850368 74282 4294967295 134512640 135305190 3218524320 3075988672 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=329932 CPUtime=759.11
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 17525 0 0 0 75822 89 0 0 25 0 4 0 1105265834 337850368 74282 4294967295 134512640 135305190 3218524320 3067600064 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3038.48
Current children cumulated vsize (KiB) 332352

[startup+822.311 s]
/proc/loadavg: 4.49 4.39 4.31 6/102 16595
/proc/meminfo: memFree=2643960/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=358584 CPUtime=3277.89
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 81118 0 0 0 327459 330 0 0 25 0 4 0 1105265824 367190016 81051 4294967295 134512640 135305190 3218524320 3218522496 134528256 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13998/statm: 89646 81051 79 194 0 89450 0
[pid=13998/tid=13999] ppid=13995 vsize=358584 CPUtime=819.6
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 16170 0 0 0 81879 81 0 0 25 0 4 0 1105265834 367190016 81051 4294967295 134512640 135305190 3218524320 3084377280 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=358584 CPUtime=818.79
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 20343 0 0 0 81817 62 0 0 25 0 4 0 1105265834 367190016 81051 4294967295 134512640 135305190 3218524320 3075988672 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=358584 CPUtime=819.08
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 19216 0 0 0 81807 101 0 0 25 0 4 0 1105265834 367190016 81051 4294967295 134512640 135305190 3218524320 3067600064 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.09
Current children cumulated vsize (KiB) 361004

[startup+882.317 s]
/proc/loadavg: 4.62 4.42 4.32 6/102 16826
/proc/meminfo: memFree=2632556/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=367944 CPUtime=3516.97
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 83386 0 0 0 351353 344 0 0 25 0 4 0 1105265824 376774656 83319 4294967295 134512640 135305190 3218524320 3218522496 134528506 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13998/statm: 91986 83319 79 194 0 91790 0
[pid=13998/tid=13999] ppid=13995 vsize=367944 CPUtime=879.44
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 16564 0 0 0 87858 86 0 0 25 0 4 0 1105265834 376774656 83319 4294967295 134512640 135305190 3218524320 3084377280 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=367944 CPUtime=878.46
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 20880 0 0 0 87784 62 0 0 25 0 4 0 1105265834 376774656 83319 4294967295 134512640 135305190 3218524320 3075988672 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=367944 CPUtime=878.82
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 19660 0 0 0 87776 106 0 0 25 0 4 0 1105265834 376774656 83319 4294967295 134512640 135305190 3218524320 3067600064 134528399 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.17
Current children cumulated vsize (KiB) 370364

[startup+942.313 s]
/proc/loadavg: 4.99 4.56 4.37 5/101 17019
/proc/meminfo: memFree=2631520/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=369580 CPUtime=3756.44
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 83706 0 0 0 375281 363 0 0 25 0 4 0 1105265824 378449920 83639 4294967295 134512640 135305190 3218524320 3218522496 134528559 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13998/statm: 92395 83639 79 194 0 92199 0
[pid=13998/tid=13999] ppid=13995 vsize=369580 CPUtime=939.35
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 16605 0 0 0 93847 88 0 0 25 0 4 0 1105265834 378449920 83639 4294967295 134512640 135305190 3218524320 3084377280 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=369580 CPUtime=938.22
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 20931 0 0 0 93752 70 0 0 25 0 4 0 1105265834 378449920 83639 4294967295 134512640 135305190 3218524320 3075988672 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=369580 CPUtime=938.75
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 19692 0 0 0 93766 109 0 0 25 0 4 0 1105265834 378449920 83639 4294967295 134512640 135305190 3218524320 3067600064 134528559 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.64
Current children cumulated vsize (KiB) 372000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.77 4.55 4.38 5/101 17205
/proc/meminfo: memFree=2630376/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=371472 CPUtime=3986.75
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 84139 0 0 0 398304 371 0 0 25 0 4 0 1105265824 380387328 84072 4294967295 134512640 135305190 3218524320 3218522496 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/13998/statm: 92868 84072 79 194 0 92672 0
[pid=13998/tid=13999] ppid=13995 vsize=371472 CPUtime=997.03
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 16685 0 0 0 99615 88 0 0 25 0 4 0 1105265834 380387328 84072 4294967295 134512640 135305190 3218524320 3084377280 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=371472 CPUtime=995.78
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 21057 0 0 0 99507 71 0 0 25 0 4 0 1105265834 380387328 84072 4294967295 134512640 135305190 3218524320 3075988672 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=371472 CPUtime=996.43
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 19895 0 0 0 99531 112 0 0 25 0 4 0 1105265834 380387328 84072 4294967295 134512640 135305190 3218524320 3067600064 134528301 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3986.95
Current children cumulated vsize (KiB) 373892

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

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

[startup+1000.02 s]
/proc/loadavg: 4.77 4.55 4.38 5/101 17205
/proc/meminfo: memFree=2630376/3368532 swapFree=1954076/1959888
[pid=13995] ppid=13993 vsize=2420 CPUtime=0.2
/proc/13995/stat : 13995 (manysat.sh) S 13993 13995 1628 0 -1 4194304 370 1761 0 0 0 0 19 1 17 0 1 0 1105265804 2478080 275 4294967295 134512640 135169312 3214023792 3214020008 3085086446 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13995/statm: 605 275 231 161 0 44 0
[pid=13998] ppid=13995 vsize=371472 CPUtime=3986.75
/proc/13998/stat : 13998 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202496 84139 0 0 0 398304 371 0 0 25 0 4 0 1105265824 380387328 84072 4294967295 134512640 135305190 3218524320 3218522496 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/13998/statm: 92868 84072 79 194 0 92672 0
[pid=13998/tid=13999] ppid=13995 vsize=371472 CPUtime=997.03
/proc/13998/task/13999/stat : 13999 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 16685 0 0 0 99615 88 0 0 25 0 4 0 1105265834 380387328 84072 4294967295 134512640 135305190 3218524320 3084377280 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13998/tid=14000] ppid=13995 vsize=371472 CPUtime=995.78
/proc/13998/task/14000/stat : 14000 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 21057 0 0 0 99507 71 0 0 25 0 4 0 1105265834 380387328 84072 4294967295 134512640 135305190 3218524320 3075988672 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13998/tid=14001] ppid=13995 vsize=371472 CPUtime=996.43
/proc/13998/task/14001/stat : 14001 (manysat1.1_stat) R 13995 13995 1628 0 -1 4202560 19895 0 0 0 99531 112 0 0 25 0 4 0 1105265834 380387328 84072 4294967295 134512640 135305190 3218524320 3067600064 134528301 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3986.95
Current children cumulated vsize (KiB) 373892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.06
CPU time (s): 3987.04
CPU user time (s): 3983.31
CPU system time (s): 3.73
CPU usage (%): 398.68
Max. virtual memory (cumulated for all children) (KiB): 373892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3983.31
system time used= 3.73
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86347
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= 34947
involuntary context switches= 218048

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 13:54:06
IDJOB=1776601
IDBENCH=69560
IDSOLVER=620
FILE ID=tipi44/1776601-1243511646
PBS_JOBID=
Free space on /tmp= 15893 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-x1mul.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776601-1243511646/watcher-1776601-1243511646 -o /tmp/evaluation-result-1776601-1243511646/solver-1776601-1243511646 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776601-1243511646.cnf aimd 0

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED= 1803085666

Linux tipi44 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.116
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.116
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.116
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.14
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2968360 kB
Buffers:        137724 kB
Cached:         155168 kB
SwapCached:       2180 kB
Active:          99128 kB
Inactive:       203688 kB
HighTotal:     2489216 kB
HighFree:      2321720 kB
LowTotal:       879316 kB
LowFree:        646640 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            2596 kB
Writeback:           0 kB
AnonPages:        9148 kB
Mapped:           3608 kB
Slab:            87056 kB
SReclaimable:    77060 kB
SUnreclaim:       9996 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15892 MiB
End job on tipi44 at 2009-05-28 14:10:49