Trace number 3362048

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) 5827.39 1489.63

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1007.46
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.00	c Parsing...
0.00/0.77	c ==============================================================================
0.00/0.77	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.77	c ==============================================================================
0.00/0.77	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
3.69/3.72	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
3.69/3.72	c ==============================================================================
3.69/3.72	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
3.69/3.72	c CPU time:   3.65444 s
3.69/3.72	c ==============================================================================
5827.33/1489.62	HOME/manysat.sh: line 55:   754 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-3362048-1305297686/watcher-3362048-1305297686 -o /tmp/evaluation-result-3362048-1305297686/solver-3362048-1305297686 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362048-1305297686.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: 2.62 3.50 2.80 1/344 750
/proc/meminfo: memFree=11719980/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0

[startup+0.108637 s]
/proc/loadavg: 2.62 3.50 2.80 1/344 750
/proc/meminfo: memFree=11719980/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200618 s]
/proc/loadavg: 2.62 3.50 2.80 1/344 750
/proc/meminfo: memFree=11719980/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300588 s]
/proc/loadavg: 2.62 3.50 2.80 1/344 750
/proc/meminfo: memFree=11719980/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700522 s]
/proc/loadavg: 2.62 3.50 2.80 1/344 750
/proc/meminfo: memFree=11719980/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 2.62 3.50 2.80 2/346 753
/proc/meminfo: memFree=11577984/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0
[pid=751] ppid=750 vsize=182668 CPUtime=1.49 cores=0-7
/proc/751/stat : 751 (SatElite) R 750 750 32728 0 -1 4202496 41918 0 0 0 142 7 0 0 25 0 1 0 719999406 187052032 37447 33554432000 134512640 135034092 4289603920 18446744073709551615 134566546 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/751/statm: 45667 37447 68 128 0 45537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191368

[startup+3.10106 s]
/proc/loadavg: 2.62 3.50 2.80 2/346 753
/proc/meminfo: memFree=11569800/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=0 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719999406 8908800 249 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 249 209 178 0 68 0
[pid=751] ppid=750 vsize=182668 CPUtime=3.09 cores=0-7
/proc/751/stat : 751 (SatElite) R 750 750 32728 0 -1 4202496 41918 0 0 0 302 7 0 0 25 0 1 0 719999406 187052032 37447 33554432000 134512640 135034092 4289603920 18446744073709551615 134566284 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/751/statm: 45667 37447 68 128 0 45537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191368

[startup+6.30037 s]
/proc/loadavg: 2.49 3.46 2.79 2/346 754
/proc/meminfo: memFree=11440012/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=372332 CPUtime=2.75 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 82264 0 0 0 263 12 0 0 18 0 4 0 719999855 381267968 82166 33554432000 134512640 135305190 4290656544 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/754/statm: 93083 82166 84 194 0 92887 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 381032

[startup+12.7012 s]
/proc/loadavg: 2.61 3.47 2.80 5/349 757
/proc/meminfo: memFree=11335164/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=403616 CPUtime=28.33 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 90352 0 0 0 2819 14 0 0 18 0 4 0 719999855 413302784 90254 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 100904 90254 84 194 0 100708 0
[pid=754/tid=755] ppid=750 vsize=403616 CPUtime=6.71 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 1842 0 0 0 671 0 0 0 25 0 4 0 720000004 413302784 90254 33554432000 134512640 135305190 4290656544 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=754/tid=756] ppid=750 vsize=403616 CPUtime=6.71 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 2544 0 0 0 670 1 0 0 18 0 4 0 720000004 413302784 90254 33554432000 134512640 135305190 4290656544 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=403616 CPUtime=6.7 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 2645 0 0 0 669 1 0 0 19 0 4 0 720000004 413302784 90254 33554432000 134512640 135305190 4290656544 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 412316

