Trace number 3259438

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.11 1201.65

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3259438-1304055245/watcher-3259438-1304055245 -o /tmp/evaluation-result-3259438-1304055245/solver-3259438-1304055245 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3259438-1304055245.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.45 7.92 7.75 1/175 22066
/proc/meminfo: memFree=13871072/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) R 22064 22066 19631 0 -1 4202496 367 1250 0 0 0 0 0 0 25 0 1 0 517125411 9445376 295 33554432000 4194304 4417332 140733784408704 18446744073709551615 270613110528 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22066/statm: 2306 295 146 55 0 192 0

[startup+0.0697821 s]
/proc/loadavg: 7.45 7.92 7.75 1/175 22066
/proc/meminfo: memFree=13871072/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=120468 CPUtime=0.17 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1756 1250 0 0 17 0 0 0 25 0 5 0 517125411 123359232 1571 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 30117 1571 175 55 0 28003 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 120468

[startup+0.135036 s]
/proc/loadavg: 7.45 7.92 7.75 1/175 22066
/proc/meminfo: memFree=13871072/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=121860 CPUtime=0.43 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 2971 1250 0 0 43 0 0 0 25 0 5 0 517125411 124784640 1930 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 30465 1930 177 55 0 28351 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 121860

[startup+0.300969 s]
/proc/loadavg: 7.45 7.92 7.75 1/175 22066
/proc/meminfo: memFree=13871072/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=124312 CPUtime=1.1 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 4048 1250 0 0 110 0 0 0 25 0 5 0 517125411 127295488 2466 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 31078 2466 181 55 0 28964 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 124312

[startup+0.7009 s]
/proc/loadavg: 7.45 7.92 7.75 1/175 22066
/proc/meminfo: memFree=13871072/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=127376 CPUtime=2.7 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 7244 1250 0 0 269 1 0 0 25 0 5 0 517125411 130433024 3281 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 31844 3281 181 55 0 29730 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 127376

[startup+1.50076 s]
/proc/loadavg: 7.45 7.92 7.75 9/186 22112
/proc/meminfo: memFree=13844964/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=132948 CPUtime=5.89 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 10516 1250 0 0 588 1 0 0 25 0 5 0 517125411 136138752 4706 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 33237 4706 181 55 0 31123 0
[pid=22066/tid=22073] ppid=22064 vsize=132948 CPUtime=1.47 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 635 1250 0 0 147 0 0 0 25 0 5 0 517125414 136138752 4706 33554432000 4194304 4417332 140733784408704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=132948 CPUtime=1.46 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 405 1250 0 0 146 0 0 0 25 0 5 0 517125414 136138752 4706 33554432000 4194304 4417332 140733784408704 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=132948 CPUtime=1.46 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 1839 1250 0 0 146 0 0 0 25 0 5 0 517125414 136138752 4706 33554432000 4194304 4417332 140733784408704 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=132948 CPUtime=1.46 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 6184 1250 0 0 145 1 0 0 25 0 5 0 517125414 136138752 4706 33554432000 4194304 4417332 140733784408704 18446744073709551615 4355764 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 132948

[startup+3.10048 s]
/proc/loadavg: 7.45 7.92 7.75 9/186 22112
/proc/meminfo: memFree=13832688/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=138496 CPUtime=12.28 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 16315 1250 0 0 1226 2 0 0 25 0 5 0 517125411 141819904 6083 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 34624 6093 181 55 0 32510 0
[pid=22066/tid=22073] ppid=22064 vsize=138496 CPUtime=3.07 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 835 1250 0 0 307 0 0 0 25 0 5 0 517125414 141819904 6093 33554432000 4194304 4417332 140733784408704 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=138496 CPUtime=3.06 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 806 1250 0 0 306 0 0 0 25 0 5 0 517125414 141819904 6093 33554432000 4194304 4417332 140733784408704 18446744073709551615 4258587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=138496 CPUtime=3.06 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 2770 1250 0 0 306 0 0 0 25 0 5 0 517125414 141819904 6093 33554432000 4194304 4417332 140733784408704 18446744073709551615 270612804584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=138496 CPUtime=3.05 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 10461 1250 0 0 303 2 0 0 25 0 5 0 517125414 141819904 6093 33554432000 4194304 4417332 140733784408704 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 138496

