Trace number 1780174

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 1/2009-03-20 (4 threads)UNSAT 2834.97 753.788

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2834.97
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.00/0.00	c Parsing...
1.90/1.98	c ==============================================================================
1.90/1.98	c |           |     ORIGINAL     |              LEARNT              |          |
1.90/1.98	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.90/1.98	c ==============================================================================
1.90/1.98	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
54.11/54.14	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
54.11/54.15	c ==============================================================================
54.11/54.15	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
54.11/54.15	c CPU time:   53.75 s
54.11/54.15	c ==============================================================================
2834.83/753.73	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2834.83/753.73	c ============================[ Problem Statistics ]=============================
2834.83/753.73	c |                                                                             |
2834.83/753.73	c threadId              : 3
2834.83/753.73	c restarts              : 2020
2834.83/753.73	c conflicts             : 1545010        (557 /sec)
2834.83/753.73	c decisions             : 2882099        (2.30 % random) (1038 /sec)
2834.83/753.73	c propagations          : 123806429      (44596 /sec)
2834.83/753.73	c conflict literals     : 26633556       (14.43 % deleted)
2834.83/753.73	c Memory used           : 571.62 MB
2834.83/753.73	c CPU time              : 2776.15 s
2834.83/753.73	
2834.83/753.73	c --->m=4, e=8, aimd=1, HOME/32421_many.cnf	time: 694.038	conflicts: 1545010      
2834.83/753.76	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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: 2.99 3.96 4.30 3/97 32422
/proc/meminfo: memFree=2925172/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) R 32419 32421 27966 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884348 3085244276 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=2416 CPUtime=0
/proc/32422/stat : 32422 (manysat.sh) R 32421 32421 27966 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1117564616 2473984 43 4294967295 134512640 135169312 3215885872 3215884348 3085244276 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/32422/statm: 604 43 0 161 0 43 0

[startup+0.043008 s]
/proc/loadavg: 2.99 3.96 4.30 3/97 32422
/proc/meminfo: memFree=2925172/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=5636 CPUtime=0.04
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 1241 0 0 0 3 1 0 0 18 0 1 0 1117564616 5771264 1177 4294967295 134512640 135034092 3221115632 3221111624 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 1409 1177 50 128 0 1279 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8052

[startup+0.103003 s]
/proc/loadavg: 2.99 3.96 4.30 3/97 32422
/proc/meminfo: memFree=2925172/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=12400 CPUtime=0.1
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 2698 0 0 0 9 1 0 0 18 0 1 0 1117564616 12697600 2634 4294967295 134512640 135034092 3221115632 3221111920 134545092 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 3100 2635 51 128 0 2970 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14816

[startup+0.302986 s]
/proc/loadavg: 2.99 3.96 4.30 3/97 32422
/proc/meminfo: memFree=2925172/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=31516 CPUtime=0.3
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 7433 0 0 0 27 3 0 0 18 0 1 0 1117564616 32272384 7369 4294967295 134512640 135034092 3221115632 3221111976 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 7879 7370 51 128 0 7749 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 33932

[startup+0.702953 s]
/proc/loadavg: 2.99 3.96 4.30 3/97 32422
/proc/meminfo: memFree=2925172/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=81700 CPUtime=0.7
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 18163 0 0 0 63 7 0 0 18 0 1 0 1117564616 83660800 18099 4294967295 134512640 135034092 3221115632 3221111976 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 20425 18099 51 128 0 20295 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 84116

[startup+1.50289 s]
/proc/loadavg: 2.99 3.96 4.30 2/98 32423
/proc/meminfo: memFree=2820988/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=169064 CPUtime=1.5
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 39703 0 0 0 133 17 0 0 20 0 1 0 1117564616 173121536 39639 4294967295 134512640 135034092 3221115632 3221111976 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 42266 39640 51 128 0 42136 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 171480

[startup+3.10275 s]
/proc/loadavg: 2.99 3.96 4.30 2/98 32606
/proc/meminfo: memFree=2693636/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=252612 CPUtime=3.1
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 58134 0 0 0 286 24 0 0 25 0 1 0 1117564616 258674688 58048 4294967295 134512640 135034092 3221115632 3221112404 134669476 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 63153 58048 63 128 0 63023 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 255028

[startup+6.30249 s]
/proc/loadavg: 2.83 3.91 4.28 2/98 32606
/proc/meminfo: memFree=2690252/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=267372 CPUtime=6.3
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 66948 0 0 0 604 26 0 0 25 0 1 0 1117564616 273788928 60583 4294967295 134512640 135034092 3221115632 3221111744 134558534 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 66843 60588 67 128 0 66713 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 269788

