Trace number 3362435

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) 1714.77 447.005

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 benchmark325.87
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
1714.75/447.00	HOME/manysat.sh: line 55: 30278 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-3362435-1305302748/watcher-3362435-1305302748 -o /tmp/evaluation-result-3362435-1305302748/solver-3362435-1305302748 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362435-1305302748.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 8.21 8.16 8.05 6/292 30276
/proc/meminfo: memFree=28482088/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0

[startup+0.103678 s]
/proc/loadavg: 8.21 8.16 8.05 6/292 30276
/proc/meminfo: memFree=28482088/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20067 s]
/proc/loadavg: 8.21 8.16 8.05 6/292 30276
/proc/meminfo: memFree=28482088/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30064 s]
/proc/loadavg: 8.21 8.16 8.05 6/292 30276
/proc/meminfo: memFree=28482088/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700568 s]
/proc/loadavg: 8.21 8.16 8.05 6/292 30276
/proc/meminfo: memFree=28482088/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50043 s]
/proc/loadavg: 7.95 8.10 8.03 7/294 30279
/proc/meminfo: memFree=28211388/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=378520 CPUtime=1.49 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 91119 0 0 0 138 11 0 0 25 0 1 0 641872830 387604480 91073 33554432000 134512640 135305190 4286857984 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/30278/statm: 94630 91074 71 194 0 94434 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 387220

[startup+3.10115 s]
/proc/loadavg: 7.95 8.10 8.03 7/294 30279
/proc/meminfo: memFree=27947892/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=781636 CPUtime=3.09 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 185257 0 0 0 285 24 0 0 25 0 1 0 641872830 800395264 185211 33554432000 134512640 135305190 4286857984 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/30278/statm: 195442 185212 71 194 0 195246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 790336

[startup+6.30053 s]
/proc/loadavg: 7.79 8.07 8.02 10/297 30282
/proc/meminfo: memFree=27329964/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=1256120 CPUtime=8.68 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 291657 0 0 0 829 39 0 0 19 0 4 0 641872830 1286266880 291359 33554432000 134512640 135305190 4286857984 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 314030 291359 83 194 0 313834 0
[pid=30278/tid=30280] ppid=30276 vsize=1256120 CPUtime=0.78 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 1565 0 0 0 78 0 0 0 18 0 4 0 641873379 1286266880 291359 33554432000 134512640 135305190 4286857984 18446744073709551615 134530664 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=1256120 CPUtime=0.79 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 1849 0 0 0 78 1 0 0 18 0 4 0 641873379 1286266880 291359 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=1256120 CPUtime=0.79 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 1367 0 0 0 79 0 0 0 18 0 4 0 641873379 1286266880 291359 33554432000 134512640 135305190 4286857984 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1264820

[startup+12.7004 s]
/proc/loadavg: 7.81 8.07 8.02 10/297 30282
/proc/meminfo: memFree=27263696/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=1305104 CPUtime=34.21 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 303179 0 0 0 3377 44 0 0 25 0 4 0 641872830 1336426496 302877 33554432000 134512640 135305190 4286857984 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 326276 302877 83 194 0 326080 0
[pid=30278/tid=30280] ppid=30276 vsize=1305104 CPUtime=7.12 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 4655 0 0 0 711 1 0 0 25 0 4 0 641873379 1336426496 302877 33554432000 134512640 135305190 4286857984 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=1305104 CPUtime=7.19 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 5478 0 0 0 717 2 0 0 25 0 4 0 641873379 1336426496 302877 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=1305104 CPUtime=7.19 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 3283 0 0 0 718 1 0 0 25 0 4 0 641873379 1336426496 302877 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34.21
Current children cumulated vsize (KiB) 1313804

[startup+25.5011 s]
/proc/loadavg: 7.85 8.06 8.02 10/297 30282
/proc/meminfo: memFree=27179500/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=1379984 CPUtime=85.29 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 321760 0 0 0 8475 54 0 0 25 0 4 0 641872830 1413103616 321458 33554432000 134512640 135305190 4286857984 18446744073709551615 134541959 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 344996 321458 83 194 0 344800 0
[pid=30278/tid=30280] ppid=30276 vsize=1379984 CPUtime=19.8 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 8321 0 0 0 1976 4 0 0 25 0 4 0 641873379 1413103616 321458 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=1379984 CPUtime=19.99 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 15539 0 0 0 1991 8 0 0 25 0 4 0 641873379 1413103616 321458 33554432000 134512640 135305190 4286857984 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=1379984 CPUtime=19.99 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 4978 0 0 0 1997 2 0 0 25 0 4 0 641873379 1413103616 321458 33554432000 134512640 135305190 4286857984 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 85.29
Current children cumulated vsize (KiB) 1388684

