Trace number 3291034

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 TechDemo-Alpha-mt? (TO) 4800.49 1205.99

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
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 clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.00/0.00	c Outputting solution to console
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 Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3291034-1304136076.cnf'
0.00/0.00	c -- header says num vars:          15364
0.00/0.00	c -- header says num clauses:     2210893
5.29/5.38	c -- clauses added:            0 learnts,      2210893 normals,            0 xors
5.29/5.38	c -- vars added      15364
5.29/5.38	c Parsing time:  5.08 s
5.29/5.39	c  N st     0         0     15364   2169520     39444         0  20327211         0   no data   no data  --
6.22/5.64	c asymm  cl-useful: 18/533/2168587 lits-rem:48 time: 0.56
16.90/8.30	c Flit:     3 Blit:      1 bXBeca:    0 bXProp:  133 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  8.52
17.31/8.43	c Calc non-exist non-lernt bins v-fix:     0 done:  14408 time:  0.43 s
17.31/8.43	c Cache  BProp: 0 Set: 0 BXProp: 5 T: 0.00
21.70/9.52	c Subs w/ non-existent bins:   4423 time:  4.37 s
28.09/11.11	c Replacing      138 vars Replaced  1506719 lits Time:     6.33 s 
31.11/11.91	c bin-w-bin subsume rem          719 bins  time:  0.03 s
31.94/12.15	c subs with bin:      252  lits-rem:     12282  v-fix:    0  time:  0.93 s
31.94/12.18	c Removed useless bin:       2  fixed:     0  bprops:   2.30M  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-3291034-1304136076/watcher-3291034-1304136076 -o /tmp/evaluation-result-3291034-1304136076/solver-3291034-1304136076 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3291034-1304136076.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.16 7.84 7.48 2/177 6738
/proc/meminfo: memFree=28740508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=51900 CPUtime=0 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 1181 0 0 0 0 0 0 0 22 0 1 0 506023394 53145600 1116 33554432000 4194304 4797429 140735841499808 18446744073709551615 4417146 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 12975 1123 347 148 0 7904 0

[startup+0.077144 s]
/proc/loadavg: 7.16 7.84 7.48 2/177 6738
/proc/meminfo: memFree=28740508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=55112 CPUtime=0.07 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 3193 0 0 0 7 0 0 0 22 0 1 0 506023394 56434688 3080 33554432000 4194304 4797429 140735841499808 18446744073709551615 4431911 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 13778 3080 348 148 0 8707 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 55112

[startup+0.101138 s]
/proc/loadavg: 7.16 7.84 7.48 2/177 6738
/proc/meminfo: memFree=28740508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=55772 CPUtime=0.09 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 3737 0 0 0 9 0 0 0 22 0 1 0 506023394 57110528 3624 33554432000 4194304 4797429 140735841499808 18446744073709551615 4432081 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 13943 3628 348 148 0 8872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55772

[startup+0.301074 s]
/proc/loadavg: 7.16 7.84 7.48 2/177 6738
/proc/meminfo: memFree=28740508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=58888 CPUtime=0.29 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 8383 0 0 0 28 1 0 0 23 0 1 0 506023394 60301312 8038 33554432000 4194304 4797429 140735841499808 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 14722 8038 349 148 0 9651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58888

[startup+0.701034 s]
/proc/loadavg: 7.16 7.84 7.48 2/177 6738
/proc/meminfo: memFree=28740508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=185188 CPUtime=0.69 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 19080 0 0 0 67 2 0 0 25 0 1 0 506023394 189632512 18148 33554432000 4194304 4797429 140735841499808 18446744073709551615 4621888 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 46297 18150 350 148 0 41226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 185188

[startup+1.50089 s]
/proc/loadavg: 7.16 7.84 7.48 3/178 6739
/proc/meminfo: memFree=28473156/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=285280 CPUtime=1.49 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 59133 0 0 0 142 7 0 0 25 0 1 0 506023394 292126720 52168 33554432000 4194304 4797429 140735841499808 18446744073709551615 4621912 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 71320 52172 350 148 0 66249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 285280

