Trace number 3362040

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 4910.02 1232.02

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1455.4
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.00/0.00	c Parsing...
0.00/0.49	c ==============================================================================
0.00/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.49	c ==============================================================================
0.00/0.49	c |         0 | 1035559  2720796 |  310667       0        0     nan |  0.000 % |
4.09/4.16	c |         0 |  779069  2479069 |      --       0       --      -- |     --   | -255664/-239349
4.09/4.16	c ==============================================================================
4.09/4.16	c Result  :   #vars: 159113   #clauses: 779069   #literals: 2479069
4.09/4.16	c CPU time:   4.05738 s
4.09/4.16	c ==============================================================================
4909.65/1231.98	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
4909.65/1231.98	c ============================[ Problem Statistics ]=============================
4909.65/1231.98	c |                                                                             |
4909.65/1231.98	c threadId              : 3
4909.65/1231.98	c restarts              : 1442
4909.65/1231.98	c conflicts             : 905793         (185 /sec)
4909.65/1231.98	c decisions             : 1771940        (1.54 % random) (361 /sec)
4909.65/1231.98	c propagations          : 2715150451     (553626 /sec)
4909.65/1231.98	c conflict literals     : 31428806       (60.84 % deleted)
4909.65/1231.98	c Memory used           : 544.46 MB
4909.65/1231.98	c CPU time              : 4904.31 s
4909.65/1231.98	
4909.65/1231.98	c --->m=4, e=8, aimd=1, HOME/3859_many.cnf	time: 1226.08	conflicts: 905793       
4909.65/1232.01	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-3362040-1305297645/watcher-3362040-1305297645 -o /tmp/evaluation-result-3362040-1305297645/solver-3362040-1305297645 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362040-1305297645.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: 3.33 3.78 2.88 1/347 3859
/proc/meminfo: memFree=21732696/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0

[startup+0.0983919 s]
/proc/loadavg: 3.33 3.78 2.88 1/347 3859
/proc/meminfo: memFree=21732696/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100391 s]
/proc/loadavg: 3.33 3.78 2.88 1/347 3859
/proc/meminfo: memFree=21732696/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300352 s]
/proc/loadavg: 3.33 3.78 2.88 1/347 3859
/proc/meminfo: memFree=21732696/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700279 s]
/proc/loadavg: 3.33 3.78 2.88 1/347 3859
/proc/meminfo: memFree=21732696/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50114 s]
/proc/loadavg: 3.33 3.78 2.88 2/349 3861
/proc/meminfo: memFree=21584500/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0
[pid=3860] ppid=3859 vsize=192124 CPUtime=1.49 cores=0-7
/proc/3860/stat : 3860 (SatElite) R 3859 3859 3602 0 -1 4202496 43307 0 0 0 141 8 0 0 25 0 1 0 641362349 196734976 40724 33554432000 134512640 135034092 4287780816 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/3860/statm: 48031 40724 68 128 0 47901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200824

[startup+3.10087 s]
/proc/loadavg: 3.33 3.78 2.88 2/349 3861
/proc/meminfo: memFree=21558320/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=0 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641362349 8908800 250 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 250 209 178 0 68 0
[pid=3860] ppid=3859 vsize=196320 CPUtime=3.09 cores=0-7
/proc/3860/stat : 3860 (SatElite) R 3859 3859 3602 0 -1 4202496 44738 0 0 0 300 9 0 0 25 0 1 0 641362349 201031680 41389 33554432000 134512640 135034092 4287780816 18446744073709551615 134569280 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/3860/statm: 49080 41389 68 128 0 48950 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205020

[startup+6.30026 s]
/proc/loadavg: 3.15 3.74 2.87 2/349 3862
/proc/meminfo: memFree=21522016/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=288888 CPUtime=2.74 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 59463 0 0 0 239 35 0 0 16 0 4 0 641362821 295821312 59300 33554432000 134512640 135305190 4289013552 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 72222 59301 84 194 0 72026 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 297588

[startup+12.7011 s]
/proc/loadavg: 3.22 3.74 2.88 5/352 3865
/proc/meminfo: memFree=21452956/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=300200 CPUtime=28.33 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 62392 0 0 0 2796 37 0 0 18 0 4 0 641362821 307404800 62229 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 75050 62229 84 194 0 74854 0
[pid=3862/tid=3863] ppid=3859 vsize=300200 CPUtime=6.9 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 2245 0 0 0 673 17 0 0 18 0 4 0 641362922 307404800 62229 33554432000 134512640 135305190 4289013552 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=300200 CPUtime=6.8 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 2278 0 0 0 676 4 0 0 25 0 4 0 641362922 307404800 62229 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=300200 CPUtime=6.78 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 2232 0 0 0 674 4 0 0 25 0 4 0 641362922 307404800 62229 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33.04
Current children cumulated vsize (KiB) 308900

