Trace number 3362156

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 18085.4 4525.12

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2605.99
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  287043   669767 |   86112       0        0     nan |  0.000 % |
2.09/2.19	c |         0 |  165084   471456 |      --       0       --      -- |     --   | -121957/-198306
2.09/2.19	c ==============================================================================
2.09/2.19	c Result  :   #vars: 35680   #clauses: 165084   #literals: 471456
2.09/2.19	c CPU time:   2.14767 s
2.09/2.19	c ==============================================================================
18085.06/4524.93	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
18085.06/4524.93	c ============================[ Problem Statistics ]=============================
18085.06/4524.93	c |                                                                             |
18085.06/4524.93	c threadId              : 0
18085.06/4524.93	c restarts              : 7423
18085.06/4524.93	c conflicts             : 6919101        (383 /sec)
18085.06/4524.93	c decisions             : 10315786       (0.76 % random) (571 /sec)
18085.06/4524.93	c propagations          : 2439665167     (134983 /sec)
18085.06/4524.93	c conflict literals     : 1350155874     (39.07 % deleted)
18085.06/4524.93	c Memory used           : 4041.24 MB
18085.06/4524.93	c CPU time              : 18073.9 s
18085.06/4524.93	
18085.06/4524.93	c --->m=4, e=8, aimd=1, HOME/10644_many.cnf	time: 4518.47	conflicts: 6919101      
18085.35/4525.11	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362156-1305300176/watcher-3362156-1305300176 -o /tmp/evaluation-result-3362156-1305300176/solver-3362156-1305300176 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362156-1305300176.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.50 2.59 3.33 2/294 10644
/proc/meminfo: memFree=12388528/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=0 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641615453 8908800 250 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10644/statm: 2175 250 209 178 0 68 0

[startup+0.106534 s]
/proc/loadavg: 1.50 2.59 3.33 2/294 10644
/proc/meminfo: memFree=12388528/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=0 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641615453 8908800 250 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10644/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200508 s]
/proc/loadavg: 1.50 2.59 3.33 2/294 10644
/proc/meminfo: memFree=12388528/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=0 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641615453 8908800 250 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10644/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300502 s]
/proc/loadavg: 1.50 2.59 3.33 2/294 10644
/proc/meminfo: memFree=12388528/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=0 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641615453 8908800 250 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10644/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700416 s]
/proc/loadavg: 1.50 2.59 3.33 2/294 10644
/proc/meminfo: memFree=12388528/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=0 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641615453 8908800 250 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10644/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 1.50 2.59 3.33 2/296 10646
/proc/meminfo: memFree=12334944/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=0 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641615453 8908800 250 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10644/statm: 2175 250 209 178 0 68 0
[pid=10645] ppid=10644 vsize=51676 CPUtime=1.49 cores=0-7
/proc/10645/stat : 10645 (SatElite) R 10644 10644 10339 0 -1 4202496 12382 0 0 0 145 4 0 0 25 0 1 0 641615453 52916224 11447 33554432000 134512640 135034092 4287713632 18446744073709551615 134566248 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10645/statm: 12919 11447 68 128 0 12789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60376

[startup+3.10094 s]
/proc/loadavg: 1.50 2.59 3.33 2/296 10646
/proc/meminfo: memFree=12331100/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 1.70 2.61 3.33 5/299 10650
/proc/meminfo: memFree=12314728/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=97300 CPUtime=15.29 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 15655 0 0 0 1519 10 0 0 18 0 4 0 641615683 99635200 15593 33554432000 134512640 135305190 4291135328 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10647/statm: 24325 15593 84 194 0 24129 0
[pid=10647/tid=10648] ppid=10644 vsize=97300 CPUtime=3.76 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 815 0 0 0 374 2 0 0 23 0 4 0 641615703 99635200 15593 33554432000 134512640 135305190 4291135328 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=97300 CPUtime=3.77 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 1017 0 0 0 375 2 0 0 18 0 4 0 641615703 99635200 15593 33554432000 134512640 135305190 4291135328 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=97300 CPUtime=3.76 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 1076 0 0 0 375 1 0 0 18 0 4 0 641615703 99635200 15593 33554432000 134512640 135305190 4291135328 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.58
Current children cumulated vsize (KiB) 106000

