Trace number 3362088

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-20? (exit code) 5942.54 1503.13

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1503.62
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

Solver Data

0.00/0.00	c Parsing...
0.00/0.89	c ==============================================================================
0.00/0.89	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.89	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.89	c ==============================================================================
0.00/0.89	c |         0 | 2453278  5605905 |  735983       0        0     nan |  0.000 % |
4.49/4.54	c |         0 | 1759097  4095795 |      --       0       --      -- |     --   | -35/-52
4.49/4.54	c ==============================================================================
4.49/4.54	c Result  :   #vars: 125676   #clauses: 1759097   #literals: 4095795
4.49/4.54	c CPU time:   4.42633 s
4.49/4.54	c ==============================================================================
5942.50/1503.11	HOME/manysat.sh: line 55:   846 Segmentation fault      (core dumped) $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3362088-1305299197/watcher-3362088-1305299197 -o /tmp/evaluation-result-3362088-1305299197/solver-3362088-1305299197 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362088-1305299197.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.40 4.13 3.78 1/344 843
/proc/meminfo: memFree=11691816/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0

[startup+0.0155049 s]
/proc/loadavg: 4.40 4.13 3.78 1/344 843
/proc/meminfo: memFree=11691816/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100491 s]
/proc/loadavg: 4.40 4.13 3.78 1/344 843
/proc/meminfo: memFree=11691816/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300452 s]
/proc/loadavg: 4.40 4.13 3.78 1/344 843
/proc/meminfo: memFree=11691816/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700378 s]
/proc/loadavg: 4.40 4.13 3.78 1/344 843
/proc/meminfo: memFree=11691816/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 4.40 4.13 3.78 2/346 845
/proc/meminfo: memFree=11529840/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0
[pid=844] ppid=843 vsize=203280 CPUtime=1.49 cores=0-7
/proc/844/stat : 844 (SatElite) R 843 843 32728 0 -1 4202496 48775 0 0 0 139 10 0 0 25 0 1 0 720150587 208158720 43561 33554432000 134512640 135034092 4294639664 18446744073709551615 134566279 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/844/statm: 50820 43561 68 128 0 50690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211980

[startup+3.10092 s]
/proc/loadavg: 4.13 4.08 3.77 2/346 845
/proc/meminfo: memFree=11516820/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=0 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720150587 8908800 249 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 249 209 178 0 68 0
[pid=844] ppid=843 vsize=203280 CPUtime=3.09 cores=0-7
/proc/844/stat : 844 (SatElite) R 843 843 32728 0 -1 4202496 48775 0 0 0 299 10 0 0 25 0 1 0 720150587 208158720 43561 33554432000 134512640 135034092 4294639664 18446744073709551615 134566284 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/844/statm: 50820 43561 68 128 0 50690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 211980

[startup+6.3003 s]
/proc/loadavg: 4.13 4.08 3.77 2/346 845
/proc/meminfo: memFree=11492772/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 8700

[startup+12.7011 s]
/proc/loadavg: 3.89 4.03 3.75 5/349 856
/proc/meminfo: memFree=11256768/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=455528 CPUtime=23.42 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 102287 0 0 0 2321 21 0 0 18 0 4 0 720151140 466460672 102152 33554432000 134512640 135305190 4287570288 18446744073709551615 134558408 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 113882 102152 84 194 0 113686 0
[pid=846/tid=847] ppid=843 vsize=455528 CPUtime=5.42 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 1501 0 0 0 541 1 0 0 25 0 4 0 720151314 466460672 102152 33554432000 134512640 135305190 4287570288 18446744073709551615 134542053 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=846/tid=848] ppid=843 vsize=455528 CPUtime=5.41 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 2351 0 0 0 539 2 0 0 18 0 4 0 720151314 466460672 102152 33554432000 134512640 135305190 4287570288 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=455528 CPUtime=5.41 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 2217 0 0 0 540 1 0 0 18 0 4 0 720151314 466460672 102152 33554432000 134512640 135305190 4287570288 18446744073709551615 134548858 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.94
Current children cumulated vsize (KiB) 464228

