Trace number 3282353

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
Plingeling 587? (TO) 4800.34 1202.63

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


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-3282353-1304041777/watcher-3282353-1304041777 -o /tmp/evaluation-result-3282353-1304041777/solver-3282353-1304041777 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3282353-1304041777.cnf 

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

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


[startup+0 s]
/proc/loadavg: 4.32 4.97 5.20 2/181 3699
/proc/meminfo: memFree=25065136/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=11660 CPUtime=0 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) R 3697 3699 2100 0 -1 4202496 976 1252 0 0 0 0 0 0 21 0 1 0 515775984 11939840 906 33554432000 4194304 4417332 140735208676896 18446744073709551615 246516528104 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3699/statm: 2915 906 147 55 0 801 0

[startup+0.040832 s]
/proc/loadavg: 4.32 4.97 5.20 2/181 3699
/proc/meminfo: memFree=25065136/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=20208 CPUtime=0.03 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) R 3697 3699 2100 0 -1 4202496 3152 1252 0 0 3 0 0 0 21 0 1 0 515775984 20692992 3076 33554432000 4194304 4417332 140735208676896 18446744073709551615 4264978 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3699/statm: 5052 3076 148 55 0 2938 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20208

[startup+0.100824 s]
/proc/loadavg: 4.32 4.97 5.20 2/181 3699
/proc/meminfo: memFree=25065136/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=28924 CPUtime=0.09 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) R 3697 3699 2100 0 -1 4202496 5331 1252 0 0 9 0 0 0 21 0 1 0 515775984 29618176 5255 33554432000 4194304 4417332 140735208676896 18446744073709551615 246516834048 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3699/statm: 7231 5255 148 55 0 5117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28924

[startup+0.300782 s]
/proc/loadavg: 4.32 4.97 5.20 2/181 3699
/proc/meminfo: memFree=25065136/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=65508 CPUtime=0.29 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) R 3697 3699 2100 0 -1 4202496 14522 1252 0 0 27 2 0 0 22 0 1 0 515775984 67080192 14401 33554432000 4194304 4417332 140735208676896 18446744073709551615 4274438 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3699/statm: 16377 14401 148 55 0 14263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65508

[startup+0.700711 s]
/proc/loadavg: 4.32 4.97 5.20 2/181 3699
/proc/meminfo: memFree=25065136/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=151924 CPUtime=0.69 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) R 3697 3699 2100 0 -1 4202496 36188 1252 0 0 64 5 0 0 24 0 1 0 515775984 155570176 36005 33554432000 4194304 4417332 140735208676896 18446744073709551615 4227863 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3699/statm: 37981 36005 148 55 0 35867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151924

[startup+1.50053 s]
/proc/loadavg: 4.32 4.97 5.20 9/190 3716
/proc/meminfo: memFree=24854648/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=257976 CPUtime=3.73 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 64633 1252 0 0 364 9 0 0 24 0 5 0 515775984 264167424 44741 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 64494 44741 171 55 0 62380 0
[pid=3699/tid=3713] ppid=3697 vsize=257976 CPUtime=0.74 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 10992 1252 0 0 73 1 0 0 25 0 5 0 515776059 264167424 44741 33554432000 4194304 4417332 140735208676896 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=257976 CPUtime=0.73 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 7858 1252 0 0 73 0 0 0 25 0 5 0 515776059 264167424 44741 33554432000 4194304 4417332 140735208676896 18446744073709551615 4287643 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=257976 CPUtime=0.74 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 5527 1252 0 0 73 1 0 0 25 0 5 0 515776059 264167424 44741 33554432000 4194304 4417332 140735208676896 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=257976 CPUtime=0.73 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 4056 1252 0 0 73 0 0 0 25 0 5 0 515776059 264167424 44741 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 257976

