Trace number 3361989

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 2419.18 611.106

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
0.00/0.72	c ==============================================================================
0.00/0.72	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.72	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.72	c ==============================================================================
0.00/0.72	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
4.49/4.52	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
4.49/4.52	c ==============================================================================
4.49/4.52	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
4.49/4.52	c CPU time:   4.40933 s
4.49/4.52	c ==============================================================================
2418.86/611.06	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2418.86/611.06	c ============================[ Problem Statistics ]=============================
2418.86/611.06	c |                                                                             |
2418.86/611.06	c threadId              : 2
2418.86/611.06	c restarts              : 19
2418.86/611.06	c conflicts             : 363982         (151 /sec)
2418.86/611.06	c decisions             : 1632370        (1.43 % random) (677 /sec)
2418.86/611.06	c propagations          : 816365025      (338384 /sec)
2418.86/611.06	c conflict literals     : 105907910      (35.89 % deleted)
2418.86/611.06	c Memory used           : 862.90 MB
2418.86/611.06	c CPU time              : 2412.54 s
2418.86/611.06	
2418.86/611.06	c --->m=4, e=8, aimd=1, HOME/20101_many.cnf	time: 603.135	conflicts: 363982       
2418.86/611.09	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-3361989-1305297678/watcher-3361989-1305297678 -o /tmp/evaluation-result-3361989-1305297678/solver-3361989-1305297678 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361989-1305297678.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.29 7.76 5.97 5/295 20101
/proc/meminfo: memFree=24455800/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0

[startup+0.0172691 s]
/proc/loadavg: 7.29 7.76 5.97 5/295 20101
/proc/meminfo: memFree=24455800/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100257 s]
/proc/loadavg: 7.29 7.76 5.97 5/295 20101
/proc/meminfo: memFree=24455800/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300219 s]
/proc/loadavg: 7.29 7.76 5.97 5/295 20101
/proc/meminfo: memFree=24455800/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701148 s]
/proc/loadavg: 7.29 7.76 5.97 5/295 20101
/proc/meminfo: memFree=24455800/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 7.29 7.76 5.97 7/297 20103
/proc/meminfo: memFree=24324716/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0
[pid=20102] ppid=20101 vsize=148784 CPUtime=1.49 cores=1,3,5,7
/proc/20102/stat : 20102 (SatElite) R 20101 20101 19790 0 -1 4202496 38619 0 0 0 140 9 0 0 25 0 1 0 622183823 152354816 35114 33554432000 134512640 135034092 4290475008 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20102/statm: 37196 35114 68 128 0 37066 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157484

[startup+3.1007 s]
/proc/loadavg: 7.29 7.76 5.97 6/297 20103
/proc/meminfo: memFree=24302144/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 622183823 8908800 249 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20101/statm: 2175 249 209 178 0 68 0
[pid=20102] ppid=20101 vsize=151060 CPUtime=3.09 cores=1,3,5,7
/proc/20102/stat : 20102 (SatElite) R 20101 20101 19790 0 -1 4202496 42861 0 0 0 299 10 0 0 25 0 1 0 622183823 154685440 35805 33554432000 134512640 135034092 4290475008 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20102/statm: 37765 35805 68 128 0 37635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159760

[startup+6.30111 s]
/proc/loadavg: 7.10 7.71 5.97 6/297 20104
/proc/meminfo: memFree=24336004/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=251100 CPUtime=1.17 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 59360 0 0 0 110 7 0 0 22 0 1 0 622184334 257126400 59302 33554432000 134512640 135305190 4291894688 18446744073709551615 134529134 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20104/statm: 62775 59302 74 194 0 62579 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 259800

[startup+12.7009 s]
/proc/loadavg: 7.18 7.71 5.98 9/300 20107
/proc/meminfo: memFree=24138472/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=308168 CPUtime=26.31 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 65508 0 0 0 2589 42 0 0 18 0 4 0 622184334 315564032 65423 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 77042 65423 84 194 0 76846 0
[pid=20104/tid=20105] ppid=20101 vsize=308168 CPUtime=6.27 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 1397 0 0 0 619 8 0 0 25 0 4 0 622184458 315564032 65423 33554432000 134512640 135305190 4291894688 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=308168 CPUtime=6.27 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 1761 0 0 0 618 9 0 0 25 0 4 0 622184458 315564032 65423 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=308168 CPUtime=6.23 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 1577 0 0 0 615 8 0 0 25 0 4 0 622184458 315564032 65423 33554432000 134512640 135305190 4291894688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.42
Current children cumulated vsize (KiB) 316868

