Trace number 1775911

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) 3986.63 1000.05

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
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 variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   78817   208932 |   23645       0        0     nan |  0.000 % |
0.31/0.40	c |         0 |   60741   195331 |      --       0       --      -- |     --   | -18076/-13601
0.31/0.40	c ==============================================================================
0.31/0.40	c Result  :   #vars: 11150   #clauses: 60741   #literals: 195331
0.31/0.40	c CPU time:   0.36 s
0.31/0.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-1775911-1243504114/watcher-1775911-1243504114 -o /tmp/evaluation-result-1775911-1243504114/solver-1775911-1243504114 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775911-1243504114.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.34 4.40 4.37 3/96 16994
/proc/meminfo: memFree=3163820/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2412 CPUtime=0
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115075541 2469888 273 4294967295 134512640 135169312 3214181520 3214180056 3084951278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/16994/statm: 603 273 231 161 0 42 0
[pid=16995] ppid=16994 vsize=2460 CPUtime=0
/proc/16995/stat : 16995 (SatElite) R 16994 16994 27966 0 -1 4202496 437 0 0 0 0 0 0 0 18 0 1 0 1115075541 2519040 373 4294967295 134512640 135034092 3217352544 3217348832 134545140 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16995/statm: 615 375 49 128 0 485 0

[startup+0.100172 s]
/proc/loadavg: 4.34 4.40 4.37 3/96 16994
/proc/meminfo: memFree=3163820/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2412 CPUtime=0
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115075541 2469888 273 4294967295 134512640 135169312 3214181520 3214180056 3084951278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/16994/statm: 603 273 231 161 0 42 0
[pid=16995] ppid=16994 vsize=12080 CPUtime=0.1
/proc/16995/stat : 16995 (SatElite) R 16994 16994 27966 0 -1 4202496 2685 0 0 0 8 2 0 0 18 0 1 0 1115075541 12369920 2578 4294967295 134512640 135034092 3217352544 3217348540 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16995/statm: 3020 2578 67 128 0 2890 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14492

[startup+0.210163 s]
/proc/loadavg: 4.34 4.40 4.37 3/96 16994
/proc/meminfo: memFree=3163820/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2412 CPUtime=0
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115075541 2469888 273 4294967295 134512640 135169312 3214181520 3214180056 3084951278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/16994/statm: 603 273 231 161 0 42 0
[pid=16995] ppid=16994 vsize=14308 CPUtime=0.21
/proc/16995/stat : 16995 (SatElite) R 16994 16994 27966 0 -1 4202496 3207 0 0 0 19 2 0 0 18 0 1 0 1115075541 14651392 3100 4294967295 134512640 135034092 3217352544 3217348832 134529225 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16995/statm: 3577 3100 67 128 0 3447 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 16720

[startup+0.310155 s]
/proc/loadavg: 4.34 4.40 4.37 3/96 16994
/proc/meminfo: memFree=3163820/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2412 CPUtime=0
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115075541 2469888 273 4294967295 134512640 135169312 3214181520 3214180056 3084951278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/16994/statm: 603 273 231 161 0 42 0
[pid=16995] ppid=16994 vsize=16432 CPUtime=0.31
/proc/16995/stat : 16995 (SatElite) R 16994 16994 27966 0 -1 4202496 3546 0 0 0 29 2 0 0 18 0 1 0 1115075541 16826368 3439 4294967295 134512640 135034092 3217352544 3217348992 134569611 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16995/statm: 4108 3439 94 128 0 3978 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 18844

[startup+0.710132 s]
/proc/loadavg: 4.34 4.40 4.37 3/96 16994
/proc/meminfo: memFree=3163820/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2416

[startup+1.51006 s]
/proc/loadavg: 4.07 4.34 4.35 5/101 17001
/proc/meminfo: memFree=3139948/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=53152 CPUtime=3.6
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 6620 0 0 0 344 16 0 0 16 0 4 0 1115075589 54427648 6556 4294967295 134512640 135305190 3220984576 3220982752 134528539 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 13288 6556 79 194 0 13092 0
[pid=16997/tid=16998] ppid=16994 vsize=53152 CPUtime=0.86
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 432 0 0 0 83 3 0 0 15 0 4 0 1115075602 54427648 6556 4294967295 134512640 135305190 3220984576 3083750516 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=53152 CPUtime=0.87
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 645 0 0 0 84 3 0 0 15 0 4 0 1115075602 54427648 6556 4294967295 134512640 135305190 3220984576 3075361908 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=53152 CPUtime=0.86
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 507 0 0 0 82 4 0 0 15 0 4 0 1115075602 54427648 6556 4294967295 134512640 135305190 3220984576 3066973320 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 55568