[startup+3.10053 s]
/proc/loadavg: 7.16 7.84 7.48 3/178 6739
/proc/meminfo: memFree=28150508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=662432 CPUtime=3.09 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 119166 0 0 0 293 16 0 0 25 0 1 0 506023394 678330368 106317 33554432000 4194304 4797429 140735841499808 18446744073709551615 4660267 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6738/statm: 165608 106317 350 148 0 160537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 662432

[startup+6.3009 s]
/proc/loadavg: 6.99 7.79 7.47 11/184 6745
/proc/meminfo: memFree=27476348/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=1583204 CPUtime=8.93 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 403939 0 0 0 816 77 0 0 18 0 4 0 506023394 1621200896 206864 33554432000 4194304 4797429 140735841499808 18446744073709551615 4430142 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6738/statm: 395801 206864 384 148 0 390730 0
[pid=6738/tid=6743] ppid=6736 vsize=1583204 CPUtime=0.87 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 52047 0 0 0 75 12 0 0 19 0 4 0 506023932 1621200896 206864 33554432000 4194304 4797429 140735841499808 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=1583204 CPUtime=0.88 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 44998 0 0 0 78 10 0 0 25 0 4 0 506023932 1621200896 206864 33554432000 4194304 4797429 140735841499808 18446744073709551615 4428524 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=1583204 CPUtime=0.87 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 48833 0 0 0 76 11 0 0 18 0 4 0 506023932 1621200896 206864 33554432000 4194304 4797429 140735841499808 18446744073709551615 4429020 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 1583204

[startup+12.7007 s]
/proc/loadavg: 7.07 7.79 7.47 9/184 6745
/proc/meminfo: memFree=26054428/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=34.31 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608281 0 0 0 3318 113 0 0 19 0 4 0 506023394 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411175 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=7.26 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 705 21 0 0 19 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=7.19 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96764 0 0 0 700 19 0 0 19 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=7.21 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103009 0 0 0 698 23 0 0 18 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.31
Current children cumulated vsize (KiB) 2486784

[startup+25.5004 s]
/proc/loadavg: 7.28 7.80 7.48 9/184 6745
/proc/meminfo: memFree=25965076/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=85.44 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608281 0 0 0 8431 113 0 0 25 0 4 0 506023394 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568122 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411175 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=20.06 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 1985 21 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=19.92 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96764 0 0 0 1973 19 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=20.01 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103009 0 0 0 1978 23 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.44
Current children cumulated vsize (KiB) 2486784

[startup+51.1006 s]
/proc/loadavg: 7.59 7.83 7.50 9/184 6746
/proc/meminfo: memFree=25910004/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=187.68 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608281 0 0 0 18655 113 0 0 25 0 4 0 506023394 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411175 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=45.66 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 4545 21 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=45.37 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96764 0 0 0 4518 19 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=45.62 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103009 0 0 0 4539 23 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 187.68
Current children cumulated vsize (KiB) 2486784

[startup+102.306 s]
/proc/loadavg: 7.89 7.87 7.53 9/184 6747
/proc/meminfo: memFree=25909728/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=392.21 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608281 0 0 0 39108 113 0 0 25 0 4 0 506023394 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568320 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411175 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=96.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 9665 21 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=96.28 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96764 0 0 0 9609 19 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4506608 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=96.82 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103009 0 0 0 9659 23 0 0 25 0 4 0 506023932 2546466816 411175 33554432000 4194304 4797429 140735841499808 18446744073709551615 4506576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 392.21
Current children cumulated vsize (KiB) 2486784

[startup+162.301 s]
/proc/loadavg: 8.03 7.91 7.56 9/184 6749
/proc/meminfo: memFree=25909448/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=631.86 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608348 0 0 0 63073 113 0 0 25 0 4 0 506023394 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411242 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=156.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 15665 21 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=155.95 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96780 0 0 0 15576 19 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=156.82 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103060 0 0 0 15659 23 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 631.86
Current children cumulated vsize (KiB) 2486784

