Trace number 3362200

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 7470.5 1896.44

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.59/1.66	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.59/1.66	c ==============================================================================
1.59/1.66	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.59/1.66	c CPU time:   1.61075 s
1.59/1.66	c ==============================================================================
7470.34/1896.37	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
7470.34/1896.37	c ============================[ Problem Statistics ]=============================
7470.34/1896.37	c |                                                                             |
7470.34/1896.37	c threadId              : 2
7470.34/1896.37	c restarts              : 27
7470.34/1896.37	c conflicts             : 10940757       (1466 /sec)
7470.34/1896.37	c decisions             : 18702314       (1.76 % random) (2506 /sec)
7470.34/1896.37	c propagations          : 1099021275     (147234 /sec)
7470.34/1896.37	c conflict literals     : 207426862      (39.83 % deleted)
7470.34/1896.37	c Memory used           : 1300.67 MB
7470.34/1896.37	c CPU time              : 7464.44 s
7470.34/1896.37	
7470.34/1896.37	c --->m=4, e=8, aimd=1, HOME/9291_many.cnf	time: 1866.11	conflicts: 10940757     
7470.45/1896.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362200-1305300832/watcher-3362200-1305300832 -o /tmp/evaluation-result-3362200-1305300832/solver-3362200-1305300832 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362200-1305300832.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.75 3.28 3.19 2/357 9291
/proc/meminfo: memFree=13311172/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=0 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720313903 8908800 250 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 250 209 178 0 68 0

[startup+0.097797 s]
/proc/loadavg: 3.75 3.28 3.19 2/357 9291
/proc/meminfo: memFree=13311172/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=0 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720313903 8908800 250 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100796 s]
/proc/loadavg: 3.75 3.28 3.19 2/357 9291
/proc/meminfo: memFree=13311172/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=0 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720313903 8908800 250 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300762 s]
/proc/loadavg: 3.75 3.28 3.19 2/357 9291
/proc/meminfo: memFree=13311172/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=0 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720313903 8908800 250 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700809 s]
/proc/loadavg: 3.75 3.28 3.19 2/357 9291
/proc/meminfo: memFree=13311172/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=0 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720313903 8908800 250 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 3.75 3.28 3.19 2/359 9293
/proc/meminfo: memFree=13211956/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=0 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720313903 8908800 250 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 250 209 178 0 68 0
[pid=9292] ppid=9291 vsize=97340 CPUtime=1.49 cores=0-7
/proc/9292/stat : 9292 (SatElite) R 9291 9291 8868 0 -1 4202496 23425 0 0 0 144 5 0 0 25 0 1 0 720313903 99676160 21372 33554432000 134512640 135034092 4289738784 18446744073709551615 134569221 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/9292/statm: 24335 21372 68 128 0 24205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106040

[startup+3.10025 s]
/proc/loadavg: 3.75 3.28 3.19 2/359 9294
/proc/meminfo: memFree=13230792/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=126636 CPUtime=3.77 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 22835 0 0 0 366 11 0 0 18 0 4 0 720314090 129675264 22754 33554432000 134512640 135305190 4288384496 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 31659 22754 84 194 0 31463 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 135336

[startup+6.30066 s]
/proc/loadavg: 3.77 3.29 3.19 5/362 9297
/proc/meminfo: memFree=13185012/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=147488 CPUtime=16.53 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 28092 0 0 0 1631 22 0 0 18 0 4 0 720314090 151027712 27965 33554432000 134512640 135305190 4288384496 18446744073709551615 134531155 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 36872 27965 84 194 0 36676 0
[pid=9294/tid=9295] ppid=9291 vsize=147488 CPUtime=4.05 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 1535 0 0 0 400 5 0 0 19 0 4 0 720314126 151027712 27965 33554432000 134512640 135305190 4288384496 18446744073709551615 134542040 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=147488 CPUtime=4.04 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 3150 0 0 0 398 6 0 0 18 0 4 0 720314126 151027712 27965 33554432000 134512640 135305190 4288384496 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=147488 CPUtime=4.03 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 2304 0 0 0 398 5 0 0 18 0 4 0 720314126 151027712 27965 33554432000 134512640 135305190 4288384496 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 156188