[startup+25.5008 s]
/proc/loadavg: 3.39 3.75 2.90 5/352 3866
/proc/meminfo: memFree=21442388/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=313004 CPUtime=79.52 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 65622 0 0 0 7913 39 0 0 19 0 4 0 641362821 320516096 65445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 78251 65445 84 194 0 78055 0
[pid=3862/tid=3863] ppid=3859 vsize=313004 CPUtime=19.7 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 2751 0 0 0 1952 18 0 0 20 0 4 0 641362922 320516096 65445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=313004 CPUtime=19.59 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 3372 0 0 0 1955 4 0 0 25 0 4 0 641362922 320516096 65445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=313004 CPUtime=19.57 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 2921 0 0 0 1953 4 0 0 24 0 4 0 641362922 320516096 65445 33554432000 134512640 135305190 4289013552 18446744073709551615 134531165 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 84.23
Current children cumulated vsize (KiB) 321704

[startup+51.1012 s]
/proc/loadavg: 3.60 3.77 2.93 5/352 3866
/proc/meminfo: memFree=21428588/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=326628 CPUtime=181.91 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 68970 0 0 0 18150 41 0 0 20 0 4 0 641362821 334467072 68793 33554432000 134512640 135305190 4289013552 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 81657 68793 84 194 0 81461 0
[pid=3862/tid=3863] ppid=3859 vsize=326628 CPUtime=45.29 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 3367 0 0 0 4511 18 0 0 19 0 4 0 641362922 334467072 68793 33554432000 134512640 135305190 4289013552 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=326628 CPUtime=45.2 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 4506 0 0 0 4515 5 0 0 25 0 4 0 641362922 334467072 68793 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=326628 CPUtime=45.18 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 3495 0 0 0 4513 5 0 0 25 0 4 0 641362922 334467072 68793 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 186.62
Current children cumulated vsize (KiB) 335328

[startup+102.314 s]
/proc/loadavg: 3.82 3.80 2.98 5/352 3868
/proc/meminfo: memFree=21410792/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=344796 CPUtime=386.76 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 73509 0 0 0 38631 45 0 0 22 0 4 0 641362821 353071104 73261 33554432000 134512640 135305190 4289013552 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 86199 73261 84 194 0 86003 0
[pid=3862/tid=3863] ppid=3859 vsize=344796 CPUtime=96.51 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 4235 0 0 0 9632 19 0 0 25 0 4 0 641362922 353071104 73261 33554432000 134512640 135305190 4289013552 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=344796 CPUtime=96.4 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 5624 0 0 0 9635 5 0 0 25 0 4 0 641362922 353071104 73261 33554432000 134512640 135305190 4289013552 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=344796 CPUtime=96.38 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 4629 0 0 0 9632 6 0 0 25 0 4 0 641362922 353071104 73261 33554432000 134512640 135305190 4289013552 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 391.47
Current children cumulated vsize (KiB) 353496

[startup+162.301 s]
/proc/loadavg: 3.93 3.84 3.04 5/352 3869
/proc/meminfo: memFree=21397488/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=358736 CPUtime=626.7 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 76925 0 0 0 62622 48 0 0 24 0 4 0 641362821 367345664 76677 33554432000 134512640 135305190 4289013552 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 89684 76677 84 194 0 89488 0
[pid=3862/tid=3863] ppid=3859 vsize=358736 CPUtime=156.5 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 4987 0 0 0 15630 20 0 0 25 0 4 0 641362922 367345664 76677 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=358736 CPUtime=156.39 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 6486 0 0 0 15634 5 0 0 25 0 4 0 641362922 367345664 76677 33554432000 134512640 135305190 4289013552 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=358736 CPUtime=156.37 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 5547 0 0 0 15629 8 0 0 25 0 4 0 641362922 367345664 76677 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 631.41
Current children cumulated vsize (KiB) 367436

[startup+222.301 s]
/proc/loadavg: 3.97 3.86 3.10 5/352 3871
/proc/meminfo: memFree=21378356/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=378220 CPUtime=866.68 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 81570 0 0 0 86616 52 0 0 18 0 4 0 641362821 387297280 81322 33554432000 134512640 135305190 4289013552 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 94555 81322 84 194 0 94359 0
[pid=3862/tid=3863] ppid=3859 vsize=378220 CPUtime=216.48 cores=0-7

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

