Trace number 1775497

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 2395.67 606.382

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1648.18
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

0.00/0.01	c Parsing...
0.71/0.79	c ==============================================================================
0.71/0.79	c |           |     ORIGINAL     |              LEARNT              |          |
0.71/0.79	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.71/0.79	c ==============================================================================
0.71/0.79	c |         0 | 1002109  2313554 |  300632       0        0     nan |  0.000 % |
5.51/5.52	c |         0 |  363891   939019 |      --       0       --      -- |     --   | -364511/-752771
5.51/5.52	c ==============================================================================
5.51/5.52	c Result  :   #vars: 61601   #clauses: 363891   #literals: 939019
5.51/5.52	c CPU time:   5.28 s
5.51/5.52	c ==============================================================================
2395.58/606.35	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2395.58/606.35	c ============================[ Problem Statistics ]=============================
2395.58/606.35	c |                                                                             |
2395.58/606.35	c threadId              : 1
2395.58/606.35	c restarts              : 1921
2395.58/606.35	c conflicts             : 342299         (143 /sec)
2395.58/606.35	c decisions             : 726700         (0.94 % random) (304 /sec)
2395.58/606.35	c propagations          : 713818220      (298984 /sec)
2395.58/606.35	c conflict literals     : 28969303       (34.20 % deleted)
2395.58/606.35	c Memory used           : 313.09 MB
2395.58/606.35	c CPU time              : 2387.48 s
2395.58/606.35	
2395.58/606.35	c --->m=4, e=8, aimd=2, HOME/29185_many.cnf	time: 596.87	conflicts: 342299       
2395.58/606.37	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-1775497-1243497760/watcher-1775497-1243497760 -o /tmp/evaluation-result-1775497-1243497760/solver-1775497-1243497760 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775497-1243497760.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: 0.08 0.02 0.01 3/109 29185
/proc/meminfo: memFree=695236/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=764 CPUtime=0
/proc/29186/stat : 29186 (SatElite) D 29185 29185 29143 0 -1 4202496 111 0 0 0 0 0 0 0 18 0 1 0 1114438936 782336 48 4294967295 134512640 135034092 3221179136 3221176280 134690685 0 0 0 3 3222693324 0 0 17 0 0 0 0
/proc/29186/statm: 191 48 38 128 0 61 0