[startup+12.7012 s]
/proc/loadavg: 1.89 2.63 3.34 5/299 10650
/proc/meminfo: memFree=12292928/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=118804 CPUtime=40.85 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 20969 0 0 0 4072 13 0 0 18 0 4 0 641615683 121655296 20907 33554432000 134512640 135305190 4291135328 18446744073709551615 134557367 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10647/statm: 29701 20907 84 194 0 29505 0
[pid=10647/tid=10648] ppid=10644 vsize=118804 CPUtime=10.15 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 1778 0 0 0 1012 3 0 0 19 0 4 0 641615703 121655296 20907 33554432000 134512640 135305190 4291135328 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=118804 CPUtime=10.16 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 1988 0 0 0 1014 2 0 0 18 0 4 0 641615703 121655296 20907 33554432000 134512640 135305190 4291135328 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=118804 CPUtime=10.15 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 2307 0 0 0 1013 2 0 0 18 0 4 0 641615703 121655296 20907 33554432000 134512640 135305190 4291135328 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.14
Current children cumulated vsize (KiB) 127504

[startup+25.5008 s]
/proc/loadavg: 2.35 2.70 3.35 5/299 10651
/proc/meminfo: memFree=12249452/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=164420 CPUtime=92 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 32288 0 0 0 9181 19 0 0 18 0 4 0 641615683 168366080 32205 33554432000 134512640 135305190 4291135328 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10647/statm: 41105 32206 84 194 0 40909 0
[pid=10647/tid=10648] ppid=10644 vsize=164420 CPUtime=22.94 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 3678 0 0 0 2290 4 0 0 20 0 4 0 641615703 168366080 32206 33554432000 134512640 135305190 4291135328 18446744073709551615 134551656 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=164420 CPUtime=22.96 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 5396 0 0 0 2293 3 0 0 18 0 4 0 641615703 168366080 32206 33554432000 134512640 135305190 4291135328 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=164420 CPUtime=22.94 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 5094 0 0 0 2290 4 0 0 18 0 4 0 641615703 168366080 32206 33554432000 134512640 135305190 4291135328 18446744073709551615 134558408 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 173120

[startup+51.1011 s]
/proc/loadavg: 3.03 2.83 3.37 5/299 10651
/proc/meminfo: memFree=12191108/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=226072 CPUtime=194.33 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 47531 0 0 0 19401 32 0 0 18 0 4 0 641615683 231497728 47448 33554432000 134512640 135305190 4291135328 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 56518 47450 84 194 0 56322 0
[pid=10647/tid=10648] ppid=10644 vsize=226072 CPUtime=48.52 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 6585 0 0 0 4846 6 0 0 25 0 4 0 641615703 231497728 47450 33554432000 134512640 135305190 4291135328 18446744073709551615 134838644 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=226072 CPUtime=48.56 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 9221 0 0 0 4851 5 0 0 18 0 4 0 641615703 231497728 47450 33554432000 134512640 135305190 4291135328 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=226072 CPUtime=48.52 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 9153 0 0 0 4846 6 0 0 18 0 4 0 641615703 231497728 47451 33554432000 134512640 135305190 4291135328 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 196.62
Current children cumulated vsize (KiB) 234772

[startup+102.301 s]
/proc/loadavg: 3.58 3.01 3.40 5/299 10653
/proc/meminfo: memFree=12128216/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=284656 CPUtime=398.99 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 62322 0 0 0 39853 46 0 0 18 0 4 0 641615683 291487744 62239 33554432000 134512640 135305190 4291135328 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 71164 62239 84 194 0 70968 0
[pid=10647/tid=10648] ppid=10644 vsize=284656 CPUtime=99.69 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 9533 0 0 0 9960 9 0 0 25 0 4 0 641615703 291487744 62239 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=284656 CPUtime=99.72 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 11217 0 0 0 9966 6 0 0 21 0 4 0 641615703 291487744 62239 33554432000 134512640 135305190 4291135328 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=284656 CPUtime=99.7 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 14680 0 0 0 9959 11 0 0 18 0 4 0 641615703 291487744 62239 33554432000 134512640 135305190 4291135328 18446744073709551615 134548243 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 401.28
Current children cumulated vsize (KiB) 293356