[startup+3.10934 s]
/proc/loadavg: 4.07 4.34 4.35 7/101 17001
/proc/meminfo: memFree=3132468/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=63216 CPUtime=9.58
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 9002 0 0 0 940 18 0 0 16 0 4 0 1115075589 64733184 8922 4294967295 134512640 135305190 3220984576 3220982500 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/16997/statm: 15804 8922 79 194 0 15608 0
[pid=16997/tid=16998] ppid=16994 vsize=63216 CPUtime=2.35
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 861 0 0 0 232 3 0 0 16 0 4 0 1115075602 64733184 8922 4294967295 134512640 135305190 3220984576 3083750592 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=63216 CPUtime=2.32
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 1515 0 0 0 227 5 0 0 15 0 4 0 1115075602 64733184 8922 4294967295 134512640 135305190 3220984576 3075361928 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=63216 CPUtime=2.46
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 1069 0 0 0 242 4 0 0 15 0 4 0 1115075602 64733184 8922 4294967295 134512640 135305190 3220984576 3066973376 134528265 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.06
Current children cumulated vsize (KiB) 65632

[startup+6.31217 s]
/proc/loadavg: 4.22 4.37 4.36 7/101 17001
/proc/meminfo: memFree=3117616/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=74288 CPUtime=21.75
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 11901 0 0 0 2154 21 0 0 16 0 4 0 1115075589 76070912 11821 4294967295 134512640 135305190 3220984576 3220982696 134839991 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/16997/statm: 18572 11821 79 194 0 18376 0
[pid=16997/tid=16998] ppid=16994 vsize=74288 CPUtime=5.43
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 1278 0 0 0 540 3 0 0 16 0 4 0 1115075602 76070912 11821 4294967295 134512640 135305190 3220984576 3083750440 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=74288 CPUtime=5.33
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 2630 0 0 0 527 6 0 0 16 0 4 0 1115075602 76070912 11821 4294967295 134512640 135305190 3220984576 3075361828 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=74288 CPUtime=5.55
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 1724 0 0 0 550 5 0 0 16 0 4 0 1115075602 76070912 11821 4294967295 134512640 135305190 3220984576 3066973224 134694990 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (KiB) 76704

[startup+12.7138 s]
/proc/loadavg: 4.45 4.41 4.37 6/101 17001
/proc/meminfo: memFree=3096816/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=94848 CPUtime=47.07
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 16798 0 0 0 4668 39 0 0 15 0 4 0 1115075589 97124352 16651 4294967295 134512640 135305190 3220984576 3220982600 134694990 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 23712 16651 79 194 0 23516 0
[pid=16997/tid=16998] ppid=16994 vsize=94848 CPUtime=11.78
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 1863 0 0 0 1174 4 0 0 16 0 4 0 1115075602 97124352 16651 4294967295 134512640 135305190 3220984576 3083750244 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=94848 CPUtime=11.65
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 4571 0 0 0 1152 13 0 0 17 0 4 0 1115075602 97124352 16651 4294967295 134512640 135305190 3220984576 3075361984 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=94848 CPUtime=11.92
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 2879 0 0 0 1180 12 0 0 15 0 4 0 1115075602 97124352 16651 4294967295 134512640 135305190 3220984576 3066973300 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.55
Current children cumulated vsize (KiB) 97264

[startup+25.5081 s]
/proc/loadavg: 4.64 4.45 4.38 6/101 17002
/proc/meminfo: memFree=3076912/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=113560 CPUtime=98.08
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 21633 0 0 0 9756 52 0 0 16 0 4 0 1115075589 116285440 21486 4294967295 134512640 135305190 3220984576 3220982752 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/16997/statm: 28390 21486 79 194 0 28194 0
[pid=16997/tid=16998] ppid=16994 vsize=113560 CPUtime=24.56
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 2482 0 0 0 2449 7 0 0 25 0 4 0 1115075602 116285440 21486 4294967295 134512640 135305190 3220984576 3083750700 134570423 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=113560 CPUtime=24.32
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 6479 0 0 0 2415 17 0 0 23 0 4 0 1115075602 116285440 21486 4294967295 134512640 135305190 3220984576 3075361600 134551986 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=113560 CPUtime=24.68
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 3965 0 0 0 2454 14 0 0 16 0 4 0 1115075602 116285440 21486 4294967295 134512640 135305190 3220984576 3066973376 134528286 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.56
Current children cumulated vsize (KiB) 115976