[startup+3.10124 s]
/proc/loadavg: 4.62 5.02 5.21 9/190 3716
/proc/meminfo: memFree=24831460/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=265448 CPUtime=10.12 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 82793 1252 0 0 1001 11 0 0 24 0 5 0 515775984 271818752 41119 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 66362 41119 175 55 0 64248 0
[pid=3699/tid=3713] ppid=3697 vsize=265448 CPUtime=2.34 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 15645 1252 0 0 232 2 0 0 25 0 5 0 515776059 271818752 41119 33554432000 4194304 4417332 140735208676896 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=265448 CPUtime=2.33 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 15087 1252 0 0 232 1 0 0 25 0 5 0 515776059 271818752 41119 33554432000 4194304 4417332 140735208676896 18446744073709551615 4270929 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=265448 CPUtime=2.34 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 11803 1252 0 0 233 1 0 0 25 0 5 0 515776059 271818752 41119 33554432000 4194304 4417332 140735208676896 18446744073709551615 4269216 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=265448 CPUtime=2.33 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 4058 1252 0 0 233 0 0 0 25 0 5 0 515776059 271818752 41119 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 265448

[startup+6.30065 s]
/proc/loadavg: 4.62 5.02 5.21 9/190 3716
/proc/meminfo: memFree=24798052/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=300556 CPUtime=22.89 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 116181 1252 0 0 2273 16 0 0 24 0 5 0 515775984 307769344 56167 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 75139 56167 180 55 0 73025 0
[pid=3699/tid=3713] ppid=3697 vsize=300556 CPUtime=5.54 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 29004 1252 0 0 550 4 0 0 25 0 5 0 515776059 307769344 56167 33554432000 4194304 4417332 140735208676896 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=300556 CPUtime=5.54 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 30504 1252 0 0 550 4 0 0 25 0 5 0 515776059 307769344 56167 33554432000 4194304 4417332 140735208676896 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=300556 CPUtime=5.54 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 16415 1252 0 0 552 2 0 0 25 0 5 0 515776059 307769344 56167 33554432000 4194304 4417332 140735208676896 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=300556 CPUtime=5.51 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 4058 1252 0 0 551 0 0 0 25 0 5 0 515776059 307769344 56167 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.89
Current children cumulated vsize (KiB) 300556

[startup+12.7005 s]
/proc/loadavg: 5.14 5.12 5.24 9/190 3716
/proc/meminfo: memFree=24767056/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=300720 CPUtime=48.46 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 116253 1252 0 0 4830 16 0 0 24 0 5 0 515775984 307937280 56178 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 75180 56178 180 55 0 73066 0
[pid=3699/tid=3713] ppid=3697 vsize=300720 CPUtime=11.94 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 29005 1252 0 0 1190 4 0 0 25 0 5 0 515776059 307937280 56178 33554432000 4194304 4417332 140735208676896 18446744073709551615 4252719 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=300720 CPUtime=11.94 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 30505 1252 0 0 1190 4 0 0 25 0 5 0 515776059 307937280 56178 33554432000 4194304 4417332 140735208676896 18446744073709551615 4252374 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=300720 CPUtime=11.94 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 16415 1252 0 0 1192 2 0 0 25 0 5 0 515776059 307937280 56178 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=300720 CPUtime=11.87 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 4128 1252 0 0 1187 0 0 0 25 0 5 0 515776059 307937280 56178 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 300720

[startup+25.5011 s]
/proc/loadavg: 5.58 5.22 5.27 9/190 3716
/proc/meminfo: memFree=24782572/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=299640 CPUtime=99.59 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 116253 1252 0 0 9943 16 0 0 24 0 5 0 515775984 306831360 53841 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 74910 53841 180 55 0 72796 0
[pid=3699/tid=3713] ppid=3697 vsize=299640 CPUtime=24.74 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 29005 1252 0 0 2470 4 0 0 25 0 5 0 515776059 306831360 53841 33554432000 4194304 4417332 140735208676896 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=299640 CPUtime=24.74 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 30505 1252 0 0 2470 4 0 0 25 0 5 0 515776059 306831360 53841 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=299640 CPUtime=24.74 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 16415 1252 0 0 2472 2 0 0 25 0 5 0 515776059 306831360 53841 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=299640 CPUtime=24.6 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 4128 1252 0 0 2460 0 0 0 25 0 5 0 515776059 306831360 53841 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.59
Current children cumulated vsize (KiB) 299640

