Trace number 1780492

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 2/2009-03-20 (4 threads)UNSAT 2809.51 710.845

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2591.27
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.02/1.09	c ==============================================================================
1.02/1.09	c |           |     ORIGINAL     |              LEARNT              |          |
1.02/1.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.02/1.09	c ==============================================================================
1.02/1.09	c |         0 | 1178466  2855605 |  353539       0        0     nan |  0.000 % |
6.01/6.07	c |         0 |  822458  2306194 |      --       0       --      -- |     --   | -102366/26047
6.01/6.07	c ==============================================================================
6.01/6.07	c Result  :   #vars: 120834   #clauses: 822458   #literals: 2306194
6.01/6.07	c CPU time:   5.93 s
6.01/6.07	c ==============================================================================
2809.09/710.80	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2809.09/710.80	c ============================[ Problem Statistics ]=============================
2809.09/710.80	c |                                                                             |
2809.09/710.80	c threadId              : 1
2809.09/710.80	c restarts              : 2270
2809.09/710.80	c conflicts             : 176642         (63 /sec)
2809.09/710.80	c decisions             : 1090060        (1.33 % random) (389 /sec)
2809.09/710.80	c propagations          : 805572237      (287791 /sec)
2809.09/710.80	c conflict literals     : 28613073       (43.57 % deleted)
2809.09/710.80	c Memory used           : 490.32 MB
2809.09/710.80	c CPU time              : 2799.16 s
2809.09/710.80	
2809.09/710.80	c --->m=4, e=8, aimd=2, HOME/785_many.cnf	time: 699.793	conflicts: 176642       
2809.48/710.83	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-1780492-1243531614/watcher-1780492-1243531614 -o /tmp/evaluation-result-1780492-1243531614/solver-1780492-1243531614 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780492-1243531614.cnf aimd 2 

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.19 4.36 4.29 3/99 785
/proc/meminfo: memFree=2964008/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) R 783 785 19648 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961852 3085584244 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0

[startup+0.034946 s]
/proc/loadavg: 4.19 4.36 4.29 3/99 785
/proc/meminfo: memFree=2964008/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.114933 s]
/proc/loadavg: 4.19 4.36 4.29 3/99 785
/proc/meminfo: memFree=2964008/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.314914 s]
/proc/loadavg: 4.19 4.36 4.29 3/99 785
/proc/meminfo: memFree=2964008/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.714882 s]
/proc/loadavg: 4.19 4.36 4.29 3/99 785
/proc/meminfo: memFree=2964008/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+1.5148 s]
/proc/loadavg: 4.19 4.36 4.29 2/101 787
/proc/meminfo: memFree=2864752/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
[pid=786] ppid=785 vsize=121656 CPUtime=1.51
/proc/786/stat : 786 (SatElite) R 785 785 19648 0 -1 4202496 30784 0 0 0 142 9 0 0 23 0 1 0 1117825942 124575744 27744 4294967295 134512640 135034092 3219362128 3219358124 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/786/statm: 30414 27744 67 128 0 30284 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 124068

[startup+3.11465 s]
/proc/loadavg: 4.02 4.32 4.28 2/101 787
/proc/meminfo: memFree=2839268/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
[pid=786] ppid=785 vsize=136584 CPUtime=3.11
/proc/786/stat : 786 (SatElite) R 785 785 19648 0 -1 4202496 34328 0 0 0 300 11 0 0 25 0 1 0 1117825942 139862016 31114 4294967295 134512640 135034092 3219362128 3219358368 134566294 0 0 0 3 0 0 0 17 2 0 0 0
/proc/786/statm: 34146 31114 67 128 0 34016 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 138996

[startup+6.31434 s]
/proc/loadavg: 4.02 4.32 4.28 2/101 787
/proc/meminfo: memFree=2833356/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2412 CPUtime=0
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117825942 2469888 273 4294967295 134512640 135169312 3216963376 3216961912 3085582062 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/785/statm: 603 273 231 161 0 42 0
[pid=786] ppid=785 vsize=137380 CPUtime=6.31
/proc/786/stat : 786 (SatElite) R 785 785 19648 0 -1 4202496 41760 0 0 0 614 17 0 0 25 0 1 0 1117825942 140677120 31480 4294967295 134512640 135034092 3219362128 3219357012 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/786/statm: 34345 31480 67 128 0 34215 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 139792