[startup+12.7005 s]
/proc/loadavg: 3.79 3.30 3.19 5/362 9297
/proc/meminfo: memFree=13151328/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=182184 CPUtime=42.1 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 36592 0 0 0 4176 34 0 0 18 0 4 0 720314090 186556416 36465 33554432000 134512640 135305190 4288384496 18446744073709551615 134541889 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 45546 36465 84 194 0 45350 0
[pid=9294/tid=9295] ppid=9291 vsize=182184 CPUtime=10.44 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 2746 0 0 0 1036 8 0 0 18 0 4 0 720314126 186556416 36465 33554432000 134512640 135305190 4288384496 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=182184 CPUtime=10.43 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 6999 0 0 0 1033 10 0 0 18 0 4 0 720314126 186556416 36465 33554432000 134512640 135305190 4288384496 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=182184 CPUtime=10.42 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 4396 0 0 0 1034 8 0 0 18 0 4 0 720314126 186556416 36465 33554432000 134512640 135305190 4288384496 18446744073709551615 134557489 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.95
Current children cumulated vsize (KiB) 190884

[startup+25.5012 s]
/proc/loadavg: 3.83 3.34 3.21 5/362 9297
/proc/meminfo: memFree=13102492/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=230956 CPUtime=93.23 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 48722 0 0 0 9275 48 0 0 18 0 4 0 720314090 236498944 48595 33554432000 134512640 135305190 4288384496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9294/statm: 57739 48595 84 194 0 57543 0
[pid=9294/tid=9295] ppid=9291 vsize=230956 CPUtime=23.22 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 4370 0 0 0 2312 10 0 0 25 0 4 0 720314126 236498944 48595 33554432000 134512640 135305190 4288384496 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=230956 CPUtime=23.22 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 12405 0 0 0 2307 15 0 0 18 0 4 0 720314126 236498944 48595 33554432000 134512640 135305190 4288384496 18446744073709551615 134529499 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=230956 CPUtime=23.2 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 7099 0 0 0 2309 11 0 0 18 0 4 0 720314126 236498944 48595 33554432000 134512640 135305190 4288384496 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.08
Current children cumulated vsize (KiB) 239656

[startup+51.1005 s]
/proc/loadavg: 3.89 3.39 3.22 5/362 9298
/proc/meminfo: memFree=13085140/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=249800 CPUtime=195.33 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 52847 0 0 0 19467 66 0 0 18 0 4 0 720314090 255795200 52720 33554432000 134512640 135305190 4288384496 18446744073709551615 134542040 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9294/statm: 62450 52720 84 194 0 62254 0
[pid=9294/tid=9295] ppid=9291 vsize=249800 CPUtime=48.76 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 4701 0 0 0 4862 14 0 0 25 0 4 0 720314126 255795200 52720 33554432000 134512640 135305190 4288384496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=249800 CPUtime=48.73 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 15382 0 0 0 4853 20 0 0 18 0 4 0 720314126 255795200 52720 33554432000 134512640 135305190 4288384496 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=249800 CPUtime=48.71 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 7634 0 0 0 4855 16 0 0 18 0 4 0 720314126 255795200 52720 33554432000 134512640 135305190 4288384496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 197.18
Current children cumulated vsize (KiB) 258500

[startup+102.314 s]
/proc/loadavg: 3.95 3.48 3.26 5/362 9300
/proc/meminfo: memFree=13044816/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=289320 CPUtime=399.81 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 62759 0 0 0 39893 88 0 0 25 0 4 0 720314090 296263680 62616 33554432000 134512640 135305190 4288384496 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 72330 62616 84 194 0 72134 0
[pid=9294/tid=9295] ppid=9291 vsize=289320 CPUtime=99.87 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 5963 0 0 0 9968 19 0 0 23 0 4 0 720314126 296263680 62616 33554432000 134512640 135305190 4288384496 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=289320 CPUtime=99.86 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 20360 0 0 0 9960 26 0 0 23 0 4 0 720314126 296263680 62616 33554432000 134512640 135305190 4288384496 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=289320 CPUtime=99.84 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 9649 0 0 0 9962 22 0 0 25 0 4 0 720314126 296263680 62616 33554432000 134512640 135305190 4288384496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 401.66
Current children cumulated vsize (KiB) 298020