[startup+6.30091 s]
/proc/loadavg: 7.49 7.92 7.75 9/186 22112
/proc/meminfo: memFree=13804044/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=145588 CPUtime=25.07 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 29719 1250 0 0 2503 4 0 0 25 0 5 0 517125411 149082112 7836 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 36397 7836 181 55 0 34283 0
[pid=22066/tid=22073] ppid=22064 vsize=145588 CPUtime=6.27 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 1968 1250 0 0 627 0 0 0 25 0 5 0 517125414 149082112 7836 33554432000 4194304 4417332 140733784408704 18446744073709551615 4250786 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=145588 CPUtime=6.26 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 1888 1250 0 0 626 0 0 0 25 0 5 0 517125414 149082112 7836 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=145588 CPUtime=6.26 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 6351 1250 0 0 626 0 0 0 25 0 5 0 517125414 149082112 7836 33554432000 4194304 4417332 140733784408704 18446744073709551615 4320952 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=145588 CPUtime=6.24 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 18059 1250 0 0 621 3 0 0 25 0 5 0 517125414 149082112 7836 33554432000 4194304 4417332 140733784408704 18446744073709551615 4357448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 145588

[startup+12.7008 s]
/proc/loadavg: 7.61 7.94 7.76 9/186 22112
/proc/meminfo: memFree=13764256/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=181236 CPUtime=50.65 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 47097 1250 0 0 5058 7 0 0 25 0 5 0 517125411 185585664 16746 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 45309 16746 181 55 0 43195 0
[pid=22066/tid=22073] ppid=22064 vsize=181236 CPUtime=12.66 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 2701 1250 0 0 1266 0 0 0 25 0 5 0 517125414 185585664 16746 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=181236 CPUtime=12.66 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 2998 1250 0 0 1266 0 0 0 25 0 5 0 517125414 185585664 16746 33554432000 4194304 4417332 140733784408704 18446744073709551615 4353447 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=181236 CPUtime=12.66 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 9346 1250 0 0 1265 1 0 0 25 0 5 0 517125414 185585664 16746 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=181236 CPUtime=12.61 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 30599 1250 0 0 1256 5 0 0 25 0 5 0 517125414 185585664 16746 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 181236

[startup+25.5005 s]
/proc/loadavg: 7.70 7.94 7.76 9/186 22113
/proc/meminfo: memFree=13703496/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=223700 CPUtime=101.77 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 80164 1250 0 0 10165 12 0 0 25 0 5 0 517125411 229068800 27362 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 55925 27362 181 55 0 53811 0
[pid=22066/tid=22073] ppid=22064 vsize=223700 CPUtime=25.47 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 5943 1250 0 0 2546 1 0 0 25 0 5 0 517125414 229068800 27362 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=223700 CPUtime=25.46 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 6633 1250 0 0 2546 0 0 0 25 0 5 0 517125414 229068800 27362 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=223700 CPUtime=25.46 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 18955 1250 0 0 2544 2 0 0 25 0 5 0 517125414 229068800 27362 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=223700 CPUtime=25.33 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 47180 1250 0 0 2526 7 0 0 25 0 5 0 517125414 229068800 27362 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 223700

[startup+51.101 s]
/proc/loadavg: 7.86 7.96 7.77 9/186 22113
/proc/meminfo: memFree=13626824/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=243824 CPUtime=204.06 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 138649 1250 0 0 20386 20 0 0 25 0 5 0 517125411 249675776 32393 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 60956 32393 181 55 0 58842 0
[pid=22066/tid=22073] ppid=22064 vsize=243824 CPUtime=51.06 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 22724 1250 0 0 5103 3 0 0 25 0 5 0 517125414 249675776 32393 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=243824 CPUtime=51.06 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 15344 1250 0 0 5105 1 0 0 25 0 5 0 517125414 249675776 32393 33554432000 4194304 4417332 140733784408704 18446744073709551615 4259882 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=243824 CPUtime=51.06 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 34834 1250 0 0 5102 4 0 0 25 0 5 0 517125414 249675776 32393 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=243824 CPUtime=50.82 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 64294 1250 0 0 5072 10 0 0 25 0 5 0 517125414 249675776 32393 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 243824