[startup+51.1004 s]
/proc/loadavg: 6.52 5.47 5.35 9/190 3717
/proc/meminfo: memFree=24697392/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=315328 CPUtime=201.84 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 138485 1252 0 0 20166 18 0 0 24 0 5 0 515775984 322895872 57283 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 78832 57283 181 55 0 76718 0
[pid=3699/tid=3713] ppid=3697 vsize=315328 CPUtime=50.34 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 41753 1252 0 0 5029 5 0 0 25 0 5 0 515776059 322895872 57283 33554432000 4194304 4417332 140735208676896 18446744073709551615 4265437 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=315328 CPUtime=50.33 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 36423 1252 0 0 5029 4 0 0 25 0 5 0 515776059 322895872 57283 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=315328 CPUtime=50.33 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 19981 1252 0 0 5031 2 0 0 25 0 5 0 515776059 322895872 57283 33554432000 4194304 4417332 140735208676896 18446744073709551615 4286989 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=315328 CPUtime=50.06 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 4128 1252 0 0 5006 0 0 0 25 0 5 0 515776059 322895872 57283 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.84
Current children cumulated vsize (KiB) 315328

[startup+102.307 s]
/proc/loadavg: 7.60 5.94 5.52 9/190 3719
/proc/meminfo: memFree=24618888/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=387240 CPUtime=406.39 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 171562 1252 0 0 40616 23 0 0 24 0 5 0 515775984 396533760 75261 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 96810 75261 181 55 0 94696 0
[pid=3699/tid=3713] ppid=3697 vsize=387240 CPUtime=101.55 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 53168 1252 0 0 10148 7 0 0 25 0 5 0 515776059 396533760 75261 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=387240 CPUtime=101.54 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 36483 1252 0 0 10150 4 0 0 25 0 5 0 515776059 396533760 75261 33554432000 4194304 4417332 140735208676896 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=387240 CPUtime=101.54 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 33793 1252 0 0 10150 4 0 0 25 0 5 0 515776059 396533760 75261 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=387240 CPUtime=100.98 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 11918 1252 0 0 10097 1 0 0 25 0 5 0 515776059 396533760 75261 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.39
Current children cumulated vsize (KiB) 387240

[startup+162.301 s]
/proc/loadavg: 7.96 6.32 5.67 9/190 3720
/proc/meminfo: memFree=24447368/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=425280 CPUtime=646.04 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 205833 1252 0 0 64576 28 0 0 24 0 5 0 515775984 435486720 84777 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 106320 84777 181 55 0 104206 0
[pid=3699/tid=3713] ppid=3697 vsize=425280 CPUtime=161.54 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 53227 1252 0 0 16147 7 0 0 25 0 5 0 515776059 435486720 84777 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=425280 CPUtime=161.54 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 61167 1252 0 0 16146 8 0 0 25 0 5 0 515776059 435486720 84777 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=425280 CPUtime=161.54 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 42054 1252 0 0 16148 6 0 0 25 0 5 0 515776059 435486720 84777 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236935 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=425280 CPUtime=160.65 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 13185 1252 0 0 16064 1 0 0 25 0 5 0 515776059 435486720 84777 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.04
Current children cumulated vsize (KiB) 425280


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

[pid=3699/tid=3714] ppid=3697 vsize=587620 CPUtime=701.56 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 85236 1252 0 0 70145 11 0 0 25 0 5 0 515776059 601722880 125362 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=587620 CPUtime=701.49 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 59251 1252 0 0 70141 8 0 0 25 0 5 0 515776059 601722880 125362 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=587620 CPUtime=697.73 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 69987 1252 0 0 69764 9 0 0 25 0 5 0 515776059 601722880 125362 33554432000 4194304 4417332 140735208676896 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2803.07
Current children cumulated vsize (KiB) 587620

