Trace number 1776742

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 1876.42 481.189

General information on the benchmark

Nameschup-l2s-bc56s-1-k391.cnf
MD5SUM1f1dd0782ec95ee5e6d7a06f92fc0f12
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1223.24
Satisfiable
(Un)Satisfiability was proved
Number of variables561371
Number of clauses1778987
Sum of the clauses size4570195
Maximum clause length392
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2843213
Number of clauses of size 3908640
Number of clauses of size 416428
Number of clauses of size 56651
Number of clauses of size over 53913

Solver Data

0.00/0.00	c Parsing...
1.41/1.46	c ==============================================================================
1.41/1.46	c |           |     ORIGINAL     |              LEARNT              |          |
1.41/1.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.41/1.46	c ==============================================================================
1.41/1.46	c |         0 | 1777028  4564454 |  533108       0        0     nan |  0.000 % |
11.31/11.41	c |         0 |  813247  2716333 |      --       0       --      -- |     --   | -937144/-1778230
11.41/11.42	c ==============================================================================
11.41/11.42	c Result  :   #vars: 151801   #clauses: 813247   #literals: 2716333
11.41/11.42	c CPU time:   11.14 s
11.41/11.42	c ==============================================================================
1876.24/481.14	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1876.24/481.14	c ============================[ Problem Statistics ]=============================
1876.24/481.14	c |                                                                             |
1876.24/481.14	c threadId              : 2
1876.24/481.14	c restarts              : 17
1876.24/481.14	c conflicts             : 185717         (100 /sec)
1876.24/481.14	c decisions             : 478418         (1.29 % random) (257 /sec)
1876.24/481.14	c propagations          : 579841724      (311425 /sec)
1876.24/481.14	c conflict literals     : 15107270       (44.47 % deleted)
1876.24/481.14	c Memory used           : 397.82 MB
1876.24/481.14	c CPU time              : 1861.9 s
1876.24/481.14	
1876.24/481.14	c --->m=4, e=8, aimd=2, HOME/5253_many.cnf	time: 465.475	conflicts: 185717       
1876.24/481.16	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-1776742-1243512945/watcher-1776742-1243512945 -o /tmp/evaluation-result-1776742-1243512945/solver-1776742-1243512945 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776742-1243512945.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.41 4.33 4.28 3/99 5253
/proc/meminfo: memFree=3055884/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) R 5251 5253 19648 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792828 3085727604 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=1168 CPUtime=0
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 222 0 0 0 0 0 0 0 18 0 1 0 1115959147 1196032 159 4294967295 134512640 135034092 3220146688 3220143032 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 292 162 50 128 0 162 0

[startup+0.076718 s]
/proc/loadavg: 4.41 4.33 4.28 3/99 5253
/proc/meminfo: memFree=3055884/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=15656 CPUtime=0.07
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 3414 0 0 0 6 1 0 0 20 0 1 0 1115959147 16031744 3351 4294967295 134512640 135034092 3220146688 3220142648 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 3914 3351 50 128 0 3784 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18072

[startup+0.116711 s]
/proc/loadavg: 4.41 4.33 4.28 3/99 5253
/proc/meminfo: memFree=3055884/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=20260 CPUtime=0.11
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 4873 0 0 0 10 1 0 0 20 0 1 0 1115959147 20746240 4810 4294967295 134512640 135034092 3220146688 3220143032 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 5065 4811 50 128 0 4935 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22676

[startup+0.316692 s]
/proc/loadavg: 4.41 4.33 4.28 3/99 5253
/proc/meminfo: memFree=3055884/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=59156 CPUtime=0.31
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 12207 0 0 0 27 4 0 0 20 0 1 0 1115959147 60575744 12144 4294967295 134512640 135034092 3220146688 3220142648 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 14789 12145 50 128 0 14659 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 61572