[startup+25.5008 s]
/proc/loadavg: 2.91 3.49 2.82 5/349 758
/proc/meminfo: memFree=11267972/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=471232 CPUtime=79.53 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 107049 0 0 0 7933 20 0 0 18 0 4 0 719999855 482541568 106951 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 117808 106951 84 194 0 117612 0
[pid=754/tid=755] ppid=750 vsize=471232 CPUtime=19.51 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 4974 0 0 0 1950 1 0 0 18 0 4 0 720000004 482541568 106951 33554432000 134512640 135305190 4290656544 18446744073709551615 134530250 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=754/tid=756] ppid=750 vsize=471232 CPUtime=19.5 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 6700 0 0 0 1948 2 0 0 18 0 4 0 720000004 482541568 106951 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=471232 CPUtime=19.5 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 7140 0 0 0 1947 3 0 0 20 0 4 0 720000004 482541568 106951 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 83.99
Current children cumulated vsize (KiB) 479932

[startup+51.1009 s]
/proc/loadavg: 3.28 3.53 2.85 5/349 758
/proc/meminfo: memFree=11127728/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=612784 CPUtime=181.93 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 142411 0 0 0 18162 31 0 0 18 0 4 0 719999855 627490816 142313 33554432000 134512640 135305190 4290656544 18446744073709551615 134541947 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 153196 142313 84 194 0 153000 0
[pid=754/tid=755] ppid=750 vsize=612784 CPUtime=45.11 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 11862 0 0 0 4509 2 0 0 25 0 4 0 720000004 627490816 142313 33554432000 134512640 135305190 4290656544 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=754/tid=756] ppid=750 vsize=612784 CPUtime=45.1 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 15707 0 0 0 4506 4 0 0 25 0 4 0 720000004 627490816 142313 33554432000 134512640 135305190 4290656544 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=612784 CPUtime=45.09 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 16290 0 0 0 4502 7 0 0 25 0 4 0 720000004 627490816 142313 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 186.39
Current children cumulated vsize (KiB) 621484

[startup+102.301 s]
/proc/loadavg: 3.69 3.60 2.91 5/349 760
/proc/meminfo: memFree=10899336/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=838848 CPUtime=386.72 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 198776 0 0 0 38623 49 0 0 19 0 4 0 719999855 858980352 198678 33554432000 134512640 135305190 4290656544 18446744073709551615 134541971 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 209712 198678 84 194 0 209516 0
[pid=754/tid=755] ppid=750 vsize=838848 CPUtime=96.32 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 22604 0 0 0 9627 5 0 0 25 0 4 0 720000004 858980352 198683 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=754/tid=756] ppid=750 vsize=838848 CPUtime=96.31 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 29626 0 0 0 9624 7 0 0 22 0 4 0 720000004 858980352 198683 33554432000 134512640 135305190 4290656544 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=838848 CPUtime=96.3 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 30591 0 0 0 9616 14 0 0 25 0 4 0 720000004 858980352 198683 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 391.18
Current children cumulated vsize (KiB) 847548

[startup+162.301 s]
/proc/loadavg: 3.88 3.67 2.97 5/349 761
/proc/meminfo: memFree=10652896/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=1086984 CPUtime=626.7 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 261042 0 0 0 62602 68 0 0 19 0 4 0 719999855 1113071616 260943 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 271746 260943 84 194 0 271550 0
[pid=754/tid=755] ppid=750 vsize=1086984 CPUtime=156.31 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 35080 0 0 0 15622 9 0 0 25 0 4 0 720000004 1113071616 260943 33554432000 134512640 135305190 4290656544 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=754/tid=756] ppid=750 vsize=1086984 CPUtime=156.3 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 46685 0 0 0 15619 11 0 0 19 0 4 0 720000004 1113071616 260943 33554432000 134512640 135305190 4290656544 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=1086984 CPUtime=156.29 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 44545 0 0 0 15609 20 0 0 22 0 4 0 720000004 1113071616 260943 33554432000 134512640 135305190 4290656544 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 631.16
Current children cumulated vsize (KiB) 1095684