[startup+51.106 s]
/proc/loadavg: 4.62 4.46 4.39 6/101 17192
/proc/meminfo: memFree=3058536/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=130936 CPUtime=200.11
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 26170 0 0 0 19944 67 0 0 25 0 4 0 1115075589 134078464 26023 4294967295 134512640 135305190 3220984576 3220982752 134528376 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/16997/statm: 32734 26023 79 194 0 32538 0
[pid=16997/tid=16998] ppid=16994 vsize=130936 CPUtime=50.12
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 3184 0 0 0 5002 10 0 0 25 0 4 0 1115075602 134078464 26023 4294967295 134512640 135305190 3220984576 3083750320 134557163 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=130936 CPUtime=49.8
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 8055 0 0 0 4957 23 0 0 25 0 4 0 1115075602 134078464 26023 4294967295 134512640 135305190 3220984576 3075361664 134553275 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=130936 CPUtime=50.21
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 5027 0 0 0 5004 17 0 0 25 0 4 0 1115075602 134078464 26023 4294967295 134512640 135305190 3220984576 3066973376 134530638 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.59
Current children cumulated vsize (KiB) 133352

[startup+102.312 s]
/proc/loadavg: 4.43 4.44 4.38 5/101 17195
/proc/meminfo: memFree=3026232/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=164676 CPUtime=404.59
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 34281 0 0 0 40355 104 0 0 25 0 4 0 1115075589 168628224 34134 4294967295 134512640 135305190 3220984576 3220982292 134839991 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/16997/statm: 41169 34134 79 194 0 40973 0
[pid=16997/tid=16998] ppid=16994 vsize=164676 CPUtime=101.12
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 4424 0 0 0 10091 21 0 0 25 0 4 0 1115075602 168628224 34134 4294967295 134512640 135305190 3220984576 3083750592 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=164676 CPUtime=101
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 11521 0 0 0 10073 27 0 0 25 0 4 0 1115075602 168628224 34134 4294967295 134512640 135305190 3220984576 3075361984 134528536 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=164676 CPUtime=101.35
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 6804 0 0 0 10107 28 0 0 25 0 4 0 1115075602 168628224 34134 4294967295 134512640 135305190 3220984576 3066973376 134528376 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.07
Current children cumulated vsize (KiB) 167092

[startup+162.317 s]
/proc/loadavg: 4.40 4.42 4.37 5/101 17383
/proc/meminfo: memFree=3016408/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=174408 CPUtime=644.17

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

/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 16280 0 0 0 57967 78 0 0 25 0 4 0 1115075602 359460864 79944 4294967295 134512640 135305190 3220984576 3066973040 134551681 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2320
Current children cumulated vsize (KiB) 353452

[startup+642.317 s]
/proc/loadavg: 4.35 4.41 4.37 5/101 18892
/proc/meminfo: memFree=2788728/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=405924 CPUtime=2558.84
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 93457 0 0 0 255543 341 0 0 25 0 4 0 1115075589 415666176 93310 4294967295 134512640 135305190 3220984576 3220982752 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 101481 93310 79 194 0 101285 0
[pid=16997/tid=16998] ppid=16994 vsize=405924 CPUtime=639.59
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 14293 0 0 0 63880 79 0 0 25 0 4 0 1115075602 415666176 93310 4294967295 134512640 135305190 3220984576 3083750592 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=405924 CPUtime=639.03
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 35477 0 0 0 63803 100 0 0 25 0 4 0 1115075602 415666176 93310 4294967295 134512640 135305190 3220984576 3075361600 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=405924 CPUtime=640.19
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 19033 0 0 0 63933 86 0 0 25 0 4 0 1115075602 415666176 93310 4294967295 134512640 135305190 3220984576 3066973376 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2559.32
Current children cumulated vsize (KiB) 408340

[startup+702.312 s]
/proc/loadavg: 4.31 4.41 4.37 5/101 19079
/proc/meminfo: memFree=2781528/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=414556 CPUtime=2798.16
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 95487 0 0 0 279450 366 0 0 25 0 4 0 1115075589 424505344 95340 4294967295 134512640 135305190 3220984576 3220982752 134528421 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 103639 95340 79 194 0 103443 0
[pid=16997/tid=16998] ppid=16994 vsize=414556 CPUtime=699.38
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 14862 0 0 0 69857 81 0 0 25 0 4 0 1115075602 424505344 95340 4294967295 134512640 135305190 3220984576 3083750592 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=414556 CPUtime=698.88
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 36072 0 0 0 69781 107 0 0 25 0 4 0 1115075602 424505344 95340 4294967295 134512640 135305190 3220984576 3075361984 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=414556 CPUtime=700.11
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 19500 0 0 0 69918 93 0 0 25 0 4 0 1115075602 424505344 95340 4294967295 134512640 135305190 3220984576 3066973104 134557163 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2798.64
Current children cumulated vsize (KiB) 416972