[startup+162.301 s]
/proc/loadavg: 3.98 3.57 3.31 5/362 9301
/proc/meminfo: memFree=12989712/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=346416 CPUtime=639.42 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 76574 0 0 0 63830 112 0 0 18 0 4 0 720314090 354729984 76428 33554432000 134512640 135305190 4288384496 18446744073709551615 134541993 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 86604 76428 84 194 0 86408 0
[pid=9294/tid=9295] ppid=9291 vsize=346416 CPUtime=159.78 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 7825 0 0 0 15953 25 0 0 18 0 4 0 720314126 354729984 76428 33554432000 134512640 135305190 4288384496 18446744073709551615 134541292 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=346416 CPUtime=159.78 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 27018 0 0 0 15944 34 0 0 18 0 4 0 720314126 354729984 76428 33554432000 134512640 135305190 4288384496 18446744073709551615 134528826 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=346416 CPUtime=159.72 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 12688 0 0 0 15946 26 0 0 25 0 4 0 720314126 354729984 76428 33554432000 134512640 135305190 4288384496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 641.27
Current children cumulated vsize (KiB) 355116

[startup+222.301 s]
/proc/loadavg: 3.99 3.65 3.35 5/362 9303
/proc/meminfo: memFree=12938828/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7

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

/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7356.91 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308622 0 0 0 735279 412 0 0 25 0 4 0 720314090 1363845120 308450 33554432000 134512640 135305190 4288384496 18446744073709551615 134529584 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308450 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1839.3 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 50060 0 0 0 183837 93 0 0 25 0 4 0 720314126 1363845120 308450 33554432000 134512640 135305190 4288384496 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1838.95 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 119470 0 0 0 183767 128 0 0 25 0 4 0 720314126 1363845120 308450 33554432000 134512640 135305190 4288384496 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1839.15 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202560 56852 0 0 0 183820 95 0 0 25 0 4 0 720314126 1363845120 308450 33554432000 134512640 135305190 4288384496 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7358.76
Current children cumulated vsize (KiB) 1340580

[startup+1868.7 s]
/proc/loadavg: 3.84 3.97 3.85 2/362 9359
/proc/meminfo: memFree=12057964/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7440.89 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 743677 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529232 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7442.74
Current children cumulated vsize (KiB) 1340580

[startup+1881.5 s]
/proc/loadavg: 3.21 3.82 3.80 2/362 9359
/proc/meminfo: memFree=12057944/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7453.69 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 744957 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529640 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7455.54
Current children cumulated vsize (KiB) 1340580

[startup+1887.9 s]
/proc/loadavg: 3.03 3.77 3.78 2/362 9359
/proc/meminfo: memFree=12057816/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7460.09 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 745597 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529244 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7461.94
Current children cumulated vsize (KiB) 1340580

[startup+1891.1 s]
/proc/loadavg: 2.87 3.73 3.77 2/362 9359
/proc/meminfo: memFree=12057936/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7463.29 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 745917 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529611 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7465.14
Current children cumulated vsize (KiB) 1340580

[startup+1894.3 s]
/proc/loadavg: 2.72 3.68 3.75 2/362 9359
/proc/meminfo: memFree=12057936/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7466.49 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 746237 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529569 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7468.34
Current children cumulated vsize (KiB) 1340580

[startup+1895.1 s]
/proc/loadavg: 2.72 3.68 3.75 2/362 9359
/proc/meminfo: memFree=12057936/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7467.29 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 746317 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529640 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7469.14
Current children cumulated vsize (KiB) 1340580