[startup+222.313 s]
/proc/loadavg: 3.95 3.73 3.03 5/349 763
/proc/meminfo: memFree=10352896/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=1384896 CPUtime=866.76 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 335280 0 0 0 86586 90 0 0 19 0 4 0 719999855 1418133504 335181 33554432000 134512640 135305190 4290656544 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 346224 335181 84 194 0 346028 0
[pid=754/tid=755] ppid=750 vsize=1384896 CPUtime=216.32 cores=0-7

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

/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 941500 0 0 0 494257 277 0 0 18 0 4 0 719999855 3903913984 941305 33554432000 134512640 135305190 4290656544 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 953104 941305 84 194 0 952908 0
[pid=754/tid=755] ppid=750 vsize=3812416 CPUtime=1235.84 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 193044 0 0 0 123524 60 0 0 22 0 4 0 720000004 3903913984 941305 33554432000 134512640 135305190 4290656544 18446744073709551615 134558379 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=3812416 CPUtime=1236.17 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 209381 0 0 0 123563 54 0 0 25 0 4 0 720000004 3903913984 941305 33554432000 134512640 135305190 4290656544 18446744073709551615 134553414 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=3812416 CPUtime=1235.86 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 224601 0 0 0 123507 79 0 0 25 0 4 0 720000004 3903913984 941305 33554432000 134512640 135305190 4290656544 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4949.8
Current children cumulated vsize (KiB) 3821116

[startup+1302.3 s]
/proc/loadavg: 4.00 3.99 3.67 5/349 801
/proc/meminfo: memFree=7887208/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=3850304 CPUtime=5185.33 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 950651 0 0 0 518246 287 0 0 18 0 4 0 719999855 3942711296 950456 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 962576 950456 84 194 0 962380 0
[pid=754/tid=755] ppid=750 vsize=3850304 CPUtime=1295.84 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 194562 0 0 0 129522 62 0 0 25 0 4 0 720000004 3942711296 950456 33554432000 134512640 135305190 4290656544 18446744073709551615 134528594 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=3850304 CPUtime=1296.17 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 212169 0 0 0 129561 56 0 0 18 0 4 0 720000004 3942711296 950456 33554432000 134512640 135305190 4290656544 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=3850304 CPUtime=1295.85 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 226902 0 0 0 129503 82 0 0 18 0 4 0 720000004 3942711296 950456 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5189.79
Current children cumulated vsize (KiB) 3859004

[startup+1362.3 s]
/proc/loadavg: 4.00 3.99 3.69 5/349 802
/proc/meminfo: memFree=7851080/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=3885728 CPUtime=5425.33 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 959630 0 0 0 542236 297 0 0 19 0 4 0 719999855 3978985472 959433 33554432000 134512640 135305190 4290656544 18446744073709551615 134551983 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 971432 959433 84 194 0 971236 0
[pid=754/tid=755] ppid=750 vsize=3885728 CPUtime=1355.84 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 196398 0 0 0 135519 65 0 0 25 0 4 0 720000004 3978985472 959433 33554432000 134512640 135305190 4290656544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=3885728 CPUtime=1356.17 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 214318 0 0 0 135558 59 0 0 25 0 4 0 720000004 3978985472 959433 33554432000 134512640 135305190 4290656544 18446744073709551615 134551980 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=3885728 CPUtime=1355.85 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 229606 0 0 0 135499 86 0 0 25 0 4 0 720000004 3978985472 959433 33554432000 134512640 135305190 4290656544 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5429.79
Current children cumulated vsize (KiB) 3894428

