Trace number 3362345

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 2660.77 675.414

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 benchmark1015.28
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.29/1.36	c ==============================================================================
1.29/1.36	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.36	c ==============================================================================
1.29/1.36	c |         0 | 1379117  3541891 |  413735       0        0     nan |  0.000 % |
9.09/9.17	c |         0 |  616639  2018525 |      --       0       --      -- |     --   | -735035/-1451089
9.09/9.17	c ==============================================================================
9.09/9.17	c Result  :   #vars: 113534   #clauses: 616639   #literals: 2018525
9.09/9.17	c CPU time:   8.96964 s
9.09/9.17	c ==============================================================================
2660.37/675.38	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2660.37/675.38	c ============================[ Problem Statistics ]=============================
2660.37/675.38	c |                                                                             |
2660.37/675.38	c threadId              : 2
2660.37/675.38	c restarts              : 19
2660.37/675.38	c conflicts             : 295796         (112 /sec)
2660.37/675.38	c decisions             : 581787         (1.12 % random) (220 /sec)
2660.37/675.38	c propagations          : 1031950555     (389361 /sec)
2660.37/675.38	c conflict literals     : 39654305       (37.36 % deleted)
2660.37/675.38	c Memory used           : 455.89 MB
2660.37/675.38	c CPU time              : 2650.37 s
2660.37/675.38	
2660.37/675.38	c --->m=4, e=8, aimd=1, HOME/11731_many.cnf	time: 662.594	conflicts: 295796       
2660.37/675.40	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-3362345-1305301860/watcher-3362345-1305301860 -o /tmp/evaluation-result-3362345-1305301860/solver-3362345-1305301860 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362345-1305301860.cnf aimd 1 

running on 4 cores: 0,2,4,6

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.88 8.06 7.97 6/356 11731
/proc/meminfo: memFree=4002972/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0

[startup+0.100676 s]
/proc/loadavg: 7.88 8.06 7.97 6/356 11731
/proc/meminfo: memFree=4002972/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200657 s]
/proc/loadavg: 7.88 8.06 7.97 6/356 11731
/proc/meminfo: memFree=4002972/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300633 s]
/proc/loadavg: 7.88 8.06 7.97 6/356 11731
/proc/meminfo: memFree=4002972/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700555 s]
/proc/loadavg: 7.88 8.06 7.97 6/356 11731
/proc/meminfo: memFree=4002972/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 7.88 8.06 7.97 6/358 11733
/proc/meminfo: memFree=3841740/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
[pid=11732] ppid=11731 vsize=185712 CPUtime=1.49 cores=0,2,4,6
/proc/11732/stat : 11732 (SatElite) R 11731 11731 10773 0 -1 4202496 45443 0 0 0 141 8 0 0 25 0 1 0 641783301 190169088 42232 33554432000 134512640 135034092 4288677376 18446744073709551615 134562026 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11732/statm: 46428 42232 67 128 0 46298 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194412

[startup+3.10109 s]
/proc/loadavg: 7.88 8.06 7.97 6/358 11733
/proc/meminfo: memFree=3807640/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
[pid=11732] ppid=11731 vsize=214328 CPUtime=3.09 cores=0,2,4,6
/proc/11732/stat : 11732 (SatElite) R 11731 11731 10773 0 -1 4202496 51884 0 0 0 297 12 0 0 25 0 1 0 641783301 219471872 47822 33554432000 134512640 135034092 4288677376 18446744073709551615 134560974 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11732/statm: 53582 47822 68 128 0 53452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 223028

[startup+6.30049 s]
/proc/loadavg: 7.65 8.01 7.95 6/358 11733
/proc/meminfo: memFree=3776160/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641783301 8908800 250 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2175 250 209 178 0 68 0
[pid=11732] ppid=11731 vsize=217540 CPUtime=6.28 cores=0,2,4,6
/proc/11732/stat : 11732 (SatElite) R 11731 11731 10773 0 -1 4202496 53659 0 0 0 613 15 0 0 25 0 1 0 641783301 222760960 48607 33554432000 134512640 135034092 4288677376 18446744073709551615 134540678 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11732/statm: 54385 48607 68 128 0 54255 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 226240

[startup+12.7012 s]
/proc/loadavg: 7.44 7.96 7.94 9/361 11738
/proc/meminfo: memFree=3761308/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=230400 CPUtime=7.79 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 47397 0 0 0 758 21 0 0 20 0 4 0 641784272 235929600 47284 33554432000 134512640 135305190 4291083520 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11735/statm: 57600 47284 84 194 0 57404 0
[pid=11735/tid=11736] ppid=11731 vsize=230400 CPUtime=1.6 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 1353 0 0 0 157 3 0 0 20 0 4 0 641784407 235929600 47284 33554432000 134512640 135305190 4291083520 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=230400 CPUtime=1.61 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 1353 0 0 0 159 2 0 0 20 0 4 0 641784407 235929600 47284 33554432000 134512640 135305190 4291083520 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=230400 CPUtime=1.61 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 1352 0 0 0 157 4 0 0 20 0 4 0 641784407 235929600 47284 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 239100