[startup+1895.9 s]
/proc/loadavg: 2.72 3.68 3.75 2/362 9359
/proc/meminfo: memFree=12057936/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7468.09 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 746397 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529640 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7469.94
Current children cumulated vsize (KiB) 1340580

[startup+1896.3 s]
/proc/loadavg: 2.72 3.68 3.75 2/362 9359
/proc/meminfo: memFree=12057936/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=1331880 CPUtime=7468.49 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) R 9291 9291 8868 0 -1 4202496 308626 0 0 0 746437 412 0 0 25 0 4 0 720314090 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134529268 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 332970 308454 84 194 0 332774 0
[pid=9294/tid=9295] ppid=9291 vsize=1331880 CPUtime=1860.07 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 50060 0 0 0 185914 93 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 1 0 0 0
[pid=9294/tid=9296] ppid=9291 vsize=1331880 CPUtime=1857.75 cores=0-7
/proc/9294/task/9296/stat : 9296 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 119470 0 0 0 185647 128 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 5 0 0 0
[pid=9294/tid=9297] ppid=9291 vsize=1331880 CPUtime=1857.96 cores=0-7
/proc/9294/task/9297/stat : 9297 (manysat1.1_stat) S 9291 9291 8868 0 -1 4202560 56856 0 0 0 185701 95 0 0 25 0 4 0 720314126 1363845120 308454 33554432000 134512640 135305190 4288384496 18446744073709551615 134657474 0 0 4096 3 18446604468491336576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7470.34
Current children cumulated vsize (KiB) 1340580

[startup+1896.41 s]
/proc/loadavg: 2.72 3.68 3.75 2/362 9359
/proc/meminfo: memFree=12057936/32950928 swapFree=65762508/67111528
[pid=9291] ppid=9289 vsize=8700 CPUtime=1.85 cores=0-7
/proc/9291/stat : 9291 (manysat.sh) S 9289 9291 8868 0 -1 4202496 356 25398 0 0 0 0 179 6 19 0 1 0 720313903 8908800 253 33554432000 4194304 4922060 140734158284928 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9291/statm: 2175 253 209 178 0 68 0
[pid=9294] ppid=9291 vsize=0 CPUtime=7468.6 cores=0-7
/proc/9294/stat : 9294 (manysat1.1_stat) Z 9291 9291 8868 0 -1 4202524 308641 0 0 0 746444 416 0 0 25 0 2 0 720314090 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/9294/statm: 0 0 0 0 0 0 0
[pid=9294/tid=9295] ppid=9291 vsize=0 CPUtime=1860.11 cores=0-7
/proc/9294/task/9295/stat : 9295 (manysat1.1_stat) R 9291 9291 8868 0 -1 4203588 50060 0 0 0 185914 97 0 0 18 0 2 0 720314126 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7470.45
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 1896.44
CPU time (s): 7470.5
CPU user time (s): 7466.24
CPU system time (s): 4.26035
CPU usage (%): 393.922
Max. virtual memory (cumulated for all children) (KiB): 1340580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7466.24
system time used= 4.26035
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334606
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= 129646
involuntary context switches= 17898

runsolver used 6.551 second user time and 15.7516 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 17:33:52
IDJOB=3362200
IDBENCH=82493
IDSOLVER=1839
FILE ID=node116/3362200-1305300832
RUNJOBID= node116-1305296394-8882
PBS_JOBID= 13321437
Free space on /tmp= 45440 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362200-1305300832/watcher-3362200-1305300832 -o /tmp/evaluation-result-3362200-1305300832/solver-3362200-1305300832 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362200-1305300832.cnf aimd 1

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1393318375

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      13311320 kB
Buffers:        251504 kB
Cached:        9673844 kB
SwapCached:      12420 kB
Active:       11039644 kB
Inactive:      8208724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13311320 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:           11800 kB
Writeback:           0 kB
AnonPages:     9321432 kB
Mapped:          15436 kB
Slab:           279568 kB
PageTables:      43720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82743088 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= 45440 MiB
End job on node116 at 2011-05-13 18:05:29