Trace number 3362436

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) 4403.78 1112.5

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.644
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 5584003, num vars = 89315
0.00/0.00	c Exiting...too many clauses
4403.68/1112.49	HOME/manysat.sh: line 55:  1533 Segmentation fault      (core dumped) $MS $INPUT "$@"

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-3362436-1305305779/watcher-3362436-1305305779 -o /tmp/evaluation-result-3362436-1305305779/solver-3362436-1305305779 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362436-1305305779.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: 3.69 3.94 3.95 1/310 1531
/proc/meminfo: memFree=8402424/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0

[startup+0.0895551 s]
/proc/loadavg: 3.69 3.94 3.95 1/310 1531
/proc/meminfo: memFree=8402424/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100555 s]
/proc/loadavg: 3.69 3.94 3.95 1/310 1531
/proc/meminfo: memFree=8402424/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300516 s]
/proc/loadavg: 3.69 3.94 3.95 1/310 1531
/proc/meminfo: memFree=8402424/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700442 s]
/proc/loadavg: 3.69 3.94 3.95 1/310 1531
/proc/meminfo: memFree=8402424/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 3.56 3.91 3.94 3/312 1534
/proc/meminfo: memFree=8181564/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=350480 CPUtime=1.49 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 83502 0 0 0 138 11 0 0 25 0 1 0 642180608 358891520 83457 33554432000 134512640 135305190 4290134832 18446744073709551615 134515833 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/1533/statm: 87620 83457 71 194 0 87424 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 359180

[startup+3.10099 s]
/proc/loadavg: 3.56 3.91 3.94 2/312 1534
/proc/meminfo: memFree=7938532/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=693360 CPUtime=3.09 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 169318 0 0 0 283 26 0 0 25 0 1 0 642180608 710000640 169273 33554432000 134512640 135305190 4290134832 18446744073709551615 134857151 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/1533/statm: 173340 169274 71 194 0 173144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 702060

[startup+6.30034 s]
/proc/loadavg: 3.56 3.91 3.94 2/312 1534
/proc/meminfo: memFree=7262596/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=1249120 CPUtime=6.97 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 289906 0 0 0 649 48 0 0 17 0 4 0 642180608 1279098880 289692 33554432000 134512640 135305190 4290134832 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/1533/statm: 312280 289692 82 194 0 312084 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 1257820

[startup+12.7012 s]
/proc/loadavg: 3.41 3.86 3.92 5/315 1537
/proc/meminfo: memFree=7192716/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=1309756 CPUtime=32.55 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 304420 0 0 0 3197 58 0 0 18 0 4 0 642180608 1341190144 304177 33554432000 134512640 135305190 4290134832 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 327439 304177 83 194 0 327243 0
[pid=1533/tid=1535] ppid=1531 vsize=1309756 CPUtime=6.61 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 4568 0 0 0 659 2 0 0 18 0 4 0 642181214 1341190144 304177 33554432000 134512640 135305190 4290134832 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=1309756 CPUtime=6.61 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 6835 0 0 0 656 5 0 0 19 0 4 0 642181214 1341190144 304177 33554432000 134512640 135305190 4290134832 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=1309756 CPUtime=6.62 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 3914 0 0 0 659 3 0 0 18 0 4 0 642181214 1341190144 304177 33554432000 134512640 135305190 4290134832 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.55
Current children cumulated vsize (KiB) 1318456

[startup+25.5007 s]
/proc/loadavg: 3.50 3.87 3.92 5/315 1538
/proc/meminfo: memFree=7101828/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=1400300 CPUtime=83.75 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 326979 0 0 0 8294 81 0 0 18 0 4 0 642180608 1433907200 326736 33554432000 134512640 135305190 4290134832 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 350075 326736 83 194 0 349879 0
[pid=1533/tid=1535] ppid=1531 vsize=1400300 CPUtime=19.42 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 9298 0 0 0 1938 4 0 0 18 0 4 0 642181214 1433907200 326736 33554432000 134512640 135305190 4290134832 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=1400300 CPUtime=19.41 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 20418 0 0 0 1919 22 0 0 25 0 4 0 642181214 1433907200 326736 33554432000 134512640 135305190 4290134832 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=1400300 CPUtime=19.4 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 5261 0 0 0 1937 3 0 0 25 0 4 0 642181214 1433907200 326736 33554432000 134512640 135305190 4290134832 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 83.75
Current children cumulated vsize (KiB) 1409000

