Trace number 3362396

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 5589.33 1423.52

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1476     3168 |     442       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1452     5280 |      --       0       --      -- |     --   | -24/2112
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 240   #clauses: 1452   #literals: 5280
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
5589.20/1423.49	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
5589.20/1423.49	c ============================[ Problem Statistics ]=============================
5589.20/1423.49	c |                                                                             |
5589.20/1423.49	c threadId              : 2
5589.20/1423.49	c restarts              : 30
5589.20/1423.49	c conflicts             : 35393462       (6334 /sec)
5589.20/1423.49	c decisions             : 40680293       (1.77 % random) (7280 /sec)
5589.20/1423.49	c propagations          : 558532906      (99955 /sec)
5589.20/1423.49	c conflict literals     : 1143796632     (16.07 % deleted)
5589.20/1423.49	c Memory used           : 522.91 MB
5589.20/1423.49	c CPU time              : 5587.86 s
5589.20/1423.49	
5589.20/1423.49	c --->m=4, e=8, aimd=1, HOME/19438_many.cnf	time: 1396.96	conflicts: 35393462     
5589.30/1423.51	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-3362396-1305305206/watcher-3362396-1305305206 -o /tmp/evaluation-result-3362396-1305305206/solver-3362396-1305305206 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362396-1305305206.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.80 3.93 3.90 2/265 19438
/proc/meminfo: memFree=8579300/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0

[startup+0.0227901 s]
/proc/loadavg: 3.80 3.93 3.90 2/265 19438
/proc/meminfo: memFree=8579300/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101735 s]
/proc/loadavg: 3.80 3.93 3.90 2/265 19438
/proc/meminfo: memFree=8579300/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3005 s]
/proc/loadavg: 3.80 3.93 3.90 2/265 19438
/proc/meminfo: memFree=8579300/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700429 s]
/proc/loadavg: 3.80 3.93 3.90 2/265 19438
/proc/meminfo: memFree=8579300/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 3.80 3.93 3.90 5/270 19444
/proc/meminfo: memFree=8571200/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=49524 CPUtime=5.94 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 3916 0 0 0 592 2 0 0 18 0 4 0 642120381 50712576 3866 33554432000 134512640 135305190 4290527200 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 12381 3866 84 194 0 12185 0
[pid=19440/tid=19441] ppid=19438 vsize=49524 CPUtime=1.48 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 944 0 0 0 148 0 0 0 18 0 4 0 642120381 50712576 3866 33554432000 134512640 135305190 4290527200 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=49524 CPUtime=1.48 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 813 0 0 0 147 1 0 0 18 0 4 0 642120381 50712576 3866 33554432000 134512640 135305190 4290527200 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=49524 CPUtime=1.48 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 1039 0 0 0 148 0 0 0 18 0 4 0 642120381 50712576 3866 33554432000 134512640 135305190 4290527200 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 58224

[startup+3.10101 s]
/proc/loadavg: 3.81 3.93 3.90 5/270 19444
/proc/meminfo: memFree=8558924/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=62144 CPUtime=12.35 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 6875 0 0 0 1230 5 0 0 18 0 4 0 642120381 63635456 6825 33554432000 134512640 135305190 4290527200 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 15536 6825 84 194 0 15340 0
[pid=19440/tid=19441] ppid=19438 vsize=62144 CPUtime=3.08 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 1714 0 0 0 308 0 0 0 21 0 4 0 642120381 63635456 6825 33554432000 134512640 135305190 4290527200 18446744073709551615 134528289 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=62144 CPUtime=3.07 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 1440 0 0 0 305 2 0 0 18 0 4 0 642120381 63635456 6825 33554432000 134512640 135305190 4290527200 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=62144 CPUtime=3.08 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 1944 0 0 0 308 0 0 0 18 0 4 0 642120381 63635456 6825 33554432000 134512640 135305190 4290527200 18446744073709551615 134538524 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 70844