[startup+222.301 s]
/proc/loadavg: 8.07 7.94 7.59 9/184 6751
/proc/meminfo: memFree=25909412/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=871.53 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608348 0 0 0 87039 114 0 0 25 0 4 0 506023394 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411242 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=216.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 21665 21 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=215.63 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96780 0 0 0 21543 20 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=216.82 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103060 0 0 0 21659 23 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 871.53
Current children cumulated vsize (KiB) 2486784

[startup+282.301 s]
/proc/loadavg: 8.09 7.96 7.62 9/184 6752
/proc/meminfo: memFree=25909504/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2486784 CPUtime=1111.18 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 608348 0 0 0 111004 114 0 0 25 0 4 0 506023394 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 621696 411242 402 148 0 616625 0
[pid=6738/tid=6743] ppid=6736 vsize=2486784 CPUtime=276.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 107455 0 0 0 27664 22 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2486784 CPUtime=275.28 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 96780 0 0 0 27508 20 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2486784 CPUtime=276.82 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 103060 0 0 0 27659 23 0 0 25 0 4 0 506023932 2546466816 411242 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1111.18

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

[pid=6738] ppid=6736 vsize=2562184 CPUtime=2788.77 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622894 0 0 0 278757 120 0 0 25 0 4 0 506023394 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425712 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=696.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 69663 23 0 0 25 0 4 0 506023932 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=692.89 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97151 0 0 0 69268 21 0 0 25 0 4 0 506023932 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=696.84 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107834 0 0 0 69659 25 0 0 25 0 4 0 506023932 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2788.77
Current children cumulated vsize (KiB) 2562184

[startup+762.307 s]
/proc/loadavg: 8.07 8.03 7.77 9/184 6765
/proc/meminfo: memFree=25850840/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=3028.44 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622894 0 0 0 302724 120 0 0 25 0 4 0 506023394 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425712 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=756.87 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 75664 23 0 0 25 0 4 0 506023932 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=752.55 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97151 0 0 0 75234 21 0 0 25 0 4 0 506023932 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=756.85 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107834 0 0 0 75660 25 0 0 25 0 4 0 506023932 2623676416 425712 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3028.44
Current children cumulated vsize (KiB) 2562184

[startup+822.301 s]
/proc/loadavg: 8.10 8.05 7.79 9/184 6767
/proc/meminfo: memFree=25850804/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=3268.08 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622895 0 0 0 326688 120 0 0 25 0 4 0 506023394 2623676416 425713 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425713 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=816.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 81663 23 0 0 25 0 4 0 506023932 2623676416 425713 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=812.21 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97151 0 0 0 81200 21 0 0 25 0 4 0 506023932 2623676416 425713 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=816.84 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107834 0 0 0 81659 25 0 0 25 0 4 0 506023932 2623676416 425713 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3268.08
Current children cumulated vsize (KiB) 2562184

[startup+882.301 s]
/proc/loadavg: 8.11 8.07 7.82 9/184 6768
/proc/meminfo: memFree=25850768/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=3507.75 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 350654 121 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=876.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 87663 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=871.88 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 87166 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=876.84 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 87659 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3507.75
Current children cumulated vsize (KiB) 2562184

[startup+942.301 s]
/proc/loadavg: 8.18 8.10 7.84 9/184 6770
/proc/meminfo: memFree=25850608/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=3747.41 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 374620 121 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=936.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 93663 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=931.54 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 93132 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=936.85 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 93660 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3747.41
Current children cumulated vsize (KiB) 2562184

[startup+1002.3 s]
/proc/loadavg: 8.25 8.12 7.86 9/184 6771
/proc/meminfo: memFree=25850580/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=3987.07 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 398586 121 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=996.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 99663 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=991.22 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 99100 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=996.85 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 99660 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3987.07
Current children cumulated vsize (KiB) 2562184