[startup+102.307 s]
/proc/loadavg: 8.04 8.00 7.79 9/186 22115
/proc/meminfo: memFree=13532328/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=290936 CPUtime=408.62 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 236820 1250 0 0 40826 36 0 0 25 0 5 0 517125411 297918464 44171 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 72734 44171 181 55 0 70620 0
[pid=22066/tid=22073] ppid=22064 vsize=290936 CPUtime=102.27 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 42542 1250 0 0 10220 7 0 0 25 0 5 0 517125414 297918464 44171 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=290936 CPUtime=102.27 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 34204 1250 0 0 10222 5 0 0 25 0 5 0 517125414 297918464 44171 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=290936 CPUtime=102.26 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 58240 1250 0 0 10219 7 0 0 25 0 5 0 517125414 297918464 44171 33554432000 4194304 4417332 140733784408704 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=290936 CPUtime=101.77 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 100381 1250 0 0 10161 16 0 0 25 0 5 0 517125414 297918464 44171 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 290936

[startup+162.3 s]
/proc/loadavg: 8.11 8.02 7.81 9/186 22116
/proc/meminfo: memFree=13438332/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=311540 CPUtime=648.31 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 331761 1250 0 0 64782 49 0 0 25 0 5 0 517125411 319016960 48993 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 77885 48993 181 55 0 75771 0
[pid=22066/tid=22073] ppid=22064 vsize=311540 CPUtime=162.27 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 65339 1250 0 0 16217 10 0 0 25 0 5 0 517125414 319016960 48993 33554432000 4194304 4417332 140733784408704 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=311540 CPUtime=162.26 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 56044 1250 0 0 16219 7 0 0 25 0 5 0 517125414 319016960 48993 33554432000 4194304 4417332 140733784408704 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=311540 CPUtime=162.26 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 79909 1250 0 0 16216 10 0 0 25 0 5 0 517125414 319016960 48993 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=311540 CPUtime=161.46 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 129016 1250 0 0 16126 20 0 0 25 0 5 0 517125414 319016960 48993 33554432000 4194304 4417332 140733784408704 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 311540


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

[pid=22066/tid=22074] ppid=22064 vsize=746688 CPUtime=702.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 198670 1250 0 0 70199 29 0 0 25 0 5 0 517125414 764608512 158109 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=746688 CPUtime=702.28 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 217234 1250 0 0 70198 30 0 0 25 0 5 0 517125414 764608512 158109 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=746688 CPUtime=698.64 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 290158 1250 0 0 69818 46 0 0 25 0 5 0 517125414 764608512 158109 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.52
Current children cumulated vsize (KiB) 746688

[startup+762.307 s]
/proc/loadavg: 8.21 8.14 7.95 9/186 22132
/proc/meminfo: memFree=12505032/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=852516 CPUtime=3045.23 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 986788 1250 0 0 304372 151 0 0 25 0 5 0 517125411 872976384 184566 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 213129 184566 181 55 0 211015 0
[pid=22066/tid=22073] ppid=22064 vsize=852516 CPUtime=762.29 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 237223 1250 0 0 76193 36 0 0 25 0 5 0 517125414 872976384 184566 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=852516 CPUtime=762.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 202766 1250 0 0 76198 30 0 0 25 0 5 0 517125414 872976384 184566 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=852516 CPUtime=762.28 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 233610 1250 0 0 76195 33 0 0 25 0 5 0 517125414 872976384 184566 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=852516 CPUtime=758.32 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 311736 1250 0 0 75782 50 0 0 25 0 5 0 517125414 872976384 184566 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.23
Current children cumulated vsize (KiB) 852516

[startup+822.3 s]
/proc/loadavg: 8.07 8.11 7.95 9/186 22134
/proc/meminfo: memFree=12377180/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=941220 CPUtime=3284.88 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1014156 1250 0 0 328332 156 0 0 25 0 5 0 517125411 963809280 206742 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 235305 206742 181 55 0 233191 0
[pid=22066/tid=22073] ppid=22064 vsize=941220 CPUtime=822.28 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 254818 1250 0 0 82189 39 0 0 25 0 5 0 517125414 963809280 206742 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=941220 CPUtime=822.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 212539 1250 0 0 82196 32 0 0 25 0 5 0 517125414 963809280 206742 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=941220 CPUtime=822.28 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 233610 1250 0 0 82195 33 0 0 25 0 5 0 517125414 963809280 206742 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=941220 CPUtime=817.99 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 311736 1250 0 0 81749 50 0 0 25 0 5 0 517125414 963809280 206742 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.88
Current children cumulated vsize (KiB) 941220

