Trace number 3290992

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
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.38 1202.04

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3290992-1304133659.cnf'
0.00/0.00	c -- header says num vars:          15364
0.00/0.00	c -- header says num clauses:     2133873
3.96/1.06	c -- clauses added:            0 learnts,      2133873 normals,            0 xors
3.96/1.06	c -- vars added      15364
3.96/1.06	c Parsing time:  3.83 s
3.96/1.06	c  N st     0         0     15364   2092882     40002         0  18028837         0   no data   no data  --
5.54/1.42	c asymm  cl-useful: 0/5431/2092294 lits-rem:0 time: 1.10
28.66/7.20	c Flit:    84 Blit:      0 bXBeca:    0 bXProp:   92 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 21.48
35.05/8.82	c Replacing       92 vars Replaced  1174400 lits Time:     6.41 s 
39.03/9.82	c bin-w-bin subsume rem          404 bins  time:  0.02 s
51.80/13.00	c subs with bin:    11107  lits-rem:         0  v-fix:    0  time: 12.66 s
51.80/13.05	c Subs w/ non-existent bins:    211 l-rem:      0 v-fix:     0 done:   3818 time:  0.18 s
51.80/13.08	c Removed useless bin:       0  fixed:     0  props:   4.22M  time:  0.12 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3290992-1304133659/watcher-3290992-1304133659 -o /tmp/evaluation-result-3290992-1304133659/solver-3290992-1304133659 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3290992-1304133659.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.77 8.02 7.98 5/180 6508
/proc/meminfo: memFree=28897240/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 505781700 52465664 352 33554432000 4194304 4650419 140733536586208 18446744073709551615 47394570749874 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 12809 352 303 112 0 7774 0
[pid=6508/tid=6509] ppid=6506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 505781700 52465664 352 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 505781700 52465664 352 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 505781700 52465664 352 33554432000 4194304 4650419 140733536586208 18446744073709551615 47394570749878 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0381651 s]
/proc/loadavg: 7.77 8.02 7.98 5/180 6508
/proc/meminfo: memFree=28897240/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=284052 CPUtime=0.13 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 5075 0 0 0 12 1 0 0 18 0 4 0 505781700 290869248 4983 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095450939 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 71013 4983 344 112 0 65978 0
[pid=6508/tid=6509] ppid=6506 vsize=284052 CPUtime=0.02 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1168 0 0 0 2 0 0 0 25 0 4 0 505781700 290869248 4983 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095450939 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=284052 CPUtime=0.02 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1164 0 0 0 2 0 0 0 18 0 4 0 505781700 290869248 4983 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095450939 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=284052 CPUtime=0.03 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1164 0 0 0 3 0 0 0 18 0 4 0 505781700 290869248 4983 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095450939 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 284052

[startup+0.101146 s]
/proc/loadavg: 7.77 8.02 7.98 5/180 6508
/proc/meminfo: memFree=28897240/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=286696 CPUtime=0.37 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 11484 0 0 0 36 1 0 0 18 0 4 0 505781700 293576704 11392 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 71674 11395 344 112 0 66639 0
[pid=6508/tid=6509] ppid=6506 vsize=286696 CPUtime=0.08 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2767 0 0 0 8 0 0 0 25 0 4 0 505781700 293576704 11397 33554432000 4194304 4650419 140733536586208 18446744073709551615 4372556 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=286696 CPUtime=0.09 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2765 0 0 0 9 0 0 0 18 0 4 0 505781700 293576704 11400 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=286696 CPUtime=0.09 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2776 0 0 0 9 0 0 0 18 0 4 0 505781700 293576704 11401 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 286696