[startup+1062.3 s]
/proc/loadavg: 8.29 8.15 7.88 9/184 6773
/proc/meminfo: memFree=25835168/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=4226.75 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 422553 122 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=1056.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 105663 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=1050.89 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 105067 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=1056.84 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 105659 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4226.75
Current children cumulated vsize (KiB) 2562184

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 7.89 9/184 6775
/proc/meminfo: memFree=25825472/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=4466.42 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 446520 122 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=1116.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 111663 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=1110.56 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 111034 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=1116.85 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 111660 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4466.42
Current children cumulated vsize (KiB) 2562184

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 7.90 9/184 6776
/proc/meminfo: memFree=25815016/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=4706.09 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 470487 122 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4567984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=1176.86 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 117663 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=1170.24 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 117002 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=1176.85 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 117660 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4706.09
Current children cumulated vsize (KiB) 2562184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.9 s]
/proc/loadavg: 7.76 8.04 7.89 5/176 6795
/proc/meminfo: memFree=27523508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=4800.38 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 479916 122 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4567984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=1200.46 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 120023 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=1193.71 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 119349 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=1200.45 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 120020 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 2562184

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

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

[startup+1205.9 s]
/proc/loadavg: 7.76 8.04 7.89 5/176 6795
/proc/meminfo: memFree=27523508/32951124 swapFree=67111348/67111528
[pid=6738] ppid=6736 vsize=2562184 CPUtime=4800.38 cores=0,2,4,6
/proc/6738/stat : 6738 (techdemo) R 6736 6738 6135 0 -1 4202496 622898 0 0 0 479916 122 0 0 25 0 4 0 506023394 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4567984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6738/statm: 640546 425716 404 148 0 635475 0
[pid=6738/tid=6743] ppid=6736 vsize=2562184 CPUtime=1200.46 cores=0,2,4,6
/proc/6738/task/6743/stat : 6743 (techdemo) R 6736 6738 6135 0 -1 4202560 112146 0 0 0 120023 23 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6738/tid=6744] ppid=6736 vsize=2562184 CPUtime=1193.71 cores=0,2,4,6
/proc/6738/task/6744/stat : 6744 (techdemo) R 6736 6738 6135 0 -1 4202560 97152 0 0 0 119349 22 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6738/tid=6745] ppid=6736 vsize=2562184 CPUtime=1200.45 cores=0,2,4,6
/proc/6738/task/6745/stat : 6745 (techdemo) R 6736 6738 6135 0 -1 4202560 107836 0 0 0 120020 25 0 0 25 0 4 0 506023932 2623676416 425716 33554432000 4194304 4797429 140735841499808 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 2562184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.99
CPU time (s): 4800.49
CPU user time (s): 4799.19
CPU system time (s): 1.3038
CPU usage (%): 398.054
Max. virtual memory (cumulated for all children) (KiB): 2562184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.19
system time used= 1.3038
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 622898
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= 11375
involuntary context switches= 24488

runsolver used 2.09568 second user time and 4.67229 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 06:01:19
IDJOB=3291034
IDBENCH=83466
IDSOLVER=1584
FILE ID=node142/3291034-1304136076
RUNJOBID= node142-1304134870-6584
PBS_JOBID= 13170793
Free space on /tmp= 73104 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291034-1304136076/watcher-3291034-1304136076 -o /tmp/evaluation-result-3291034-1304136076/solver-3291034-1304136076 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3291034-1304136076.cnf

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=635571259

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:      28740912 kB
Buffers:       1087976 kB
Cached:        2181756 kB
SwapCached:        176 kB
Active:         779412 kB
Inactive:      2931444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28740912 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          231060 kB
Writeback:           0 kB
AnonPages:      440672 kB
Mapped:          15436 kB
Slab:           435872 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   833552 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= 73204 MiB
End job on node142 at 2011-04-30 06:21:27