[startup+762.306 s]
/proc/loadavg: 8.37 7.95 6.85 9/190 4211
/proc/meminfo: memFree=24124852/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=587600 CPUtime=3042.33 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 363826 1252 0 0 304185 48 0 0 24 0 5 0 515775984 601702400 125357 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 146900 125357 181 55 0 144786 0
[pid=3699/tid=3713] ppid=3697 vsize=587600 CPUtime=761.33 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 96713 1252 0 0 76121 12 0 0 25 0 5 0 515776059 601702400 125357 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=587600 CPUtime=761.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101622 1252 0 0 76139 13 0 0 25 0 5 0 515776059 601702400 125357 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=587600 CPUtime=761.35 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 59304 1252 0 0 76127 8 0 0 25 0 5 0 515776059 601702400 125357 33554432000 4194304 4417332 140735208676896 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=587600 CPUtime=757.36 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 69987 1252 0 0 75727 9 0 0 25 0 5 0 515776059 601702400 125357 33554432000 4194304 4417332 140735208676896 18446744073709551615 4365108 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.33
Current children cumulated vsize (KiB) 587600

[startup+822.3 s]
/proc/loadavg: 8.26 7.98 6.92 9/190 4213
/proc/meminfo: memFree=23968084/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=620396 CPUtime=3281.98 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 388458 1252 0 0 328148 50 0 0 24 0 5 0 515775984 635285504 133556 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 155099 133556 181 55 0 152985 0
[pid=3699/tid=3713] ppid=3697 vsize=620396 CPUtime=821.33 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113099 1252 0 0 82119 14 0 0 25 0 5 0 515776059 635285504 133556 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=620396 CPUtime=821.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101676 1252 0 0 82139 13 0 0 25 0 5 0 515776059 635285504 133556 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=620396 CPUtime=821.34 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 59304 1252 0 0 82126 8 0 0 25 0 5 0 515776059 635285504 133556 33554432000 4194304 4417332 140735208676896 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=620396 CPUtime=817.04 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 81694 10 0 0 25 0 5 0 515776059 635285504 133556 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.98
Current children cumulated vsize (KiB) 620396

[startup+882.3 s]
/proc/loadavg: 8.11 8.00 7.00 9/190 4216
/proc/meminfo: memFree=23912516/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=587400 CPUtime=3521.65 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 404902 1252 0 0 352113 52 0 0 24 0 5 0 515775984 601497600 125307 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 146850 125307 181 55 0 144736 0
[pid=3699/tid=3713] ppid=3697 vsize=587400 CPUtime=881.32 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113099 1252 0 0 88118 14 0 0 25 0 5 0 515776059 601497600 125307 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=587400 CPUtime=881.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101676 1252 0 0 88139 13 0 0 25 0 5 0 515776059 601497600 125307 33554432000 4194304 4417332 140735208676896 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=587400 CPUtime=881.33 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75748 1252 0 0 88124 9 0 0 25 0 5 0 515776059 601497600 125307 33554432000 4194304 4417332 140735208676896 18446744073709551615 4346370 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=587400 CPUtime=876.71 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 87661 10 0 0 25 0 5 0 515776059 601497600 125307 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.65
Current children cumulated vsize (KiB) 587400