[startup+0.301109 s]
/proc/loadavg: 7.77 8.02 7.98 5/180 6508
/proc/meminfo: memFree=28897240/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=459004 CPUtime=1.16 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 46285 0 0 0 106 10 0 0 18 0 4 0 505781700 470020096 45211 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520352 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 114751 45214 345 112 0 109716 0
[pid=6508/tid=6509] ppid=6506 vsize=459004 CPUtime=0.28 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 11501 0 0 0 26 2 0 0 25 0 4 0 505781700 470020096 45217 33554432000 4194304 4650419 140733536586208 18446744073709551615 4545992 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=459004 CPUtime=0.28 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 11279 0 0 0 26 2 0 0 18 0 4 0 505781700 470020096 45229 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095148224 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=459004 CPUtime=0.29 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 11605 0 0 0 27 2 0 0 18 0 4 0 505781700 470020096 45243 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 459004

[startup+0.701036 s]
/proc/loadavg: 7.77 8.02 7.98 5/180 6508
/proc/meminfo: memFree=28897240/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=789392 CPUtime=2.76 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 109225 0 0 0 251 25 0 0 18 0 4 0 505781700 808337408 108151 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 197348 108155 345 112 0 192313 0
[pid=6508/tid=6509] ppid=6506 vsize=789392 CPUtime=0.68 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 27349 0 0 0 62 6 0 0 25 0 4 0 505781700 808337408 108156 33554432000 4194304 4650419 140733536586208 18446744073709551615 4306796 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=789392 CPUtime=0.68 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 26780 0 0 0 62 6 0 0 18 0 4 0 505781700 808337408 108160 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=789392 CPUtime=0.68 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 27472 0 0 0 63 5 0 0 18 0 4 0 505781700 808337408 108161 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 789392

[startup+1.5009 s]
/proc/loadavg: 7.77 8.02 7.98 9/184 6512
/proc/meminfo: memFree=28279564/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=1426708 CPUtime=5.93 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 209584 0 0 0 550 43 0 0 18 0 4 0 505781700 1460948992 196376 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095148682 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 356677 196401 370 112 0 351642 0
[pid=6508/tid=6509] ppid=6506 vsize=1426708 CPUtime=1.47 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 55385 0 0 0 136 11 0 0 25 0 4 0 505781700 1460948992 196413 33554432000 4194304 4650419 140733536586208 18446744073709551615 4514425 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=1426708 CPUtime=1.48 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 51100 0 0 0 136 12 0 0 18 0 4 0 505781700 1460948992 196430 33554432000 4194304 4650419 140733536586208 18446744073709551615 4515973 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=1426708 CPUtime=1.47 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 45555 0 0 0 138 9 0 0 20 0 4 0 505781700 1460948992 196444 33554432000 4194304 4650419 140733536586208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1426708

[startup+3.10059 s]
/proc/loadavg: 7.95 8.05 7.99 9/184 6512
/proc/meminfo: memFree=28079312/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=1160252 CPUtime=12.31 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 320429 0 0 0 1168 63 0 0 21 0 4 0 505781700 1188098048 203291 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095112225 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 290063 203291 374 112 0 285028 0
[pid=6508/tid=6509] ppid=6506 vsize=1160252 CPUtime=3.07 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 90029 0 0 0 291 16 0 0 25 0 4 0 505781700 1188098048 203292 33554432000 4194304 4650419 140733536586208 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=1160252 CPUtime=3.08 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 90025 0 0 0 290 18 0 0 20 0 4 0 505781700 1188098048 203292 33554432000 4194304 4650419 140733536586208 18446744073709551615 4370660 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=1160252 CPUtime=3.05 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 49881 0 0 0 292 13 0 0 24 0 4 0 505781700 1188098048 203292 33554432000 4194304 4650419 140733536586208 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1160252