[startup+12.714 s]
/proc/loadavg: 3.87 4.28 4.27 6/104 795
/proc/meminfo: memFree=2714876/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=261364 CPUtime=16.44
/proc/788/stat : 788 (manysat1.1_stat) S 785 785 19648 0 -1 4202496 56432 0 0 0 1592 52 0 0 15 0 4 0 1117826648 267636736 56303 4294967295 134512640 135305190 3219079472 3219077496 134694990 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/788/statm: 65341 56303 79 194 0 65145 0
[pid=788/tid=789] ppid=785 vsize=261364 CPUtime=3.65
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 1189 0 0 0 355 10 0 0 16 0 4 0 1117826828 267636736 56303 4294967295 134512640 135305190 3219079472 3022552324 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=788/tid=790] ppid=785 vsize=261364 CPUtime=3.61
/proc/788/task/790/stat : 790 (manysat1.1_stat) S 785 785 19648 0 -1 4202560 1242 0 0 0 350 11 0 0 16 0 4 0 1117826828 267636736 56303 4294967295 134512640 135305190 3219079472 3014163572 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=788/tid=792] ppid=785 vsize=261364 CPUtime=3.71
/proc/788/task/792/stat : 792 (manysat1.1_stat) S 785 785 19648 0 -1 4202560 1053 0 0 0 360 11 0 0 16 0 4 0 1117826828 267636736 56303 4294967295 134512640 135305190 3219079472 3005774964 134694990 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.5
Current children cumulated vsize (KiB) 263780

[startup+25.5125 s]
/proc/loadavg: 4.12 4.32 4.28 5/104 800
/proc/meminfo: memFree=2713904/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=261900 CPUtime=67.45
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 56681 0 0 0 6685 60 0 0 25 0 4 0 1117826648 268185600 56552 4294967295 134512640 135305190 3219079472 3219077648 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/788/statm: 65475 56552 79 194 0 65279 0
[pid=788/tid=789] ppid=785 vsize=261900 CPUtime=16.41
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 1236 0 0 0 1630 11 0 0 25 0 4 0 1117826828 268185600 56552 4294967295 134512640 135305190 3219079472 3022552256 134528277 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=788/tid=790] ppid=785 vsize=261900 CPUtime=16.33
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 1321 0 0 0 1616 17 0 0 25 0 4 0 1117826828 268185600 56552 4294967295 134512640 135305190 3219079472 3014163536 134529062 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=788/tid=792] ppid=785 vsize=261900 CPUtime=16.46
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 1143 0 0 0 1634 12 0 0 25 0 4 0 1117826828 268185600 56552 4294967295 134512640 135305190 3219079472 3005774964 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.51
Current children cumulated vsize (KiB) 264316

[startup+51.1101 s]
/proc/loadavg: 4.08 4.29 4.27 6/104 994
/proc/meminfo: memFree=2692460/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=284104 CPUtime=169.34
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 62202 0 0 0 16858 76 0 0 25 0 4 0 1117826648 290922496 62073 4294967295 134512640 135305190 3219079472 3219077648 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/788/statm: 71026 62073 79 194 0 70830 0
[pid=788/tid=789] ppid=785 vsize=284104 CPUtime=41.97
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 2364 0 0 0 4185 12 0 0 25 0 4 0 1117826828 290922496 62073 4294967295 134512640 135305190 3219079472 3022552256 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=788/tid=790] ppid=785 vsize=284104 CPUtime=41.68
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 3029 0 0 0 4146 22 0 0 25 0 4 0 1117826828 290922496 62073 4294967295 134512640 135305190 3219079472 3014163648 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=788/tid=792] ppid=785 vsize=284104 CPUtime=41.88
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 2243 0 0 0 4169 19 0 0 25 0 4 0 1117826828 290922496 62073 4294967295 134512640 135305190 3219079472 3005775040 134528523 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.4
Current children cumulated vsize (KiB) 286520