[startup+12.712 s]
/proc/loadavg: 2.69 3.86 4.26 2/98 32607
/proc/meminfo: memFree=2605544/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=324196 CPUtime=12.71
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 81271 0 0 0 1233 38 0 0 25 0 1 0 1117564616 331976704 74906 4294967295 134512640 135034092 3221115632 3221111616 134675816 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 81049 74906 67 128 0 80919 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 326612

[startup+25.5109 s]
/proc/loadavg: 2.31 3.72 4.21 2/98 32608
/proc/meminfo: memFree=2591364/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=325160 CPUtime=25.51
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 82370 0 0 0 2513 38 0 0 25 0 1 0 1117564616 332963840 75429 4294967295 134512640 135034092 3221115632 3221111824 134540724 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 81290 75429 67 128 0 81160 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 327576

[startup+51.1088 s]
/proc/loadavg: 1.86 3.50 4.12 2/98 32609
/proc/meminfo: memFree=2578020/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2416 CPUtime=0
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1117564615 2473984 274 4294967295 134512640 135169312 3215885872 3215884408 3085242094 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/32421/statm: 604 274 231 161 0 43 0
[pid=32422] ppid=32421 vsize=344940 CPUtime=51.11
/proc/32422/stat : 32422 (SatElite) R 32421 32421 27966 0 -1 4202496 85778 0 0 0 5072 39 0 0 25 0 1 0 1117564616 353218560 78805 4294967295 134512640 135034092 3221115632 3221111936 134569526 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32422/statm: 86235 78805 67 128 0 86105 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 347356

[startup+102.315 s]
/proc/loadavg: 3.45 3.67 4.14 5/101 334
/proc/meminfo: memFree=2620608/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=282544 CPUtime=182.23
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 63519 0 0 0 18165 58 0 0 25 0 4 0 1117570155 289325056 63454 4294967295 134512640 135305190 3220783824 3220782000 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 70636 63454 79 194 0 70440 0
[pid=32611/tid=32612] ppid=32421 vsize=282544 CPUtime=45.12
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 7301 0 0 0 4500 12 0 0 25 0 4 0 1117570276 289325056 63454 4294967295 134512640 135305190 3220783824 3072957632 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=282544 CPUtime=45.31
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 7985 0 0 0 4519 12 0 0 25 0 4 0 1117570276 289325056 63454 4294967295 134512640 135305190 3220783824 3064569024 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=282544 CPUtime=45.23
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 7530 0 0 0 4507 16 0 0 25 0 4 0 1117570276 289325056 63454 4294967295 134512640 135305190 3220783824 3056180416 134528428 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 237.63
Current children cumulated vsize (KiB) 284964

[startup+162.32 s]
/proc/loadavg: 3.99 3.77 4.15 6/101 525
/proc/meminfo: memFree=2564800/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=340080 CPUtime=421.3
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 77545 0 0 0 42032 98 0 0 25 0 4 0 1117570155 348241920 77480 4294967295 134512640 135305190 3220783824 3220782000 134528245 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 85020 77480 79 194 0 84824 0
[pid=32611/tid=32612] ppid=32421 vsize=340080 CPUtime=105.02
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 9841 0 0 0 10481 21 0 0 25 0 4 0 1117570276 348241920 77480 4294967295 134512640 135305190 3220783824 3072957632 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=340080 CPUtime=105.08
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 13655 0 0 0 10485 23 0 0 25 0 4 0 1117570276 348241920 77480 4294967295 134512640 135305190 3220783824 3064569024 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=340080 CPUtime=104.99
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 10457 0 0 0 10476 23 0 0 25 0 4 0 1117570276 348241920 77480 4294967295 134512640 135305190 3220783824 3056180416 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 476.7
Current children cumulated vsize (KiB) 342500

[startup+222.315 s]
/proc/loadavg: 4.34 3.90 4.17 5/101 715
/proc/meminfo: memFree=2521868/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=382012 CPUtime=660.4
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 87978 0 0 0 65913 127 0 0 25 0 4 0 1117570155 391180288 87913 4294967295 134512640 135305190 3220783824 3220782000 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 95503 87913 79 194 0 95307 0
[pid=32611/tid=32612] ppid=32421 vsize=382012 CPUtime=164.56
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 12374 0 0 0 16428 28 0 0 25 0 4 0 1117570276 391180288 87913 4294967295 134512640 135305190 3220783824 3072957632 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=382012 CPUtime=165.03
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 17328 0 0 0 16474 29 0 0 25 0 4 0 1117570276 391180288 87913 4294967295 134512640 135305190 3220783824 3064569024 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=382012 CPUtime=164.78
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 12261 0 0 0 16448 30 0 0 25 0 4 0 1117570276 391180288 87913 4294967295 134512640 135305190 3220783824 3056180080 134551681 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 715.8
Current children cumulated vsize (KiB) 384432