[startup+762.317 s]
/proc/loadavg: 4.50 4.45 4.38 6/101 19267
/proc/meminfo: memFree=2753652/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=441940 CPUtime=3037.67
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 102265 0 0 0 303378 389 0 0 25 0 4 0 1115075589 452546560 102118 4294967295 134512640 135305190 3220984576 3220982752 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 110485 102118 79 194 0 110289 0
[pid=16997/tid=16998] ppid=16994 vsize=441940 CPUtime=759.24
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 16314 0 0 0 75840 84 0 0 25 0 4 0 1115075602 452546560 102118 4294967295 134512640 135305190 3220984576 3083750592 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=441940 CPUtime=758.87
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 38519 0 0 0 75775 112 0 0 25 0 4 0 1115075602 452546560 102118 4294967295 134512640 135305190 3220984576 3075361984 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=441940 CPUtime=759.92
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 20952 0 0 0 75897 95 0 0 25 0 4 0 1115075602 452546560 102118 4294967295 134512640 135305190 3220984576 3066973040 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038.15
Current children cumulated vsize (KiB) 444356

[startup+822.312 s]
/proc/loadavg: 4.71 4.54 4.42 5/101 19459
/proc/meminfo: memFree=2732076/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=463556 CPUtime=3277.13
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 107698 0 0 0 327297 416 0 0 25 0 4 0 1115075589 474681344 107550 4294967295 134512640 135305190 3220984576 3220982752 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 115889 107550 79 194 0 115693 0
[pid=16997/tid=16998] ppid=16994 vsize=463556 CPUtime=818.96
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 17290 0 0 0 81809 87 0 0 25 0 4 0 1115075602 474681344 107550 4294967295 134512640 135305190 3220984576 3083750592 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=463556 CPUtime=818.78
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 40797 0 0 0 81759 119 0 0 25 0 4 0 1115075602 474681344 107550 4294967295 134512640 135305190 3220984576 3075361984 134528559 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=463556 CPUtime=819.81
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 22001 0 0 0 81876 105 0 0 25 0 4 0 1115075602 474681344 107550 4294967295 134512640 135305190 3220984576 3066973376 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3277.61
Current children cumulated vsize (KiB) 465972

[startup+882.317 s]
/proc/loadavg: 4.87 4.61 4.45 6/101 19647
/proc/meminfo: memFree=2724140/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=472136 CPUtime=3516.52
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 109475 0 0 0 351212 440 0 0 25 0 4 0 1115075589 483467264 109327 4294967295 134512640 135305190 3220984576 3220982752 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 118034 109327 79 194 0 117838 0
[pid=16997/tid=16998] ppid=16994 vsize=472136 CPUtime=878.62
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 17751 0 0 0 87768 94 0 0 24 0 4 0 1115075602 483467264 109327 4294967295 134512640 135305190 3220984576 3083750592 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=472136 CPUtime=878.72
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 41371 0 0 0 87750 122 0 0 25 0 4 0 1115075602 483467264 109327 4294967295 134512640 135305190 3220984576 3075361984 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=472136 CPUtime=879.74
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 22406 0 0 0 87861 113 0 0 25 0 4 0 1115075602 483467264 109327 4294967295 134512640 135305190 3220984576 3066973376 134528237 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517
Current children cumulated vsize (KiB) 474552