[startup+51.1009 s]
/proc/loadavg: 3.67 3.88 3.92 5/315 1538
/proc/meminfo: memFree=6997156/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=1506432 CPUtime=186.12 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 353303 0 0 0 18497 115 0 0 18 0 4 0 642180608 1542586368 353060 33554432000 134512640 135305190 4290134832 18446744073709551615 134530667 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 376608 353060 83 194 0 376412 0
[pid=1533/tid=1535] ppid=1531 vsize=1506432 CPUtime=45 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 13243 0 0 0 4494 6 0 0 18 0 4 0 642181214 1542586368 353060 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=1506432 CPUtime=45.01 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 38456 0 0 0 4450 51 0 0 18 0 4 0 642181214 1542586368 353060 33554432000 134512640 135305190 4290134832 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=1506432 CPUtime=45 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 6590 0 0 0 4496 4 0 0 25 0 4 0 642181214 1542586368 353060 33554432000 134512640 135305190 4290134832 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 186.12
Current children cumulated vsize (KiB) 1515132

[startup+102.312 s]
/proc/loadavg: 3.92 3.91 3.93 5/315 1540
/proc/meminfo: memFree=6708936/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=1793736 CPUtime=390.96 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 424576 0 0 0 38885 211 0 0 18 0 4 0 642180608 1836785664 424325 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 448434 424325 83 194 0 448238 0
[pid=1533/tid=1535] ppid=1531 vsize=1793736 CPUtime=96.21 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 25641 0 0 0 9606 15 0 0 19 0 4 0 642181214 1836785664 424325 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=1793736 CPUtime=96.22 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 81188 0 0 0 9495 127 0 0 25 0 4 0 642181214 1836785664 424325 33554432000 134512640 135305190 4290134832 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=1793736 CPUtime=96.21 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 12595 0 0 0 9613 8 0 0 22 0 4 0 642181214 1836785664 424325 33554432000 134512640 135305190 4290134832 18446744073709551615 134542010 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 390.96
Current children cumulated vsize (KiB) 1802436

[startup+162.301 s]
/proc/loadavg: 3.97 3.92 3.93 5/315 1541
/proc/meminfo: memFree=6552424/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=1953660 CPUtime=630.86 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 464458 0 0 0 62807 279 0 0 19 0 4 0 642180608 2000547840 464207 33554432000 134512640 135305190 4290134832 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 488415 464207 83 194 0 488219 0
[pid=1533/tid=1535] ppid=1531 vsize=1953660 CPUtime=156.17 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 31420 0 0 0 15591 26 0 0 18 0 4 0 642181214 2000547840 464207 33554432000 134512640 135305190 4290134832 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=1953660 CPUtime=156.2 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 102207 0 0 0 15451 169 0 0 25 0 4 0 642181214 2000547840 464207 33554432000 134512640 135305190 4290134832 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=1953660 CPUtime=156.19 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 20059 0 0 0 15603 16 0 0 25 0 4 0 642181214 2000547840 464207 33554432000 134512640 135305190 4290134832 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 630.86
Current children cumulated vsize (KiB) 1962360

[startup+222.3 s]
/proc/loadavg: 3.99 3.93 3.93 5/315 1543
/proc/meminfo: memFree=6403356/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=2102716 CPUtime=870.83 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 501133 0 0 0 86747 336 0 0 25 0 4 0 642180608 2153181184 500882 33554432000 134512640 135305190 4290134832 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 525679 500882 83 194 0 525483 0
[pid=1533/tid=1535] ppid=1531 vsize=2102716 CPUtime=216.16 cores=0-7

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

/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 973722 0 0 0 422133 912 0 0 18 0 4 0 642180608 4115951616 973125 33554432000 134512640 135305190 4290134832 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1004871 973125 83 194 0 1004675 0
[pid=1533/tid=1535] ppid=1531 vsize=4019484 CPUtime=1056.04 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 84141 0 0 0 105500 104 0 0 19 0 4 0 642181214 4115951616 973125 33554432000 134512640 135305190 4290134832 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4019484 CPUtime=1056.19 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 273733 0 0 0 105094 525 0 0 18 0 4 0 642181214 4115951616 973125 33554432000 134512640 135305190 4290134832 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4019484 CPUtime=1056.04 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 250005 0 0 0 105472 132 0 0 25 0 4 0 642181214 4115951616 973125 33554432000 134512640 135305190 4290134832 18446744073709551615 134837724 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4230.45
Current children cumulated vsize (KiB) 4028184

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

[startup+1075.1 s]
/proc/loadavg: 4.00 3.99 3.93 5/315 1578
/proc/meminfo: memFree=4473108/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4060604 CPUtime=4281.66 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 983654 0 0 0 427240 926 0 0 19 0 4 0 642180608 4158058496 983034 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1015151 983034 83 194 0 1014955 0
[pid=1533/tid=1535] ppid=1531 vsize=4060604 CPUtime=1068.84 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 85056 0 0 0 106778 106 0 0 20 0 4 0 642181214 4158058496 983034 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4060604 CPUtime=1068.99 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 277929 0 0 0 106367 532 0 0 25 0 4 0 642181214 4158058496 983034 33554432000 134512640 135305190 4290134832 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4060604 CPUtime=1068.84 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 253771 0 0 0 106749 135 0 0 19 0 4 0 642181214 4158058496 983034 33554432000 134512640 135305190 4290134832 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4281.66
Current children cumulated vsize (KiB) 4069304