[startup+51.1004 s]
/proc/loadavg: 8.03 8.09 8.03 10/297 30283
/proc/meminfo: memFree=27067452/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=1490640 CPUtime=187.44 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 349381 0 0 0 18674 70 0 0 25 0 4 0 641872830 1526415360 349079 33554432000 134512640 135305190 4286857984 18446744073709551615 134547918 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 372660 349079 83 194 0 372464 0
[pid=30278/tid=30280] ppid=30276 vsize=1490640 CPUtime=45.16 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 12041 0 0 0 4510 6 0 0 25 0 4 0 641873379 1526415360 349079 33554432000 134512640 135305190 4286857984 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=1490640 CPUtime=45.59 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 31716 0 0 0 4541 18 0 0 25 0 4 0 641873379 1526415360 349079 33554432000 134512640 135305190 4286857984 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=1490640 CPUtime=45.59 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 6258 0 0 0 4557 2 0 0 25 0 4 0 641873379 1526415360 349079 33554432000 134512640 135305190 4286857984 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 187.44
Current children cumulated vsize (KiB) 1499340

[startup+102.301 s]
/proc/loadavg: 8.14 8.11 8.03 10/297 30284
/proc/meminfo: memFree=26652116/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=1888012 CPUtime=391.76 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 447974 0 0 0 39065 111 0 0 25 0 4 0 641872830 1933324288 447672 33554432000 134512640 135305190 4286857984 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 472003 447672 83 194 0 471807 0
[pid=30278/tid=30280] ppid=30276 vsize=1888012 CPUtime=95.87 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 19636 0 0 0 9576 11 0 0 25 0 4 0 641873379 1933324288 447672 33554432000 134512640 135305190 4286857984 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=1888012 CPUtime=96.8 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 101850 0 0 0 9637 43 0 0 25 0 4 0 641873379 1933324288 447672 33554432000 134512640 135305190 4286857984 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=1888012 CPUtime=96.8 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 11755 0 0 0 9675 5 0 0 25 0 4 0 641873379 1933324288 447672 33554432000 134512640 135305190 4286857984 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 391.76
Current children cumulated vsize (KiB) 1896712

[startup+162.3 s]
/proc/loadavg: 8.11 8.10 8.03 10/297 30286
/proc/meminfo: memFree=26047732/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=2487352 CPUtime=631.15 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 597577 0 0 0 62950 165 0 0 25 0 4 0 641872830 2547048448 597273 33554432000 134512640 135305190 4286857984 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 621838 597273 83 194 0 621642 0
[pid=30278/tid=30280] ppid=30276 vsize=2487352 CPUtime=155.33 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 24337 0 0 0 15517 16 0 0 25 0 4 0 641873379 2547048448 597273 33554432000 134512640 135305190 4286857984 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=2487352 CPUtime=156.77 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 230787 0 0 0 15597 80 0 0 25 0 4 0 641873379 2547048448 597273 33554432000 134512640 135305190 4286857984 18446744073709551615 134552965 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=2487352 CPUtime=156.78 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 20513 0 0 0 15669 9 0 0 25 0 4 0 641873379 2547048448 597273 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 631.15
Current children cumulated vsize (KiB) 2496052

[startup+222.312 s]
/proc/loadavg: 8.10 8.09 8.03 10/297 30288
/proc/meminfo: memFree=25416680/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7

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

/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=3511748 CPUtime=1349.39 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 851726 0 0 0 134665 274 0 0 25 0 4 0 641872830 3596029952 851418 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 877937 851418 83 194 0 877741 0
[pid=30278/tid=30280] ppid=30276 vsize=3511748 CPUtime=334.14 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 35349 0 0 0 33388 26 0 0 25 0 4 0 641873379 3596029952 851418 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=3511748 CPUtime=336.78 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 436638 0 0 0 33523 155 0 0 25 0 4 0 641873379 3596029952 851418 33554432000 134512640 135305190 4286857984 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=3511748 CPUtime=336.76 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 44300 0 0 0 33656 20 0 0 25 0 4 0 641873379 3596029952 851418 33554432000 134512640 135305190 4286857984 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1349.39
Current children cumulated vsize (KiB) 3520448

[startup+402.301 s]
/proc/loadavg: 5.57 7.38 7.79 5/287 30310
/proc/meminfo: memFree=25556116/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=3928064 CPUtime=1588.82 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 955174 0 0 0 158539 343 0 0 25 0 4 0 641872830 4022337536 954866 33554432000 134512640 135305190 4286857984 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 982016 954866 83 194 0 981820 0
[pid=30278/tid=30280] ppid=30276 vsize=3928064 CPUtime=393.59 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 41876 0 0 0 39327 32 0 0 25 0 4 0 641873379 4022337536 954866 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=3928064 CPUtime=396.77 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 502991 0 0 0 39478 199 0 0 25 0 4 0 641873379 4022337536 954869 33554432000 134512640 135305190 4286857984 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=3928064 CPUtime=396.76 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 67357 0 0 0 39648 28 0 0 25 0 4 0 641873379 4022337536 954872 33554432000 134512640 135305190 4286857984 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1588.82
Current children cumulated vsize (KiB) 3936764

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

