Trace number 3362346

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 2855.8 721.989

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark911.704
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

0.00/0.00	c Parsing...
1.19/1.29	c ==============================================================================
1.19/1.29	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.29	c ==============================================================================
1.19/1.29	c |         0 | 1379117  3541891 |  413735       0        0     nan |  0.000 % |
8.58/8.67	c |         0 |  616639  2018525 |      --       0       --      -- |     --   | -735035/-1451089
8.58/8.67	c ==============================================================================
8.58/8.67	c Result  :   #vars: 113534   #clauses: 616639   #literals: 2018525
8.58/8.67	c CPU time:   8.48171 s
8.58/8.67	c ==============================================================================
2855.55/721.95	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
2855.55/721.95	c ============================[ Problem Statistics ]=============================
2855.55/721.95	c |                                                                             |
2855.55/721.95	c threadId              : 3
2855.55/721.95	c restarts              : 374
2855.55/721.95	c conflicts             : 253443         (89 /sec)
2855.55/721.95	c decisions             : 468863         (1.78 % random) (165 /sec)
2855.55/721.95	c propagations          : 1316109387     (462488 /sec)
2855.55/721.95	c conflict literals     : 35219907       (44.71 % deleted)
2855.55/721.95	c Memory used           : 521.76 MB
2855.55/721.95	c CPU time              : 2845.71 s
2855.55/721.95	
2855.55/721.95	c --->m=4, e=8, aimd=1, HOME/20952_many.cnf	time: 711.428	conflicts: 253443       
2855.55/721.97	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-3362346-1305303824/watcher-3362346-1305303824 -o /tmp/evaluation-result-3362346-1305303824/solver-3362346-1305303824 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362346-1305303824.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: 4.00 4.17 5.46 2/284 20952
/proc/meminfo: memFree=24599092/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0

[startup+0.0610051 s]
/proc/loadavg: 4.00 4.17 5.46 2/284 20952
/proc/meminfo: memFree=24599092/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100995 s]
/proc/loadavg: 4.00 4.17 5.46 2/284 20952
/proc/meminfo: memFree=24599092/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300959 s]
/proc/loadavg: 4.00 4.17 5.46 2/284 20952
/proc/meminfo: memFree=24599092/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700887 s]
/proc/loadavg: 4.00 4.17 5.46 2/284 20952
/proc/meminfo: memFree=24599092/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 4.00 4.17 5.46 2/286 20954
/proc/meminfo: memFree=24453128/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
[pid=20953] ppid=20952 vsize=196256 CPUtime=1.49 cores=0-7
/proc/20953/stat : 20953 (SatElite) R 20952 20952 20871 0 -1 4202496 47709 0 0 0 141 8 0 0 25 0 1 0 622798487 200966144 43648 33554432000 134512640 135034092 4287119584 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/20953/statm: 49064 43648 68 128 0 48934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 204956

[startup+3.10044 s]
/proc/loadavg: 3.76 4.12 5.43 2/286 20954
/proc/meminfo: memFree=24405208/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
[pid=20953] ppid=20952 vsize=214460 CPUtime=3.09 cores=0-7
/proc/20953/stat : 20953 (SatElite) R 20952 20952 20871 0 -1 4202496 51939 0 0 0 296 13 0 0 25 0 1 0 622798487 219607040 47878 33554432000 134512640 135034092 4287119584 18446744073709551615 134540489 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/20953/statm: 53615 47878 68 128 0 53485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 223160

[startup+6.30087 s]
/proc/loadavg: 3.76 4.12 5.43 2/286 20954
/proc/meminfo: memFree=24376500/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=0 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798487 8908800 250 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 250 209 178 0 68 0
[pid=20953] ppid=20952 vsize=217540 CPUtime=6.29 cores=0-7
/proc/20953/stat : 20953 (SatElite) R 20952 20952 20871 0 -1 4202496 53680 0 0 0 613 16 0 0 25 0 1 0 622798487 222760960 48629 33554432000 134512640 135034092 4287119584 18446744073709551615 134569362 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/20953/statm: 54385 48629 68 128 0 54255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226240