[startup+1087.91 s]
/proc/loadavg: 4.16 4.02 3.94 5/315 1578
/proc/meminfo: memFree=4424992/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4107024 CPUtime=4332.9 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 995344 0 0 0 432346 944 0 0 18 0 4 0 642180608 4205592576 994721 33554432000 134512640 135305190 4290134832 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1026756 994721 83 194 0 1026560 0
[pid=1533/tid=1535] ppid=1531 vsize=4107024 CPUtime=1081.65 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 85854 0 0 0 108057 108 0 0 25 0 4 0 642181214 4205592576 994721 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4107024 CPUtime=1081.8 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 282177 0 0 0 107638 542 0 0 25 0 4 0 642181214 4205592576 994721 33554432000 134512640 135305190 4290134832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4107024 CPUtime=1081.65 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 259392 0 0 0 108026 139 0 0 25 0 4 0 642181214 4205592576 994721 33554432000 134512640 135305190 4290134832 18446744073709551615 134556831 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4332.9
Current children cumulated vsize (KiB) 4115724

[startup+1100.7 s]
/proc/loadavg: 4.13 4.02 3.94 5/315 1578
/proc/meminfo: memFree=4383204/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4152932 CPUtime=4384.06 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) R 1531 1531 653 0 -1 4202496 1006786 0 0 0 437443 963 0 0 18 0 4 0 642180608 4252602368 1006160 33554432000 134512640 135305190 4290134832 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1038233 1006160 83 194 0 1038037 0
[pid=1533/tid=1535] ppid=1531 vsize=4152932 CPUtime=1094.44 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 86814 0 0 0 109333 111 0 0 18 0 4 0 642181214 4252602368 1006160 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4152932 CPUtime=1094.59 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 286798 0 0 0 108905 554 0 0 20 0 4 0 642181214 4252602368 1006161 33554432000 134512640 135305190 4290134832 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4152932 CPUtime=1094.45 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4202560 263688 0 0 0 109303 142 0 0 25 0 4 0 642181214 4252602368 1006161 33554432000 134512640 135305190 4290134832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4384.06
Current children cumulated vsize (KiB) 4161632

[startup+1107.1 s]
/proc/loadavg: 4.11 4.02 3.94 2/315 1579
/proc/meminfo: memFree=2611368/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4166728 CPUtime=4400.99 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) D 1531 1531 653 0 -1 4203524 1010945 0 0 0 438843 1256 0 0 18 0 4 0 642180608 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1041682 1010171 83 194 0 1041486 0
[pid=1533/tid=1535] ppid=1531 vsize=4166728 CPUtime=1097.98 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 87386 0 0 0 109681 117 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134530583 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4166728 CPUtime=1098.13 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 288833 0 0 0 109251 562 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134528415 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4166728 CPUtime=1100.73 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4204096 264982 0 0 0 109654 419 0 0 21 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 10
Current children cumulated CPU time (s) 4400.99
Current children cumulated vsize (KiB) 4175428

[startup+1110.3 s]
/proc/loadavg: 4.11 4.02 3.94 1/315 1579
/proc/meminfo: memFree=514268/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4166728 CPUtime=4403.17 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) D 1531 1531 653 0 -1 4203524 1010945 0 0 0 438843 1474 0 0 18 0 4 0 642180608 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1041682 1010171 83 194 0 1041486 0
[pid=1533/tid=1535] ppid=1531 vsize=4166728 CPUtime=1097.98 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 87386 0 0 0 109681 117 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134530583 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4166728 CPUtime=1098.13 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 288833 0 0 0 109251 562 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134528415 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4166728 CPUtime=1102.91 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4204096 264982 0 0 0 109654 637 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 112
Current children cumulated CPU time (s) 4403.17
Current children cumulated vsize (KiB) 4175428

[startup+1111.1 s]
/proc/loadavg: 4.34 4.07 3.96 1/315 1579
/proc/meminfo: memFree=235764/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4166728 CPUtime=4403.42 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) D 1531 1531 653 0 -1 4203524 1010945 0 0 0 438843 1499 0 0 18 0 4 0 642180608 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1041682 1010171 83 194 0 1041486 0
[pid=1533/tid=1535] ppid=1531 vsize=4166728 CPUtime=1097.98 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 87386 0 0 0 109681 117 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134530583 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4166728 CPUtime=1098.13 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 288833 0 0 0 109251 562 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134528415 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4166728 CPUtime=1103.16 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) D 1531 1531 653 0 -1 4204096 264982 0 0 0 109654 662 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 112
Current children cumulated CPU time (s) 4403.42
Current children cumulated vsize (KiB) 4175428