[startup+942.312 s]
/proc/loadavg: 4.92 4.68 4.48 5/101 19835
/proc/meminfo: memFree=2715816/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=481384 CPUtime=3755.91
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 111724 0 0 0 375135 456 0 0 25 0 4 0 1115075589 492937216 111576 4294967295 134512640 135305190 3220984576 3220982752 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/16997/statm: 120346 111576 79 194 0 120150 0
[pid=16997/tid=16998] ppid=16994 vsize=481384 CPUtime=938.55
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 18207 0 0 0 93754 101 0 0 25 0 4 0 1115075602 492937216 111576 4294967295 134512640 135305190 3220984576 3083750592 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=481384 CPUtime=938.55
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 42148 0 0 0 93732 123 0 0 25 0 4 0 1115075602 492937216 111576 4294967295 134512640 135305190 3220984576 3075361984 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=481384 CPUtime=939.58
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 22775 0 0 0 93841 117 0 0 25 0 4 0 1115075602 492937216 111576 4294967295 134512640 135305190 3220984576 3066973376 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.39
Current children cumulated vsize (KiB) 483800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.14 4.76 4.52 6/101 20022
/proc/meminfo: memFree=2699664/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=496216 CPUtime=3986.15
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 115783 0 0 0 398134 481 0 0 25 0 4 0 1115075589 508125184 115613 4294967295 134512640 135305190 3220984576 3220982752 134528418 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/16997/statm: 124054 115613 79 194 0 123858 0
[pid=16997/tid=16998] ppid=16994 vsize=496216 CPUtime=996.17
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 18921 0 0 0 99511 106 0 0 25 0 4 0 1115075602 508125184 115613 4294967295 134512640 135305190 3220984576 3083750592 134528536 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=496216 CPUtime=996.11
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 43430 0 0 0 99475 136 0 0 25 0 4 0 1115075602 508125184 115613 4294967295 134512640 135305190 3220984576 3075361984 134528224 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=496216 CPUtime=997
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 23784 0 0 0 99579 121 0 0 25 0 4 0 1115075602 508125184 115613 4294967295 134512640 135305190 3220984576 3066973376 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3986.63
Current children cumulated vsize (KiB) 498632

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: 5.14 4.76 4.52 6/101 20022
/proc/meminfo: memFree=2699664/3368532 swapFree=1953788/1959888
[pid=16994] ppid=16992 vsize=2416 CPUtime=0.48
/proc/16994/stat : 16994 (manysat.sh) S 16992 16994 27966 0 -1 4194304 370 3712 0 0 0 0 43 5 15 0 1 0 1115075541 2473984 274 4294967295 134512640 135169312 3214181520 3214177736 3084951278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/16994/statm: 604 274 231 161 0 43 0
[pid=16997] ppid=16994 vsize=496216 CPUtime=3986.15
/proc/16997/stat : 16997 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202496 115783 0 0 0 398134 481 0 0 25 0 4 0 1115075589 508125184 115613 4294967295 134512640 135305190 3220984576 3220982752 134528418 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/16997/statm: 124054 115613 79 194 0 123858 0
[pid=16997/tid=16998] ppid=16994 vsize=496216 CPUtime=996.17
/proc/16997/task/16998/stat : 16998 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 18921 0 0 0 99511 106 0 0 25 0 4 0 1115075602 508125184 115613 4294967295 134512640 135305190 3220984576 3083750592 134528536 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=16997/tid=16999] ppid=16994 vsize=496216 CPUtime=996.11
/proc/16997/task/16999/stat : 16999 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 43430 0 0 0 99475 136 0 0 25 0 4 0 1115075602 508125184 115613 4294967295 134512640 135305190 3220984576 3075361984 134528224 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=16997/tid=17000] ppid=16994 vsize=496216 CPUtime=997
/proc/16997/task/17000/stat : 17000 (manysat1.1_stat) R 16994 16994 27966 0 -1 4202560 23784 0 0 0 99579 121 0 0 25 0 4 0 1115075602 508125184 115613 4294967295 134512640 135305190 3220984576 3066973376 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3986.63
Current children cumulated vsize (KiB) 498632

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.05
CPU time (s): 3986.63
CPU user time (s): 3981.77
CPU system time (s): 4.86
CPU usage (%): 398.644
Max. virtual memory (cumulated for all children) (KiB): 498632

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 11:48:34
IDJOB=1775911
IDBENCH=20403
IDSOLVER=620
FILE ID=/1775911-1243504114
PBS_JOBID=
Free space on /tmp= 6475 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-26.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775911-1243504114/watcher-1775911-1243504114 -o /tmp/evaluation-result-1775911-1243504114/solver-1775911-1243504114 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775911-1243504114.cnf aimd 0

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

MD5SUM BENCH= 0cf155110f71a43081221b427d368ee8
RANDOM SEED= 248552753

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:       3163820 kB
Buffers:         34328 kB
Cached:          70572 kB
SwapCached:       2256 kB
Active:          61732 kB
Inactive:        52740 kB
HighTotal:     2489216 kB
HighFree:      2407420 kB
LowTotal:       879316 kB
LowFree:        756400 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            2952 kB
Writeback:           0 kB
AnonPages:        8836 kB
Mapped:           3012 kB
Slab:            80636 kB
SReclaimable:    67136 kB
SUnreclaim:      13500 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88676 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6473 MiB
End job on  at 2009-05-28 12:05:17