Trace number 3362343

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 4716.27 1200.61

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c Parsing...
3.20/3.24	c ==============================================================================
3.20/3.24	c |           |     ORIGINAL     |              LEARNT              |          |
3.20/3.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.20/3.24	c ==============================================================================
3.20/3.24	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
20.18/20.27	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
20.18/20.28	c ==============================================================================
20.18/20.28	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
20.18/20.28	c CPU time:   19.735 s
20.18/20.28	c ==============================================================================
4715.96/1200.56	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
4715.96/1200.56	c ============================[ Problem Statistics ]=============================
4715.96/1200.56	c |                                                                             |
4715.96/1200.56	c threadId              : 1
4715.96/1200.56	c restarts              : 6038
4715.96/1200.56	c conflicts             : 505680         (108 /sec)
4715.96/1200.56	c decisions             : 2655346        (1.64 % random) (566 /sec)
4715.96/1200.56	c propagations          : 2325060067     (495365 /sec)
4715.96/1200.56	c conflict literals     : 25300378       (46.12 % deleted)
4715.96/1200.56	c Memory used           : 634.80 MB
4715.96/1200.56	c CPU time              : 4693.63 s
4715.96/1200.56	
4715.96/1200.56	c --->m=4, e=8, aimd=1, HOME/12311_many.cnf	time: 1173.41	conflicts: 505680       
4715.96/1200.58	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-3362343-1305301801/watcher-3362343-1305301801 -o /tmp/evaluation-result-3362343-1305301801/solver-3362343-1305301801 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362343-1305301801.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 7.87 8.01 7.40 5/283 12311
/proc/meminfo: memFree=20212660/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0

[startup+0.0382381 s]
/proc/loadavg: 7.87 8.01 7.40 5/283 12311
/proc/meminfo: memFree=20212660/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100234 s]
/proc/loadavg: 7.87 8.01 7.40 5/283 12311
/proc/meminfo: memFree=20212660/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300189 s]
/proc/loadavg: 7.87 8.01 7.40 5/283 12311
/proc/meminfo: memFree=20212660/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701121 s]
/proc/loadavg: 7.87 8.01 7.40 5/283 12311
/proc/meminfo: memFree=20212660/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50098 s]
/proc/loadavg: 7.87 8.01 7.40 6/285 12313
/proc/meminfo: memFree=19993536/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
[pid=12312] ppid=12311 vsize=266480 CPUtime=1.49 cores=1,3,5,7
/proc/12312/stat : 12312 (SatElite) R 12311 12311 11653 0 -1 4202496 65225 0 0 0 137 12 0 0 25 0 1 0 622595783 272875520 64821 33554432000 134512640 135034092 4289734512 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12312/statm: 66620 64822 52 128 0 66490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 275180

[startup+3.10069 s]
/proc/loadavg: 7.87 8.01 7.40 6/285 12313
/proc/meminfo: memFree=19910332/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
[pid=12312] ppid=12311 vsize=370504 CPUtime=3.09 cores=1,3,5,7
/proc/12312/stat : 12312 (SatElite) R 12311 12311 11653 0 -1 4202496 90389 0 0 0 289 20 0 0 25 0 1 0 622595783 379396096 89985 33554432000 134512640 135034092 4289734512 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12312/statm: 92626 89985 52 128 0 92496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379204

[startup+6.30112 s]
/proc/loadavg: 7.64 7.96 7.39 6/285 12313
/proc/meminfo: memFree=19770776/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
[pid=12312] ppid=12311 vsize=456148 CPUtime=6.29 cores=1,3,5,7
/proc/12312/stat : 12312 (SatElite) R 12311 12311 11653 0 -1 4202496 116236 0 0 0 599 30 0 0 25 0 1 0 622595783 467095552 107351 33554432000 134512640 135034092 4289734512 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12312/statm: 114037 107351 68 128 0 113907 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 464848

[startup+12.701 s]
/proc/loadavg: 7.42 7.91 7.38 6/285 12313
/proc/meminfo: memFree=19706728/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 622595782 8908800 250 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12311/statm: 2175 250 209 178 0 68 0
[pid=12312] ppid=12311 vsize=463668 CPUtime=12.68 cores=1,3,5,7
/proc/12312/stat : 12312 (SatElite) R 12311 12311 11653 0 -1 4202496 120446 0 0 0 1228 40 0 0 25 0 1 0 622595783 474796032 109363 33554432000 134512640 135034092 4289734512 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 3 0 0 1
/proc/12312/statm: 115917 109363 68 128 0 115787 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 472368

[startup+25.5007 s]
/proc/loadavg: 6.97 7.79 7.34 9/288 12318
/proc/meminfo: memFree=19712872/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=450996 CPUtime=5.94 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 99398 0 0 0 545 49 0 0 18 0 4 0 622597935 461819904 99185 33554432000 134512640 135305190 4288763616 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12315/statm: 112749 99185 84 194 0 112553 0
[pid=12315/tid=12316] ppid=12311 vsize=450996 CPUtime=0.65 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 1440 0 0 0 56 9 0 0 18 0 4 0 622598264 461819904 99185 33554432000 134512640 135305190 4288763616 18446744073709551615 134528788 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=450996 CPUtime=0.66 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 1249 0 0 0 58 8 0 0 18 0 4 0 622598264 461819904 99185 33554432000 134512640 135305190 4288763616 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=450996 CPUtime=0.64 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 1945 0 0 0 56 8 0 0 18 0 4 0 622598264 461819904 99185 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.44
Current children cumulated vsize (KiB) 459696