[startup+942.3 s]
/proc/loadavg: 8.26 8.07 7.08 9/190 4219
/proc/meminfo: memFree=23775648/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=587568 CPUtime=3760.5 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 405001 1252 0 0 375998 52 0 0 24 0 5 0 515775984 601669632 125349 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 146892 125349 181 55 0 144778 0
[pid=3699/tid=3713] ppid=3697 vsize=587568 CPUtime=940.5 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113149 1252 0 0 94036 14 0 0 25 0 5 0 515776059 601669632 125349 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=587568 CPUtime=941.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101725 1252 0 0 94139 13 0 0 25 0 5 0 515776059 601669632 125349 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=587568 CPUtime=941.32 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75748 1252 0 0 94123 9 0 0 25 0 5 0 515776059 601669632 125349 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364346 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=587568 CPUtime=936.39 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 93629 10 0 0 25 0 5 0 515776059 601669632 125349 33554432000 4194304 4417332 140735208676896 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.5
Current children cumulated vsize (KiB) 587568

[startup+1002.3 s]
/proc/loadavg: 8.28 8.10 7.15 9/190 4221
/proc/meminfo: memFree=24241368/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=554592 CPUtime=4000.17 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 405056 1252 0 0 399965 52 0 0 24 0 5 0 515775984 567902208 117105 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 138648 117105 181 55 0 136534 0
[pid=3699/tid=3713] ppid=3697 vsize=554592 CPUtime=1000.5 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113149 1252 0 0 100036 14 0 0 25 0 5 0 515776059 567902208 117105 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=554592 CPUtime=1001.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101725 1252 0 0 100139 13 0 0 25 0 5 0 515776059 567902208 117105 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=554592 CPUtime=1001.32 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75803 1252 0 0 100123 9 0 0 25 0 5 0 515776059 567902208 117105 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=554592 CPUtime=996.06 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 99596 10 0 0 25 0 5 0 515776059 567902208 117105 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.17
Current children cumulated vsize (KiB) 554592

[startup+1062.3 s]
/proc/loadavg: 8.28 8.13 7.21 9/190 4222
/proc/meminfo: memFree=24073820/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=489024 CPUtime=4239.85 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 405147 1252 0 0 423932 53 0 0 24 0 5 0 515775984 500760576 100713 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 122256 100713 181 55 0 120142 0
[pid=3699/tid=3713] ppid=3697 vsize=489024 CPUtime=1060.5 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113194 1252 0 0 106036 14 0 0 25 0 5 0 515776059 500760576 100713 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=489024 CPUtime=1061.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101771 1252 0 0 106139 13 0 0 25 0 5 0 515776059 500760576 100713 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=489024 CPUtime=1061.31 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75803 1252 0 0 106122 9 0 0 25 0 5 0 515776059 500760576 100713 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=489024 CPUtime=1055.74 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 105564 10 0 0 25 0 5 0 515776059 500760576 100713 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.85
Current children cumulated vsize (KiB) 489024

[startup+1122.3 s]
/proc/loadavg: 8.22 8.14 7.28 9/190 4224
/proc/meminfo: memFree=23851708/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=488996 CPUtime=4479.52 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 405193 1252 0 0 447899 53 0 0 24 0 5 0 515775984 500731904 100706 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 122249 100706 181 55 0 120135 0
[pid=3699/tid=3713] ppid=3697 vsize=488996 CPUtime=1120.5 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113194 1252 0 0 112036 14 0 0 25 0 5 0 515776059 500731904 100706 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236845 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=488996 CPUtime=1121.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101771 1252 0 0 112139 13 0 0 25 0 5 0 515776059 500731904 100706 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=488996 CPUtime=1121.31 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75849 1252 0 0 112122 9 0 0 25 0 5 0 515776059 500731904 100706 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=488996 CPUtime=1115.41 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 111531 10 0 0 25 0 5 0 515776059 500731904 100706 33554432000 4194304 4417332 140735208676896 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4479.52
Current children cumulated vsize (KiB) 488996