[startup+282.31 s]
/proc/loadavg: 4.27 3.97 4.17 6/101 902
/proc/meminfo: memFree=2490552/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4

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

[pid=32611/tid=32613] ppid=32421 vsize=567900 CPUtime=584.2
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 30471 0 0 0 58363 57 0 0 25 0 4 0 1117570276 581529600 132936 4294967295 134512640 135305190 3220783824 3064569024 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=567900 CPUtime=583.67
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22246 0 0 0 58295 72 0 0 25 0 4 0 1117570276 581529600 132936 4294967295 134512640 135305190 3220783824 3056180416 134528455 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2390.35
Current children cumulated vsize (KiB) 570320

[startup+702.315 s]
/proc/loadavg: 4.47 4.27 4.22 6/101 2234
/proc/meminfo: memFree=2333196/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=576728 CPUtime=2574.27
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 135120 0 0 0 257109 318 0 0 25 0 4 0 1117570155 590569472 135055 4294967295 134512640 135305190 3220783824 3220782000 134528332 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 144182 135055 79 194 0 143986 0
[pid=32611/tid=32612] ppid=32421 vsize=576728 CPUtime=642.51
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23389 0 0 0 64158 93 0 0 25 0 4 0 1117570276 590569472 135055 4294967295 134512640 135305190 3220783824 3072957632 134530694 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=576728 CPUtime=644.07
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 31185 0 0 0 64343 64 0 0 25 0 4 0 1117570276 590569472 135055 4294967295 134512640 135305190 3220783824 3064569024 134528415 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=576728 CPUtime=643.4
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22784 0 0 0 64260 80 0 0 25 0 4 0 1117570276 590569472 135055 4294967295 134512640 135305190 3220783824 3056180416 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2629.67
Current children cumulated vsize (KiB) 579148

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

[startup+716.714 s]
/proc/loadavg: 4.37 4.26 4.22 6/101 2234
/proc/meminfo: memFree=2330864/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=578496 CPUtime=2631.79
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 135605 0 0 0 262855 324 0 0 25 0 4 0 1117570155 592379904 135540 4294967295 134512640 135305190 3220783824 3220782000 134528277 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 144624 135540 79 194 0 144428 0
[pid=32611/tid=32612] ppid=32421 vsize=578496 CPUtime=656.88
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23410 0 0 0 65589 99 0 0 25 0 4 0 1117570276 592379904 135540 4294967295 134512640 135305190 3220783824 3072957632 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=578496 CPUtime=658.46
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 31644 0 0 0 65782 64 0 0 25 0 4 0 1117570276 592379904 135540 4294967295 134512640 135305190 3220783824 3064569024 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=578496 CPUtime=657.76
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22785 0 0 0 65696 80 0 0 25 0 4 0 1117570276 592379904 135540 4294967295 134512640 135305190 3220783824 3056180208 134547909 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2687.19
Current children cumulated vsize (KiB) 580916

[startup+729.513 s]
/proc/loadavg: 4.52 4.29 4.23 5/101 2418
/proc/meminfo: memFree=2329728/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=579160 CPUtime=2682.7
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 135747 0 0 0 267943 327 0 0 25 0 4 0 1117570155 593059840 135682 4294967295 134512640 135305190 3220783824 3220782000 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 144790 135682 79 194 0 144594 0
[pid=32611/tid=32612] ppid=32421 vsize=579160 CPUtime=669.62
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23412 0 0 0 66863 99 0 0 25 0 4 0 1117570276 593059840 135682 4294967295 134512640 135305190 3220783824 3072957632 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=579160 CPUtime=671.17
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 31774 0 0 0 67050 67 0 0 25 0 4 0 1117570276 593059840 135682 4294967295 134512640 135305190 3220783824 3064569024 134528382 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=579160 CPUtime=670.44
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22794 0 0 0 66964 80 0 0 25 0 4 0 1117570276 593059840 135682 4294967295 134512640 135305190 3220783824 3056180416 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2738.1
Current children cumulated vsize (KiB) 581580