[startup+0.716654 s]
/proc/loadavg: 4.41 4.33 4.28 3/99 5253
/proc/meminfo: memFree=3055884/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=124588 CPUtime=0.71
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 26760 0 0 0 62 9 0 0 21 0 1 0 1115959147 127578112 26697 4294967295 134512640 135034092 3220146688 3220143032 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 31147 26698 50 128 0 31017 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 127004

[startup+1.51658 s]
/proc/loadavg: 4.14 4.28 4.27 2/101 5256
/proc/meminfo: memFree=2905332/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=262620 CPUtime=1.51
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 57214 0 0 0 137 14 0 0 24 0 1 0 1115959147 268922880 53372 4294967295 134512640 135034092 3220146688 3220143136 134572530 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 65655 53375 66 128 0 65525 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 265036

[startup+3.11643 s]
/proc/loadavg: 4.14 4.28 4.27 2/101 5256
/proc/meminfo: memFree=2820428/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=297300 CPUtime=3.11
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 64790 0 0 0 293 18 0 0 25 0 1 0 1115959147 304435200 59851 4294967295 134512640 135034092 3220146688 3220142684 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 74325 59851 67 128 0 74195 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 299716

[startup+6.31612 s]
/proc/loadavg: 4.14 4.28 4.27 3/101 5256
/proc/meminfo: memFree=2771076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2416 CPUtime=0
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115959147 2473984 274 4294967295 134512640 135169312 3213794352 3213792888 3085725422 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/5253/statm: 604 274 231 161 0 43 0
[pid=5254] ppid=5253 vsize=311184 CPUtime=6.31
/proc/5254/stat : 5254 (SatElite) R 5253 5253 19648 0 -1 4202496 68349 0 0 0 608 23 0 0 25 0 1 0 1115959147 318652416 62869 4294967295 134512640 135034092 3220146688 3220142684 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5254/statm: 77796 62869 67 128 0 77666 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 313600

[startup+12.7155 s]
/proc/loadavg: 3.66 4.17 4.23 2/101 5256
/proc/meminfo: memFree=2755600/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 2420

[startup+25.5141 s]
/proc/loadavg: 3.94 4.21 4.24 7/105 5309
/proc/meminfo: memFree=2737904/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=299468 CPUtime=45.7
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 65092 0 0 0 4517 53 0 0 21 0 4 0 1115960404 306655232 64999 4294967295 134512640 135305190 3215009104 3215007028 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5257/statm: 74867 64999 79 194 0 74671 0
[pid=5257/tid=5258] ppid=5253 vsize=299468 CPUtime=11.01
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 2289 0 0 0 1088 13 0 0 19 0 4 0 1115960576 306655232 64999 4294967295 134512640 135305190 3215009104 3011292352 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=299468 CPUtime=10.98
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 2193 0 0 0 1091 7 0 0 22 0 4 0 1115960576 306655232 64999 4294967295 134512640 135305190 3215009104 3002903744 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=299468 CPUtime=10.99
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 2426 0 0 0 1086 13 0 0 22 0 4 0 1115960576 306655232 64999 4294967295 134512640 135305190 3215009104 2994515136 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 58.27
Current children cumulated vsize (KiB) 301888

[startup+51.1117 s]
/proc/loadavg: 4.07 4.22 4.25 6/104 5446
/proc/meminfo: memFree=2725008/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=313796 CPUtime=147.72
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 68576 0 0 0 14712 60 0 0 25 0 4 0 1115960404 321327104 68483 4294967295 134512640 135305190 3215009104 3215007280 134528263 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 78449 68483 79 194 0 78253 0
[pid=5257/tid=5258] ppid=5253 vsize=313796 CPUtime=36.52
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 3169 0 0 0 3638 14 0 0 25 0 4 0 1115960576 321327104 68483 4294967295 134512640 135305190 3215009104 3011292352 134528506 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=313796 CPUtime=36.56
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 2797 0 0 0 3649 7 0 0 25 0 4 0 1115960576 321327104 68483 4294967295 134512640 135305190 3215009104 3002903744 134528539 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=313796 CPUtime=36.43
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 3345 0 0 0 3627 16 0 0 25 0 4 0 1115960576 321327104 68483 4294967295 134512640 135305190 3215009104 2994515136 134528851 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.29
Current children cumulated vsize (KiB) 316216