[startup+51.1011 s]
/proc/loadavg: 7.32 7.80 7.36 9/288 12318
/proc/meminfo: memFree=19663852/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=491432 CPUtime=107.9 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 109436 0 0 0 10726 64 0 0 25 0 4 0 622597935 503226368 109223 33554432000 134512640 135305190 4288763616 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 122858 109223 84 194 0 122662 0
[pid=12315/tid=12316] ppid=12311 vsize=491432 CPUtime=26.1 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 4241 0 0 0 2598 12 0 0 25 0 4 0 622598264 503226368 109223 33554432000 134512640 135305190 4288763616 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=491432 CPUtime=26.21 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 3668 0 0 0 2608 13 0 0 25 0 4 0 622598264 503226368 109223 33554432000 134512640 135305190 4288763616 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=491432 CPUtime=26.07 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 3943 0 0 0 2596 11 0 0 25 0 4 0 622598264 503226368 109223 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 129.4
Current children cumulated vsize (KiB) 500132

[startup+102.311 s]
/proc/loadavg: 7.80 7.86 7.40 9/288 12320
/proc/meminfo: memFree=19626532/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=511588 CPUtime=312.19 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 114263 0 0 0 31150 69 0 0 25 0 4 0 622597935 523866112 114050 33554432000 134512640 135305190 4288763616 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 127897 114050 84 194 0 127701 0
[pid=12315/tid=12316] ppid=12311 vsize=511588 CPUtime=76.79 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 5441 0 0 0 7665 14 0 0 25 0 4 0 622598264 523866112 114050 33554432000 134512640 135305190 4288763616 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=511588 CPUtime=77.41 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 4657 0 0 0 7728 13 0 0 25 0 4 0 622598264 523866112 114050 33554432000 134512640 135305190 4288763616 18446744073709551615 134530572 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=511588 CPUtime=77.27 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 5194 0 0 0 7714 13 0 0 25 0 4 0 622598264 523866112 114050 33554432000 134512640 135305190 4288763616 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 333.69
Current children cumulated vsize (KiB) 520288

[startup+162.3 s]
/proc/loadavg: 8.04 7.91 7.45 9/288 12321
/proc/meminfo: memFree=19603656/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=527912 CPUtime=551.59 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 118437 0 0 0 55085 74 0 0 25 0 4 0 622597935 540581888 118224 33554432000 134512640 135305190 4288763616 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 131978 118224 84 194 0 131782 0
[pid=12315/tid=12316] ppid=12311 vsize=527912 CPUtime=136.23 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 6268 0 0 0 13607 16 0 0 25 0 4 0 622598264 540581888 118224 33554432000 134512640 135305190 4288763616 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=527912 CPUtime=137.4 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 5524 0 0 0 13725 15 0 0 25 0 4 0 622598264 540581888 118224 33554432000 134512640 135305190 4288763616 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=527912 CPUtime=137.25 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 6392 0 0 0 13711 14 0 0 25 0 4 0 622598264 540581888 118224 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 573.09
Current children cumulated vsize (KiB) 536612

[startup+222.301 s]
/proc/loadavg: 8.10 7.96 7.49 9/288 12323
/proc/meminfo: memFree=19578176/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=551948 CPUtime=791.01 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 124498 0 0 0 79021 80 0 0 25 0 4 0 622597935 565194752 124285 33554432000 134512640 135305190 4288763616 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 137987 124285 84 194 0 137791 0
[pid=12315/tid=12316] ppid=12311 vsize=551948 CPUtime=195.67 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 7366 0 0 0 19550 17 0 0 25 0 4 0 622598264 565194752 124285 33554432000 134512640 135305190 4288763616 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=551948 CPUtime=197.39 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 7303 0 0 0 19723 16 0 0 25 0 4 0 622598264 565194752 124285 33554432000 134512640 135305190 4288763616 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=551948 CPUtime=197.25 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 7529 0 0 0 19709 16 0 0 25 0 4 0 622598264 565194752 124285 33554432000 134512640 135305190 4288763616 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 812.51

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

/proc/meminfo: memFree=19233260/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4142.98 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 414190 108 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528145 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1033.6 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 103337 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1037.31 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 103708 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1031.5 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 103129 21 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4164.48
Current children cumulated vsize (KiB) 658736

[startup+1122.3 s]
/proc/loadavg: 8.18 8.07 7.82 9/288 12422
/proc/meminfo: memFree=19205044/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4382.42 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 438134 108 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1093.6 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 109337 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1097.31 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 109708 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1090.95 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 109074 21 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4403.92
Current children cumulated vsize (KiB) 658736