[startup+882.301 s]
/proc/loadavg: 8.02 8.09 7.95 9/186 22135
/proc/meminfo: memFree=12596160/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=895416 CPUtime=3524.55 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1034824 1250 0 0 352296 159 0 0 25 0 5 0 517125411 916905984 195291 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 223854 195291 181 55 0 221740 0
[pid=22066/tid=22073] ppid=22064 vsize=895416 CPUtime=882.27 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 258914 1250 0 0 88187 40 0 0 25 0 5 0 517125414 916905984 195291 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=895416 CPUtime=882.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 229111 1250 0 0 88194 34 0 0 25 0 5 0 517125414 916905984 195291 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=895416 CPUtime=882.28 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 233610 1250 0 0 88195 33 0 0 25 0 5 0 517125414 916905984 195291 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=895416 CPUtime=877.66 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 311736 1250 0 0 87716 50 0 0 25 0 5 0 517125414 916905984 195291 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.55
Current children cumulated vsize (KiB) 895416

[startup+942.301 s]
/proc/loadavg: 8.01 8.07 7.95 9/186 22137
/proc/meminfo: memFree=12479840/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=871524 CPUtime=3764.23 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1060286 1250 0 0 376260 163 0 0 25 0 5 0 517125411 892440576 189318 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 217881 189318 181 55 0 215767 0
[pid=22066/tid=22073] ppid=22064 vsize=871524 CPUtime=942.26 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 274944 1250 0 0 94184 42 0 0 25 0 5 0 517125414 892440576 189318 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=871524 CPUtime=942.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 235802 1250 0 0 94193 35 0 0 25 0 5 0 517125414 892440576 189318 33554432000 4194304 4417332 140733784408704 18446744073709551615 4305778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=871524 CPUtime=942.28 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 236351 1250 0 0 94194 34 0 0 25 0 5 0 517125414 892440576 189318 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=871524 CPUtime=937.34 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 311736 1250 0 0 93684 50 0 0 25 0 5 0 517125414 892440576 189318 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.23
Current children cumulated vsize (KiB) 871524

[startup+1002.3 s]
/proc/loadavg: 8.00 8.06 7.95 9/186 22139
/proc/meminfo: memFree=12369100/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=955792 CPUtime=4003.91 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1086174 1250 0 0 400222 169 0 0 25 0 5 0 517125411 978731008 210385 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 238948 210385 181 55 0 236834 0
[pid=22066/tid=22073] ppid=22064 vsize=955792 CPUtime=1002.27 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 279347 1250 0 0 100184 43 0 0 25 0 5 0 517125414 978731008 210385 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=955792 CPUtime=1002.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 251175 1250 0 0 100190 38 0 0 25 0 5 0 517125414 978731008 210385 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=955792 CPUtime=1002.28 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 242463 1250 0 0 100193 35 0 0 25 0 5 0 517125414 978731008 210385 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=955792 CPUtime=997.01 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 311736 1250 0 0 99651 50 0 0 25 0 5 0 517125414 978731008 210385 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.91
Current children cumulated vsize (KiB) 955792

[startup+1062.3 s]
/proc/loadavg: 8.00 8.04 7.95 9/186 22140
/proc/meminfo: memFree=12423280/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=866668 CPUtime=4243.58 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1190806 1250 0 0 424170 188 0 0 25 0 5 0 517125411 887468032 188104 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 216667 188104 181 55 0 214553 0
[pid=22066/tid=22073] ppid=22064 vsize=866668 CPUtime=1062.26 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 304094 1250 0 0 106178 48 0 0 25 0 5 0 517125414 887468032 188104 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=866668 CPUtime=1062.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 251175 1250 0 0 106190 38 0 0 25 0 5 0 517125414 887468032 188104 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=866668 CPUtime=1062.29 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 278005 1250 0 0 106186 43 0 0 25 0 5 0 517125414 887468032 188104 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=866668 CPUtime=1056.7 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 356079 1250 0 0 105613 57 0 0 25 0 5 0 517125414 887468032 188104 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.58
Current children cumulated vsize (KiB) 866668