[startup+1422.3 s]
/proc/loadavg: 4.00 3.99 3.71 5/349 804
/proc/meminfo: memFree=7737948/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=3999764 CPUtime=5665.35 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) R 750 750 32728 0 -1 4202496 987854 0 0 0 566223 312 0 0 18 0 4 0 719999855 4095758336 987657 33554432000 134512640 135305190 4290656544 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 999941 987657 84 194 0 999745 0
[pid=754/tid=755] ppid=750 vsize=3999764 CPUtime=1415.86 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 204007 0 0 0 141517 69 0 0 25 0 4 0 720000004 4095758336 987675 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=3999764 CPUtime=1416.19 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 220436 0 0 0 141558 61 0 0 25 0 4 0 720000004 4095758336 987676 33554432000 134512640 135305190 4290656544 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=754/tid=757] ppid=750 vsize=3999764 CPUtime=1415.86 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) R 750 750 32728 0 -1 4202560 236454 0 0 0 141495 91 0 0 25 0 4 0 720000004 4095758336 987676 33554432000 134512640 135305190 4290656544 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5669.81
Current children cumulated vsize (KiB) 4008464

[startup+1482.3 s]
/proc/loadavg: 4.58 4.12 3.77 2/349 805
/proc/meminfo: memFree=4032164/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=4194288 CPUtime=5821.73 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) D 750 750 32728 0 -1 4203524 1037352 0 0 0 581375 798 0 0 18 0 4 0 719999855 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 1048572 1036530 84 194 0 1048376 0
[pid=754/tid=755] ppid=750 vsize=4194288 CPUtime=1453.8 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 214426 0 0 0 145303 77 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=4194288 CPUtime=1458.69 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) D 750 750 32728 0 -1 4204096 232831 0 0 0 145346 523 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 1695
[pid=754/tid=757] ppid=750 vsize=4194288 CPUtime=1453.82 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 248712 0 0 0 145285 97 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134556752 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5826.19
Current children cumulated vsize (KiB) 4202988

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

[startup+1484.8 s]
/proc/loadavg: 4.78 4.16 3.78 1/349 806
/proc/meminfo: memFree=3697492/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=4194288 CPUtime=5822.14 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) D 750 750 32728 0 -1 4203524 1037352 0 0 0 581375 839 0 0 18 0 4 0 719999855 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 1048572 1036530 84 194 0 1048376 0
[pid=754/tid=755] ppid=750 vsize=4194288 CPUtime=1453.8 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 214426 0 0 0 145303 77 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=4194288 CPUtime=1459.1 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4204096 232831 0 0 0 145346 564 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 0 0 0 1955
[pid=754/tid=757] ppid=750 vsize=4194288 CPUtime=1453.82 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 248712 0 0 0 145285 97 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134556752 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5826.6
Current children cumulated vsize (KiB) 4202988

[startup+1488 s]
/proc/loadavg: 4.78 4.16 3.78 1/349 806
/proc/meminfo: memFree=3431084/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=4194288 CPUtime=5822.64 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) D 750 750 32728 0 -1 4203524 1037352 0 0 0 581375 889 0 0 18 0 4 0 719999855 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 1048572 1036530 84 194 0 1048376 0
[pid=754/tid=755] ppid=750 vsize=4194288 CPUtime=1453.8 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 214426 0 0 0 145303 77 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=4194288 CPUtime=1459.6 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) D 750 750 32728 0 -1 4204096 232831 0 0 0 145346 614 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 2197
[pid=754/tid=757] ppid=750 vsize=4194288 CPUtime=1453.82 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 248712 0 0 0 145285 97 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134556752 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5827.1
Current children cumulated vsize (KiB) 4202988