[startup+1182.3 s]
/proc/loadavg: 8.19 8.15 7.33 9/190 4225
/proc/meminfo: memFree=23970852/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=489124 CPUtime=4719.19 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 405275 1252 0 0 471866 53 0 0 24 0 5 0 515775984 500862976 100738 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 122281 100738 181 55 0 120167 0
[pid=3699/tid=3713] ppid=3697 vsize=489124 CPUtime=1180.5 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113236 1252 0 0 118036 14 0 0 25 0 5 0 515776059 500862976 100738 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=489124 CPUtime=1181.52 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101811 1252 0 0 118139 13 0 0 25 0 5 0 515776059 500862976 100738 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=489124 CPUtime=1181.3 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75849 1252 0 0 118121 9 0 0 25 0 5 0 515776059 500862976 100738 33554432000 4194304 4417332 140735208676896 18446744073709551615 4346370 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=489124 CPUtime=1175.09 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 117499 10 0 0 25 0 5 0 515776059 500862976 100738 33554432000 4194304 4417332 140735208676896 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4719.19
Current children cumulated vsize (KiB) 489124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.26 8.17 7.36 5/184 4227
/proc/meminfo: memFree=24702860/32951124 swapFree=67111352/67111528
[pid=3699] ppid=3697 vsize=488964 CPUtime=4800.29 cores=1,3,5,7
/proc/3699/stat : 3699 (plingeling) S 3697 3699 2100 0 -1 4202496 405275 1252 0 0 479976 53 0 0 24 0 5 0 515775984 500699136 100698 33554432000 4194304 4417332 140735208676896 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3699/statm: 122241 100698 181 55 0 120127 0
[pid=3699/tid=3713] ppid=3697 vsize=488964 CPUtime=1200.81 cores=1,3,5,7
/proc/3699/task/3713/stat : 3713 (plingeling) R 3697 3699 2100 0 -1 4202560 113236 1252 0 0 120067 14 0 0 25 0 5 0 515776059 500699136 100698 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3699/tid=3714] ppid=3697 vsize=488964 CPUtime=1201.83 cores=1,3,5,7
/proc/3699/task/3714/stat : 3714 (plingeling) R 3697 3699 2100 0 -1 4202560 101811 1252 0 0 120170 13 0 0 25 0 5 0 515776059 500699136 100698 33554432000 4194304 4417332 140735208676896 18446744073709551615 4252529 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3699/tid=3715] ppid=3697 vsize=488964 CPUtime=1201.61 cores=1,3,5,7
/proc/3699/task/3715/stat : 3715 (plingeling) R 3697 3699 2100 0 -1 4202560 75849 1252 0 0 120152 9 0 0 25 0 5 0 515776059 500699136 100698 33554432000 4194304 4417332 140735208676896 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3699/tid=3716] ppid=3697 vsize=488964 CPUtime=1195.28 cores=1,3,5,7
/proc/3699/task/3716/stat : 3716 (plingeling) R 3697 3699 2100 0 -1 4202560 78179 1252 0 0 119518 10 0 0 25 0 5 0 515776059 500699136 100698 33554432000 4194304 4417332 140735208676896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 488964

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.63
CPU time (s): 4800.34
CPU user time (s): 4799.79
CPU system time (s): 0.554915
CPU usage (%): 399.154
Max. virtual memory (cumulated for all children) (KiB): 652956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.79
system time used= 0.554915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406527
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= 136
involuntary context switches= 39380

runsolver used 1.83372 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 03:49:38
IDJOB=3282353
IDBENCH=70808
IDSOLVER=1605
FILE ID=node134/3282353-1304041777
RUNJOBID= node134-1304041777-3675
PBS_JOBID= 13170318
Free space on /tmp= 71568 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282353-1304041777/watcher-3282353-1304041777 -o /tmp/evaluation-result-3282353-1304041777/solver-3282353-1304041777 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3282353-1304041777.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=826580261

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25070376 kB
Buffers:       1471096 kB
Cached:        5783988 kB
SwapCached:         64 kB
Active:        1434340 kB
Inactive:      5924688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25070376 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           15632 kB
Writeback:           0 kB
AnonPages:      104260 kB
Mapped:          15040 kB
Slab:           458492 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   248340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71576 MiB
End job on node134 at 2011-04-29 04:09:43