[startup+6.301 s]
/proc/loadavg: 7.95 8.05 7.99 9/184 6512
/proc/meminfo: memFree=28034920/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=1168856 CPUtime=25.08 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 335957 0 0 0 2439 69 0 0 25 0 4 0 505781700 1196908544 218819 33554432000 4194304 4650419 140733536586208 18446744073709551615 4370582 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 292214 218819 374 112 0 287179 0
[pid=6508/tid=6509] ppid=6506 vsize=1168856 CPUtime=6.25 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 94315 0 0 0 607 18 0 0 25 0 4 0 505781700 1196908544 218819 33554432000 4194304 4650419 140733536586208 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=1168856 CPUtime=6.28 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 94297 0 0 0 609 19 0 0 25 0 4 0 505781700 1196908544 218819 33554432000 4194304 4650419 140733536586208 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=1168856 CPUtime=6.24 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 52273 0 0 0 611 13 0 0 25 0 4 0 505781700 1196908544 218819 33554432000 4194304 4650419 140733536586208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 1168856

[startup+12.7008 s]
/proc/loadavg: 7.95 8.05 7.99 9/184 6513
/proc/meminfo: memFree=26815520/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=2363092 CPUtime=50.59 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 633344 0 0 0 4937 122 0 0 25 0 4 0 505781700 2419806208 516198 33554432000 4194304 4650419 140733536586208 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 590773 516198 386 112 0 585738 0
[pid=6508/tid=6509] ppid=6506 vsize=2363092 CPUtime=12.6 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 192958 0 0 0 1224 36 0 0 25 0 4 0 505781700 2419806208 516198 33554432000 4194304 4650419 140733536586208 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=2363092 CPUtime=12.66 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 193070 0 0 0 1232 34 0 0 25 0 4 0 505781700 2419806208 516198 33554432000 4194304 4650419 140733536586208 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=2363092 CPUtime=12.64 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 53971 0 0 0 1249 15 0 0 25 0 4 0 505781700 2419806208 516198 33554432000 4194304 4650419 140733536586208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 2363092

[startup+25.5005 s]
/proc/loadavg: 8.03 8.06 8.00 9/184 6513
/proc/meminfo: memFree=26695188/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=2572364 CPUtime=101.73 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 663150 0 0 0 10046 127 0 0 25 0 4 0 505781700 2634100736 545512 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 643091 545512 657 112 0 638056 0
[pid=6508/tid=6509] ppid=6506 vsize=2572364 CPUtime=25.33 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 201979 0 0 0 2496 37 0 0 25 0 4 0 505781700 2634100736 545512 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=2572364 CPUtime=25.46 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 202092 0 0 0 2511 35 0 0 25 0 4 0 505781700 2634100736 545512 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=2572364 CPUtime=25.44 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 57809 0 0 0 2528 16 0 0 25 0 4 0 505781700 2634100736 545512 33554432000 4194304 4650419 140733536586208 18446744073709551615 228095111877 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 2572364

[startup+51.1007 s]
/proc/loadavg: 8.02 8.05 8.00 9/184 6514
/proc/meminfo: memFree=26217916/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3092628 CPUtime=203.98 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 1311759 0 0 0 20188 210 0 0 25 0 4 0 505781700 3166851072 654956 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6508/statm: 773157 654956 392 112 0 768122 0
[pid=6508/tid=6509] ppid=6506 vsize=3092628 CPUtime=50.88 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 414236 0 0 0 5024 64 0 0 25 0 4 0 505781700 3166851072 654956 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3092628 CPUtime=51.06 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 362696 0 0 0 5049 57 0 0 25 0 4 0 505781700 3166851072 654956 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3092628 CPUtime=51.03 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 169835 0 0 0 5074 29 0 0 25 0 4 0 505781700 3166851072 654956 33554432000 4194304 4650419 140733536586208 18446744073709551615 4422572 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 3092628