[startup+102.315 s]
/proc/loadavg: 4.07 4.26 4.26 5/104 1184
/proc/meminfo: memFree=2649324/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=326012 CPUtime=373.58
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 72763 0 0 0 37255 103 0 0 25 0 4 0 1117826648 333836288 72634 4294967295 134512640 135305190 3219079472 3219077648 134528480 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/788/statm: 81503 72634 79 194 0 81307 0
[pid=788/tid=789] ppid=785 vsize=326012 CPUtime=93.1
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 4391 0 0 0 9287 23 0 0 25 0 4 0 1117826828 333836288 72634 4294967295 134512640 135305190 3219079472 3022551984 134556798 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=326012 CPUtime=92.65
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 6254 0 0 0 9241 24 0 0 25 0 4 0 1117826828 333836288 72634 4294967295 134512640 135305190 3219079472 3014163616 134570394 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=788/tid=792] ppid=785 vsize=326012 CPUtime=92.91
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 4642 0 0 0 9267 24 0 0 25 0 4 0 1117826828 333836288 72634 4294967295 134512640 135305190 3219079472 3005774704 134551709 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 380.64
Current children cumulated vsize (KiB) 328428

[startup+162.309 s]
/proc/loadavg: 4.32 4.28 4.27 5/104 1372
/proc/meminfo: memFree=2614584/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=359844 CPUtime=612.97
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 81174 0 0 0 61168 129 0 0 25 0 4 0 1117826648 368480256 81045 4294967295 134512640 135305190 3219079472 3219077648 134528512 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/788/statm: 89961 81045 79 194 0 89765 0
[pid=788/tid=789] ppid=785 vsize=359844 CPUtime=153.01
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 6155 0 0 0 15272 29 0 0 25 0 4 0 1117826828 368480256 81045 4294967295 134512640 135305190 3219079472 3022552256 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=359844 CPUtime=152.21
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 8679 0 0 0 15189 32 0 0 25 0 4 0 1117826828 368480256 81045 4294967295 134512640 135305190 3219079472 3014163648 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=788/tid=792] ppid=785 vsize=359844 CPUtime=152.82
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 6701 0 0 0 15250 32 0 0 25 0 4 0 1117826828 368480256 81045 4294967295 134512640 135305190 3219079472 3005774768 134557489 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 620.03
Current children cumulated vsize (KiB) 362260

[startup+222.314 s]
/proc/loadavg: 4.55 4.35 4.29 5/104 1559
/proc/meminfo: memFree=2578740/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=396476 CPUtime=852.6
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 90305 0 0 0 85109 151 0 0 25 0 4 0 1117826648 405991424 90176 4294967295 134512640 135305190 3219079472 3219077312 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/788/statm: 99119 90176 79 194 0 98923 0
[pid=788/tid=789] ppid=785 vsize=396476 CPUtime=212.99
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 8129 0 0 0 21267 32 0 0 25 0 4 0 1117826828 405991424 90176 4294967295 134512640 135305190 3219079472 3022552256 134528151 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=396476 CPUtime=212
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 10689 0 0 0 21167 33 0 0 25 0 4 0 1117826828 405991424 90176 4294967295 134512640 135305190 3219079472 3014163648 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=788/tid=792] ppid=785 vsize=396476 CPUtime=212.74
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 9242 0 0 0 21227 47 0 0 25 0 4 0 1117826828 405991424 90176 4294967295 134512640 135305190 3219079472 3005775040 134528512 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 859.66
Current children cumulated vsize (KiB) 398892

[startup+282.318 s]

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