[startup+102.317 s]
/proc/loadavg: 4.40 4.28 4.26 5/104 5635
/proc/meminfo: memFree=2707248/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=331044 CPUtime=351.9
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 72733 0 0 0 35110 80 0 0 25 0 4 0 1115960404 338989056 72640 4294967295 134512640 135305190 3215009104 3215006996 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 82761 72640 79 194 0 82565 0
[pid=5257/tid=5258] ppid=5253 vsize=331044 CPUtime=87.63
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 4003 0 0 0 8745 18 0 0 25 0 4 0 1115960576 338989056 72640 4294967295 134512640 135305190 3215009104 3011292352 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=331044 CPUtime=87.7
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 3977 0 0 0 8762 8 0 0 25 0 4 0 1115960576 338989056 72640 4294967295 134512640 135305190 3215009104 3002903744 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=331044 CPUtime=87.32
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 4090 0 0 0 8714 18 0 0 25 0 4 0 1115960576 338989056 72640 4294967295 134512640 135305190 3215009104 2994515136 134530579 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 364.47
Current children cumulated vsize (KiB) 333464

[startup+162.311 s]
/proc/loadavg: 4.47 4.32 4.28 5/104 5824
/proc/meminfo: memFree=2684848/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=352484 CPUtime=591.32
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 78271 0 0 0 59045 87 0 0 25 0 4 0 1115960404 360943616 78178 4294967295 134512640 135305190 3215009104 3215007280 134528854 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 88121 78178 79 194 0 87925 0
[pid=5257/tid=5258] ppid=5253 vsize=352484 CPUtime=147.61
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 5142 0 0 0 14739 22 0 0 25 0 4 0 1115960576 360943616 78178 4294967295 134512640 135305190 3215009104 3011292352 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=352484 CPUtime=147.61
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 5496 0 0 0 14752 9 0 0 25 0 4 0 1115960576 360943616 78178 4294967295 134512640 135305190 3215009104 3002903744 134530654 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=352484 CPUtime=147.17
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 5259 0 0 0 14698 19 0 0 25 0 4 0 1115960576 360943616 78178 4294967295 134512640 135305190 3215009104 2994515136 134528220 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 603.89
Current children cumulated vsize (KiB) 354904

[startup+222.305 s]
/proc/loadavg: 4.37 4.32 4.28 5/104 6010
/proc/meminfo: memFree=2670560/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=367124 CPUtime=830.87
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 81812 0 0 0 82979 108 0 0 25 0 4 0 1115960404 375934976 81719 4294967295 134512640 135305190 3215009104 3215007008 134558354 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5257/statm: 91781 81719 79 194 0 91585 0
[pid=5257/tid=5258] ppid=5253 vsize=367124 CPUtime=207.59
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 5860 0 0 0 20732 27 0 0 25 0 4 0 1115960576 375934976 81719 4294967295 134512640 135305190 3215009104 3011292352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=367124 CPUtime=207.61
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 6905 0 0 0 20744 17 0 0 25 0 4 0 1115960576 375934976 81719 4294967295 134512640 135305190 3215009104 3002903744 134528237 0 0 0 3 0 0 0 -1 1 0 0 0

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

[pid=5257/tid=5259] ppid=5253 vsize=376076 CPUtime=267.6
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 7666 0 0 0 26740 20 0 0 25 0 4 0 1115960576 385101824 83945 4294967295 134512640 135305190 3215009104 3002903360 134551653 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=376076 CPUtime=266.7
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 6177 0 0 0 26645 25 0 0 25 0 4 0 1115960576 385101824 83945 4294967295 134512640 135305190 3215009104 2994515136 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1082.91
Current children cumulated vsize (KiB) 378496