[startup+6.30044 s]
/proc/loadavg: 3.81 3.93 3.90 5/270 19444
/proc/meminfo: memFree=8550772/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=72360 CPUtime=25.13 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 9228 0 0 0 2507 6 0 0 18 0 4 0 642120381 74096640 9178 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 18090 9178 84 194 0 17894 0
[pid=19440/tid=19441] ppid=19438 vsize=72360 CPUtime=6.28 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 2270 0 0 0 628 0 0 0 25 0 4 0 642120381 74096640 9178 33554432000 134512640 135305190 4290527200 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=72360 CPUtime=6.27 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 2031 0 0 0 624 3 0 0 18 0 4 0 642120381 74096640 9178 33554432000 134512640 135305190 4290527200 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=72360 CPUtime=6.27 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 2583 0 0 0 627 0 0 0 18 0 4 0 642120381 74096640 9178 33554432000 134512640 135305190 4290527200 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 81060

[startup+12.7003 s]
/proc/loadavg: 3.84 3.93 3.90 5/270 19444
/proc/meminfo: memFree=8537876/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=84588 CPUtime=50.72 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 12241 0 0 0 5063 9 0 0 18 0 4 0 642120381 86618112 12191 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 21147 12191 84 194 0 20951 0
[pid=19440/tid=19441] ppid=19438 vsize=84588 CPUtime=12.68 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 2920 0 0 0 1267 1 0 0 20 0 4 0 642120381 86618112 12191 33554432000 134512640 135305190 4290527200 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=84588 CPUtime=12.66 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 2691 0 0 0 1262 4 0 0 18 0 4 0 642120381 86618112 12191 33554432000 134512640 135305190 4290527200 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=84588 CPUtime=12.68 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 3513 0 0 0 1267 1 0 0 18 0 4 0 642120381 86618112 12191 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 93288

[startup+25.501 s]
/proc/loadavg: 3.86 3.93 3.90 5/270 19445
/proc/meminfo: memFree=8523924/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=101636 CPUtime=101.9 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 16030 0 0 0 10177 13 0 0 25 0 4 0 642120381 104075264 15965 33554432000 134512640 135305190 4290527200 18446744073709551615 134538136 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 25409 15966 84 194 0 25213 0
[pid=19440/tid=19441] ppid=19438 vsize=101636 CPUtime=25.47 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 3862 0 0 0 2545 2 0 0 25 0 4 0 642120381 104075264 15966 33554432000 134512640 135305190 4290527200 18446744073709551615 134857151 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=101636 CPUtime=25.46 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 3437 0 0 0 2541 5 0 0 23 0 4 0 642120381 104075264 15966 33554432000 134512640 135305190 4290527200 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=101636 CPUtime=25.47 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 4443 0 0 0 2545 2 0 0 19 0 4 0 642120381 104075264 15966 33554432000 134512640 135305190 4290527200 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 110336

[startup+51.1005 s]
/proc/loadavg: 3.91 3.94 3.90 5/270 19445
/proc/meminfo: memFree=8496972/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=131736 CPUtime=204.29 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 22948 0 0 0 20410 19 0 0 18 0 4 0 642120381 134897664 22883 33554432000 134512640 135305190 4290527200 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 32934 22883 84 194 0 32738 0
[pid=19440/tid=19441] ppid=19438 vsize=131736 CPUtime=51.07 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 5451 0 0 0 5103 4 0 0 25 0 4 0 642120381 134897664 22883 33554432000 134512640 135305190 4290527200 18446744073709551615 134834440 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=131736 CPUtime=51.06 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 5288 0 0 0 5099 7 0 0 18 0 4 0 642120381 134897664 22884 33554432000 134512640 135305190 4290527200 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=131736 CPUtime=51.06 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 6740 0 0 0 5102 4 0 0 18 0 4 0 642120381 134897664 22884 33554432000 134512640 135305190 4290527200 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (KiB) 140436

[startup+102.31 s]
/proc/loadavg: 3.96 3.95 3.91 5/270 19447
/proc/meminfo: memFree=8457536/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=170888 CPUtime=409.09 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 32406 0 0 0 40880 29 0 0 25 0 4 0 642120381 174989312 32341 33554432000 134512640 135305190 4290527200 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 42722 32341 84 194 0 42526 0
[pid=19440/tid=19441] ppid=19438 vsize=170888 CPUtime=102.27 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 7608 0 0 0 10221 6 0 0 25 0 4 0 642120381 174989312 32341 33554432000 134512640 135305190 4290527200 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=170888 CPUtime=102.24 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 9141 0 0 0 10213 11 0 0 19 0 4 0 642120381 174989312 32341 33554432000 134512640 135305190 4290527200 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=170888 CPUtime=102.26 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 8310 0 0 0 10220 6 0 0 19 0 4 0 642120381 174989312 32341 33554432000 134512640 135305190 4290527200 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 409.09
Current children cumulated vsize (KiB) 179588

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/270 19448
/proc/meminfo: memFree=8423908/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=208036 CPUtime=649.03 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 40755 0 0 0 64863 40 0 0 18 0 4 0 642120381 213028864 40686 33554432000 134512640 135305190 4290527200 18446744073709551615 134538543 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 52009 40686 84 194 0 51813 0
[pid=19440/tid=19441] ppid=19438 vsize=208036 CPUtime=162.26 cores=0-7

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