[startup+25.5006 s]
/proc/loadavg: 3.90 4.03 3.76 5/349 856
/proc/meminfo: memFree=11192496/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=521924 CPUtime=74.61 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 118888 0 0 0 7433 28 0 0 20 0 4 0 720151140 534450176 118753 33554432000 134512640 135305190 4287570288 18446744073709551615 134528840 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 130481 118753 84 194 0 130285 0
[pid=846/tid=847] ppid=843 vsize=521924 CPUtime=18.21 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 5026 0 0 0 1819 2 0 0 25 0 4 0 720151314 534450176 118753 33554432000 134512640 135305190 4287570288 18446744073709551615 134541999 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=846/tid=848] ppid=843 vsize=521924 CPUtime=18.2 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 7126 0 0 0 1817 3 0 0 18 0 4 0 720151314 534450176 118753 33554432000 134512640 135305190 4287570288 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=521924 CPUtime=18.21 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 5725 0 0 0 1818 3 0 0 25 0 4 0 720151314 534450176 118753 33554432000 134512640 135305190 4287570288 18446744073709551615 134557911 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 80.13
Current children cumulated vsize (KiB) 530624

[startup+51.1008 s]
/proc/loadavg: 4.00 4.04 3.77 5/349 857
/proc/meminfo: memFree=11061992/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=654248 CPUtime=177 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 151689 0 0 0 17660 40 0 0 18 0 4 0 720151140 669949952 151554 33554432000 134512640 135305190 4287570288 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 163562 151554 84 194 0 163366 0
[pid=846/tid=847] ppid=843 vsize=654248 CPUtime=43.81 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 12256 0 0 0 4376 5 0 0 18 0 4 0 720151314 669949952 151554 33554432000 134512640 135305190 4287570288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=654248 CPUtime=43.8 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 15800 0 0 0 4375 5 0 0 25 0 4 0 720151314 669949952 151554 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=654248 CPUtime=43.81 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 13489 0 0 0 4374 7 0 0 25 0 4 0 720151314 669949952 151554 33554432000 134512640 135305190 4287570288 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 182.52
Current children cumulated vsize (KiB) 662948

[startup+102.313 s]
/proc/loadavg: 4.00 4.03 3.78 5/349 858
/proc/meminfo: memFree=10832304/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=879740 CPUtime=381.84 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 208222 0 0 0 38123 61 0 0 18 0 4 0 720151140 900853760 208050 33554432000 134512640 135305190 4287570288 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 219935 208050 84 194 0 219739 0
[pid=846/tid=847] ppid=843 vsize=879740 CPUtime=95.02 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 23909 0 0 0 9492 10 0 0 25 0 4 0 720151314 900853760 208050 33554432000 134512640 135305190 4287570288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=879740 CPUtime=95.02 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 32122 0 0 0 9490 12 0 0 25 0 4 0 720151314 900853760 208050 33554432000 134512640 135305190 4287570288 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=879740 CPUtime=95.02 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 26402 0 0 0 9490 12 0 0 25 0 4 0 720151314 900853760 208050 33554432000 134512640 135305190 4287570288 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 387.36
Current children cumulated vsize (KiB) 888440

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.79 5/349 860
/proc/meminfo: memFree=10589832/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=1123624 CPUtime=621.78 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 269174 0 0 0 62097 81 0 0 19 0 4 0 720151140 1150590976 269001 33554432000 134512640 135305190 4287570288 18446744073709551615 134551992 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 280906 269001 84 194 0 280710 0
[pid=846/tid=847] ppid=843 vsize=1123624 CPUtime=155 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 36337 0 0 0 15485 15 0 0 25 0 4 0 720151314 1150590976 269001 33554432000 134512640 135305190 4287570288 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=1123624 CPUtime=155 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 48665 0 0 0 15483 17 0 0 25 0 4 0 720151314 1150590976 269001 33554432000 134512640 135305190 4287570288 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=1123624 CPUtime=155 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 40792 0 0 0 15482 18 0 0 18 0 4 0 720151314 1150590976 269001 33554432000 134512640 135305190 4287570288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 627.3
Current children cumulated vsize (KiB) 1132324

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 3.80 5/349 861
/proc/meminfo: memFree=10303220/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=1408840 CPUtime=861.79 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 340406 0 0 0 86074 105 0 0 25 0 4 0 720151140 1442652160 340204 33554432000 134512640 135305190 4287570288 18446744073709551615 134551687 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 352210 340204 84 194 0 352014 0
[pid=846/tid=847] ppid=843 vsize=1408840 CPUtime=215.01 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 52853 0 0 0 21480 21 0 0 25 0 4 0 720151314 1442652160 340204 33554432000 134512640 135305190 4287570288 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=1408840 CPUtime=215 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 65584 0 0 0 21478 22 0 0 21 0 4 0 720151314 1442652160 340204 33554432000 134512640 135305190 4287570288 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0

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