[startup+162.3 s]
/proc/loadavg: 3.87 3.20 3.44 5/299 10654
/proc/meminfo: memFree=12032852/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=380584 CPUtime=638.83 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 86179 0 0 0 63813 70 0 0 18 0 4 0 641615683 389718016 86096 33554432000 134512640 135305190 4291135328 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 95146 86096 84 194 0 94950 0
[pid=10647/tid=10648] ppid=10644 vsize=380584 CPUtime=159.63 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 14650 0 0 0 15951 12 0 0 25 0 4 0 641615703 389718016 86096 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=380584 CPUtime=159.7 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 15208 0 0 0 15961 9 0 0 18 0 4 0 641615703 389718016 86096 33554432000 134512640 135305190 4291135328 18446744073709551615 134551563 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=380584 CPUtime=159.66 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 22669 0 0 0 15950 16 0 0 18 0 4 0 641615703 389718016 86096 33554432000 134512640 135305190 4291135328 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 641.12
Current children cumulated vsize (KiB) 389284

[startup+222.311 s]
/proc/loadavg: 3.95 3.34 3.47 5/299 10656
/proc/meminfo: memFree=11965508/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0

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

[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4136704 CPUtime=17672.4 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1019847 0 0 0 1766335 902 0 0 25 0 4 0 641615683 4235984896 1019713 33554432000 134512640 135305190 4291135328 18446744073709551615 134528371 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034176 1019713 84 194 0 1033980 0
[pid=10647/tid=10648] ppid=10644 vsize=4136704 CPUtime=4418.38 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200575 0 0 0 441690 148 0 0 25 0 4 0 641615703 4235984896 1019713 33554432000 134512640 135305190 4291135328 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4136704 CPUtime=4417.75 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287615 0 0 0 441604 171 0 0 21 0 4 0 641615703 4235984896 1019713 33554432000 134512640 135305190 4291135328 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4136704 CPUtime=4418.05 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267249 0 0 0 441632 173 0 0 19 0 4 0 641615703 4235984896 1019713 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17674.7
Current children cumulated vsize (KiB) 4145404

[startup+4482.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/299 10782
/proc/meminfo: memFree=8290224/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138044 CPUtime=17912.4 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020129 0 0 0 1790335 902 0 0 25 0 4 0 641615683 4237357056 1019995 33554432000 134512640 135305190 4291135328 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034511 1019995 84 194 0 1034315 0
[pid=10647/tid=10648] ppid=10644 vsize=4138044 CPUtime=4478.38 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200767 0 0 0 447690 148 0 0 25 0 4 0 641615703 4237357056 1019995 33554432000 134512640 135305190 4291135328 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138044 CPUtime=4477.76 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287616 0 0 0 447604 172 0 0 25 0 4 0 641615703 4237357056 1019995 33554432000 134512640 135305190 4291135328 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138044 CPUtime=4478.05 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 447632 173 0 0 25 0 4 0 641615703 4237357056 1019995 33554432000 134512640 135305190 4291135328 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17914.7
Current children cumulated vsize (KiB) 4146744

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

[startup+4505.6 s]
/proc/loadavg: 4.01 4.01 4.00 5/299 10782
/proc/meminfo: memFree=8290096/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138224 CPUtime=18005.6 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020212 0 0 0 1799659 902 0 0 25 0 4 0 641615683 4237541376 1020078 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034556 1020078 84 194 0 1034360 0
[pid=10647/tid=10648] ppid=10644 vsize=4138224 CPUtime=4501.69 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200800 0 0 0 450021 148 0 0 25 0 4 0 641615703 4237541376 1020078 33554432000 134512640 135305190 4291135328 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138224 CPUtime=4501.07 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287630 0 0 0 449935 172 0 0 23 0 4 0 641615703 4237541376 1020078 33554432000 134512640 135305190 4291135328 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138224 CPUtime=4501.36 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 449963 173 0 0 25 0 4 0 641615703 4237541376 1020078 33554432000 134512640 135305190 4291135328 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18007.9
Current children cumulated vsize (KiB) 4146924

[startup+4518.4 s]
/proc/loadavg: 4.01 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8290088/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138224 CPUtime=18056.8 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020225 0 0 0 1804775 902 0 0 25 0 4 0 641615683 4237541376 1020091 33554432000 134512640 135305190 4291135328 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034556 1020091 84 194 0 1034360 0
[pid=10647/tid=10648] ppid=10644 vsize=4138224 CPUtime=4514.48 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200810 0 0 0 451300 148 0 0 25 0 4 0 641615703 4237541376 1020091 33554432000 134512640 135305190 4291135328 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138224 CPUtime=4513.86 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287632 0 0 0 451214 172 0 0 25 0 4 0 641615703 4237541376 1020091 33554432000 134512640 135305190 4291135328 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138224 CPUtime=4514.16 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 451243 173 0 0 25 0 4 0 641615703 4237541376 1020091 33554432000 134512640 135305190 4291135328 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18059.1
Current children cumulated vsize (KiB) 4146924

[startup+4521.6 s]
/proc/loadavg: 4.01 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8289964/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138224 CPUtime=18069.6 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020229 0 0 0 1806055 902 0 0 25 0 4 0 641615683 4237541376 1020095 33554432000 134512640 135305190 4291135328 18446744073709551615 134528322 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034556 1020095 84 194 0 1034360 0
[pid=10647/tid=10648] ppid=10644 vsize=4138224 CPUtime=4517.68 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200811 0 0 0 451620 148 0 0 25 0 4 0 641615703 4237541376 1020095 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138224 CPUtime=4517.06 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287635 0 0 0 451534 172 0 0 25 0 4 0 641615703 4237541376 1020095 33554432000 134512640 135305190 4291135328 18446744073709551615 134553464 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138224 CPUtime=4517.36 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 451563 173 0 0 25 0 4 0 641615703 4237541376 1020095 33554432000 134512640 135305190 4291135328 18446744073709551615 134556758 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18071.9
Current children cumulated vsize (KiB) 4146924

[startup+4523.2 s]
/proc/loadavg: 4.00 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8290084/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138224 CPUtime=18076 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020237 0 0 0 1806699 902 0 0 25 0 4 0 641615683 4237541376 1020103 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034556 1020103 84 194 0 1034360 0
[pid=10647/tid=10648] ppid=10644 vsize=4138224 CPUtime=4519.29 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200815 0 0 0 451781 148 0 0 25 0 4 0 641615703 4237541376 1020103 33554432000 134512640 135305190 4291135328 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138224 CPUtime=4518.67 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287637 0 0 0 451695 172 0 0 25 0 4 0 641615703 4237541376 1020103 33554432000 134512640 135305190 4291135328 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138224 CPUtime=4518.97 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 451724 173 0 0 25 0 4 0 641615703 4237541376 1020103 33554432000 134512640 135305190 4291135328 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18078.3
Current children cumulated vsize (KiB) 4146924

[startup+4524 s]
/proc/loadavg: 4.00 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8290084/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138224 CPUtime=18079.2 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020238 0 0 0 1807015 902 0 0 25 0 4 0 641615683 4237541376 1020104 33554432000 134512640 135305190 4291135328 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034556 1020104 84 194 0 1034360 0
[pid=10647/tid=10648] ppid=10644 vsize=4138224 CPUtime=4520.08 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200816 0 0 0 451860 148 0 0 25 0 4 0 641615703 4237541376 1020104 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138224 CPUtime=4519.46 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287637 0 0 0 451774 172 0 0 25 0 4 0 641615703 4237541376 1020104 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138224 CPUtime=4519.76 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 451803 173 0 0 25 0 4 0 641615703 4237541376 1020104 33554432000 134512640 135305190 4291135328 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18081.5
Current children cumulated vsize (KiB) 4146924

[startup+4524.8 s]
/proc/loadavg: 4.00 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8289960/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=4138224 CPUtime=18082.4 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202496 1020240 0 0 0 1807335 902 0 0 25 0 4 0 641615683 4237541376 1020106 33554432000 134512640 135305190 4291135328 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 1034556 1020106 84 194 0 1034360 0
[pid=10647/tid=10648] ppid=10644 vsize=4138224 CPUtime=4520.88 cores=0-7
/proc/10647/task/10648/stat : 10648 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 200816 0 0 0 451940 148 0 0 25 0 4 0 641615703 4237541376 1020106 33554432000 134512640 135305190 4291135328 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=4138224 CPUtime=4520.26 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 287638 0 0 0 451854 172 0 0 25 0 4 0 641615703 4237541376 1020106 33554432000 134512640 135305190 4291135328 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10647/tid=10650] ppid=10644 vsize=4138224 CPUtime=4520.56 cores=0-7
/proc/10647/task/10650/stat : 10650 (manysat1.1_stat) R 10644 10644 10339 0 -1 4202560 267250 0 0 0 451883 173 0 0 25 0 4 0 641615703 4237541376 1020106 33554432000 134512640 135305190 4291135328 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18084.7
Current children cumulated vsize (KiB) 4146924

[startup+4525 s]
/proc/loadavg: 4.00 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8289960/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=0 CPUtime=18083 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) Z 10644 10644 10339 0 -1 4202524 1020255 0 0 0 1807386 910 0 0 25 0 2 0 641615683 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 0 0 0 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=0 CPUtime=4520.46 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4203588 287638 0 0 0 451867 179 0 0 25 0 2 0 641615703 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18085.2
Current children cumulated vsize (KiB) 8700