[startup+0.06122 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 29185
/proc/meminfo: memFree=695236/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=12344 CPUtime=0.05
/proc/29186/stat : 29186 (SatElite) R 29185 29185 29143 0 -1 4202496 2403 0 0 0 4 1 0 0 18 0 1 0 1114438936 12640256 2340 4294967295 134512640 135034092 3221179136 3221175128 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29186/statm: 3086 2341 49 128 0 2956 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14756

[startup+0.111217 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 29185
/proc/meminfo: memFree=695236/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=23724 CPUtime=0.1
/proc/29186/stat : 29186 (SatElite) R 29185 29185 29143 0 -1 4202496 5749 0 0 0 8 2 0 0 18 0 1 0 1114438936 24293376 5686 4294967295 134512640 135034092 3221179136 3221175480 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29186/statm: 5931 5687 49 128 0 5801 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 26136

[startup+0.311206 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 29185
/proc/meminfo: memFree=695236/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=56692 CPUtime=0.3
/proc/29186/stat : 29186 (SatElite) R 29185 29185 29143 0 -1 4202496 12753 0 0 0 25 5 0 0 18 0 1 0 1114438936 58052608 12690 4294967295 134512640 135034092 3221179136 3221175128 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29186/statm: 14173 12691 49 128 0 14043 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 59104

[startup+0.711185 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 29185
/proc/meminfo: memFree=695236/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=94916 CPUtime=0.7
/proc/29186/stat : 29186 (SatElite) R 29185 29185 29143 0 -1 4202496 22794 0 0 0 60 10 0 0 18 0 1 0 1114438936 97193984 22731 4294967295 134512640 135034092 3221179136 3221176528 134542620 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29186/statm: 23729 22731 50 128 0 23599 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 97328

[startup+1.51115 s]
/proc/loadavg: 0.08 0.02 0.01 2/111 29187
/proc/meminfo: memFree=591208/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=112736 CPUtime=1.49
/proc/29186/stat : 29186 (SatElite) R 29185 29185 29143 0 -1 4202496 28516 0 0 0 135 14 0 0 20 0 1 0 1114438936 115441664 25837 4294967295 134512640 135034092 3221179136 3221175376 134566697 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29186/statm: 28184 25837 67 128 0 28054 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 115148

[startup+3.11107 s]
/proc/loadavg: 0.08 0.02 0.01 2/111 29188
/proc/meminfo: memFree=585824/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2412 CPUtime=0.01
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 347 0 0 0 0 1 0 0 18 0 1 0 1114438936 2469888 272 4294967295 134512640 135169312 3219419536 3219418072 3085098734 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29185/statm: 603 272 231 161 0 42 0
[pid=29186] ppid=29185 vsize=126460 CPUtime=3.09
/proc/29186/stat : 29186 (SatElite) R 29185 29185 29143 0 -1 4202496 31864 0 0 0 293 16 0 0 25 0 1 0 1114438936 129495040 28646 4294967295 134512640 135034092 3221179136 3221175328 134540968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29186/statm: 31615 28646 67 128 0 31485 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 128872

[startup+6.31089 s]
/proc/loadavg: 0.15 0.03 0.01 2/111 29188
/proc/meminfo: memFree=581836/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 2416

[startup+12.7106 s]
/proc/loadavg: 0.70 0.15 0.05 6/114 29193
/proc/meminfo: memFree=581224/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=134572 CPUtime=24.37
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 25505 0 0 0 2415 22 0 0 18 0 4 0 1114439533 137801728 25406 4294967295 134512640 135305190 3220681392 3220679296 134556819 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29189/statm: 33643 25406 79 194 0 33447 0
[pid=29189/tid=29190] ppid=29185 vsize=134572 CPUtime=5.89
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 567 0 0 0 586 3 0 0 16 0 4 0 1114439608 137801728 25406 4294967295 134512640 135305190 3220681392 3053255872 134528350 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=134572 CPUtime=5.87
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 511 0 0 0 583 4 0 0 17 0 4 0 1114439608 137801728 25406 4294967295 134512640 135305190 3220681392 3044867264 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=134572 CPUtime=5.92
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 575 0 0 0 588 4 0 0 17 0 4 0 1114439608 137801728 25406 4294967295 134512640 135305190 3220681392 3036478320 134551729 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 30.32
Current children cumulated vsize (KiB) 136988

[startup+25.5099 s]
/proc/loadavg: 1.50 0.35 0.12 9/115 29210
/proc/meminfo: memFree=570732/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=144064 CPUtime=75.38
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 27951 0 0 0 7509 29 0 0 25 0 4 0 1114439533 147521536 27852 4294967295 134512640 135305190 3220681392 3220679232 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29189/statm: 36016 27852 79 194 0 35820 0
[pid=29189/tid=29190] ppid=29185 vsize=144064 CPUtime=18.65
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 1065 0 0 0 1860 5 0 0 25 0 4 0 1114439608 147521536 27852 4294967295 134512640 135305190 3220681392 3053255872 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=144064 CPUtime=18.6
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 1318 0 0 0 1855 5 0 0 25 0 4 0 1114439608 147521536 27852 4294967295 134512640 135305190 3220681392 3044867264 134528777 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=144064 CPUtime=18.71
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 1199 0 0 0 1866 5 0 0 25 0 4 0 1114439608 147521536 27852 4294967295 134512640 135305190 3220681392 3036478656 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81.33
Current children cumulated vsize (KiB) 146480

[startup+51.1086 s]
/proc/loadavg: 2.94 0.79 0.26 5/114 29378
/proc/meminfo: memFree=556148/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=159324 CPUtime=177.26
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 31509 0 0 0 17684 42 0 0 25 0 4 0 1114439533 163147776 31410 4294967295 134512640 135305190 3220681392 3220679568 134528480 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 39831 31410 79 194 0 39635 0
[pid=29189/tid=29190] ppid=29185 vsize=159324 CPUtime=44.17
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 1957 0 0 0 4409 8 0 0 25 0 4 0 1114439608 163147776 31410 4294967295 134512640 135305190 3220681392 3053255872 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=159324 CPUtime=44.19
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 2494 0 0 0 4414 5 0 0 25 0 4 0 1114439608 163147776 31410 4294967295 134512640 135305190 3220681392 3044867264 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=159324 CPUtime=43.98
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 1934 0 0 0 4390 8 0 0 25 0 4 0 1114439608 163147776 31410 4294967295 134512640 135305190 3220681392 3036478656 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 183.21
Current children cumulated vsize (KiB) 161740

[startup+102.316 s]
/proc/loadavg: 3.96 1.39 0.50 6/114 29567
/proc/meminfo: memFree=529016/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=186204 CPUtime=381.4
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 38180 0 0 0 38079 61 0 0 25 0 4 0 1114439533 190672896 38081 4294967295 134512640 135305190 3220681392 3220679568 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 46551 38081 79 194 0 46355 0
[pid=29189/tid=29190] ppid=29185 vsize=186204 CPUtime=95.2
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 3582 0 0 0 9508 12 0 0 25 0 4 0 1114439608 190672896 38081 4294967295 134512640 135305190 3220681392 3053255872 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=186204 CPUtime=95.33
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 4376 0 0 0 9522 11 0 0 25 0 4 0 1114439608 190672896 38081 4294967295 134512640 135305190 3220681392 3044866944 134552302 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=186204 CPUtime=95.08
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 3662 0 0 0 9496 12 0 0 25 0 4 0 1114439608 190672896 38081 4294967295 134512640 135305190 3220681392 3036478320 134551945 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 387.35
Current children cumulated vsize (KiB) 188620

[startup+162.313 s]
/proc/loadavg: 4.63 2.03 0.77 5/114 29755
/proc/meminfo: memFree=506828/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=208980 CPUtime=620.64
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 43746 0 0 0 61984 80 0 0 25 0 4 0 1114439533 213995520 43647 4294967295 134512640 135305190 3220681392 3220679568 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29189/statm: 52245 43647 79 194 0 52049 0
[pid=29189/tid=29190] ppid=29185 vsize=208980 CPUtime=154.98
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 4945 0 0 0 15481 17 0 0 25 0 4 0 1114439608 213995520 43647 4294967295 134512640 135305190 3220681392 3053255872 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=208980 CPUtime=155.09
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 6479 0 0 0 15491 18 0 0 25 0 4 0 1114439608 213995520 43647 4294967295 134512640 135305190 3220681392 3044866880 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=208980 CPUtime=154.93
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 4753 0 0 0 15477 16 0 0 25 0 4 0 1114439608 213995520 43647 4294967295 134512640 135305190 3220681392 3036478320 134551978 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 626.59
Current children cumulated vsize (KiB) 211396

[startup+222.31 s]
/proc/loadavg: 4.74 2.53 1.02 6/114 29942
/proc/meminfo: memFree=486616/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=230116 CPUtime=860.09

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

[pid=29189/tid=29191] ppid=29185 vsize=287888 CPUtime=454.23
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 12493 0 0 0 45386 37 0 0 25 0 4 0 1114439608 294797312 62596 4294967295 134512640 135305190 3220681392 3044867264 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=287888 CPUtime=453.91
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 9034 0 0 0 45346 45 0 0 25 0 4 0 1114439608 294797312 62596 4294967295 134512640 135305190 3220681392 3036478656 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1823.66
Current children cumulated vsize (KiB) 290304

[startup+522.304 s]
/proc/loadavg: 4.37 3.88 2.03 5/114 30887
/proc/meminfo: memFree=411948/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=308068 CPUtime=2057.35
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 67732 0 0 0 205534 201 0 0 25 0 4 0 1114439533 315461632 67633 4294967295 134512640 135305190 3220681392 3220679568 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 77017 67633 79 194 0 76821 0
[pid=29189/tid=29190] ppid=29185 vsize=308068 CPUtime=514.64
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 10908 0 0 0 51415 49 0 0 25 0 4 0 1114439608 315461632 67633 4294967295 134512640 135305190 3220681392 3053255872 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=308068 CPUtime=514.19
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 13897 0 0 0 51378 41 0 0 25 0 4 0 1114439608 315461632 67633 4294967295 134512640 135305190 3220681392 3044867264 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=308068 CPUtime=513.85
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 10389 0 0 0 51335 50 0 0 25 0 4 0 1114439608 315461632 67633 4294967295 134512640 135305190 3220681392 3036478656 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2063.3
Current children cumulated vsize (KiB) 310484

[startup+582.311 s]
/proc/loadavg: 4.52 3.99 2.18 8/115 31024
/proc/meminfo: memFree=400628/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=318544 CPUtime=2296.62
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70064 0 0 0 229445 217 0 0 25 0 4 0 1114439533 326189056 69965 4294967295 134512640 135305190 3220681392 3220679568 134530552 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 79636 69965 79 194 0 79440 0
[pid=29189/tid=29190] ppid=29185 vsize=318544 CPUtime=574.58
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11542 0 0 0 57408 50 0 0 25 0 4 0 1114439608 326189056 69965 4294967295 134512640 135305190 3220681392 3053255872 134528256 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=318544 CPUtime=574.19
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 14558 0 0 0 57373 46 0 0 25 0 4 0 1114439608 326189056 69965 4294967295 134512640 135305190 3220681392 3044867264 134528237 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=318544 CPUtime=573.53
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 10927 0 0 0 57296 57 0 0 25 0 4 0 1114439608 326189056 69965 4294967295 134512640 135305190 3220681392 3036478656 134528851 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2302.57
Current children cumulated vsize (KiB) 320960

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

[startup+588.711 s]
/proc/loadavg: 4.71 4.04 2.21 5/114 31075
/proc/meminfo: memFree=400452/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=319032 CPUtime=2321.98
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70269 0 0 0 231980 218 0 0 25 0 4 0 1114439533 326688768 70170 4294967295 134512640 135305190 3220681392 3220679568 134528568 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 79758 70170 79 194 0 79562 0
[pid=29189/tid=29190] ppid=29185 vsize=319032 CPUtime=580.94
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11620 0 0 0 58044 50 0 0 25 0 4 0 1114439608 326688768 70170 4294967295 134512640 135305190 3220681392 3053255872 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=319032 CPUtime=580.53
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 14594 0 0 0 58007 46 0 0 25 0 4 0 1114439608 326688768 70170 4294967295 134512640 135305190 3220681392 3044867264 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=319032 CPUtime=579.91
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 10992 0 0 0 57933 58 0 0 25 0 4 0 1114439608 326688768 70170 4294967295 134512640 135305190 3220681392 3036478656 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2327.93
Current children cumulated vsize (KiB) 321448

[startup+595.12 s]
/proc/loadavg: 4.60 4.04 2.23 6/114 31076
/proc/meminfo: memFree=400112/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=320308 CPUtime=2347.61
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70395 0 0 0 234541 220 0 0 25 0 4 0 1114439533 327995392 70296 4294967295 134512640 135305190 3220681392 3220679568 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 80077 70296 79 194 0 79881 0
[pid=29189/tid=29190] ppid=29185 vsize=320308 CPUtime=587.35
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11667 0 0 0 58685 50 0 0 25 0 4 0 1114439608 327995392 70296 4294967295 134512640 135305190 3220681392 3053255600 134558354 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=320308 CPUtime=586.94
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 14618 0 0 0 58646 48 0 0 25 0 4 0 1114439608 327995392 70296 4294967295 134512640 135305190 3220681392 3044867264 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=320308 CPUtime=586.31
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11034 0 0 0 58573 58 0 0 25 0 4 0 1114439608 327995392 70296 4294967295 134512640 135305190 3220681392 3036478656 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2353.56
Current children cumulated vsize (KiB) 322724

[startup+601.52 s]
/proc/loadavg: 4.56 4.04 2.24 6/114 31076
/proc/meminfo: memFree=399772/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=320596 CPUtime=2373.2
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70551 0 0 0 237099 221 0 0 25 0 4 0 1114439533 328290304 70452 4294967295 134512640 135305190 3220681392 3220679568 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 80149 70452 79 194 0 79953 0
[pid=29189/tid=29190] ppid=29185 vsize=320596 CPUtime=593.74
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11707 0 0 0 59324 50 0 0 25 0 4 0 1114439608 328290304 70452 4294967295 134512640 135305190 3220681392 3053255872 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=320596 CPUtime=593.34
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 14641 0 0 0 59285 49 0 0 25 0 4 0 1114439608 328290304 70452 4294967295 134512640 135305190 3220681392 3044867264 134528402 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=320596 CPUtime=592.71
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11096 0 0 0 59213 58 0 0 25 0 4 0 1114439608 328290304 70452 4294967295 134512640 135305190 3220681392 3036478320 134551992 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2379.15
Current children cumulated vsize (KiB) 323012

[startup+604.72 s]
/proc/loadavg: 4.56 4.04 2.24 6/114 31077
/proc/meminfo: memFree=399796/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=320596 CPUtime=2386
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70556 0 0 0 238378 222 0 0 25 0 4 0 1114439533 328290304 70457 4294967295 134512640 135305190 3220681392 3220679568 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 80149 70457 79 194 0 79953 0
[pid=29189/tid=29190] ppid=29185 vsize=320596 CPUtime=596.94
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11707 0 0 0 59643 51 0 0 25 0 4 0 1114439608 328290304 70457 4294967295 134512640 135305190 3220681392 3053255536 134551712 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=320596 CPUtime=596.54
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 14646 0 0 0 59605 49 0 0 25 0 4 0 1114439608 328290304 70457 4294967295 134512640 135305190 3220681392 3044867264 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=320596 CPUtime=595.91
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202560 11096 0 0 0 59533 58 0 0 25 0 4 0 1114439608 328290304 70457 4294967295 134512640 135305190 3220681392 3036478656 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2391.95
Current children cumulated vsize (KiB) 323012

[startup+605.52 s]
/proc/loadavg: 4.51 4.04 2.25 6/114 31077
/proc/meminfo: memFree=399788/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=320596 CPUtime=2388.84
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70570 0 0 0 238662 222 0 0 25 0 4 0 1114439533 328290304 70471 4294967295 134512640 135305190 3220681392 3220679456 134529611 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29189/statm: 80149 70471 79 194 0 79953 0
[pid=29189/tid=29190] ppid=29185 vsize=320596 CPUtime=597.62
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 11707 0 0 0 59711 51 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3053257136 134657474 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=320596 CPUtime=597.22
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 14660 0 0 0 59673 49 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3044868528 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=320596 CPUtime=596.59
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 11096 0 0 0 59601 58 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3036479920 134657474 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2394.79
Current children cumulated vsize (KiB) 323012

[startup+605.92 s]
/proc/loadavg: 4.51 4.04 2.25 6/114 31077
/proc/meminfo: memFree=399788/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=320596 CPUtime=2389.23
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70570 0 0 0 238701 222 0 0 25 0 4 0 1114439533 328290304 70471 4294967295 134512640 135305190 3220681392 3220679456 134529232 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29189/statm: 80149 70471 79 194 0 79953 0
[pid=29189/tid=29190] ppid=29185 vsize=320596 CPUtime=597.62
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 11707 0 0 0 59711 51 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3053257136 134657474 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=320596 CPUtime=597.22
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 14660 0 0 0 59673 49 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3044868528 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=320596 CPUtime=596.59
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 11096 0 0 0 59601 58 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3036479920 134657474 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2395.18
Current children cumulated vsize (KiB) 323012

[startup+606.32 s]
/proc/loadavg: 4.51 4.04 2.25 2/114 31077
/proc/meminfo: memFree=399788/3368532 swapFree=1959840/1959888
[pid=29185] ppid=29183 vsize=2416 CPUtime=5.95
/proc/29185/stat : 29185 (manysat.sh) S 29183 29185 29143 0 -1 4194304 368 44744 0 0 0 1 569 25 18 0 1 0 1114438936 2473984 274 4294967295 134512640 135169312 3219419536 3219415752 3085098734 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29185/statm: 604 274 231 161 0 43 0
[pid=29189] ppid=29185 vsize=320596 CPUtime=2389.63
/proc/29189/stat : 29189 (manysat1.1_stat) R 29185 29185 29143 0 -1 4202496 70570 0 0 0 238741 222 0 0 25 0 4 0 1114439533 328290304 70471 4294967295 134512640 135305190 3220681392 3220679456 134529548 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29189/statm: 80149 70471 79 194 0 79953 0
[pid=29189/tid=29190] ppid=29185 vsize=320596 CPUtime=597.62
/proc/29189/task/29190/stat : 29190 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 11707 0 0 0 59711 51 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3053257136 134657474 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29189/tid=29191] ppid=29185 vsize=320596 CPUtime=597.22
/proc/29189/task/29191/stat : 29191 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 14660 0 0 0 59673 49 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3044868528 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29189/tid=29192] ppid=29185 vsize=320596 CPUtime=596.59
/proc/29189/task/29192/stat : 29192 (manysat1.1_stat) S 29185 29185 29143 0 -1 4202560 11096 0 0 0 59601 58 0 0 25 0 4 0 1114439608 328290304 70471 4294967295 134512640 135305190 3220681392 3036479920 134657474 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2395.58
Current children cumulated vsize (KiB) 323012

Child status: 20
Real time (s): 606.382
CPU time (s): 2395.67
CPU user time (s): 2393.17
CPU system time (s): 2.5
CPU usage (%): 395.076
Max. virtual memory (cumulated for all children) (KiB): 323012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.17
system time used= 2.5
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115974
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= 16097
involuntary context switches= 138217

runsolver used 0.02 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 10:02:40
IDJOB=1775497
IDBENCH=20342
IDSOLVER=626
FILE ID=/1775497-1243497760
PBS_JOBID=
Free space on /tmp= 7970 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775497-1243497760/watcher-1775497-1243497760 -o /tmp/evaluation-result-1775497-1243497760/solver-1775497-1243497760 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775497-1243497760.cnf aimd 2

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED= 38395767

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.073
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.073
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.073
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.073
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:        696816 kB
Buffers:         42236 kB
Cached:        2448444 kB
SwapCached:          0 kB
Active:        1316048 kB
Inactive:      1193848 kB
HighTotal:     2489216 kB
HighFree:       436204 kB
LowTotal:       879316 kB
LowFree:        260612 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           19952 kB
Writeback:           0 kB
AnonPages:       19500 kB
Mapped:           7760 kB
Slab:           152248 kB
SReclaimable:   138928 kB
SUnreclaim:      13320 kB
PageTables:        644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111076 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7970 MiB
End job on  at 2009-05-28 10:12:48