/proc/meminfo: memFree=21207028/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=555312 CPUtime=4706.54 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124234 0 0 0 470559 95 0 0 25 0 4 0 641362821 568639488 123986 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 138828 123986 84 194 0 138632 0
[pid=3862/tid=3863] ppid=3859 vsize=555312 CPUtime=1176.43 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 117613 30 0 0 18 0 4 0 641362922 568639488 123986 33554432000 134512640 135305190 4289013552 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=555312 CPUtime=1176.41 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18552 0 0 0 117627 14 0 0 19 0 4 0 641362922 568639488 123986 33554432000 134512640 135305190 4289013552 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=555312 CPUtime=1176.33 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 117611 22 0 0 25 0 4 0 641362922 568639488 123986 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4711.25
Current children cumulated vsize (KiB) 564012

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

[startup+1203.1 s]
/proc/loadavg: 4.00 3.99 3.66 5/352 3897
/proc/meminfo: memFree=21205400/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557360 CPUtime=4789.73 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124671 0 0 0 478878 95 0 0 22 0 4 0 641362821 570736640 124423 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139340 124423 84 194 0 139144 0
[pid=3862/tid=3863] ppid=3859 vsize=557360 CPUtime=1197.23 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 119693 30 0 0 25 0 4 0 641362922 570736640 124423 33554432000 134512640 135305190 4289013552 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557360 CPUtime=1197.21 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18989 0 0 0 119707 14 0 0 25 0 4 0 641362922 570736640 124423 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557360 CPUtime=1197.13 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 119691 22 0 0 25 0 4 0 641362922 570736640 124423 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4794.44
Current children cumulated vsize (KiB) 566060