/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 95782 0 0 0 400776 113 0 0 18 0 4 0 642120381 458809344 95284 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 112014 95284 84 194 0 111818 0
[pid=19440/tid=19441] ppid=19438 vsize=448056 CPUtime=1002.23 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 20967 0 0 0 100202 21 0 0 25 0 4 0 642120381 458809344 95284 33554432000 134512640 135305190 4290527200 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=448056 CPUtime=1002.17 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 32879 0 0 0 100175 42 0 0 25 0 4 0 642120381 458809344 95284 33554432000 134512640 135305190 4290527200 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=448056 CPUtime=1002.2 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 19399 0 0 0 100196 24 0 0 18 0 4 0 642120381 458809344 95284 33554432000 134512640 135305190 4290527200 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4008.89
Current children cumulated vsize (KiB) 456756

[startup+1062.3 s]
/proc/loadavg: 4.13 4.02 3.93 5/270 19484
/proc/meminfo: memFree=8199260/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=455204 CPUtime=4248.88 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 97080 0 0 0 424772 116 0 0 25 0 4 0 642120381 466128896 96582 33554432000 134512640 135305190 4290527200 18446744073709551615 134538309 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 113801 96582 84 194 0 113605 0
[pid=19440/tid=19441] ppid=19438 vsize=455204 CPUtime=1062.24 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 21470 0 0 0 106201 23 0 0 25 0 4 0 642120381 466128896 96582 33554432000 134512640 135305190 4290527200 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=455204 CPUtime=1062.18 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 32888 0 0 0 106175 43 0 0 22 0 4 0 642120381 466128896 96582 33554432000 134512640 135305190 4290527200 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=455204 CPUtime=1062.21 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 19504 0 0 0 106196 25 0 0 25 0 4 0 642120381 466128896 96582 33554432000 134512640 135305190 4290527200 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4248.88
Current children cumulated vsize (KiB) 463904

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/270 19486
/proc/meminfo: memFree=8194816/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=460316 CPUtime=4488.87 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 98209 0 0 0 448768 119 0 0 25 0 4 0 642120381 471363584 97711 33554432000 134512640 135305190 4290527200 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 115079 97711 84 194 0 114883 0
[pid=19440/tid=19441] ppid=19438 vsize=460316 CPUtime=1122.22 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 22027 0 0 0 112198 24 0 0 25 0 4 0 642120381 471363584 97711 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=460316 CPUtime=1122.17 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 32888 0 0 0 112174 43 0 0 25 0 4 0 642120381 471363584 97711 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=460316 CPUtime=1122.21 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 20076 0 0 0 112195 26 0 0 25 0 4 0 642120381 471363584 97711 33554432000 134512640 135305190 4290527200 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4488.87
Current children cumulated vsize (KiB) 469016

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/270 19488
/proc/meminfo: memFree=8190816/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=465308 CPUtime=4728.87 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 99222 0 0 0 472765 122 0 0 25 0 4 0 642120381 476475392 98724 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 116327 98724 84 194 0 116131 0
[pid=19440/tid=19441] ppid=19438 vsize=465308 CPUtime=1182.22 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 22093 0 0 0 118198 24 0 0 25 0 4 0 642120381 476475392 98724 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=465308 CPUtime=1182.17 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 32888 0 0 0 118173 44 0 0 25 0 4 0 642120381 476475392 98724 33554432000 134512640 135305190 4290527200 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=465308 CPUtime=1182.21 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 20689 0 0 0 118194 27 0 0 25 0 4 0 642120381 476475392 98724 33554432000 134512640 135305190 4290527200 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4728.87
Current children cumulated vsize (KiB) 474008

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/270 19489
/proc/meminfo: memFree=8182868/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=474284 CPUtime=4968.87 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 101170 0 0 0 496764 123 0 0 25 0 4 0 642120381 485666816 100665 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 118571 100665 84 194 0 118375 0
[pid=19440/tid=19441] ppid=19438 vsize=474284 CPUtime=1242.22 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 22298 0 0 0 124198 24 0 0 25 0 4 0 642120381 485666816 100665 33554432000 134512640 135305190 4290527200 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=474284 CPUtime=1242.17 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 33733 0 0 0 124173 44 0 0 25 0 4 0 642120381 485666816 100665 33554432000 134512640 135305190 4290527200 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=474284 CPUtime=1242.21 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 21262 0 0 0 124194 27 0 0 25 0 4 0 642120381 485666816 100665 33554432000 134512640 135305190 4290527200 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4968.87
Current children cumulated vsize (KiB) 482984