[startup+12.7007 s]
/proc/loadavg: 3.58 4.07 5.40 5/289 20958
/proc/meminfo: memFree=24365764/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=233020 CPUtime=9.74 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 47787 0 0 0 949 25 0 0 18 0 4 0 622799406 238612480 47666 33554432000 134512640 135305190 4288165584 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20955/statm: 58255 47666 84 194 0 58059 0
[pid=20955/tid=20956] ppid=20952 vsize=233020 CPUtime=2.12 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 1386 0 0 0 204 8 0 0 18 0 4 0 622799540 238612480 47666 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=233020 CPUtime=2.11 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 1453 0 0 0 205 6 0 0 17 0 4 0 622799540 238612480 47666 33554432000 134512640 135305190 4288165584 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=233020 CPUtime=2.06 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 1405 0 0 0 204 2 0 0 18 0 4 0 622799540 238612480 47666 33554432000 134512640 135305190 4288165584 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 241720

[startup+25.5003 s]
/proc/loadavg: 3.64 4.06 5.38 5/289 20959
/proc/meminfo: memFree=24351720/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=246420 CPUtime=60.93 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 51040 0 0 0 6064 29 0 0 25 0 4 0 622799406 252334080 50919 33554432000 134512640 135305190 4288165584 18446744073709551615 134528615 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20955/statm: 61605 50919 84 194 0 61409 0
[pid=20955/tid=20956] ppid=20952 vsize=246420 CPUtime=14.91 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 2165 0 0 0 1483 8 0 0 18 0 4 0 622799540 252334080 50919 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=246420 CPUtime=14.91 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 2130 0 0 0 1484 7 0 0 18 0 4 0 622799540 252334080 50919 33554432000 134512640 135305190 4288165584 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=246420 CPUtime=14.85 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 2219 0 0 0 1482 3 0 0 20 0 4 0 622799540 252334080 50919 33554432000 134512640 135305190 4288165584 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 70.11
Current children cumulated vsize (KiB) 255120

[startup+51.1006 s]
/proc/loadavg: 3.76 4.06 5.35 5/289 20959
/proc/meminfo: memFree=24333784/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=264068 CPUtime=163.3 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 55621 0 0 0 16298 32 0 0 25 0 4 0 622799406 270405632 55500 33554432000 134512640 135305190 4288165584 18446744073709551615 134551656 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 66017 55500 84 194 0 65821 0
[pid=20955/tid=20956] ppid=20952 vsize=264068 CPUtime=40.5 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 2942 0 0 0 4042 8 0 0 20 0 4 0 622799540 270405632 55500 33554432000 134512640 135305190 4288165584 18446744073709551615 134529082 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=264068 CPUtime=40.51 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 3657 0 0 0 4043 8 0 0 19 0 4 0 622799540 270405632 55500 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=264068 CPUtime=40.44 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 3118 0 0 0 4040 4 0 0 23 0 4 0 622799540 270405632 55500 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 172.48
Current children cumulated vsize (KiB) 272768

[startup+102.311 s]
/proc/loadavg: 3.90 4.05 5.27 5/289 20964
/proc/meminfo: memFree=24304224/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=293364 CPUtime=368.11 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 62739 0 0 0 36771 40 0 0 20 0 4 0 622799406 300404736 62618 33554432000 134512640 135305190 4288165584 18446744073709551615 134557331 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 73341 62618 84 194 0 73145 0
[pid=20955/tid=20956] ppid=20952 vsize=293364 CPUtime=91.7 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 4223 0 0 0 9161 9 0 0 25 0 4 0 622799540 300404736 62618 33554432000 134512640 135305190 4288165584 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=293364 CPUtime=91.71 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 5627 0 0 0 9160 11 0 0 25 0 4 0 622799540 300404736 62618 33554432000 134512640 135305190 4288165584 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=293364 CPUtime=91.65 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 4677 0 0 0 9159 6 0 0 25 0 4 0 622799540 300404736 62618 33554432000 134512640 135305190 4288165584 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 377.29
Current children cumulated vsize (KiB) 302064

[startup+162.301 s]
/proc/loadavg: 3.96 4.04 5.19 5/289 20965
/proc/meminfo: memFree=24276976/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=321012 CPUtime=608.07 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 69749 0 0 0 60761 46 0 0 25 0 4 0 622799406 328716288 69628 33554432000 134512640 135305190 4288165584 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 80253 69628 84 194 0 80057 0
[pid=20955/tid=20956] ppid=20952 vsize=321012 CPUtime=151.68 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 5436 0 0 0 15158 10 0 0 19 0 4 0 622799540 328716288 69628 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=321012 CPUtime=151.71 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 7681 0 0 0 15158 13 0 0 23 0 4 0 622799540 328716288 69628 33554432000 134512640 135305190 4288165584 18446744073709551615 134555078 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=321012 CPUtime=151.64 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 6425 0 0 0 15156 8 0 0 25 0 4 0 622799540 328716288 69628 33554432000 134512640 135305190 4288165584 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 617.25
Current children cumulated vsize (KiB) 329712