/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 960098 0 0 0 541787 307 0 0 18 0 4 0 720151140 3984601088 959721 33554432000 134512640 135305190 4287570288 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 972803 959721 84 194 0 972607 0
[pid=846/tid=847] ppid=843 vsize=3891212 CPUtime=1354.8 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 188905 0 0 0 135413 67 0 0 25 0 4 0 720151314 3984601088 959721 33554432000 134512640 135305190 4287570288 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=3891212 CPUtime=1354.92 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 216244 0 0 0 135426 66 0 0 25 0 4 0 720151314 3984601088 959721 33554432000 134512640 135305190 4287570288 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=3891212 CPUtime=1354.73 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 201088 0 0 0 135391 82 0 0 25 0 4 0 720151314 3984601088 959721 33554432000 134512640 135305190 4287570288 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5426.46
Current children cumulated vsize (KiB) 3899912

[startup+1422.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/349 894
/proc/meminfo: memFree=7598484/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4113180 CPUtime=5660.95 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 1015345 0 0 0 565776 319 0 0 19 0 4 0 720151140 4211896320 1014968 33554432000 134512640 135305190 4287570288 18446744073709551615 134557407 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1028295 1014968 84 194 0 1028099 0
[pid=846/tid=847] ppid=843 vsize=4113180 CPUtime=1414.81 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 202334 0 0 0 141411 70 0 0 25 0 4 0 720151314 4211896320 1014968 33554432000 134512640 135305190 4287570288 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=4113180 CPUtime=1414.93 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 227759 0 0 0 141426 67 0 0 18 0 4 0 720151314 4211896320 1014968 33554432000 134512640 135305190 4287570288 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4113180 CPUtime=1414.69 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 213811 0 0 0 141385 84 0 0 25 0 4 0 720151314 4211896320 1014968 33554432000 134512640 135305190 4287570288 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5666.47
Current children cumulated vsize (KiB) 4121880

[startup+1482.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/349 896
/proc/meminfo: memFree=7550200/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4162332 CPUtime=5900.9 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 1027648 0 0 0 589768 322 0 0 25 0 4 0 720151140 4262227968 1027271 33554432000 134512640 135305190 4287570288 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1040583 1027271 84 194 0 1040387 0
[pid=846/tid=847] ppid=843 vsize=4162332 CPUtime=1474.79 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 206580 0 0 0 147408 71 0 0 25 0 4 0 720151314 4262227968 1027271 33554432000 134512640 135305190 4287570288 18446744073709551615 134546059 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=4162332 CPUtime=1474.92 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 230613 0 0 0 147424 68 0 0 20 0 4 0 720151314 4262227968 1027271 33554432000 134512640 135305190 4287570288 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4162332 CPUtime=1474.69 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 216133 0 0 0 147384 85 0 0 25 0 4 0 720151314 4262227968 1027271 33554432000 134512640 135305190 4287570288 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5906.42
Current children cumulated vsize (KiB) 4171032

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

[startup+1484.7 s]
/proc/loadavg: 4.00 4.00 3.91 5/349 896
/proc/meminfo: memFree=7544728/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4170524 CPUtime=5910.5 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) R 843 843 32728 0 -1 4202496 1029624 0 0 0 590728 322 0 0 25 0 4 0 720151140 4270616576 1029247 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1042631 1029247 84 194 0 1042435 0
[pid=846/tid=847] ppid=843 vsize=4170524 CPUtime=1477.19 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 207180 0 0 0 147648 71 0 0 25 0 4 0 720151314 4270616576 1029247 33554432000 134512640 135305190 4287570288 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=846/tid=848] ppid=843 vsize=4170524 CPUtime=1477.33 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 230755 0 0 0 147664 69 0 0 21 0 4 0 720151314 4270616576 1029247 33554432000 134512640 135305190 4287570288 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4170524 CPUtime=1477.09 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) R 843 843 32728 0 -1 4202560 216831 0 0 0 147624 85 0 0 25 0 4 0 720151314 4270616576 1029247 33554432000 134512640 135305190 4287570288 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5916.02
Current children cumulated vsize (KiB) 4179224