[startup+342.314 s]
/proc/loadavg: 4.49 4.37 4.29 6/104 6393
/proc/meminfo: memFree=2645640/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=392496 CPUtime=1309.88
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 88376 0 0 0 130838 150 0 0 25 0 4 0 1115960404 401915904 88283 4294967295 134512640 135305190 3215009104 3215007280 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 98124 88283 79 194 0 97928 0
[pid=5257/tid=5258] ppid=5253 vsize=392496 CPUtime=327.54
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 7357 0 0 0 32720 34 0 0 25 0 4 0 1115960576 401915904 88283 4294967295 134512640 135305190 3215009104 3011292096 134541935 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=392496 CPUtime=327.57
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8925 0 0 0 32724 33 0 0 25 0 4 0 1115960576 401915904 88283 4294967295 134512640 135305190 3215009104 3002903360 134551953 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=392496 CPUtime=326.51
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 7165 0 0 0 32625 26 0 0 25 0 4 0 1115960576 401915904 88283 4294967295 134512640 135305190 3215009104 2994514800 134551659 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1322.45
Current children cumulated vsize (KiB) 394916

[startup+402.308 s]
/proc/loadavg: 4.37 4.36 4.29 5/104 6580
/proc/meminfo: memFree=2630112/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407088 CPUtime=1549.21
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91898 0 0 0 154747 174 0 0 25 0 4 0 1115960404 416858112 91805 4294967295 134512640 135305190 3215009104 3215006944 134551854 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101772 91805 79 194 0 101576 0
[pid=5257/tid=5258] ppid=5253 vsize=407088 CPUtime=387.21
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8259 0 0 0 38677 44 0 0 25 0 4 0 1115960576 416858112 91805 4294967295 134512640 135305190 3215009104 3011292352 134528350 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407088 CPUtime=387.41
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9633 0 0 0 38706 35 0 0 25 0 4 0 1115960576 416858112 91805 4294967295 134512640 135305190 3215009104 3002903360 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407088 CPUtime=386.38
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8098 0 0 0 38607 31 0 0 25 0 4 0 1115960576 416858112 91805 4294967295 134512640 135305190 3215009104 2994515024 134529062 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1561.78
Current children cumulated vsize (KiB) 409508

[startup+462.313 s]
/proc/loadavg: 4.30 4.35 4.29 5/104 6769
/proc/meminfo: memFree=2629880/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1788.69
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 178681 188 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215007280 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=447.03
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 44658 45 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528195 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=447.37
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 44698 39 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=446.09
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 44572 37 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994515136 134528379 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (KiB) 409780

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

[startup+473.511 s]
/proc/loadavg: 4.49 4.39 4.30 6/104 6769
/proc/meminfo: memFree=2630076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1833.37
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 183147 190 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215007280 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=458.2
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 45775 45 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=458.53
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 45813 40 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=457.25
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 45687 38 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994515136 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1845.94
Current children cumulated vsize (KiB) 409780

[startup+476.711 s]
/proc/loadavg: 4.45 4.38 4.30 5/104 6769
/proc/meminfo: memFree=2630076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1846.1
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 184420 190 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215007280 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=461.39
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 46094 45 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=461.71
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 46131 40 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=460.42
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 46004 38 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994515136 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1858.67
Current children cumulated vsize (KiB) 409780

[startup+478.311 s]
/proc/loadavg: 4.45 4.38 4.30 5/104 6769
/proc/meminfo: memFree=2630076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1852.49
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 185058 191 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215007280 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=462.99
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 46253 46 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528861 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=463.3
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 46290 40 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134530636 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=462.02
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 46164 38 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994515136 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1865.06
Current children cumulated vsize (KiB) 409780