[startup+1302.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/270 19491
/proc/meminfo: memFree=8145276/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=514472 CPUtime=5208.91 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 110577 0 0 0 520755 136 0 0 25 0 4 0 642120381 526819328 110018 33554432000 134512640 135305190 4290527200 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 128618 110018 84 194 0 128422 0
[pid=19440/tid=19441] ppid=19438 vsize=514472 CPUtime=1302.23 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 24332 0 0 0 130196 27 0 0 25 0 4 0 642120381 526819328 110018 33554432000 134512640 135305190 4290527200 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=514472 CPUtime=1302.18 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 38920 0 0 0 130168 50 0 0 25 0 4 0 642120381 526819328 110018 33554432000 134512640 135305190 4290527200 18446744073709551615 134554549 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=514472 CPUtime=1302.22 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 22442 0 0 0 130193 29 0 0 25 0 4 0 642120381 526819328 110018 33554432000 134512640 135305190 4290527200 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5208.91
Current children cumulated vsize (KiB) 523172

[startup+1362.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/270 19492
/proc/meminfo: memFree=8127904/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=533256 CPUtime=5448.88 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 115069 0 0 0 544745 143 0 0 25 0 4 0 642120381 546054144 114411 33554432000 134512640 135305190 4290527200 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 133314 114411 84 194 0 133118 0
[pid=19440/tid=19441] ppid=19438 vsize=533256 CPUtime=1362.22 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 24951 0 0 0 136194 28 0 0 25 0 4 0 642120381 546054144 114411 33554432000 134512640 135305190 4290527200 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=533256 CPUtime=1362.17 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 41638 0 0 0 136164 53 0 0 25 0 4 0 642120381 546054144 114411 33554432000 134512640 135305190 4290527200 18446744073709551615 134552689 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=533256 CPUtime=1362.21 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202560 23066 0 0 0 136189 32 0 0 25 0 4 0 642120381 546054144 114411 33554432000 134512640 135305190 4290527200 18446744073709551615 134539032 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5448.88
Current children cumulated vsize (KiB) 541956

[startup+1422.31 s]
/proc/loadavg: 2.67 3.67 3.81 2/270 19494
/proc/meminfo: memFree=8126652/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=535456 CPUtime=5588.1 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 115350 0 0 0 558667 143 0 0 25 0 4 0 642120381 548306944 114692 33554432000 134512640 135305190 4290527200 18446744073709551615 134539061 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 133864 114692 84 194 0 133668 0
[pid=19440/tid=19441] ppid=19438 vsize=535456 CPUtime=1388.63 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) S 19438 19438 18955 0 -1 4202560 25199 0 0 0 138835 28 0 0 25 0 4 0 642120381 548306944 114692 33554432000 134512640 135305190 4290527200 18446744073709551615 134657474 0 0 4096 3 18446604469054134400 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=535456 CPUtime=1388.57 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) S 19438 19438 18955 0 -1 4202560 41638 0 0 0 138804 53 0 0 25 0 4 0 642120381 548306944 114692 33554432000 134512640 135305190 4290527200 18446744073709551615 134657474 0 0 4096 3 18446604469054134400 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=535456 CPUtime=1388.62 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) S 19438 19438 18955 0 -1 4202560 23066 0 0 0 138830 32 0 0 25 0 4 0 642120381 548306944 114692 33554432000 134512640 135305190 4290527200 18446744073709551615 134657474 0 0 4096 3 18446604469054134400 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5588.1
Current children cumulated vsize (KiB) 544156

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