[startup+1111.9 s]
/proc/loadavg: 4.34 4.07 3.96 1/315 1579
/proc/meminfo: memFree=235764/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4166728 CPUtime=4403.42 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) D 1531 1531 653 0 -1 4203524 1010945 0 0 0 438843 1499 0 0 18 0 4 0 642180608 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1041682 1010171 83 194 0 1041486 0
[pid=1533/tid=1535] ppid=1531 vsize=4166728 CPUtime=1097.98 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 87386 0 0 0 109681 117 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134530583 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4166728 CPUtime=1098.13 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 288833 0 0 0 109251 562 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134528415 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4166728 CPUtime=1103.16 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) D 1531 1531 653 0 -1 4204096 264982 0 0 0 109654 662 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 112
Current children cumulated CPU time (s) 4403.42
Current children cumulated vsize (KiB) 4175428

[startup+1112.3 s]
/proc/loadavg: 4.34 4.07 3.96 1/315 1579
/proc/meminfo: memFree=235864/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=4166728 CPUtime=4403.58 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) D 1531 1531 653 0 -1 4203524 1010945 0 0 0 438843 1515 0 0 18 0 4 0 642180608 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 1041682 1010171 83 194 0 1041486 0
[pid=1533/tid=1535] ppid=1531 vsize=4166728 CPUtime=1097.98 cores=0-7
/proc/1533/task/1535/stat : 1535 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 87386 0 0 0 109681 117 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134530583 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=1533/tid=1536] ppid=1531 vsize=4166728 CPUtime=1098.13 cores=0-7
/proc/1533/task/1536/stat : 1536 (manysat1.1_stat) D 1531 1531 653 0 -1 4203588 288833 0 0 0 109251 562 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134528415 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=4166728 CPUtime=1103.31 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4204096 264982 0 0 0 109654 677 0 0 18 0 4 0 642181214 4266729472 1010171 33554432000 134512640 135305190 4290134832 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 0 0 0 271
Current children cumulated CPU time (s) 4403.58
Current children cumulated vsize (KiB) 4175428

[startup+1112.4 s]
/proc/loadavg: 4.34 4.07 3.96 1/315 1579
/proc/meminfo: memFree=235864/32951124 swapFree=67093864/67111528
[pid=1531] ppid=1529 vsize=8700 CPUtime=0 cores=0-7
/proc/1531/stat : 1531 (manysat.sh) S 1529 1531 653 0 -1 4202496 355 109 0 0 0 0 0 0 23 0 1 0 642180608 8908800 252 33554432000 4194304 4922060 140736901265072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1531/statm: 2175 252 209 178 0 68 0
[pid=1533] ppid=1531 vsize=0 CPUtime=4403.68 cores=0-7
/proc/1533/stat : 1533 (manysat1.1_stat) Z 1531 1531 653 0 -1 4203548 1010946 0 0 0 438843 1525 0 0 18 0 2 0 642180608 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1533/statm: 0 0 0 0 0 0 0
[pid=1533/tid=1537] ppid=1531 vsize=0 CPUtime=1103.41 cores=0-7
/proc/1533/task/1537/stat : 1537 (manysat1.1_stat) R 1531 1531 653 0 -1 4204100 264983 0 0 0 109654 687 0 0 18 0 2 0 642181214 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 271
Current children cumulated CPU time (s) 4403.68
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1112.5
CPU time (s): 4403.78
CPU user time (s): 4388.43
CPU system time (s): 15.3467
CPU usage (%): 395.846
Max. virtual memory (cumulated for all children) (KiB): 4175428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4388.43
system time used= 15.3467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1011425
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= 24000
involuntary context switches= 14315

runsolver used 3.08453 second user time and 8.03678 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-13 18:56:23
IDJOB=3362436
IDBENCH=88167
IDSOLVER=1839
FILE ID=node102/3362436-1305305779
RUNJOBID= node102-1305296397-667
PBS_JOBID= 13321451
Free space on /tmp= 44688 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362436-1305305779/watcher-3362436-1305305779 -o /tmp/evaluation-result-3362436-1305305779/solver-3362436-1305305779 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362436-1305305779.cnf aimd 1

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1750302616

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8402820 kB
Buffers:        189764 kB
Cached:        5566996 kB
SwapCached:       1128 kB
Active:       19534388 kB
Inactive:      4663724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8402820 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:          105104 kB
Writeback:           0 kB
AnonPages:    18440220 kB
Mapped:          26000 kB
Slab:           232736 kB
PageTables:      52572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59035164 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= 40736 MiB
End job on node102 at 2011-05-13 19:14:55