[startup+1488.8 s]
/proc/loadavg: 4.78 4.16 3.78 1/349 806
/proc/meminfo: memFree=3299148/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=4194288 CPUtime=5822.64 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) D 750 750 32728 0 -1 4203524 1037352 0 0 0 581375 889 0 0 18 0 4 0 719999855 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 1048572 1036530 84 194 0 1048376 0
[pid=754/tid=755] ppid=750 vsize=4194288 CPUtime=1453.8 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 214426 0 0 0 145303 77 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=4194288 CPUtime=1459.6 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) D 750 750 32728 0 -1 4204096 232831 0 0 0 145346 614 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 2197
[pid=754/tid=757] ppid=750 vsize=4194288 CPUtime=1453.82 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 248712 0 0 0 145285 97 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134556752 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5827.1
Current children cumulated vsize (KiB) 4202988

[startup+1489.2 s]
/proc/loadavg: 4.78 4.16 3.78 1/349 806
/proc/meminfo: memFree=3299148/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=4194288 CPUtime=5822.64 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) D 750 750 32728 0 -1 4203524 1037352 0 0 0 581375 889 0 0 18 0 4 0 719999855 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 1048572 1036530 84 194 0 1048376 0
[pid=754/tid=755] ppid=750 vsize=4194288 CPUtime=1453.8 cores=0-7
/proc/754/task/755/stat : 755 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 214426 0 0 0 145303 77 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=754/tid=756] ppid=750 vsize=4194288 CPUtime=1459.6 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) D 750 750 32728 0 -1 4204096 232831 0 0 0 145346 614 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 2197
[pid=754/tid=757] ppid=750 vsize=4194288 CPUtime=1453.82 cores=0-7
/proc/754/task/757/stat : 757 (manysat1.1_stat) D 750 750 32728 0 -1 4203588 248712 0 0 0 145285 97 0 0 18 0 4 0 720000004 4294950912 1036530 33554432000 134512640 135305190 4290656544 18446744073709551615 134556752 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5827.1
Current children cumulated vsize (KiB) 4202988

[startup+1489.6 s]
/proc/loadavg: 4.96 4.21 3.80 2/349 806
/proc/meminfo: memFree=3270868/32950928 swapFree=67111200/67111528
[pid=750] ppid=748 vsize=8700 CPUtime=4.46 cores=0-7
/proc/750/stat : 750 (manysat.sh) S 748 750 32728 0 -1 4202496 357 46241 0 0 0 0 436 10 18 0 1 0 719999406 8908800 252 33554432000 4194304 4922060 140733255970768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/750/statm: 2175 252 209 178 0 68 0
[pid=754] ppid=750 vsize=0 CPUtime=5822.87 cores=0-7
/proc/754/stat : 754 (manysat1.1_stat) Z 750 750 32728 0 -1 4203548 1037353 0 0 0 581375 912 0 0 18 0 2 0 719999855 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/754/statm: 0 0 0 0 0 0 0
[pid=754/tid=756] ppid=750 vsize=0 CPUtime=1459.83 cores=0-7
/proc/754/task/756/stat : 756 (manysat1.1_stat) R 750 750 32728 0 -1 4204100 232832 0 0 0 145346 637 0 0 18 0 2 0 720000004 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 4 0 0 2361
Current children cumulated CPU time (s) 5827.33
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1489.63
CPU time (s): 5827.39
CPU user time (s): 5818.12
CPU system time (s): 9.26359
CPU usage (%): 391.196
Max. virtual memory (cumulated for all children) (KiB): 4202988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5818.12
system time used= 9.26359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1084164
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= 13581
involuntary context switches= 22147

runsolver used 4.70828 second user time and 11.5282 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 16:41:27
IDJOB=3362048
IDBENCH=82363
IDSOLVER=1839
FILE ID=node115/3362048-1305297686
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50020 MiB

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

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1011775827

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:      11720128 kB
Buffers:        233728 kB
Cached:       10514772 kB
SwapCached:          0 kB
Active:       11814352 kB
Inactive:      8963484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11720128 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           45232 kB
Writeback:           0 kB
AnonPages:    10029076 kB
Mapped:          27684 kB
Slab:           345440 kB
PageTables:      40576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69654880 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= 45968 MiB
End job on node115 at 2011-05-13 17:06:17