[startup+25.5007 s]
/proc/loadavg: 7.56 7.96 7.94 9/361 11738
/proc/meminfo: memFree=3728684/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=246356 CPUtime=58.83 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 51225 0 0 0 5858 25 0 0 25 0 4 0 641784272 252268544 51112 33554432000 134512640 135305190 4291083520 18446744073709551615 134528990 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11735/statm: 61589 51112 84 194 0 61393 0
[pid=11735/tid=11736] ppid=11731 vsize=246356 CPUtime=14.39 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 2379 0 0 0 1436 3 0 0 25 0 4 0 641784407 252268544 51112 33554432000 134512640 135305190 4291083520 18446744073709551615 134528788 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=246356 CPUtime=14.41 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 2295 0 0 0 1437 4 0 0 25 0 4 0 641784407 252268544 51112 33554432000 134512640 135305190 4291083520 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=246356 CPUtime=14.41 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 2156 0 0 0 1436 5 0 0 25 0 4 0 641784407 252268544 51112 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 255056

[startup+51.1008 s]
/proc/loadavg: 7.83 8.00 7.95 9/361 11739
/proc/meminfo: memFree=3706648/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=261896 CPUtime=160.94 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 55172 0 0 0 16067 27 0 0 25 0 4 0 641784272 268181504 55059 33554432000 134512640 135305190 4291083520 18446744073709551615 134528615 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11735/statm: 65474 55059 84 194 0 65278 0
[pid=11735/tid=11736] ppid=11731 vsize=261896 CPUtime=39.99 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 3325 0 0 0 3995 4 0 0 25 0 4 0 641784407 268181504 55059 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=261896 CPUtime=40.01 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 3186 0 0 0 3997 4 0 0 25 0 4 0 641784407 268181504 55059 33554432000 134512640 135305190 4291083520 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=261896 CPUtime=40 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 3099 0 0 0 3995 5 0 0 25 0 4 0 641784407 268181504 55059 33554432000 134512640 135305190 4291083520 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 170.64
Current children cumulated vsize (KiB) 270596

[startup+102.301 s]
/proc/loadavg: 7.99 8.01 7.95 9/361 11740
/proc/meminfo: memFree=3677920/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=287448 CPUtime=365.18 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 61557 0 0 0 36487 31 0 0 25 0 4 0 641784272 294346752 61444 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11735/statm: 71862 61444 84 194 0 71666 0
[pid=11735/tid=11736] ppid=11731 vsize=287448 CPUtime=91.18 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 4537 0 0 0 9114 4 0 0 25 0 4 0 641784407 294346752 61445 33554432000 134512640 135305190 4291083520 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=287448 CPUtime=91.22 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 5342 0 0 0 9116 6 0 0 25 0 4 0 641784407 294346752 61445 33554432000 134512640 135305190 4291083520 18446744073709551615 134553359 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=287448 CPUtime=91.21 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 4237 0 0 0 9115 6 0 0 25 0 4 0 641784407 294346752 61445 33554432000 134512640 135305190 4291083520 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 374.88
Current children cumulated vsize (KiB) 296148

[startup+162.301 s]
/proc/loadavg: 8.06 8.02 7.96 9/361 11742
/proc/meminfo: memFree=3638136/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=323564 CPUtime=604.47 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 70123 0 0 0 60410 37 0 0 25 0 4 0 641784272 331329536 70010 33554432000 134512640 135305190 4291083520 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11735/statm: 80891 70010 84 194 0 80695 0
[pid=11735/tid=11736] ppid=11731 vsize=323564 CPUtime=151.16 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 6214 0 0 0 15111 5 0 0 25 0 4 0 641784407 331329536 70010 33554432000 134512640 135305190 4291083520 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=323564 CPUtime=151.2 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 8331 0 0 0 15112 8 0 0 25 0 4 0 641784407 331329536 70010 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=323564 CPUtime=151.18 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 5956 0 0 0 15111 7 0 0 25 0 4 0 641784407 331329536 70010 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 614.17
Current children cumulated vsize (KiB) 332264

[startup+222.313 s]
/proc/loadavg: 8.14 8.05 7.97 9/361 11743
/proc/meminfo: memFree=3615300/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=343584 CPUtime=843.84 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 75257 0 0 0 84343 41 0 0 25 0 4 0 641784272 351830016 75144 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11735/statm: 85896 75144 84 194 0 85700 0
[pid=11735/tid=11736] ppid=11731 vsize=343584 CPUtime=211.14 cores=0,2,4,6

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