[startup+742.311 s]
/proc/loadavg: 4.44 4.28 4.23 6/101 2419
/proc/meminfo: memFree=2327784/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=582228 CPUtime=2733.86
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 136510 0 0 0 273056 330 0 0 25 0 4 0 1117570155 596201472 136445 4294967295 134512640 135305190 3220783824 3220782000 134528224 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 145557 136445 79 194 0 145361 0
[pid=32611/tid=32612] ppid=32421 vsize=582228 CPUtime=682.4
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23450 0 0 0 68138 102 0 0 25 0 4 0 1117570276 596201472 136445 4294967295 134512640 135305190 3220783824 3072957632 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=582228 CPUtime=683.97
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 32372 0 0 0 68330 67 0 0 25 0 4 0 1117570276 596201472 136445 4294967295 134512640 135305190 3220783824 3064569024 134528539 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=582228 CPUtime=683.23
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22825 0 0 0 68243 80 0 0 25 0 4 0 1117570276 596201472 136445 4294967295 134512640 135305190 3220783824 3056180416 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2789.26
Current children cumulated vsize (KiB) 584648

[startup+748.711 s]
/proc/loadavg: 4.44 4.29 4.23 6/101 2420
/proc/meminfo: memFree=2327116/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=583692 CPUtime=2759.44
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 136903 0 0 0 275610 334 0 0 25 0 4 0 1117570155 597700608 136838 4294967295 134512640 135305190 3220783824 3220782000 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 145923 136838 79 194 0 145727 0
[pid=32611/tid=32612] ppid=32421 vsize=583692 CPUtime=688.78
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23526 0 0 0 68775 103 0 0 25 0 4 0 1117570276 597700608 136838 4294967295 134512640 135305190 3220783824 3072957632 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=583692 CPUtime=690.37
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 32431 0 0 0 68970 67 0 0 25 0 4 0 1117570276 597700608 136838 4294967295 134512640 135305190 3220783824 3064569024 134528562 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=583692 CPUtime=689.63
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22963 0 0 0 68881 82 0 0 25 0 4 0 1117570276 597700608 136838 4294967295 134512640 135305190 3220783824 3056180416 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2814.84
Current children cumulated vsize (KiB) 586112

[startup+751.911 s]
/proc/loadavg: 4.44 4.29 4.23 6/101 2420
/proc/meminfo: memFree=2326080/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=584768 CPUtime=2772.23
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 137169 0 0 0 276888 335 0 0 25 0 4 0 1117570155 598802432 137104 4294967295 134512640 135305190 3220783824 3220782000 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 146192 137104 79 194 0 145996 0
[pid=32611/tid=32612] ppid=32421 vsize=584768 CPUtime=691.97
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23603 0 0 0 69093 104 0 0 25 0 4 0 1117570276 598802432 137104 4294967295 134512640 135305190 3220783824 3072957632 134528224 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=584768 CPUtime=693.57
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 32494 0 0 0 69290 67 0 0 25 0 4 0 1117570276 598802432 137104 4294967295 134512640 135305190 3220783824 3064568704 134554896 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=584768 CPUtime=692.83
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 22995 0 0 0 69201 82 0 0 25 0 4 0 1117570276 598802432 137104 4294967295 134512640 135305190 3220783824 3056180416 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2827.63
Current children cumulated vsize (KiB) 587188

[startup+752.711 s]
/proc/loadavg: 4.49 4.30 4.23 6/101 2420
/proc/meminfo: memFree=2325368/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=584904 CPUtime=2775.43
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 137234 0 0 0 277206 337 0 0 25 0 4 0 1117570155 598941696 137169 4294967295 134512640 135305190 3220783824 3220782000 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 146226 137169 79 194 0 146030 0
[pid=32611/tid=32612] ppid=32421 vsize=584904 CPUtime=692.77
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23615 0 0 0 69173 104 0 0 25 0 4 0 1117570276 598941696 137169 4294967295 134512640 135305190 3220783824 3072957632 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=584904 CPUtime=694.37
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 32528 0 0 0 69370 67 0 0 25 0 4 0 1117570276 598941696 137169 4294967295 134512640 135305190 3220783824 3064569024 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=584904 CPUtime=693.63
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23003 0 0 0 69279 84 0 0 25 0 4 0 1117570276 598941696 137169 4294967295 134512640 135305190 3220783824 3056180416 134528425 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2830.83
Current children cumulated vsize (KiB) 587324