[startup+479.911 s]
/proc/loadavg: 4.45 4.38 4.30 6/104 6769
/proc/meminfo: memFree=2630076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1858.87
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 185696 191 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215007280 134528263 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=464.58
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 46412 46 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=464.9
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 46450 40 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134528329 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=463.61
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 46323 38 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994514864 134556558 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1871.44
Current children cumulated vsize (KiB) 409780

[startup+480.711 s]
/proc/loadavg: 4.45 4.38 4.30 5/104 6769
/proc/meminfo: memFree=2630076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1862.08
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 186017 191 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215007280 134528576 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=465.38
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 46492 46 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528582 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=465.7
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 46530 40 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=464.41
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 46403 38 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994515136 134528376 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1874.65
Current children cumulated vsize (KiB) 409780

[startup+481.111 s]
/proc/loadavg: 4.45 4.38 4.30 5/104 6769
/proc/meminfo: memFree=2630076/3368532 swapFree=1953580/1959888
[pid=5253] ppid=5251 vsize=2420 CPUtime=12.57
/proc/5253/stat : 5253 (manysat.sh) S 5251 5253 19648 0 -1 4194304 370 86488 0 0 0 0 1222 35 18 0 1 0 1115959147 2478080 275 4294967295 134512640 135169312 3213794352 3213790568 3085725422 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5253/statm: 605 275 231 161 0 44 0
[pid=5257] ppid=5253 vsize=407360 CPUtime=1863.67
/proc/5257/stat : 5257 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202496 91959 0 0 0 186176 191 0 0 25 0 4 0 1115960404 417136640 91866 4294967295 134512640 135305190 3215009104 3215006944 134551651 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/5257/statm: 101840 91866 79 194 0 101644 0
[pid=5257/tid=5258] ppid=5253 vsize=407360 CPUtime=465.78
/proc/5257/task/5258/stat : 5258 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8264 0 0 0 46532 46 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3011292352 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5257/tid=5259] ppid=5253 vsize=407360 CPUtime=466.1
/proc/5257/task/5259/stat : 5259 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 9657 0 0 0 46570 40 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 3002903744 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5257/tid=5260] ppid=5253 vsize=407360 CPUtime=464.81
/proc/5257/task/5260/stat : 5260 (manysat1.1_stat) R 5253 5253 19648 0 -1 4202560 8126 0 0 0 46443 38 0 0 25 0 4 0 1115960576 417136640 91866 4294967295 134512640 135305190 3215009104 2994515136 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1876.24
Current children cumulated vsize (KiB) 409780

Child status: 20
Real time (s): 481.189
CPU time (s): 1876.42
CPU user time (s): 1874.12
CPU system time (s): 2.3
CPU usage (%): 389.955
Max. virtual memory (cumulated for all children) (KiB): 409780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1874.12
system time used= 2.3
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179108
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= 45136
involuntary context switches= 93343

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 14:15:45
IDJOB=1776742
IDBENCH=69581
IDSOLVER=626
FILE ID=/1776742-1243512945
PBS_JOBID=
Free space on /tmp= 15850 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/schup-l2s-bc56s-1-k391.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776742-1243512945/watcher-1776742-1243512945 -o /tmp/evaluation-result-1776742-1243512945/solver-1776742-1243512945 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776742-1243512945.cnf aimd 2

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

MD5SUM BENCH= 1f1dd0782ec95ee5e6d7a06f92fc0f12
RANDOM SEED= 1157372454

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:       3056180 kB
Buffers:         22956 kB
Cached:         211532 kB
SwapCached:       2424 kB
Active:         117684 kB
Inactive:       127348 kB
HighTotal:     2489216 kB
HighFree:      2264684 kB
LowTotal:       879316 kB
LowFree:        791496 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           37820 kB
Writeback:           0 kB
AnonPages:        9656 kB
Mapped:           4940 kB
Slab:            57636 kB
SReclaimable:    49220 kB
SUnreclaim:       8416 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93920 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15850 MiB
End job on  at 2009-05-28 14:23:49