[startup+25.5005 s]
/proc/loadavg: 7.36 7.73 6.01 9/300 20108
/proc/meminfo: memFree=24087392/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=334272 CPUtime=77.36 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 72032 0 0 0 7688 48 0 0 25 0 4 0 622184334 342294528 71947 33554432000 134512640 135305190 4291894688 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 83568 71948 84 194 0 83372 0
[pid=20104/tid=20105] ppid=20101 vsize=334272 CPUtime=19.07 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 2467 0 0 0 1897 10 0 0 25 0 4 0 622184458 342294528 71948 33554432000 134512640 135305190 4291894688 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=334272 CPUtime=19.05 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 4472 0 0 0 1895 10 0 0 25 0 4 0 622184458 342294528 71948 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=334272 CPUtime=18.91 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 2556 0 0 0 1881 10 0 0 25 0 4 0 622184458 342294528 71948 33554432000 134512640 135305190 4291894688 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 82.47
Current children cumulated vsize (KiB) 342972

[startup+51.1008 s]
/proc/loadavg: 7.64 7.76 6.07 9/300 20109
/proc/meminfo: memFree=23998336/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=396368 CPUtime=179.51 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 87505 0 0 0 17891 60 0 0 25 0 4 0 622184334 405880832 87420 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 99092 87420 84 194 0 98896 0
[pid=20104/tid=20105] ppid=20101 vsize=396368 CPUtime=44.66 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 5196 0 0 0 4454 12 0 0 25 0 4 0 622184458 405880832 87420 33554432000 134512640 135305190 4291894688 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=396368 CPUtime=44.66 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 10371 0 0 0 4452 14 0 0 25 0 4 0 622184458 405880832 87420 33554432000 134512640 135305190 4291894688 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=396368 CPUtime=44.26 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 5719 0 0 0 4414 12 0 0 25 0 4 0 622184458 405880832 87420 33554432000 134512640 135305190 4291894688 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 184.62
Current children cumulated vsize (KiB) 405068

[startup+102.311 s]
/proc/loadavg: 7.91 7.81 6.17 9/300 20110
/proc/meminfo: memFree=23875848/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=509724 CPUtime=383.85 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 115930 0 0 0 38307 78 0 0 25 0 4 0 622184334 521957376 115845 33554432000 134512640 135305190 4291894688 18446744073709551615 134570397 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 127431 115845 84 194 0 127235 0
[pid=20104/tid=20105] ppid=20101 vsize=509724 CPUtime=95.63 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 11161 0 0 0 9547 16 0 0 25 0 4 0 622184458 521957376 115845 33554432000 134512640 135305190 4291894688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=509724 CPUtime=95.87 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 18727 0 0 0 9569 18 0 0 25 0 4 0 622184458 521957376 115845 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=509724 CPUtime=95.23 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 12280 0 0 0 9505 18 0 0 25 0 4 0 622184458 521957376 115845 33554432000 134512640 135305190 4291894688 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 388.96
Current children cumulated vsize (KiB) 518424

[startup+162.3 s]
/proc/loadavg: 8.18 7.91 6.30 9/300 20111
/proc/meminfo: memFree=23813200/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=568760 CPUtime=623.26 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 130587 0 0 0 62235 91 0 0 25 0 4 0 622184334 582410240 130502 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 142190 130502 84 194 0 141994 0
[pid=20104/tid=20105] ppid=20101 vsize=568760 CPUtime=155.07 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 14846 0 0 0 15488 19 0 0 25 0 4 0 622184458 582410240 130502 33554432000 134512640 135305190 4291894688 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=568760 CPUtime=155.85 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 21393 0 0 0 15566 19 0 0 25 0 4 0 622184458 582410240 130502 33554432000 134512640 135305190 4291894688 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=568760 CPUtime=155.21 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 15784 0 0 0 15500 21 0 0 25 0 4 0 622184458 582410240 130502 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 628.37
Current children cumulated vsize (KiB) 577460

[startup+222.301 s]
/proc/loadavg: 7.91 7.86 6.39 9/300 20212
/proc/meminfo: memFree=23963640/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=652760 CPUtime=862.69 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 151499 0 0 0 86164 105 0 0 25 0 4 0 622184334 668426240 151414 33554432000 134512640 135305190 4291894688 18446744073709551615 134551639 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 163190 151414 84 194 0 162994 0
[pid=20104/tid=20105] ppid=20101 vsize=652760 CPUtime=214.52 cores=1,3,5,7

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