[startup+1491.1 s]
/proc/loadavg: 4.00 4.00 3.91 2/349 896
/proc/meminfo: memFree=7181524/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4194260 CPUtime=5932.65 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) D 843 843 32728 0 -1 4203524 1036841 0 0 0 592824 441 0 0 19 0 4 0 720151140 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1048565 1035496 84 194 0 1048369 0
[pid=846/tid=847] ppid=843 vsize=4194260 CPUtime=1483.55 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4204096 209380 0 0 0 148173 182 0 0 20 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 4
[pid=846/tid=848] ppid=843 vsize=4194260 CPUtime=1482.59 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 231920 0 0 0 148189 70 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4194260 CPUtime=1482.36 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 218079 0 0 0 148148 88 0 0 25 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5938.17
Current children cumulated vsize (KiB) 4202960

[startup+1497.5 s]
/proc/loadavg: 4.24 4.05 3.93 1/349 896
/proc/meminfo: memFree=3735172/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4194260 CPUtime=5936.11 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) D 843 843 32728 0 -1 4203524 1036841 0 0 0 592824 787 0 0 19 0 4 0 720151140 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1048565 1035496 84 194 0 1048369 0
[pid=846/tid=847] ppid=843 vsize=4194260 CPUtime=1487.01 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4204096 209380 0 0 0 148173 528 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 298
[pid=846/tid=848] ppid=843 vsize=4194260 CPUtime=1482.59 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 231920 0 0 0 148189 70 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4194260 CPUtime=1482.36 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 218079 0 0 0 148148 88 0 0 25 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5941.63
Current children cumulated vsize (KiB) 4202960

[startup+1500.7 s]
/proc/loadavg: 4.24 4.05 3.93 1/349 896
/proc/meminfo: memFree=3467572/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4194260 CPUtime=5936.45 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) D 843 843 32728 0 -1 4203524 1036841 0 0 0 592824 821 0 0 19 0 4 0 720151140 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1048565 1035496 84 194 0 1048369 0
[pid=846/tid=847] ppid=843 vsize=4194260 CPUtime=1487.35 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) D 843 843 32728 0 -1 4204096 209380 0 0 0 148173 562 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 456
[pid=846/tid=848] ppid=843 vsize=4194260 CPUtime=1482.59 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 231920 0 0 0 148189 70 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4194260 CPUtime=1482.36 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 218079 0 0 0 148148 88 0 0 25 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5941.97
Current children cumulated vsize (KiB) 4202960

[startup+1502.3 s]
/proc/loadavg: 4.24 4.05 3.93 1/349 896
/proc/meminfo: memFree=3209176/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4194260 CPUtime=5936.78 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) D 843 843 32728 0 -1 4203524 1036841 0 0 0 592824 854 0 0 19 0 4 0 720151140 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1048565 1035496 84 194 0 1048369 0
[pid=846/tid=847] ppid=843 vsize=4194260 CPUtime=1487.68 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) D 843 843 32728 0 -1 4204096 209380 0 0 0 148173 595 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 613
[pid=846/tid=848] ppid=843 vsize=4194260 CPUtime=1482.59 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 231920 0 0 0 148189 70 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4194260 CPUtime=1482.36 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 218079 0 0 0 148148 88 0 0 25 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5942.3
Current children cumulated vsize (KiB) 4202960