/proc/meminfo: memFree=4040548/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466700 CPUtime=2040.43 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 105885 0 0 0 203980 63 0 0 25 0 4 0 641784272 477900800 105772 33554432000 134512640 135305190 4291083520 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116675 105772 84 194 0 116479 0
[pid=11735/tid=11736] ppid=11731 vsize=466700 CPUtime=510.72 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11687 0 0 0 51062 10 0 0 25 0 4 0 641784407 477900800 105772 33554432000 134512640 135305190 4291083520 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466700 CPUtime=510.83 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20098 0 0 0 51067 16 0 0 25 0 4 0 641784407 477900800 105772 33554432000 134512640 135305190 4291083520 18446744073709551615 134528166 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466700 CPUtime=511.18 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 15974 0 0 0 51105 13 0 0 25 0 4 0 641784407 477900800 105772 33554432000 134512640 135305190 4291083520 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2050.13
Current children cumulated vsize (KiB) 475400

[startup+582.301 s]
/proc/loadavg: 8.19 8.12 8.02 9/361 11786
/proc/meminfo: memFree=4005068/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466700 CPUtime=2279.74 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 105917 0 0 0 227911 63 0 0 25 0 4 0 641784272 477900800 105804 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116675 105804 84 194 0 116479 0
[pid=11735/tid=11736] ppid=11731 vsize=466700 CPUtime=570.05 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11691 0 0 0 56995 10 0 0 25 0 4 0 641784407 477900800 105804 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466700 CPUtime=570.83 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20126 0 0 0 57067 16 0 0 25 0 4 0 641784407 477900800 105804 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466700 CPUtime=571.18 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 15974 0 0 0 57105 13 0 0 25 0 4 0 641784407 477900800 105804 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2289.44
Current children cumulated vsize (KiB) 475400

[startup+642.301 s]
/proc/loadavg: 8.12 8.11 8.02 9/361 11797
/proc/meminfo: memFree=3978352/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466700 CPUtime=2519.06 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106002 0 0 0 251842 64 0 0 25 0 4 0 641784272 477900800 105889 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116675 105889 84 194 0 116479 0
[pid=11735/tid=11736] ppid=11731 vsize=466700 CPUtime=629.4 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11704 0 0 0 62930 10 0 0 25 0 4 0 641784407 477900800 105889 33554432000 134512640 135305190 4291083520 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466700 CPUtime=630.83 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 63066 17 0 0 25 0 4 0 641784407 477900800 105889 33554432000 134512640 135305190 4291083520 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466700 CPUtime=631.17 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16010 0 0 0 63104 13 0 0 25 0 4 0 641784407 477900800 105889 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2528.76
Current children cumulated vsize (KiB) 475400

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

[startup+652.801 s]
/proc/loadavg: 8.10 8.11 8.02 9/361 11797
/proc/meminfo: memFree=3970912/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466700 CPUtime=2560.92 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106009 0 0 0 256028 64 0 0 25 0 4 0 641784272 477900800 105896 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116675 105896 84 194 0 116479 0
[pid=11735/tid=11736] ppid=11731 vsize=466700 CPUtime=639.77 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11710 0 0 0 63967 10 0 0 25 0 4 0 641784407 477900800 105896 33554432000 134512640 135305190 4291083520 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466700 CPUtime=641.33 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 64116 17 0 0 25 0 4 0 641784407 477900800 105896 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466700 CPUtime=641.66 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16011 0 0 0 64153 13 0 0 25 0 4 0 641784407 477900800 105896 33554432000 134512640 135305190 4291083520 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2570.62
Current children cumulated vsize (KiB) 475400

[startup+665.613 s]
/proc/loadavg: 8.08 8.10 8.01 9/361 11797
/proc/meminfo: memFree=3967312/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466824 CPUtime=2612.03 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106035 0 0 0 261139 64 0 0 25 0 4 0 641784272 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116706 105922 84 194 0 116510 0
[pid=11735/tid=11736] ppid=11731 vsize=466824 CPUtime=652.44 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11710 0 0 0 65234 10 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466824 CPUtime=654.15 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 65398 17 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466824 CPUtime=654.47 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16037 0 0 0 65434 13 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2621.73
Current children cumulated vsize (KiB) 475524

[startup+672.001 s]
/proc/loadavg: 8.07 8.10 8.01 9/361 11797
/proc/meminfo: memFree=3965824/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466824 CPUtime=2637.51 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106035 0 0 0 263687 64 0 0 25 0 4 0 641784272 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116706 105922 84 194 0 116510 0
[pid=11735/tid=11736] ppid=11731 vsize=466824 CPUtime=658.76 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11710 0 0 0 65866 10 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466824 CPUtime=660.53 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 66036 17 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466824 CPUtime=660.86 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16037 0 0 0 66073 13 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2647.21
Current children cumulated vsize (KiB) 475524