/proc/meminfo: memFree=23602184/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=878536 CPUtime=1820.45 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 207778 0 0 0 181902 143 0 0 25 0 4 0 622184334 899620864 207693 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 219634 207693 84 194 0 219438 0
[pid=20104/tid=20105] ppid=20101 vsize=878536 CPUtime=453.27 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32259 0 0 0 45297 30 0 0 25 0 4 0 622184458 899620864 207693 33554432000 134512640 135305190 4291894688 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=878536 CPUtime=455.83 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 41898 0 0 0 45552 31 0 0 25 0 4 0 622184458 899620864 207693 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=878536 CPUtime=455.2 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33091 0 0 0 45487 33 0 0 25 0 4 0 622184458 899620864 207693 33554432000 134512640 135305190 4291894688 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1825.56
Current children cumulated vsize (KiB) 887236

[startup+522.301 s]
/proc/loadavg: 8.09 7.98 6.84 9/300 20220
/proc/meminfo: memFree=23588388/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=881136 CPUtime=2059.86 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208433 0 0 0 205841 145 0 0 25 0 4 0 622184334 902283264 208348 33554432000 134512640 135305190 4291894688 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20104/statm: 220284 208348 84 194 0 220088 0
[pid=20104/tid=20105] ppid=20101 vsize=881136 CPUtime=512.83 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32311 0 0 0 51252 31 0 0 25 0 4 0 622184458 902283264 208348 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=881136 CPUtime=515.82 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42498 0 0 0 51550 32 0 0 25 0 4 0 622184458 902283264 208348 33554432000 134512640 135305190 4291894688 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=881136 CPUtime=515.18 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33093 0 0 0 51484 34 0 0 25 0 4 0 622184458 902283264 208348 33554432000 134512640 135305190 4291894688 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2064.97
Current children cumulated vsize (KiB) 889836

[startup+582.301 s]
/proc/loadavg: 8.03 7.98 6.91 9/300 20222
/proc/meminfo: memFree=23566544/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883380 CPUtime=2299.25 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208847 0 0 0 229778 147 0 0 25 0 4 0 622184334 904581120 208762 33554432000 134512640 135305190 4291894688 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220845 208762 84 194 0 220649 0
[pid=20104/tid=20105] ppid=20101 vsize=883380 CPUtime=572.32 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 57201 31 0 0 25 0 4 0 622184458 904581120 208762 33554432000 134512640 135305190 4291894688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883380 CPUtime=575.81 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42670 0 0 0 57549 32 0 0 25 0 4 0 622184458 904581120 208762 33554432000 134512640 135305190 4291894688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883380 CPUtime=575.18 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 57484 34 0 0 25 0 4 0 622184458 904581120 208762 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2304.36
Current children cumulated vsize (KiB) 892080

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

[startup+588.701 s]
/proc/loadavg: 8.11 8.00 6.92 9/300 20222
/proc/meminfo: memFree=23561460/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883380 CPUtime=2324.76 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208850 0 0 0 232329 147 0 0 25 0 4 0 622184334 904581120 208765 33554432000 134512640 135305190 4291894688 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220845 208765 84 194 0 220649 0
[pid=20104/tid=20105] ppid=20101 vsize=883380 CPUtime=578.72 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 57841 31 0 0 25 0 4 0 622184458 904581120 208765 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883380 CPUtime=582.2 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42673 0 0 0 58188 32 0 0 25 0 4 0 622184458 904581120 208765 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883380 CPUtime=581.56 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 58122 34 0 0 25 0 4 0 622184458 904581120 208765 33554432000 134512640 135305190 4291894688 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2329.87
Current children cumulated vsize (KiB) 892080

[startup+601.5 s]
/proc/loadavg: 8.08 8.00 6.93 9/300 20222
/proc/meminfo: memFree=23552656/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883608 CPUtime=2375.85 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208884 0 0 0 237438 147 0 0 25 0 4 0 622184334 904814592 208799 33554432000 134512640 135305190 4291894688 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220902 208799 84 194 0 220706 0
[pid=20104/tid=20105] ppid=20101 vsize=883608 CPUtime=591.52 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 59121 31 0 0 25 0 4 0 622184458 904814592 208799 33554432000 134512640 135305190 4291894688 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883608 CPUtime=595 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42707 0 0 0 59468 32 0 0 25 0 4 0 622184458 904814592 208799 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883608 CPUtime=594.36 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 59402 34 0 0 25 0 4 0 622184458 904814592 208799 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2380.96
Current children cumulated vsize (KiB) 892308

[startup+607.901 s]
/proc/loadavg: 8.08 8.00 6.94 9/300 20222
/proc/meminfo: memFree=23548556/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883608 CPUtime=2401.39 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208889 0 0 0 239992 147 0 0 25 0 4 0 622184334 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220902 208804 84 194 0 220706 0
[pid=20104/tid=20105] ppid=20101 vsize=883608 CPUtime=597.92 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 59761 31 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883608 CPUtime=601.4 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42712 0 0 0 60108 32 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883608 CPUtime=600.76 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 60042 34 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2406.5
Current children cumulated vsize (KiB) 892308