[startup+409.601 s]
/proc/loadavg: 5.44 7.32 7.77 5/287 30311
/proc/meminfo: memFree=25546316/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=3932160 CPUtime=1617.92 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 956246 0 0 0 161447 345 0 0 24 0 4 0 641872830 4026531840 955938 33554432000 134512640 135305190 4286857984 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 983040 955938 83 194 0 982844 0
[pid=30278/tid=30280] ppid=30276 vsize=3932160 CPUtime=400.82 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 41879 0 0 0 40050 32 0 0 25 0 4 0 641873379 4026531840 955938 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=3932160 CPUtime=404.07 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 503999 0 0 0 40207 200 0 0 25 0 4 0 641873379 4026531840 955938 33554432000 134512640 135305190 4286857984 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=3932160 CPUtime=404.04 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 67412 0 0 0 40375 29 0 0 25 0 4 0 641873379 4026531840 955938 33554432000 134512640 135305190 4286857984 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1617.92
Current children cumulated vsize (KiB) 3940860

[startup+422.4 s]
/proc/loadavg: 5.20 7.17 7.72 5/287 30311
/proc/meminfo: memFree=25427644/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=4051160 CPUtime=1669.04 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202496 985815 0 0 0 166548 356 0 0 25 0 4 0 641872830 4148387840 985507 33554432000 134512640 135305190 4286857984 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 1012790 985507 83 194 0 1012594 0
[pid=30278/tid=30280] ppid=30276 vsize=4051160 CPUtime=413.51 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 42129 0 0 0 41319 32 0 0 25 0 4 0 641873379 4148387840 985507 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=4051160 CPUtime=416.88 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 530727 0 0 0 41479 209 0 0 25 0 4 0 641873379 4148387840 985507 33554432000 134512640 135305190 4286857984 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30278/tid=30282] ppid=30276 vsize=4051160 CPUtime=416.84 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) R 30276 30276 29121 0 -1 4202560 69903 0 0 0 41655 29 0 0 25 0 4 0 641873379 4148387840 985507 33554432000 134512640 135305190 4286857984 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1669.04
Current children cumulated vsize (KiB) 4059860

[startup+435.201 s]
/proc/loadavg: 5.02 7.07 7.68 2/287 30311
/proc/meminfo: memFree=23722000/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=4175708 CPUtime=1712.07 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203524 1017236 0 0 0 170580 627 0 0 25 0 4 0 641872830 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 1043927 1016926 83 194 0 1043731 0
[pid=30278/tid=30280] ppid=30276 vsize=4175708 CPUtime=423.57 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 44266 0 0 0 42322 35 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528576 0 0 4096 3 18446744071562337734 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=4175708 CPUtime=429.56 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4204096 555863 0 0 0 42480 476 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 1 0 0 11
[pid=30278/tid=30282] ppid=30276 vsize=4175708 CPUtime=426.99 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 72499 0 0 0 42669 30 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1712.07
Current children cumulated vsize (KiB) 4184408

[startup+441.601 s]
/proc/loadavg: 5.10 7.02 7.65 1/287 30311
/proc/meminfo: memFree=21481232/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=4175708 CPUtime=1714.2 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203524 1017236 0 0 0 170580 840 0 0 25 0 4 0 641872830 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 1043927 1016926 83 194 0 1043731 0
[pid=30278/tid=30280] ppid=30276 vsize=4175708 CPUtime=423.57 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 44266 0 0 0 42322 35 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528576 0 0 4096 3 18446744071562337734 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=4175708 CPUtime=431.69 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4204096 555863 0 0 0 42480 689 0 0 18 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 7 0 0 438
[pid=30278/tid=30282] ppid=30276 vsize=4175708 CPUtime=426.99 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 72499 0 0 0 42669 30 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1714.2
Current children cumulated vsize (KiB) 4184408

[startup+444.8 s]
/proc/loadavg: 5.10 7.02 7.65 1/287 30312
/proc/meminfo: memFree=21228400/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=4175708 CPUtime=1714.36 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203524 1017236 0 0 0 170580 856 0 0 25 0 4 0 641872830 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 1043927 1016926 83 194 0 1043731 0
[pid=30278/tid=30280] ppid=30276 vsize=4175708 CPUtime=423.57 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 44266 0 0 0 42322 35 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528576 0 0 4096 3 18446744071562337734 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=4175708 CPUtime=431.84 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) D 30276 30276 29121 0 -1 4204096 555863 0 0 0 42480 704 0 0 18 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 3 0 0 596
[pid=30278/tid=30282] ppid=30276 vsize=4175708 CPUtime=426.99 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 72499 0 0 0 42669 30 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1714.36
Current children cumulated vsize (KiB) 4184408