[startup+753.521 s]
/proc/loadavg: 4.49 4.30 4.23 6/101 2420
/proc/meminfo: memFree=2325368/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=585340 CPUtime=2778.68
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 137320 0 0 0 277531 337 0 0 25 0 4 0 1117570155 599388160 137255 4294967295 134512640 135305190 3220783824 3220782000 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 146335 137255 79 194 0 146139 0
[pid=32611/tid=32612] ppid=32421 vsize=585340 CPUtime=693.58
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23654 0 0 0 69254 104 0 0 25 0 4 0 1117570276 599388160 137255 4294967295 134512640 135305190 3220783824 3072957632 134528571 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=585340 CPUtime=695.18
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 32551 0 0 0 69451 67 0 0 25 0 4 0 1117570276 599388160 137255 4294967295 134512640 135305190 3220783824 3064569024 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=585340 CPUtime=694.44
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23014 0 0 0 69360 84 0 0 25 0 4 0 1117570276 599388160 137255 4294967295 134512640 135305190 3220783824 3056180416 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2834.08
Current children cumulated vsize (KiB) 587760

[startup+753.711 s]
/proc/loadavg: 4.49 4.30 4.23 6/101 2420
/proc/meminfo: memFree=2325368/3368532 swapFree=1953788/1959888
[pid=32421] ppid=32419 vsize=2420 CPUtime=55.4
/proc/32421/stat : 32421 (manysat.sh) S 32419 32421 27966 0 -1 4194304 370 91412 0 0 0 0 5491 49 18 0 1 0 1117564615 2478080 275 4294967295 134512640 135169312 3215885872 3215882088 3085242094 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/32421/statm: 605 275 231 161 0 44 0
[pid=32611] ppid=32421 vsize=585340 CPUtime=2779.43
/proc/32611/stat : 32611 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202496 137340 0 0 0 277606 337 0 0 25 0 4 0 1117570155 599388160 137275 4294967295 134512640 135305190 3220783824 3220781792 134548023 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/32611/statm: 146335 137275 79 194 0 146139 0
[pid=32611/tid=32612] ppid=32421 vsize=585340 CPUtime=693.77
/proc/32611/task/32612/stat : 32612 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23656 0 0 0 69273 104 0 0 25 0 4 0 1117570276 599388160 137275 4294967295 134512640 135305190 3220783824 3072957632 134528256 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=32611/tid=32613] ppid=32421 vsize=585340 CPUtime=695.37
/proc/32611/task/32613/stat : 32613 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 32555 0 0 0 69470 67 0 0 25 0 4 0 1117570276 599388160 137275 4294967295 134512640 135305190 3220783824 3064569024 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=32611/tid=32614] ppid=32421 vsize=585340 CPUtime=694.63
/proc/32611/task/32614/stat : 32614 (manysat1.1_stat) R 32421 32421 27966 0 -1 4202560 23028 0 0 0 69379 84 0 0 25 0 4 0 1117570276 599388160 137275 4294967295 134512640 135305190 3220783824 3056180416 134528539 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2834.83
Current children cumulated vsize (KiB) 587760

Child status: 20
Real time (s): 753.788
CPU time (s): 2834.97
CPU user time (s): 2831.06
CPU system time (s): 3.91
CPU usage (%): 376.097
Max. virtual memory (cumulated for all children) (KiB): 587760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2831.06
system time used= 3.91
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229414
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= 39618
involuntary context switches= 154897

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 18:43:22
IDJOB=1780174
IDBENCH=70959
IDSOLVER=623
FILE ID=/1780174-1243529002
PBS_JOBID=
Free space on /tmp= 6416 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r3-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780174-1243529002/watcher-1780174-1243529002 -o /tmp/evaluation-result-1780174-1243529002/solver-1780174-1243529002 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780174-1243529002.cnf aimd 1

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED= 816103336

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
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.061
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.12
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.061
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.061
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:       2925172 kB
Buffers:         54624 kB
Cached:         289232 kB
SwapCached:       2256 kB
Active:         180356 kB
Inactive:       173140 kB
HighTotal:     2489216 kB
HighFree:      2189196 kB
LowTotal:       879316 kB
LowFree:        735976 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           64376 kB
Writeback:           0 kB
AnonPages:        8700 kB
Mapped:           3140 kB
Slab:            81284 kB
SReclaimable:    67632 kB
SUnreclaim:      13652 kB
PageTables:        344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6416 MiB
End job on  at 2009-05-28 18:55:59