[startup+4525.1 s]
/proc/loadavg: 4.00 4.01 4.00 5/299 10783
/proc/meminfo: memFree=8289960/32951124 swapFree=66050672/67111528
[pid=10644] ppid=10642 vsize=8700 CPUtime=2.29 cores=0-7
/proc/10644/stat : 10644 (manysat.sh) S 10642 10644 10339 0 -1 4202496 357 13573 0 0 0 0 224 5 18 0 1 0 641615453 8908800 253 33554432000 4194304 4922060 140735037378288 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10644/statm: 2175 253 209 178 0 68 0
[pid=10647] ppid=10644 vsize=0 CPUtime=18083.1 cores=0-7
/proc/10647/stat : 10647 (manysat1.1_stat) Z 10644 10644 10339 0 -1 4202524 1020255 0 0 0 1807386 920 0 0 25 0 2 0 641615683 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10647/statm: 0 0 0 0 0 0 0
[pid=10647/tid=10649] ppid=10644 vsize=0 CPUtime=4520.56 cores=0-7
/proc/10647/task/10649/stat : 10649 (manysat1.1_stat) R 10644 10644 10339 0 -1 4203588 287638 0 0 0 451867 189 0 0 25 0 2 0 641615703 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18085.3
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 4525.12
CPU time (s): 18085.4
CPU user time (s): 18076.1
CPU system time (s): 9.26559
CPU usage (%): 399.667
Max. virtual memory (cumulated for all children) (KiB): 4146924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18076.1
system time used= 9.26559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1034395
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= 111216
involuntary context switches= 23065

runsolver used 11.8282 second user time and 29.3955 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-13 17:22:56
IDJOB=3362156
IDBENCH=82462
IDSOLVER=1839
FILE ID=node135/3362156-1305300176
RUNJOBID= node135-1305296391-10353
PBS_JOBID= 13321418
Free space on /tmp= 46412 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362156-1305300176/watcher-3362156-1305300176 -o /tmp/evaluation-result-3362156-1305300176/solver-3362156-1305300176 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362156-1305300176.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1720719514

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12388924 kB
Buffers:        220444 kB
Cached:        5687428 kB
SwapCached:      50684 kB
Active:        9800668 kB
Inactive:     10516456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12388924 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            6200 kB
Writeback:           0 kB
AnonPages:    14364600 kB
Mapped:          18796 kB
Slab:           134484 kB
PageTables:      46092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57029940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46412 MiB
End job on node135 at 2011-05-13 18:38:21