[startup+446.401 s]
/proc/loadavg: 5.25 7.02 7.65 1/287 30312
/proc/meminfo: memFree=21106260/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=4175708 CPUtime=1714.5 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203524 1017236 0 0 0 170580 870 0 0 25 0 4 0 641872830 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 1043927 1016926 83 194 0 1043731 0
[pid=30278/tid=30280] ppid=30276 vsize=4175708 CPUtime=423.57 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 44266 0 0 0 42322 35 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528576 0 0 4096 3 18446744071562337734 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=4175708 CPUtime=431.99 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) D 30276 30276 29121 0 -1 4204096 555863 0 0 0 42480 719 0 0 18 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 3 0 0 758
[pid=30278/tid=30282] ppid=30276 vsize=4175708 CPUtime=426.99 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 72499 0 0 0 42669 30 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1714.5
Current children cumulated vsize (KiB) 4184408

[startup+446.801 s]
/proc/loadavg: 5.25 7.02 7.65 1/287 30312
/proc/meminfo: memFree=21106476/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=4175708 CPUtime=1714.55 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203524 1017236 0 0 0 170580 875 0 0 25 0 4 0 641872830 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 1043927 1016926 83 194 0 1043731 0
[pid=30278/tid=30280] ppid=30276 vsize=4175708 CPUtime=423.57 cores=1,3,5,7
/proc/30278/task/30280/stat : 30280 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 44266 0 0 0 42322 35 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528576 0 0 4096 3 18446744071562337734 0 0 -1 7 0 0 0
[pid=30278/tid=30281] ppid=30276 vsize=4175708 CPUtime=432.04 cores=1,3,5,7
/proc/30278/task/30281/stat : 30281 (manysat1.1_stat) R 30276 30276 29121 0 -1 4204096 555863 0 0 0 42480 724 0 0 18 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 3 0 0 921
[pid=30278/tid=30282] ppid=30276 vsize=4175708 CPUtime=426.99 cores=1,3,5,7
/proc/30278/task/30282/stat : 30282 (manysat1.1_stat) D 30276 30276 29121 0 -1 4203588 72499 0 0 0 42669 30 0 0 25 0 4 0 641873379 4275924992 1016926 33554432000 134512640 135305190 4286857984 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1714.55
Current children cumulated vsize (KiB) 4184408

[startup+447.001 s]
/proc/loadavg: 5.25 7.02 7.65 1/287 30312
/proc/meminfo: memFree=21106476/32951124 swapFree=54427468/67111528
[pid=30276] ppid=30274 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30276/stat : 30276 (manysat.sh) S 30274 30276 29121 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641872830 8908800 251 33554432000 4194304 4922060 140735895898832 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30276/statm: 2175 251 209 178 0 68 0
[pid=30278] ppid=30276 vsize=0 CPUtime=1714.75 cores=1,3,5,7
/proc/30278/stat : 30278 (manysat1.1_stat) R 30276 30276 29121 0 -1 4203524 1017237 0 0 0 170580 895 0 0 18 0 1 0 641872830 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1714.75
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 447.005
CPU time (s): 1714.77
CPU user time (s): 1705.81
CPU system time (s): 8.96164
CPU usage (%): 383.613
Max. virtual memory (cumulated for all children) (KiB): 4184408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1705.81
system time used= 8.96164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1017715
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= 12524
involuntary context switches= 12616

runsolver used 1.10383 second user time and 2.98855 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 18:05:49
IDJOB=3362435
IDBENCH=88167
IDSOLVER=1838
FILE ID=node138/3362435-1305302748
RUNJOBID= node138-1305296392-29140
PBS_JOBID= 13321415
Free space on /tmp= 47448 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-3362435-1305302748/watcher-3362435-1305302748 -o /tmp/evaluation-result-3362435-1305302748/solver-3362435-1305302748 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362435-1305302748.cnf aimd 1

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1165449079

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28482368 kB
Buffers:        208264 kB
Cached:        3182576 kB
SwapCached:      18472 kB
Active:        1679796 kB
Inactive:      2584368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28482368 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:          104780 kB
Writeback:           0 kB
AnonPages:      866572 kB
Mapped:           9556 kB
Slab:           101744 kB
PageTables:      42112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 40400896 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= 43512 MiB
End job on node138 at 2011-05-13 18:13:16