[startup+1122.3 s]
/proc/loadavg: 8.04 8.05 7.96 9/186 22142
/proc/meminfo: memFree=12396736/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=956504 CPUtime=4483.25 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1235715 1250 0 0 448131 194 0 0 25 0 5 0 517125411 979460096 210563 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 239126 210563 181 55 0 237012 0
[pid=22066/tid=22073] ppid=22064 vsize=956504 CPUtime=1122.26 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 304094 1250 0 0 112178 48 0 0 25 0 5 0 517125414 979460096 210563 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365975 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=956504 CPUtime=1122.28 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 275020 1250 0 0 112187 41 0 0 25 0 5 0 517125414 979460096 210563 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=956504 CPUtime=1122.29 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 290877 1250 0 0 112184 45 0 0 25 0 5 0 517125414 979460096 210563 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=956504 CPUtime=1116.37 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 364271 1250 0 0 111579 58 0 0 25 0 5 0 517125414 979460096 210563 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.25
Current children cumulated vsize (KiB) 956504

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 7.97 9/186 22143
/proc/meminfo: memFree=12113264/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=1002792 CPUtime=4722.93 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1247287 1250 0 0 472098 195 0 0 25 0 5 0 517125411 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 250698 222135 181 55 0 248584 0
[pid=22066/tid=22073] ppid=22064 vsize=1002792 CPUtime=1182.25 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 304094 1250 0 0 118177 48 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=1002792 CPUtime=1182.29 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 275020 1250 0 0 118188 41 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=1002792 CPUtime=1182.29 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 290877 1250 0 0 118184 45 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=1002792 CPUtime=1176.05 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 375843 1250 0 0 117546 59 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.93
Current children cumulated vsize (KiB) 1002792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.13 8.08 7.97 9/186 22144
/proc/meminfo: memFree=12089948/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=1002792 CPUtime=4800.04 cores=0,2,4,6
/proc/22066/stat : 22066 (plingeling) S 22064 22066 19631 0 -1 4202496 1247287 1250 0 0 479809 195 0 0 25 0 5 0 517125411 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22066/statm: 250698 222135 181 55 0 248584 0
[pid=22066/tid=22073] ppid=22064 vsize=1002792 CPUtime=1201.55 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (plingeling) R 22064 22066 19631 0 -1 4202560 304094 1250 0 0 120107 48 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=1002792 CPUtime=1201.59 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (plingeling) R 22064 22066 19631 0 -1 4202560 275020 1250 0 0 120118 41 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=1002792 CPUtime=1201.6 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (plingeling) R 22064 22066 19631 0 -1 4202560 290877 1250 0 0 120115 45 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=1002792 CPUtime=1195.24 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (plingeling) R 22064 22066 19631 0 -1 4202560 375843 1250 0 0 119465 59 0 0 25 0 5 0 517125414 1026859008 222135 33554432000 4194304 4417332 140733784408704 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1002792

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): 1201.65
CPU time (s): 4800.11
CPU user time (s): 4798.11
CPU system time (s): 1.9937
CPU usage (%): 399.46
Max. virtual memory (cumulated for all children) (KiB): 1002792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.11
system time used= 1.9937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1248537
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= 64
involuntary context switches= 25231

runsolver used 1.9467 second user time and 4.34134 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 07:34:05
IDJOB=3259438
IDBENCH=71572
IDSOLVER=1605
FILE ID=node108/3259438-1304055245
RUNJOBID= node108-1304054041-21967
PBS_JOBID= 13170368
Free space on /tmp= 72116 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259438-1304055245/watcher-3259438-1304055245 -o /tmp/evaluation-result-3259438-1304055245/solver-3259438-1304055245 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3259438-1304055245.cnf

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=668021632

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13871228 kB
Buffers:       2296648 kB
Cached:       16136500 kB
SwapCached:          0 kB
Active:       10382920 kB
Inactive:      8115716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13871228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:       65236 kB
Mapped:          15080 kB
Slab:           518256 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218536 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= 72120 MiB
End job on node108 at 2011-04-29 07:54:08