/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 114586 0 0 0 228660 292 0 0 25 0 4 0 1117826648 505839616 114457 4294967295 134512640 135305190 3219079472 3219077312 134551712 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 123496 114457 79 194 0 123300 0
[pid=788/tid=789] ppid=785 vsize=493984 CPUtime=572.69
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13061 0 0 0 57208 61 0 0 25 0 4 0 1117826828 505839616 114457 4294967295 134512640 135305190 3219079472 3022552144 134529062 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=493984 CPUtime=571.29
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 16938 0 0 0 57062 67 0 0 25 0 4 0 1117826828 505839616 114457 4294967295 134512640 135305190 3219079472 3014163648 134528256 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=493984 CPUtime=571.66
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 16549 0 0 0 57084 82 0 0 25 0 4 0 1117826828 505839616 114457 4294967295 134512640 135305190 3219079472 3005775040 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2296.58
Current children cumulated vsize (KiB) 496400

[startup+642.314 s]
/proc/loadavg: 4.60 4.44 4.32 7/105 2878
/proc/meminfo: memFree=2472040/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=501736 CPUtime=2529.13
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116543 0 0 0 252615 298 0 0 25 0 4 0 1117826648 513777664 116414 4294967295 134512640 135305190 3219079472 3219077312 134551978 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/788/statm: 125434 116414 79 194 0 125238 0
[pid=788/tid=789] ppid=785 vsize=501736 CPUtime=632.55
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13541 0 0 0 63193 62 0 0 25 0 4 0 1117826828 513777664 116414 4294967295 134512640 135305190 3219079472 3022552256 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=788/tid=790] ppid=785 vsize=501736 CPUtime=631.1
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17265 0 0 0 63041 69 0 0 25 0 4 0 1117826828 513777664 116414 4294967295 134512640 135305190 3219079472 3014163328 134552678 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=501736 CPUtime=631.63
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17203 0 0 0 63080 83 0 0 25 0 4 0 1117826828 513777664 116414 4294967295 134512640 135305190 3219079472 3005775040 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2536.19
Current children cumulated vsize (KiB) 504152

[startup+702.308 s]
/proc/loadavg: 4.56 4.45 4.33 5/104 3077
/proc/meminfo: memFree=2471272/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2768.55
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 276537 318 0 0 25 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077648 134528341 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=692.46
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 69183 63 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022552256 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=691.02
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69028 74 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163648 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=691.59
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69071 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005775040 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2775.61
Current children cumulated vsize (KiB) 504500

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

[startup+703.908 s]
/proc/loadavg: 4.56 4.45 4.33 5/104 3077
/proc/meminfo: memFree=2471396/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2774.97
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 277177 320 0 0 25 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077312 134551651 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=694.07
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 69344 63 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022552256 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=692.62
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69188 74 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163648 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=693.19
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69231 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005774704 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2782.03
Current children cumulated vsize (KiB) 504500

[startup+707.108 s]
/proc/loadavg: 4.52 4.44 4.33 5/104 3077
/proc/meminfo: memFree=2471428/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2787.74
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 278453 321 0 0 25 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077648 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=697.26
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 69662 64 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022552144 134529062 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=695.82
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69508 74 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163648 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=696.38
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69550 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005775040 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2794.8
Current children cumulated vsize (KiB) 504500

[startup+708.707 s]
/proc/loadavg: 4.52 4.44 4.33 5/104 3077
/proc/meminfo: memFree=2471428/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2794.09
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 279087 322 0 0 25 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077316 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=698.86
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 69822 64 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022551920 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=697.42
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69667 75 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163648 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=697.93
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69705 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005775040 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.15
Current children cumulated vsize (KiB) 504500

[startup+709.507 s]
/proc/loadavg: 4.52 4.44 4.33 5/104 3077
/proc/meminfo: memFree=2471460/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2797.29
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 279407 322 0 0 25 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077648 134528406 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=699.66
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 69902 64 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022552256 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=698.22
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69747 75 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163648 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=698.73
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69785 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005775040 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.35
Current children cumulated vsize (KiB) 504500