[startup+1182.3 s]
/proc/loadavg: 8.18 8.08 7.84 9/288 12424
/proc/meminfo: memFree=19186992/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4621.86 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 462077 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1153.6 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 115337 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1157.31 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 115708 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1150.4 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 115019 21 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4643.36
Current children cumulated vsize (KiB) 658736

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

[startup+1190.3 s]
/proc/loadavg: 8.15 8.08 7.84 9/288 12424
/proc/meminfo: memFree=19185240/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4653.76 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 465267 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1161.59 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 116136 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1165.26 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 116503 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1158.36 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 115814 22 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4675.26
Current children cumulated vsize (KiB) 658736

[startup+1196.7 s]
/proc/loadavg: 8.14 8.08 7.84 9/288 12424
/proc/meminfo: memFree=19184848/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4679.33 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 467824 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1168 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 116777 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1171.61 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 117138 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1164.77 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 116455 22 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.83
Current children cumulated vsize (KiB) 658736

[startup+1198.3 s]
/proc/loadavg: 8.21 8.10 7.84 9/288 12424
/proc/meminfo: memFree=19184848/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4685.69 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 468460 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1169.59 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 116936 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1173.19 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 117296 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1166.36 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 116614 22 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4707.19
Current children cumulated vsize (KiB) 658736

[startup+1199.9 s]
/proc/loadavg: 8.21 8.10 7.84 9/288 12424
/proc/meminfo: memFree=19184848/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4692.07 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 469098 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1171.19 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 117096 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1174.78 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 117455 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1167.96 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 116774 22 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4713.57
Current children cumulated vsize (KiB) 658736

[startup+1200.3 s]
/proc/loadavg: 8.21 8.10 7.84 9/288 12424
/proc/meminfo: memFree=19184848/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4693.66 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 469257 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1171.59 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 117136 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1175.17 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 117494 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1168.37 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 116815 22 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.16
Current children cumulated vsize (KiB) 658736

[startup+1200.5 s]
/proc/loadavg: 8.21 8.10 7.84 9/288 12424
/proc/meminfo: memFree=19184848/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8700 CPUtime=21.5 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 357 198209 0 0 0 0 2089 61 18 0 1 0 622595782 8908800 253 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12311/statm: 2175 253 209 178 0 68 0
[pid=12315] ppid=12311 vsize=650036 CPUtime=4694.46 cores=1,3,5,7
/proc/12315/stat : 12315 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202496 148555 0 0 0 469337 109 0 0 25 0 4 0 622597935 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12315/statm: 162509 148342 84 194 0 162313 0
[pid=12315/tid=12316] ppid=12311 vsize=650036 CPUtime=1171.79 cores=1,3,5,7
/proc/12315/task/12316/stat : 12316 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12596 0 0 0 117156 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12315/tid=12317] ppid=12311 vsize=650036 CPUtime=1175.37 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 14371 0 0 0 117514 23 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12315/tid=12318] ppid=12311 vsize=650036 CPUtime=1168.57 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (manysat1.1_stat) R 12311 12311 11653 0 -1 4202560 12322 0 0 0 116835 22 0 0 25 0 4 0 622598264 665636864 148342 33554432000 134512640 135305190 4288763616 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.96
Current children cumulated vsize (KiB) 658736

[startup+1200.6 s]
/proc/loadavg: 8.21 8.10 7.84 9/288 12424
/proc/meminfo: memFree=19184848/32951124 swapFree=67057896/67111528
[pid=12311] ppid=12309 vsize=8704 CPUtime=4716.25 cores=1,3,5,7
/proc/12311/stat : 12311 (manysat.sh) S 12309 12311 11653 0 -1 4202496 386 346779 0 0 0 0 471452 173 17 0 1 0 622595782 8912896 258 33554432000 4194304 4922060 140736879695360 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/12311/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 4716.25
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1200.61
CPU time (s): 4716.27
CPU user time (s): 4714.52
CPU system time (s): 1.75073
CPU usage (%): 392.823
Max. virtual memory (cumulated for all children) (KiB): 658736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4714.52
system time used= 1.75073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347348
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= 31900
involuntary context switches= 34562

runsolver used 3.08153 second user time and 7.83981 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 17:50:05
IDJOB=3362343
IDBENCH=84238
IDSOLVER=1838
FILE ID=node140/3362343-1305301801
RUNJOBID= node140-1305296391-11672
PBS_JOBID= 13321413
Free space on /tmp= 49524 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362343-1305301801/watcher-3362343-1305301801 -o /tmp/evaluation-result-3362343-1305301801/solver-3362343-1305301801 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362343-1305301801.cnf aimd 1

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1720719514

node140.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.833
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.66
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.833
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	: 5226.14
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:      20212808 kB
Buffers:        253788 kB
Cached:        8271424 kB
SwapCached:       8056 kB
Active:        5085076 kB
Inactive:      7184404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20212808 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           65164 kB
Writeback:           0 kB
AnonPages:     3741196 kB
Mapped:          23568 kB
Slab:           384828 kB
PageTables:      22596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45846052 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= 49516 MiB
End job on node140 at 2011-05-13 18:10:05