[startup+222.301 s]
/proc/loadavg: 3.98 4.03 5.11 5/289 20967
/proc/meminfo: memFree=24261576/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=335032 CPUtime=848.04 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 73457 0 0 0 84754 50 0 0 25 0 4 0 622799406 343072768 73336 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 83758 73336 84 194 0 83562 0
[pid=20955/tid=20956] ppid=20952 vsize=335032 CPUtime=211.67 cores=0-7

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

[pid=20955/tid=20957] ppid=20952 vsize=513780 CPUtime=571.71 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 23731 0 0 0 57144 27 0 0 25 0 4 0 622799540 526110720 117660 33554432000 134512640 135305190 4288165584 18446744073709551615 134554270 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=513780 CPUtime=571.63 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 20117 0 0 0 57146 17 0 0 25 0 4 0 622799540 526110720 117660 33554432000 134512640 135305190 4288165584 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2297.17
Current children cumulated vsize (KiB) 522480

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 4.69 5/289 20978
/proc/meminfo: memFree=24082152/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=515936 CPUtime=2528 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 118327 0 0 0 252717 83 0 0 25 0 4 0 622799406 528318464 118206 33554432000 134512640 135305190 4288165584 18446744073709551615 134551992 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 128984 118206 84 194 0 128788 0
[pid=20955/tid=20956] ppid=20952 vsize=515936 CPUtime=631.64 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 10641 0 0 0 63149 15 0 0 25 0 4 0 622799540 528318464 118207 33554432000 134512640 135305190 4288165584 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=515936 CPUtime=631.72 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 23793 0 0 0 63145 27 0 0 25 0 4 0 622799540 528318464 118207 33554432000 134512640 135305190 4288165584 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=515936 CPUtime=631.65 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 20275 0 0 0 63147 18 0 0 25 0 4 0 622799540 528318464 118207 33554432000 134512640 135305190 4288165584 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2537.18
Current children cumulated vsize (KiB) 524636

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 4.65 5/289 20980
/proc/meminfo: memFree=24063648/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2767.98 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122934 0 0 0 276712 86 0 0 25 0 4 0 622799406 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122813 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=691.63 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 69147 16 0 0 25 0 4 0 622799540 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=691.7 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24462 0 0 0 69143 27 0 0 18 0 4 0 622799540 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=691.63 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 69144 19 0 0 25 0 4 0 622799540 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134551799 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2777.16
Current children cumulated vsize (KiB) 542980

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

[startup+703.901 s]
/proc/loadavg: 4.00 4.00 4.65 5/289 20980
/proc/meminfo: memFree=24063648/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2774.4 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122934 0 0 0 277354 86 0 0 25 0 4 0 622799406 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122813 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=693.24 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 69308 16 0 0 25 0 4 0 622799540 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=693.32 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24462 0 0 0 69305 27 0 0 20 0 4 0 622799540 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=693.24 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 69305 19 0 0 25 0 4 0 622799540 547102720 122813 33554432000 134512640 135305190 4288165584 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2783.58
Current children cumulated vsize (KiB) 542980

[startup+710.301 s]
/proc/loadavg: 4.00 4.00 4.64 5/289 20980
/proc/meminfo: memFree=24063632/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2799.98 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122937 0 0 0 279912 86 0 0 25 0 4 0 622799406 547102720 122816 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122816 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=699.63 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 69947 16 0 0 20 0 4 0 622799540 547102720 122816 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=699.71 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24465 0 0 0 69944 27 0 0 25 0 4 0 622799540 547102720 122816 33554432000 134512640 135305190 4288165584 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=699.63 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 69944 19 0 0 25 0 4 0 622799540 547102720 122816 33554432000 134512640 135305190 4288165584 18446744073709551615 134557486 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2809.16
Current children cumulated vsize (KiB) 542980

[startup+716.701 s]
/proc/loadavg: 4.00 4.00 4.64 5/289 20980
/proc/meminfo: memFree=24063508/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2825.57 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122938 0 0 0 282471 86 0 0 25 0 4 0 622799406 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122817 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=706.02 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 70586 16 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=706.1 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24466 0 0 0 70583 27 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=706.03 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 70584 19 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2834.75
Current children cumulated vsize (KiB) 542980