[startup+609.501 s]
/proc/loadavg: 8.08 8.00 6.94 9/300 20222
/proc/meminfo: memFree=23547068/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883608 CPUtime=2407.76 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208889 0 0 0 240629 147 0 0 25 0 4 0 622184334 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220902 208804 84 194 0 220706 0
[pid=20104/tid=20105] ppid=20101 vsize=883608 CPUtime=599.52 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 59921 31 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883608 CPUtime=603 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42712 0 0 0 60268 32 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134541787 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883608 CPUtime=602.36 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 60201 35 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2412.87
Current children cumulated vsize (KiB) 892308

[startup+610.301 s]
/proc/loadavg: 8.08 8.00 6.94 9/300 20222
/proc/meminfo: memFree=23547068/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883608 CPUtime=2410.96 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208889 0 0 0 240949 147 0 0 25 0 4 0 622184334 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220902 208804 84 194 0 220706 0
[pid=20104/tid=20105] ppid=20101 vsize=883608 CPUtime=600.32 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 60001 31 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883608 CPUtime=603.8 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42712 0 0 0 60348 32 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134553437 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883608 CPUtime=603.16 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 60281 35 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134557478 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2416.07
Current children cumulated vsize (KiB) 892308

[startup+610.701 s]
/proc/loadavg: 8.15 8.01 6.95 9/300 20222
/proc/meminfo: memFree=23546324/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=5.11 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) S 20099 20101 19790 0 -1 4202496 355 48891 0 0 0 0 496 15 18 0 1 0 622183823 8908800 252 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 252 209 178 0 68 0
[pid=20104] ppid=20101 vsize=883608 CPUtime=2412.55 cores=1,3,5,7
/proc/20104/stat : 20104 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202496 208889 0 0 0 241108 147 0 0 25 0 4 0 622184334 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20104/statm: 220902 208804 84 194 0 220706 0
[pid=20104/tid=20105] ppid=20101 vsize=883608 CPUtime=600.72 cores=1,3,5,7
/proc/20104/task/20105/stat : 20105 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 32427 0 0 0 60041 31 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20104/tid=20106] ppid=20101 vsize=883608 CPUtime=604.2 cores=1,3,5,7
/proc/20104/task/20106/stat : 20106 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 42712 0 0 0 60388 32 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20104/tid=20107] ppid=20101 vsize=883608 CPUtime=603.56 cores=1,3,5,7
/proc/20104/task/20107/stat : 20107 (manysat1.1_stat) R 20101 20101 19790 0 -1 4202560 33147 0 0 0 60321 35 0 0 25 0 4 0 622184458 904814592 208804 33554432000 134512640 135305190 4291894688 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2417.66
Current children cumulated vsize (KiB) 892308

[startup+611.101 s]
/proc/loadavg: 8.15 8.01 6.95 9/300 20222
/proc/meminfo: memFree=23546324/32951124 swapFree=63485424/67111528
[pid=20101] ppid=20099 vsize=8704 CPUtime=2419.16 cores=1,3,5,7
/proc/20101/stat : 20101 (manysat.sh) R 20099 20101 19790 0 -1 4202496 364 257795 0 0 0 0 241750 166 17 0 1 0 622183823 8912896 257 33554432000 4194304 4922060 140734183539152 18446744073709551615 220816236535 0 0 4100 65536 0 0 0 17 1 0 0 0
/proc/20101/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 2419.16
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 611.106
CPU time (s): 2419.18
CPU user time (s): 2417.5
CPU system time (s): 1.67274
CPU usage (%): 395.868
Max. virtual memory (cumulated for all children) (KiB): 892308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2417.5
system time used= 1.67274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258362
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= 37477
involuntary context switches= 10488

runsolver used 1.53577 second user time and 4.02939 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 16:41:19
IDJOB=3361989
IDBENCH=71037
IDSOLVER=1838
FILE ID=node147/3361989-1305297678
RUNJOBID= node147-1305296390-19809
PBS_JOBID= 13321406
Free space on /tmp= 52488 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361989-1305297678/watcher-3361989-1305297678 -o /tmp/evaluation-result-3361989-1305297678/solver-3361989-1305297678 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361989-1305297678.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1720719514

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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	: 5332.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24455948 kB
Buffers:        224852 kB
Cached:        4827496 kB
SwapCached:      13132 kB
Active:        1591932 kB
Inactive:      6691084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24455948 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           67568 kB
Writeback:           0 kB
AnonPages:     3225956 kB
Mapped:          15456 kB
Slab:           121052 kB
PageTables:      29324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45080156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52520 MiB
End job on node147 at 2011-05-13 16:51:30