[startup+673.601 s]
/proc/loadavg: 8.07 8.10 8.01 9/361 11797
/proc/meminfo: memFree=3965080/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466824 CPUtime=2643.88 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106035 0 0 0 264324 64 0 0 25 0 4 0 641784272 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134542046 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116706 105922 84 194 0 116510 0
[pid=11735/tid=11736] ppid=11731 vsize=466824 CPUtime=660.34 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11710 0 0 0 66024 10 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466824 CPUtime=662.13 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 66196 17 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466824 CPUtime=662.46 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16037 0 0 0 66233 13 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2653.58
Current children cumulated vsize (KiB) 475524

[startup+674.413 s]
/proc/loadavg: 8.07 8.10 8.01 9/361 11797
/proc/meminfo: memFree=3964460/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466824 CPUtime=2647.12 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106035 0 0 0 264648 64 0 0 25 0 4 0 641784272 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116706 105922 84 194 0 116510 0
[pid=11735/tid=11736] ppid=11731 vsize=466824 CPUtime=661.14 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11710 0 0 0 66104 10 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466824 CPUtime=662.95 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 66278 17 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466824 CPUtime=663.27 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16037 0 0 0 66314 13 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2656.82
Current children cumulated vsize (KiB) 475524

[startup+675.2 s]
/proc/loadavg: 8.07 8.10 8.01 9/361 11797
/proc/meminfo: memFree=3964460/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8700 CPUtime=9.7 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 357 79313 0 0 0 0 949 21 18 0 1 0 641783301 8908800 253 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11731/statm: 2175 253 209 178 0 68 0
[pid=11735] ppid=11731 vsize=466824 CPUtime=2650.27 cores=0,2,4,6
/proc/11735/stat : 11735 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202496 106035 0 0 0 264963 64 0 0 25 0 4 0 641784272 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11735/statm: 116706 105922 84 194 0 116510 0
[pid=11735/tid=11736] ppid=11731 vsize=466824 CPUtime=661.93 cores=0,2,4,6
/proc/11735/task/11736/stat : 11736 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 11710 0 0 0 66183 10 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11735/tid=11737] ppid=11731 vsize=466824 CPUtime=663.73 cores=0,2,4,6
/proc/11735/task/11737/stat : 11737 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 20132 0 0 0 66356 17 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11735/tid=11738] ppid=11731 vsize=466824 CPUtime=664.06 cores=0,2,4,6
/proc/11735/task/11738/stat : 11738 (manysat1.1_stat) R 11731 11731 10773 0 -1 4202560 16037 0 0 0 66393 13 0 0 25 0 4 0 641784407 478027776 105922 33554432000 134512640 135305190 4291083520 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2659.97
Current children cumulated vsize (KiB) 475524

[startup+675.4 s]
/proc/loadavg: 8.07 8.10 8.01 6/359 11797
/proc/meminfo: memFree=4331624/32950928 swapFree=67056568/67111528
[pid=11731] ppid=11729 vsize=8704 CPUtime=2660.74 cores=0,2,4,6
/proc/11731/stat : 11731 (manysat.sh) S 11729 11731 10773 0 -1 4202496 386 185363 0 0 0 0 265986 88 17 0 1 0 641783301 8912896 258 33554432000 4194304 4922060 140736585914256 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11731/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 2660.74
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 675.414
CPU time (s): 2660.77
CPU user time (s): 2659.87
CPU system time (s): 0.896863
CPU usage (%): 393.946
Max. virtual memory (cumulated for all children) (KiB): 475524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2659.87
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185931
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= 15363
involuntary context switches= 12142

runsolver used 2.09868 second user time and 5.29519 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 17:51:02
IDJOB=3362345
IDBENCH=84246
IDSOLVER=1838
FILE ID=node148/3362345-1305301860
RUNJOBID= node148-1305296390-10791
PBS_JOBID= 13321405
Free space on /tmp= 30260 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-3362345-1305301860/watcher-3362345-1305301860 -o /tmp/evaluation-result-3362345-1305301860/solver-3362345-1305301860 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362345-1305301860.cnf aimd 1

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=158099644

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.83
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4003128 kB
Buffers:        271712 kB
Cached:       24349784 kB
SwapCached:       8488 kB
Active:       11468008 kB
Inactive:     16688700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4003128 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           29176 kB
Writeback:           0 kB
AnonPages:     3532924 kB
Mapped:          27784 kB
Slab:           698172 kB
PageTables:      30240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85313928 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= 30268 MiB
End job on node148 at 2011-05-13 18:02:18