[startup+1423.1 s]
/proc/loadavg: 2.67 3.67 3.81 2/270 19494
/proc/meminfo: memFree=8126652/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=535456 CPUtime=5588.89 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) R 19438 19438 18955 0 -1 4202496 115350 0 0 0 558746 143 0 0 25 0 4 0 642120381 548306944 114626 33554432000 134512640 135305190 4290527200 18446744073709551615 134539432 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 133864 114626 84 194 0 133668 0
[pid=19440/tid=19441] ppid=19438 vsize=535456 CPUtime=1388.63 cores=0-7
/proc/19440/task/19441/stat : 19441 (manysat1.1_stat) S 19438 19438 18955 0 -1 4202560 25199 0 0 0 138835 28 0 0 25 0 4 0 642120381 548306944 114626 33554432000 134512640 135305190 4290527200 18446744073709551615 134657474 0 0 4096 3 18446604469054134400 0 0 -1 4 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=535456 CPUtime=1388.57 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) S 19438 19438 18955 0 -1 4202560 41638 0 0 0 138804 53 0 0 25 0 4 0 642120381 548306944 114626 33554432000 134512640 135305190 4290527200 18446744073709551615 134657474 0 0 4096 3 18446604469054134400 0 0 -1 6 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=535456 CPUtime=1388.62 cores=0-7
/proc/19440/task/19443/stat : 19443 (manysat1.1_stat) S 19438 19438 18955 0 -1 4202560 23066 0 0 0 138830 32 0 0 25 0 4 0 642120381 548306944 114626 33554432000 134512640 135305190 4290527200 18446744073709551615 134657474 0 0 4096 3 18446604469054134400 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5588.89
Current children cumulated vsize (KiB) 544156

[startup+1423.5 s]
/proc/loadavg: 2.67 3.67 3.81 2/270 19494
/proc/meminfo: memFree=8126652/32950904 swapFree=67057400/67111528
[pid=19438] ppid=19436 vsize=8700 CPUtime=0 cores=0-7
/proc/19438/stat : 19438 (manysat.sh) S 19436 19438 18955 0 -1 4202496 357 176 0 0 0 0 0 0 25 0 1 0 642120380 8908800 252 33554432000 4194304 4922060 140736990158016 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19438/statm: 2175 252 209 178 0 68 0
[pid=19440] ppid=19438 vsize=0 CPUtime=5589.3 cores=0-7
/proc/19440/stat : 19440 (manysat1.1_stat) Z 19438 19438 18955 0 -1 4202524 115365 0 0 0 558785 145 0 0 25 0 2 0 642120381 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/19440/statm: 0 0 0 0 0 0 0
[pid=19440/tid=19442] ppid=19438 vsize=0 CPUtime=1388.58 cores=0-7
/proc/19440/task/19442/stat : 19442 (manysat1.1_stat) R 19438 19438 18955 0 -1 4203588 41638 0 0 0 138804 54 0 0 18 0 2 0 642120381 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5589.3
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 1423.52
CPU time (s): 5589.33
CPU user time (s): 5587.86
CPU system time (s): 1.46778
CPU usage (%): 392.641
Max. virtual memory (cumulated for all children) (KiB): 544156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5587.86
system time used= 1.46778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116108
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= 38185
involuntary context switches= 22560

runsolver used 3.46547 second user time and 8.19675 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-13 18:46:46
IDJOB=3362396
IDBENCH=87943
IDSOLVER=1839
FILE ID=node121/3362396-1305305206
RUNJOBID= node121-1305296394-18969
PBS_JOBID= 13321432
Free space on /tmp= 43840 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362396-1305305206/watcher-3362396-1305305206 -o /tmp/evaluation-result-3362396-1305305206/solver-3362396-1305305206 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362396-1305305206.cnf aimd 1

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=2074454358

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:       8579580 kB
Buffers:        257728 kB
Cached:       18043668 kB
SwapCached:       7656 kB
Active:        9325624 kB
Inactive:     14345180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       8579580 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            5540 kB
Writeback:           0 kB
AnonPages:     5367308 kB
Mapped:          21328 kB
Slab:           611188 kB
PageTables:      23352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30640880 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= 43840 MiB
End job on node121 at 2011-05-13 19:10:30