[startup+1502.7 s]
/proc/loadavg: 4.46 4.10 3.94 1/349 896
/proc/meminfo: memFree=3209228/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=4194260 CPUtime=5936.78 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) D 843 843 32728 0 -1 4203524 1036841 0 0 0 592824 854 0 0 19 0 4 0 720151140 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 1048565 1035496 84 194 0 1048369 0
[pid=846/tid=847] ppid=843 vsize=4194260 CPUtime=1487.68 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) D 843 843 32728 0 -1 4204096 209380 0 0 0 148173 595 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 613
[pid=846/tid=848] ppid=843 vsize=4194260 CPUtime=1482.59 cores=0-7
/proc/846/task/848/stat : 848 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 231920 0 0 0 148189 70 0 0 18 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=846/tid=855] ppid=843 vsize=4194260 CPUtime=1482.36 cores=0-7
/proc/846/task/855/stat : 855 (manysat1.1_stat) D 843 843 32728 0 -1 4203588 218079 0 0 0 148148 88 0 0 25 0 4 0 720151314 4294922240 1035496 33554432000 134512640 135305190 4287570288 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5942.3
Current children cumulated vsize (KiB) 4202960

[startup+1503.1 s]
/proc/loadavg: 4.46 4.10 3.94 1/349 896
/proc/meminfo: memFree=3209228/32950928 swapFree=67111200/67111528
[pid=843] ppid=841 vsize=8700 CPUtime=5.52 cores=0-7
/proc/843/stat : 843 (manysat.sh) S 841 843 32728 0 -1 4202496 356 53820 0 0 0 0 537 15 18 0 1 0 720150587 8908800 252 33554432000 4194304 4922060 140734399525360 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/843/statm: 2175 252 209 178 0 68 0
[pid=846] ppid=843 vsize=0 CPUtime=5936.98 cores=0-7
/proc/846/stat : 846 (manysat1.1_stat) Z 843 843 32728 0 -1 4203548 1036842 0 0 0 592824 874 0 0 18 0 2 0 720151140 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/846/statm: 0 0 0 0 0 0 0
[pid=846/tid=847] ppid=843 vsize=0 CPUtime=1487.87 cores=0-7
/proc/846/task/847/stat : 847 (manysat1.1_stat) R 843 843 32728 0 -1 4204100 209381 0 0 0 148173 614 0 0 18 0 2 0 720151314 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 2 0 0 771
Current children cumulated CPU time (s) 5942.5
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1503.13
CPU time (s): 5942.54
CPU user time (s): 5933.62
CPU system time (s): 8.92164
CPU usage (%): 395.345
Max. virtual memory (cumulated for all children) (KiB): 4202960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5933.62
system time used= 8.92164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1091232
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= 17154
involuntary context switches= 21901

runsolver used 4.56031 second user time and 11.8282 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 17:06:39
IDJOB=3362088
IDBENCH=82394
IDSOLVER=1839
FILE ID=node115/3362088-1305299197
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50012 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362088-1305299197/watcher-3362088-1305299197 -o /tmp/evaluation-result-3362088-1305299197/solver-3362088-1305299197 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362088-1305299197.cnf aimd 1

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=827649419

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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:      11691972 kB
Buffers:        238292 kB
Cached:       10530356 kB
SwapCached:          0 kB
Active:       11825788 kB
Inactive:      8972136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11691972 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           52216 kB
Writeback:           0 kB
AnonPages:    10029468 kB
Mapped:          27684 kB
Slab:           352424 kB
PageTables:      40572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69654860 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= 45964 MiB
End job on node115 at 2011-05-13 17:31:42