[startup+710.308 s]
/proc/loadavg: 4.52 4.44 4.33 5/104 3077
/proc/meminfo: memFree=2471460/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2800.48
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 279723 325 0 0 16 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077648 134528263 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=700.47
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 69983 64 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022552104 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=699.01
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69825 76 0 0 16 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163496 134694990 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=699.53
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69865 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005775040 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2807.54
Current children cumulated vsize (KiB) 504500

[startup+710.707 s]
/proc/loadavg: 4.52 4.44 4.33 5/104 3077
/proc/meminfo: memFree=2471460/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=502084 CPUtime=2802.03
/proc/788/stat : 788 (manysat1.1_stat) R 785 785 19648 0 -1 4202496 116618 0 0 0 279878 325 0 0 16 0 4 0 1117826648 514134016 116489 4294967295 134512640 135305190 3219079472 3219077648 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 125521 116489 79 194 0 125325 0
[pid=788/tid=789] ppid=785 vsize=502084 CPUtime=700.84
/proc/788/task/789/stat : 789 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 13551 0 0 0 70020 64 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3022552256 134528240 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=699.4
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69864 76 0 0 16 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3014163648 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=788/tid=792] ppid=785 vsize=502084 CPUtime=699.93
/proc/788/task/792/stat : 792 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17213 0 0 0 69905 88 0 0 25 0 4 0 1117826828 514134016 116489 4294967295 134512640 135305190 3219079472 3005774768 134557370 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2809.09
Current children cumulated vsize (KiB) 504500

[startup+710.807 s]
/proc/loadavg: 4.52 4.44 4.33 5/104 3077
/proc/meminfo: memFree=2471460/3368532 swapFree=1953580/1959888
[pid=785] ppid=783 vsize=2416 CPUtime=7.06
/proc/785/stat : 785 (manysat.sh) S 783 785 19648 0 -1 4194304 368 41764 0 0 0 0 686 20 18 0 1 0 1117825942 2473984 274 4294967295 134512640 135169312 3216963376 3216959592 3085582062 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/785/statm: 604 274 231 161 0 43 0
[pid=788] ppid=785 vsize=0 CPUtime=2802.42
/proc/788/stat : 788 (manysat1.1_stat) Z 785 785 19648 0 -1 4202500 116635 0 0 0 279917 325 0 0 16 0 2 0 1117826648 0 0 4294967295 0 0 0 0 0 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/788/statm: 0 0 0 0 0 0 0
[pid=788/tid=790] ppid=785 vsize=502084 CPUtime=699.49
/proc/788/task/790/stat : 790 (manysat1.1_stat) R 785 785 19648 0 -1 4202560 17306 0 0 0 69873 76 0 0 16 0 2 0 1117826828 514134016 116504 4294967295 134512640 135305190 3219079472 3014164924 134658034 256 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2809.48
Current children cumulated vsize (KiB) 2416

Child status: 20
Real time (s): 710.845
CPU time (s): 2809.51
CPU user time (s): 2806.03
CPU system time (s): 3.48
CPU usage (%): 395.235
Max. virtual memory (cumulated for all children) (KiB): 504500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2806.03
system time used= 3.48
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159042
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= 65056
involuntary context switches= 141091

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 19:26:54
IDJOB=1780492
IDBENCH=71011
IDSOLVER=626
FILE ID=/1780492-1243531614
PBS_JOBID=
Free space on /tmp= 15863 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780492-1243531614/watcher-1780492-1243531614 -o /tmp/evaluation-result-1780492-1243531614/solver-1780492-1243531614 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780492-1243531614.cnf aimd 2

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED= 728802716

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.105
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.105
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.11
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.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2964008 kB
Buffers:         33924 kB
Cached:         291816 kB
SwapCached:       2424 kB
Active:         131512 kB
Inactive:       205000 kB
HighTotal:     2489216 kB
HighFree:      2184160 kB
LowTotal:       879316 kB
LowFree:        779848 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           24356 kB
Writeback:           0 kB
AnonPages:        9884 kB
Mapped:           4940 kB
Slab:            58500 kB
SReclaimable:    50312 kB
SUnreclaim:       8188 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93916 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15863 MiB
End job on  at 2009-05-28 19:38:46