[startup+719.9 s]
/proc/loadavg: 4.00 4.00 4.63 5/289 20980
/proc/meminfo: memFree=24063508/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2838.37 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122938 0 0 0 283751 86 0 0 25 0 4 0 622799406 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528212 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122817 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=709.22 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 70906 16 0 0 19 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=709.3 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24466 0 0 0 70903 27 0 0 22 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=709.23 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 70904 19 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2847.55
Current children cumulated vsize (KiB) 542980

[startup+720.701 s]
/proc/loadavg: 4.00 4.00 4.63 5/289 20980
/proc/meminfo: memFree=24063508/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2841.57 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122938 0 0 0 284071 86 0 0 25 0 4 0 622799406 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122817 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=710.03 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 70987 16 0 0 21 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=710.1 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24466 0 0 0 70983 27 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=710.03 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 70984 19 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2850.75
Current children cumulated vsize (KiB) 542980

[startup+721.501 s]
/proc/loadavg: 4.00 4.00 4.63 5/289 20980
/proc/meminfo: memFree=24063508/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2844.79 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122938 0 0 0 284393 86 0 0 25 0 4 0 622799406 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122817 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=710.83 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 71067 16 0 0 18 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=710.91 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24466 0 0 0 71064 27 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=710.84 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 71065 19 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2853.97
Current children cumulated vsize (KiB) 542980

[startup+721.901 s]
/proc/loadavg: 4.00 4.00 4.63 5/289 20980
/proc/meminfo: memFree=24063508/32951124 swapFree=63485424/67111528
[pid=20952] ppid=20950 vsize=8700 CPUtime=9.18 cores=0-7
/proc/20952/stat : 20952 (manysat.sh) S 20950 20952 20871 0 -1 4202496 356 79311 0 0 0 0 896 22 18 0 1 0 622798487 8908800 253 33554432000 4194304 4922060 140736161855984 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20952/statm: 2175 253 209 178 0 68 0
[pid=20955] ppid=20952 vsize=534280 CPUtime=2846.37 cores=0-7
/proc/20955/stat : 20955 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202496 122938 0 0 0 284551 86 0 0 25 0 4 0 622799406 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20955/statm: 133570 122817 84 194 0 133374 0
[pid=20955/tid=20956] ppid=20952 vsize=534280 CPUtime=711.22 cores=0-7
/proc/20955/task/20956/stat : 20956 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 11493 0 0 0 71106 16 0 0 18 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20955/tid=20957] ppid=20952 vsize=534280 CPUtime=711.3 cores=0-7
/proc/20955/task/20957/stat : 20957 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 24466 0 0 0 71103 27 0 0 25 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20955/tid=20958] ppid=20952 vsize=534280 CPUtime=711.23 cores=0-7
/proc/20955/task/20958/stat : 20958 (manysat1.1_stat) R 20952 20952 20871 0 -1 4202560 21784 0 0 0 71104 19 0 0 18 0 4 0 622799540 547102720 122817 33554432000 134512640 135305190 4288165584 18446744073709551615 134557557 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2855.55
Current children cumulated vsize (KiB) 542980

Child status: 20
Real time (s): 721.989
CPU time (s): 2855.8
CPU user time (s): 2854.68
CPU system time (s): 1.12283
CPU usage (%): 395.547
Max. virtual memory (cumulated for all children) (KiB): 542980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2854.68
system time used= 1.12283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202831
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= 35608
involuntary context switches= 3989

runsolver used 1.80173 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 18:23:46
IDJOB=3362346
IDBENCH=84246
IDSOLVER=1839
FILE ID=node147/3362346-1305303824
RUNJOBID= node147-1305303004-20885
PBS_JOBID= 13321453
Free space on /tmp= 52524 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362346-1305303824/watcher-3362346-1305303824 -o /tmp/evaluation-result-3362346-1305303824/solver-3362346-1305303824 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362346-1305303824.cnf aimd 1

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1294592605

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:      24599116 kB
Buffers:        236512 kB
Cached:        4859936 kB
SwapCached:      13132 kB
Active:        1423464 kB
Inactive:      6701800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24599116 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           29208 kB
Writeback:           0 kB
AnonPages:     3024080 kB
Mapped:          14496 kB
Slab:           134780 kB
PageTables:      28452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44826252 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= 52524 MiB
End job on node147 at 2011-05-13 18:35:48