[startup+1215.9 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203272/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557360 CPUtime=4840.93 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124686 0 0 0 483998 95 0 0 22 0 4 0 641362821 570736640 124438 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139340 124438 84 194 0 139144 0
[pid=3862/tid=3863] ppid=3859 vsize=557360 CPUtime=1210.03 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 120973 30 0 0 25 0 4 0 641362922 570736640 124438 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557360 CPUtime=1210.01 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19004 0 0 0 120987 14 0 0 25 0 4 0 641362922 570736640 124438 33554432000 134512640 135305190 4289013552 18446744073709551615 134530613 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557360 CPUtime=1209.93 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 120971 22 0 0 25 0 4 0 641362922 570736640 124438 33554432000 134512640 135305190 4289013552 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4845.64
Current children cumulated vsize (KiB) 566060

[startup+1222.3 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203532/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557360 CPUtime=4866.53 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124693 0 0 0 486558 95 0 0 19 0 4 0 641362821 570736640 124445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139340 124445 84 194 0 139144 0
[pid=3862/tid=3863] ppid=3859 vsize=557360 CPUtime=1216.43 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 121613 30 0 0 25 0 4 0 641362922 570736640 124445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557360 CPUtime=1216.41 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19011 0 0 0 121627 14 0 0 25 0 4 0 641362922 570736640 124445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557360 CPUtime=1216.33 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 121611 22 0 0 25 0 4 0 641362922 570736640 124445 33554432000 134512640 135305190 4289013552 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4871.24
Current children cumulated vsize (KiB) 566060

[startup+1228.71 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203720/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557360 CPUtime=4892.18 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124703 0 0 0 489123 95 0 0 24 0 4 0 641362821 570736640 124455 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139340 124455 84 194 0 139144 0
[pid=3862/tid=3863] ppid=3859 vsize=557360 CPUtime=1222.84 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 122254 30 0 0 25 0 4 0 641362922 570736640 124455 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557360 CPUtime=1222.82 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19021 0 0 0 122268 14 0 0 25 0 4 0 641362922 570736640 124455 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557360 CPUtime=1222.74 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 122252 22 0 0 25 0 4 0 641362922 570736640 124455 33554432000 134512640 135305190 4289013552 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4896.89
Current children cumulated vsize (KiB) 566060

[startup+1230.3 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203844/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557524 CPUtime=4898.52 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124712 0 0 0 489757 95 0 0 25 0 4 0 641362821 570904576 124464 33554432000 134512640 135305190 4289013552 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139381 124464 84 194 0 139185 0
[pid=3862/tid=3863] ppid=3859 vsize=557524 CPUtime=1224.42 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 122412 30 0 0 25 0 4 0 641362922 570904576 124464 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557524 CPUtime=1224.41 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19030 0 0 0 122427 14 0 0 25 0 4 0 641362922 570904576 124464 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557524 CPUtime=1224.32 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 122410 22 0 0 19 0 4 0 641362922 570904576 124464 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4903.23
Current children cumulated vsize (KiB) 566224

[startup+1231.1 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203968/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557524 CPUtime=4901.72 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124713 0 0 0 490077 95 0 0 25 0 4 0 641362821 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139381 124465 84 194 0 139185 0
[pid=3862/tid=3863] ppid=3859 vsize=557524 CPUtime=1225.22 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 122492 30 0 0 25 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557524 CPUtime=1225.21 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19031 0 0 0 122507 14 0 0 25 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134530592 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557524 CPUtime=1225.12 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 122490 22 0 0 20 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4906.43
Current children cumulated vsize (KiB) 566224

[startup+1231.5 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203968/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557524 CPUtime=4903.32 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124713 0 0 0 490237 95 0 0 25 0 4 0 641362821 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139381 124465 84 194 0 139185 0
[pid=3862/tid=3863] ppid=3859 vsize=557524 CPUtime=1225.62 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 122532 30 0 0 25 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557524 CPUtime=1225.61 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19031 0 0 0 122547 14 0 0 25 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557524 CPUtime=1225.52 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 122530 22 0 0 21 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4908.03
Current children cumulated vsize (KiB) 566224

[startup+1231.9 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203968/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8700 CPUtime=4.71 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 358 52497 0 0 0 0 458 13 18 0 1 0 641362349 8908800 253 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3859/statm: 2175 253 209 178 0 68 0
[pid=3862] ppid=3859 vsize=557524 CPUtime=4904.94 cores=0-7
/proc/3862/stat : 3862 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202496 124713 0 0 0 490399 95 0 0 25 0 4 0 641362821 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3862/statm: 139381 124465 84 194 0 139185 0
[pid=3862/tid=3863] ppid=3859 vsize=557524 CPUtime=1226.04 cores=0-7
/proc/3862/task/3863/stat : 3863 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 15738 0 0 0 122574 30 0 0 25 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3862/tid=3864] ppid=3859 vsize=557524 CPUtime=1226.02 cores=0-7
/proc/3862/task/3864/stat : 3864 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 19031 0 0 0 122588 14 0 0 25 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=3862/tid=3865] ppid=3859 vsize=557524 CPUtime=1225.93 cores=0-7
/proc/3862/task/3865/stat : 3865 (manysat1.1_stat) R 3859 3859 3602 0 -1 4202560 18724 0 0 0 122571 22 0 0 22 0 4 0 641362922 570904576 124465 33554432000 134512640 135305190 4289013552 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4909.65
Current children cumulated vsize (KiB) 566224

[startup+1232.01 s]
/proc/loadavg: 4.00 3.99 3.67 5/352 3907
/proc/meminfo: memFree=21203968/32951124 swapFree=65581052/67111528
[pid=3859] ppid=3857 vsize=8704 CPUtime=4910 cores=0-7
/proc/3859/stat : 3859 (manysat.sh) S 3857 3859 3602 0 -1 4202496 386 177225 0 0 0 0 490889 111 17 0 1 0 641362349 8912896 258 33554432000 4194304 4922060 140737005964896 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3859/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 4910
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1232.02
CPU time (s): 4910.02
CPU user time (s): 4908.89
CPU system time (s): 1.12783
CPU usage (%): 398.534
Max. virtual memory (cumulated for all children) (KiB): 566224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4908.89
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177793
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= 61468
involuntary context switches= 7211

runsolver used 4.41833 second user time and 10.0405 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-13 16:40:46
IDJOB=3362040
IDBENCH=82354
IDSOLVER=1839
FILE ID=node137/3362040-1305297645
RUNJOBID= node137-1305296391-3616
PBS_JOBID= 13321416
Free space on /tmp= 37824 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362040-1305297645/watcher-3362040-1305297645 -o /tmp/evaluation-result-3362040-1305297645/solver-3362040-1305297645 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362040-1305297645.cnf aimd 1

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=823199708

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21733092 kB
Buffers:        196632 kB
Cached:        3376288 kB
SwapCached:      36296 kB
Active:        1522208 kB
Inactive:      9489664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21733092 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           22780 kB
Writeback:           0 kB
AnonPages:     7412600 kB
Mapped:          18724 kB
Slab:           100832 kB
PageTables:      38232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75893832 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= 37824 MiB
End job on node137 at 2011-05-13 17:01:18