[startup+102.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/184 6515
/proc/meminfo: memFree=26238360/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3100840 CPUtime=408.52 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 2166451 0 0 0 40541 311 0 0 25 0 4 0 505781700 3175260160 658160 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6508/statm: 775210 658160 392 112 0 770175 0
[pid=6508/tid=6509] ppid=6506 vsize=3100840 CPUtime=102.07 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 656185 0 0 0 10113 94 0 0 25 0 4 0 505781700 3175260160 658160 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3100840 CPUtime=102.26 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 552487 0 0 0 10146 80 0 0 25 0 4 0 505781700 3175260160 658160 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3100840 CPUtime=102.23 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 338045 0 0 0 10176 47 0 0 25 0 4 0 505781700 3175260160 658160 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 3100840

[startup+162.301 s]

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


[startup+702.3 s]
/proc/loadavg: 5.68 7.44 7.82 5/175 6552
/proc/meminfo: memFree=26603276/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3030872 CPUtime=2804.51 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 6894201 0 0 0 279536 915 0 0 25 0 4 0 505781700 3103612928 661230 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476331 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 757718 661230 392 112 0 752683 0
[pid=6508/tid=6509] ppid=6506 vsize=3030872 CPUtime=699.14 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2189179 0 0 0 69623 291 0 0 25 0 4 0 505781700 3103612928 661230 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3030872 CPUtime=702.27 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1540929 0 0 0 70021 206 0 0 25 0 4 0 505781700 3103612928 661230 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3030872 CPUtime=701.56 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1293621 0 0 0 69991 165 0 0 25 0 4 0 505781700 3103612928 661230 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.51
Current children cumulated vsize (KiB) 3030872

[startup+762.3 s]
/proc/loadavg: 4.63 6.78 7.56 5/175 6554
/proc/meminfo: memFree=26605064/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3053844 CPUtime=3044.23 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 6990752 0 0 0 303497 926 0 0 25 0 4 0 505781700 3127136256 660815 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 763461 660815 392 112 0 758426 0
[pid=6508/tid=6509] ppid=6506 vsize=3053844 CPUtime=758.87 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2280082 0 0 0 75586 301 0 0 25 0 4 0 505781700 3127136256 660815 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3053844 CPUtime=762.27 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1541273 0 0 0 76021 206 0 0 25 0 4 0 505781700 3127136256 660815 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3053844 CPUtime=761.57 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1298231 0 0 0 75991 166 0 0 25 0 4 0 505781700 3127136256 660815 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.23
Current children cumulated vsize (KiB) 3053844

[startup+822.301 s]
/proc/loadavg: 4.25 6.31 7.36 5/175 6555
/proc/meminfo: memFree=26641824/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3012112 CPUtime=3283.97 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 7217080 0 0 0 327442 955 0 0 25 0 4 0 505781700 3084402688 651510 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 753028 651510 392 112 0 747993 0
[pid=6508/tid=6509] ppid=6506 vsize=3012112 CPUtime=818.59 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2408006 0 0 0 81542 317 0 0 25 0 4 0 505781700 3084402688 651510 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3012112 CPUtime=822.27 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1549365 0 0 0 82020 207 0 0 25 0 4 0 505781700 3084402688 651510 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3012112 CPUtime=821.57 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1388113 0 0 0 81980 177 0 0 25 0 4 0 505781700 3084402688 651510 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.97
Current children cumulated vsize (KiB) 3012112

[startup+882.301 s]
/proc/loadavg: 4.13 5.87 7.13 5/175 6557
/proc/meminfo: memFree=26680916/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=2933340 CPUtime=3523.52 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 11703315 0 0 0 350797 1555 0 0 25 0 4 0 505781700 3003740160 641455 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 733335 641455 392 112 0 728300 0
[pid=6508/tid=6509] ppid=6506 vsize=2933340 CPUtime=878.21 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4683318 0 0 0 87182 639 0 0 25 0 4 0 505781700 3003740160 641455 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=2933340 CPUtime=882.26 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 2056316 0 0 0 87949 277 0 0 25 0 4 0 505781700 3003740160 641455 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=2933340 CPUtime=881.54 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1876009 0 0 0 87916 238 0 0 25 0 4 0 505781700 3003740160 641455 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.52
Current children cumulated vsize (KiB) 2933340

[startup+942.301 s]
/proc/loadavg: 4.05 5.56 6.95 5/175 6558
/proc/meminfo: memFree=26698456/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=2952776 CPUtime=3763.2 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 12989724 0 0 0 374535 1785 0 0 25 0 4 0 505781700 3023642624 637585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 738194 637585 392 112 0 733159 0
[pid=6508/tid=6509] ppid=6506 vsize=2952776 CPUtime=937.89 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4774130 0 0 0 93134 655 0 0 25 0 4 0 505781700 3023642624 637585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=2952776 CPUtime=942.26 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 3111207 0 0 0 93761 465 0 0 25 0 4 0 505781700 3023642624 637585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=2952776 CPUtime=941.54 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1880913 0 0 0 93915 239 0 0 25 0 4 0 505781700 3023642624 637585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.2
Current children cumulated vsize (KiB) 2952776

[startup+1002.3 s]
/proc/loadavg: 4.02 5.25 6.75 5/175 6560
/proc/meminfo: memFree=26675324/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3083848 CPUtime=4002.87 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 13518437 0 0 0 398400 1887 0 0 25 0 4 0 505781700 3157860352 644585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 770962 644585 392 112 0 765927 0
[pid=6508/tid=6509] ppid=6506 vsize=3083848 CPUtime=997.57 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4919387 0 0 0 99074 683 0 0 25 0 4 0 505781700 3157860352 644585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3083848 CPUtime=1002.26 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 3400584 0 0 0 99704 522 0 0 25 0 4 0 505781700 3157860352 644585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3083848 CPUtime=1001.54 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1880913 0 0 0 99915 239 0 0 25 0 4 0 505781700 3157860352 644585 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.87
Current children cumulated vsize (KiB) 3083848

[startup+1062.3 s]
/proc/loadavg: 4.00 5.04 6.59 5/175 6562
/proc/meminfo: memFree=26635456/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3092712 CPUtime=4242.55 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 14088352 0 0 0 422262 1993 0 0 25 0 4 0 505781700 3166937088 653196 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 773178 653196 392 112 0 768143 0
[pid=6508/tid=6509] ppid=6506 vsize=3092712 CPUtime=1057.24 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4994367 0 0 0 105027 697 0 0 25 0 4 0 505781700 3166937088 653196 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3092712 CPUtime=1062.26 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 3762476 0 0 0 105636 590 0 0 25 0 4 0 505781700 3166937088 653196 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3092712 CPUtime=1061.54 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1882647 0 0 0 105914 240 0 0 25 0 4 0 505781700 3166937088 653196 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.55
Current children cumulated vsize (KiB) 3092712

[startup+1122.3 s]
/proc/loadavg: 4.00 4.83 6.41 5/175 6563
/proc/meminfo: memFree=26614436/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3092712 CPUtime=4482.23 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 15001254 0 0 0 446070 2153 0 0 25 0 4 0 505781700 3166937088 659883 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 773178 659883 1723 112 0 768143 0
[pid=6508/tid=6509] ppid=6506 vsize=3092712 CPUtime=1116.91 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 5185647 0 0 0 110959 732 0 0 25 0 4 0 505781700 3166937088 659883 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3092712 CPUtime=1122.26 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4275099 0 0 0 111549 677 0 0 25 0 4 0 505781700 3166937088 659883 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3092712 CPUtime=1121.54 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1882647 0 0 0 111914 240 0 0 25 0 4 0 505781700 3166937088 659883 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.23
Current children cumulated vsize (KiB) 3092712

[startup+1182.3 s]
/proc/loadavg: 4.03 4.69 6.26 5/175 6565
/proc/meminfo: memFree=26600696/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3096060 CPUtime=4721.93 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 15551975 0 0 0 469940 2253 0 0 25 0 4 0 505781700 3170365440 662010 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 774015 662010 392 112 0 768980 0
[pid=6508/tid=6509] ppid=6506 vsize=3096060 CPUtime=1176.6 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 5296726 0 0 0 116907 753 0 0 25 0 4 0 505781700 3170365440 662010 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3096060 CPUtime=1182.27 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4678852 0 0 0 117476 751 0 0 25 0 4 0 505781700 3170365440 662010 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3096060 CPUtime=1181.55 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1883537 0 0 0 117915 240 0 0 25 0 4 0 505781700 3170365440 662010 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.93
Current children cumulated vsize (KiB) 3096060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.02 4.64 6.21 5/175 6565
/proc/meminfo: memFree=26586404/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=3096840 CPUtime=4800.23 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) R 6506 6508 6135 0 -1 4202496 15650647 0 0 0 477751 2272 0 0 25 0 4 0 505781700 3171164160 665500 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 774210 665500 392 112 0 769175 0
[pid=6508/tid=6509] ppid=6506 vsize=3096840 CPUtime=1196.09 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 5296812 0 0 0 118856 753 0 0 25 0 4 0 505781700 3171164160 665500 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6508/tid=6510] ppid=6506 vsize=3096840 CPUtime=1201.87 cores=0,2,4,6
/proc/6508/task/6510/stat : 6510 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 4777352 0 0 0 119418 769 0 0 25 0 4 0 505781700 3171164160 665500 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6508/tid=6511] ppid=6506 vsize=3096840 CPUtime=1201.15 cores=0,2,4,6
/proc/6508/task/6511/stat : 6511 (strangenight1-m) R 6506 6508 6135 0 -1 4202560 1883558 0 0 0 119875 240 0 0 25 0 4 0 505781700 3171164160 665500 33554432000 4194304 4650419 140733536586208 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 3096840

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1202.01 s]
/proc/loadavg: 4.02 4.64 6.21 5/175 6565
/proc/meminfo: memFree=26586404/32951124 swapFree=67111348/67111528
[pid=6508] ppid=6506 vsize=0 CPUtime=4800.35 cores=0,2,4,6
/proc/6508/stat : 6508 (strangenight1-m) Z 6506 6508 6135 0 -1 4203548 15650647 0 0 0 477753 2282 0 0 25 0 2 0 505781700 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6508/statm: 0 0 0 0 0 0 0
[pid=6508/tid=6509] ppid=6506 vsize=0 CPUtime=1196.19 cores=0,2,4,6
/proc/6508/task/6509/stat : 6509 (strangenight1-m) R 6506 6508 6135 0 -1 4203588 5296812 0 0 0 118856 763 0 0 25 0 2 0 505781700 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.04
CPU time (s): 4800.38
CPU user time (s): 4777.53
CPU system time (s): 22.8445
CPU usage (%): 399.354
Max. virtual memory (cumulated for all children) (KiB): 3147072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4777.53
system time used= 22.8445
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15650647
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= 15347
involuntary context switches= 21988

runsolver used 1.9597 second user time and 4.19436 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 05:21:02
IDJOB=3290992
IDBENCH=83463
IDSOLVER=1588
FILE ID=node142/3290992-1304133659
RUNJOBID= node142-1304130697-6153
PBS_JOBID= 13170793
Free space on /tmp= 73216 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290992-1304133659/watcher-3290992-1304133659 -o /tmp/evaluation-result-3290992-1304133659/solver-3290992-1304133659 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3290992-1304133659.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1051154920

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28897396 kB
Buffers:       1086264 kB
Cached:        2058352 kB
SwapCached:        176 kB
Active:         623652 kB
Inactive:      2930500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28897396 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          107060 kB
Writeback:           0 kB
AnonPages:      408808 kB
Mapped:          15576 kB
Slab:           434896 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   645640 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= 73216 MiB
End job on node142 at 2011-04-30 05:41:06