Trace number 3251604

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.26 1201.77

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3251604-1304119857/watcher-3251604-1304119857 -o /tmp/evaluation-result-3251604-1304119857/solver-3251604-1304119857 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251604-1304119857.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: 1.66 3.90 4.93 2/174 19109
/proc/meminfo: memFree=30891488/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=9480 CPUtime=0 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) R 19107 19109 18155 0 -1 4202496 431 1254 0 0 0 0 0 0 22 0 1 0 523584389 9707520 359 33554432000 4194304 4417332 140736469251040 18446744073709551615 251813934051 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/19109/statm: 2370 359 146 55 0 256 0

[startup+0.0330869 s]
/proc/loadavg: 1.66 3.90 4.93 2/174 19109
/proc/meminfo: memFree=30891488/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=13232 CPUtime=0.02 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) R 19107 19109 18155 0 -1 4202496 1492 1254 0 0 2 0 0 0 22 0 1 0 523584389 13549568 1330 33554432000 4194304 4417332 140736469251040 18446744073709551615 251813858885 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/19109/statm: 3308 1330 147 55 0 1194 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13232

[startup+0.129505 s]
/proc/loadavg: 1.66 3.90 4.93 2/174 19109
/proc/meminfo: memFree=30891488/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=128304 CPUtime=0.34 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 3919 1254 0 0 34 0 0 0 22 0 5 0 523584389 131383296 3495 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 32076 3495 175 55 0 29962 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 128304

[startup+0.301019 s]
/proc/loadavg: 1.66 3.90 4.93 2/174 19109
/proc/meminfo: memFree=30891488/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=128808 CPUtime=1.02 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 6395 1254 0 0 102 0 0 0 22 0 5 0 523584389 131899392 3622 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 32202 3622 181 55 0 30088 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 128808

[startup+0.700951 s]
/proc/loadavg: 1.66 3.90 4.93 2/174 19109
/proc/meminfo: memFree=30891488/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=135640 CPUtime=2.63 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 8933 1254 0 0 262 1 0 0 22 0 5 0 523584389 138895360 5330 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 33910 5330 181 55 0 31796 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 135640

[startup+1.50082 s]
/proc/loadavg: 1.66 3.90 4.93 9/186 19134
/proc/meminfo: memFree=30794680/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=146368 CPUtime=5.82 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 12670 1254 0 0 581 1 0 0 22 0 5 0 523584389 149880832 8012 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 36592 8012 181 55 0 34478 0
[pid=19109/tid=19116] ppid=19107 vsize=146368 CPUtime=1.44 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 927 1254 0 0 144 0 0 0 25 0 5 0 523584394 149880832 8012 33554432000 4194304 4417332 140736469251040 18446744073709551615 4236331 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=146368 CPUtime=1.44 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 1130 1254 0 0 144 0 0 0 25 0 5 0 523584394 149880832 8012 33554432000 4194304 4417332 140736469251040 18446744073709551615 4337219 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=146368 CPUtime=1.44 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 924 1254 0 0 144 0 0 0 25 0 5 0 523584394 149880832 8012 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=146368 CPUtime=1.43 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 7161 1254 0 0 143 0 0 0 25 0 5 0 523584394 149880832 8012 33554432000 4194304 4417332 140736469251040 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 146368

[startup+3.10055 s]
/proc/loadavg: 1.66 3.90 4.93 9/186 19134
/proc/meminfo: memFree=30767632/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=146424 CPUtime=12.21 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 18174 1254 0 0 1219 2 0 0 22 0 5 0 523584389 149938176 7852 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 36606 7852 181 55 0 34492 0
[pid=19109/tid=19116] ppid=19107 vsize=146424 CPUtime=3.04 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 927 1254 0 0 304 0 0 0 25 0 5 0 523584394 149938176 7852 33554432000 4194304 4417332 140736469251040 18446744073709551615 4336643 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=146424 CPUtime=3.04 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 1130 1254 0 0 304 0 0 0 25 0 5 0 523584394 149938176 7852 33554432000 4194304 4417332 140736469251040 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=146424 CPUtime=3.04 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 1550 1254 0 0 304 0 0 0 25 0 5 0 523584394 149938176 7852 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=146424 CPUtime=3.02 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 12039 1254 0 0 301 1 0 0 25 0 5 0 523584394 149938176 7852 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 146424

[startup+6.30101 s]
/proc/loadavg: 2.17 3.97 4.94 9/186 19134
/proc/meminfo: memFree=30712456/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=159832 CPUtime=24.99 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 30540 1254 0 0 2496 3 0 0 22 0 5 0 523584389 163667968 11405 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 39958 11405 181 55 0 37844 0
[pid=19109/tid=19116] ppid=19107 vsize=159832 CPUtime=6.24 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 927 1254 0 0 624 0 0 0 25 0 5 0 523584394 163667968 11405 33554432000 4194304 4417332 140736469251040 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=159832 CPUtime=6.24 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 1130 1254 0 0 624 0 0 0 25 0 5 0 523584394 163667968 11405 33554432000 4194304 4417332 140736469251040 18446744073709551615 4250047 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=159832 CPUtime=6.24 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 3474 1254 0 0 624 0 0 0 25 0 5 0 523584394 163667968 11405 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=159832 CPUtime=6.2 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 22481 1254 0 0 618 2 0 0 25 0 5 0 523584394 163667968 11405 33554432000 4194304 4417332 140736469251040 18446744073709551615 4366214 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 159832

[startup+12.7009 s]
/proc/loadavg: 2.64 4.04 4.96 9/186 19134
/proc/meminfo: memFree=30636064/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=215444 CPUtime=50.56 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 55268 1254 0 0 5049 7 0 0 22 0 5 0 523584389 220614656 25281 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 53861 25281 181 55 0 51747 0
[pid=19109/tid=19116] ppid=19107 vsize=215444 CPUtime=12.64 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 2543 1254 0 0 1264 0 0 0 25 0 5 0 523584394 220614656 25281 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=215444 CPUtime=12.64 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 3243 1254 0 0 1264 0 0 0 25 0 5 0 523584394 220614656 25281 33554432000 4194304 4417332 140736469251040 18446744073709551615 4310188 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=215444 CPUtime=12.63 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 6328 1254 0 0 1263 0 0 0 25 0 5 0 523584394 220614656 25281 33554432000 4194304 4417332 140736469251040 18446744073709551615 4244345 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=215444 CPUtime=12.57 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 40626 1254 0 0 1252 5 0 0 25 0 5 0 523584394 220614656 25281 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 215444

[startup+25.5008 s]
/proc/loadavg: 3.82 4.23 5.01 9/186 19135
/proc/meminfo: memFree=30465336/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=279992 CPUtime=101.68 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 101834 1254 0 0 10154 14 0 0 22 0 5 0 523584389 286711808 41418 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 69998 41418 181 55 0 67884 0
[pid=19109/tid=19116] ppid=19107 vsize=279992 CPUtime=25.44 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 11117 1254 0 0 2542 2 0 0 25 0 5 0 523584394 286711808 41418 33554432000 4194304 4417332 140736469251040 18446744073709551615 4309986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=279992 CPUtime=25.44 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 9257 1254 0 0 2543 1 0 0 25 0 5 0 523584394 286711808 41418 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=279992 CPUtime=25.43 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 20247 1254 0 0 2541 2 0 0 25 0 5 0 523584394 286711808 41418 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=279992 CPUtime=25.3 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 58685 1254 0 0 2522 8 0 0 25 0 5 0 523584394 286711808 41418 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 279992

[startup+51.1005 s]
/proc/loadavg: 5.25 4.53 5.08 9/186 19135
/proc/meminfo: memFree=30235128/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=402116 CPUtime=203.96 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 165822 1254 0 0 20373 23 0 0 22 0 5 0 523584389 411766784 71949 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 100529 71949 181 55 0 98415 0
[pid=19109/tid=19116] ppid=19107 vsize=402116 CPUtime=51.04 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 25628 1254 0 0 5100 4 0 0 25 0 5 0 523584394 411766784 71949 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=402116 CPUtime=51.04 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 22859 1254 0 0 5102 2 0 0 25 0 5 0 523584394 411766784 71949 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=402116 CPUtime=51.03 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 36478 1254 0 0 5099 4 0 0 25 0 5 0 523584394 411766784 71949 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=402116 CPUtime=50.77 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 78329 1254 0 0 5066 11 0 0 25 0 5 0 523584394 411766784 71949 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 402116

[startup+102.307 s]
/proc/loadavg: 6.87 5.08 5.24 9/186 19137
/proc/meminfo: memFree=30092264/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=521272 CPUtime=408.5 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 281169 1254 0 0 40810 40 0 0 22 0 5 0 523584389 533782528 101738 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 130318 101738 181 55 0 128204 0
[pid=19109/tid=19116] ppid=19107 vsize=521272 CPUtime=102.24 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 58234 1254 0 0 10216 8 0 0 25 0 5 0 523584394 533782528 101738 33554432000 4194304 4417332 140736469251040 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=521272 CPUtime=102.24 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 41448 1254 0 0 10220 4 0 0 25 0 5 0 523584394 533782528 101738 33554432000 4194304 4417332 140736469251040 18446744073709551615 4346414 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=521272 CPUtime=102.24 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 63102 1254 0 0 10216 8 0 0 25 0 5 0 523584394 533782528 101738 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=521272 CPUtime=101.69 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 115857 1254 0 0 10152 17 0 0 25 0 5 0 523584394 533782528 101738 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 521272

[startup+162.301 s]
/proc/loadavg: 7.71 5.64 5.42 9/186 19138
/proc/meminfo: memFree=29728540/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=690420 CPUtime=648.15 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 397758 1254 0 0 64759 56 0 0 22 0 5 0 523584389 706990080 144025 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 172605 144025 181 55 0 170491 0
[pid=19109/tid=19116] ppid=19107 vsize=690420 CPUtime=162.24 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 85078 1254 0 0 16211 13 0 0 25 0 5 0 523584394 706990080 144025 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=690420 CPUtime=162.24 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 74624 1254 0 0 16215 9 0 0 25 0 5 0 523584394 706990080 144025 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=690420 CPUtime=162.24 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 87525 1254 0 0 16212 12 0 0 25 0 5 0 523584394 706990080 144025 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=690420 CPUtime=161.36 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 148003 1254 0 0 16115 21 0 0 25 0 5 0 523584394 706990080 144025 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.15
Current children cumulated vsize (KiB) 690420


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

[pid=19109/tid=19117] ppid=19107 vsize=1419212 CPUtime=762.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 220454 1254 0 0 76194 31 0 0 25 0 5 0 523584394 1453273088 326223 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1419212 CPUtime=762.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 197811 1254 0 0 76197 28 0 0 25 0 5 0 523584394 1453273088 326223 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1419212 CPUtime=758.11 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 346191 1254 0 0 75759 52 0 0 25 0 5 0 523584394 1453273088 326223 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.94
Current children cumulated vsize (KiB) 1419212

[startup+822.301 s]
/proc/loadavg: 8.24 7.90 6.80 9/186 19156
/proc/meminfo: memFree=27929104/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1487096 CPUtime=3284.6 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1072309 1254 0 0 328303 157 0 0 22 0 5 0 523584389 1522786304 343194 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 371774 343194 181 55 0 369660 0
[pid=19109/tid=19116] ppid=19107 vsize=1487096 CPUtime=822.25 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 280162 1254 0 0 82185 40 0 0 25 0 5 0 523584394 1522786304 343194 33554432000 4194304 4417332 140736469251040 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1487096 CPUtime=822.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 222967 1254 0 0 82193 32 0 0 25 0 5 0 523584394 1522786304 343194 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1487096 CPUtime=822.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 206003 1254 0 0 82196 29 0 0 25 0 5 0 523584394 1522786304 343194 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1487096 CPUtime=817.77 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 360649 1254 0 0 81722 55 0 0 25 0 5 0 523584394 1522786304 343194 33554432000 4194304 4417332 140736469251040 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 1487096

[startup+882.301 s]
/proc/loadavg: 8.15 7.93 6.88 9/186 19157
/proc/meminfo: memFree=27705508/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1552624 CPUtime=3524.27 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1113269 1254 0 0 352264 163 0 0 22 0 5 0 523584389 1589886976 359576 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 388156 359576 181 55 0 386042 0
[pid=19109/tid=19116] ppid=19107 vsize=1552624 CPUtime=882.25 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 280162 1254 0 0 88185 40 0 0 25 0 5 0 523584394 1589886976 359576 33554432000 4194304 4417332 140736469251040 18446744073709551615 4308025 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1552624 CPUtime=882.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 231159 1254 0 0 88192 33 0 0 25 0 5 0 523584394 1589886976 359576 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1552624 CPUtime=882.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 222387 1254 0 0 88193 32 0 0 25 0 5 0 523584394 1589886976 359576 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1552624 CPUtime=877.45 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 377033 1254 0 0 87688 57 0 0 25 0 5 0 523584394 1589886976 359576 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 1552624

[startup+942.301 s]
/proc/loadavg: 8.05 7.94 6.95 9/186 19159
/proc/meminfo: memFree=27603924/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1417480 CPUtime=3763.95 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1128064 1254 0 0 376229 166 0 0 22 0 5 0 523584389 1451499520 325790 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 354370 325790 181 55 0 352256 0
[pid=19109/tid=19116] ppid=19107 vsize=1417480 CPUtime=942.24 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 294957 1254 0 0 94182 42 0 0 25 0 5 0 523584394 1451499520 325790 33554432000 4194304 4417332 140736469251040 18446744073709551615 4232721 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1417480 CPUtime=942.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 231159 1254 0 0 94192 33 0 0 25 0 5 0 523584394 1451499520 325790 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1417480 CPUtime=942.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 222387 1254 0 0 94193 32 0 0 25 0 5 0 523584394 1451499520 325790 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1417480 CPUtime=937.12 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 377033 1254 0 0 93655 57 0 0 25 0 5 0 523584394 1451499520 325790 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 1417480

[startup+1002.3 s]
/proc/loadavg: 8.02 7.95 7.01 9/186 19161
/proc/meminfo: memFree=27068716/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1581324 CPUtime=4003.62 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1169025 1254 0 0 400190 172 0 0 22 0 5 0 523584389 1619275776 366751 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 395331 366751 181 55 0 393217 0
[pid=19109/tid=19116] ppid=19107 vsize=1581324 CPUtime=1002.24 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 294957 1254 0 0 100182 42 0 0 25 0 5 0 523584394 1619275776 366751 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1581324 CPUtime=1002.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 247543 1254 0 0 100189 36 0 0 25 0 5 0 523584394 1619275776 366751 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1581324 CPUtime=1002.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 246964 1254 0 0 100190 35 0 0 25 0 5 0 523584394 1619275776 366751 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1581324 CPUtime=996.8 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 377033 1254 0 0 99623 57 0 0 25 0 5 0 523584394 1619275776 366751 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 1581324

[startup+1062.3 s]
/proc/loadavg: 8.00 7.95 7.07 9/186 19162
/proc/meminfo: memFree=26815968/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1507956 CPUtime=4243.3 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1183451 1254 0 0 424156 174 0 0 22 0 5 0 523584389 1544146944 348409 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 376989 348409 181 55 0 374875 0
[pid=19109/tid=19116] ppid=19107 vsize=1507956 CPUtime=1062.25 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 301190 1254 0 0 106182 43 0 0 25 0 5 0 523584394 1544146944 348409 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1507956 CPUtime=1062.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 247543 1254 0 0 106189 36 0 0 25 0 5 0 523584394 1544146944 348409 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1507956 CPUtime=1062.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 246964 1254 0 0 106189 36 0 0 25 0 5 0 523584394 1544146944 348409 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1507956 CPUtime=1056.47 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 385226 1254 0 0 105590 57 0 0 25 0 5 0 523584394 1544146944 348409 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 1507956

[startup+1122.3 s]
/proc/loadavg: 8.00 7.96 7.12 9/186 19164
/proc/meminfo: memFree=26594352/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1703632 CPUtime=4482.97 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1232370 1254 0 0 448117 180 0 0 22 0 5 0 523584389 1744519168 397328 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 425908 397328 181 55 0 423794 0
[pid=19109/tid=19116] ppid=19107 vsize=1703632 CPUtime=1122.25 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 317340 1254 0 0 112180 45 0 0 25 0 5 0 523584394 1744519168 397328 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1703632 CPUtime=1122.25 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 247543 1254 0 0 112189 36 0 0 25 0 5 0 523584394 1744519168 397328 33554432000 4194304 4417332 140736469251040 18446744073709551615 4307858 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1703632 CPUtime=1122.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 271541 1254 0 0 112187 38 0 0 25 0 5 0 523584394 1744519168 397328 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1703632 CPUtime=1116.14 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 393418 1254 0 0 111555 59 0 0 25 0 5 0 523584394 1744519168 397328 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 1703632

[startup+1182.3 s]
/proc/loadavg: 8.00 7.97 7.18 9/186 19165
/proc/meminfo: memFree=26425204/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1764040 CPUtime=4722.65 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1320252 1254 0 0 472069 196 0 0 22 0 5 0 523584389 1806376960 412430 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 441010 412430 181 55 0 438896 0
[pid=19109/tid=19116] ppid=19107 vsize=1764040 CPUtime=1182.25 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 325532 1254 0 0 118179 46 0 0 25 0 5 0 523584394 1806376960 412430 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1764040 CPUtime=1182.26 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 310849 1254 0 0 118177 49 0 0 25 0 5 0 523584394 1806376960 412430 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1764040 CPUtime=1182.25 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 271541 1254 0 0 118186 39 0 0 25 0 5 0 523584394 1806376960 412430 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1764040 CPUtime=1175.82 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 409802 1254 0 0 117521 61 0 0 25 0 5 0 523584394 1806376960 412430 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 1764040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 7.97 7.19 9/186 19166
/proc/meminfo: memFree=26672080/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1550072 CPUtime=4800.17 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1322109 1254 0 0 479819 198 0 0 22 0 5 0 523584389 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 387518 358938 181 55 0 385404 0
[pid=19109/tid=19116] ppid=19107 vsize=1550072 CPUtime=1201.66 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 325532 1254 0 0 120120 46 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1550072 CPUtime=1201.66 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 312706 1254 0 0 120116 50 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1550072 CPUtime=1201.66 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 271541 1254 0 0 120127 39 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1550072 CPUtime=1195.11 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 409802 1254 0 0 119450 61 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1550072

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

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

[startup+1201.7 s]
/proc/loadavg: 8.00 7.97 7.19 9/186 19166
/proc/meminfo: memFree=26672080/32950928 swapFree=67111448/67111528
[pid=19109] ppid=19107 vsize=1550072 CPUtime=4800.17 cores=1,3,5,7
/proc/19109/stat : 19109 (plingeling) S 19107 19109 18155 0 -1 4202496 1322109 1254 0 0 479819 198 0 0 22 0 5 0 523584389 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/19109/statm: 387518 358938 181 55 0 385404 0
[pid=19109/tid=19116] ppid=19107 vsize=1550072 CPUtime=1201.66 cores=1,3,5,7
/proc/19109/task/19116/stat : 19116 (plingeling) R 19107 19109 18155 0 -1 4202560 325532 1254 0 0 120120 46 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19109/tid=19117] ppid=19107 vsize=1550072 CPUtime=1201.66 cores=1,3,5,7
/proc/19109/task/19117/stat : 19117 (plingeling) R 19107 19109 18155 0 -1 4202560 312706 1254 0 0 120116 50 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19109/tid=19118] ppid=19107 vsize=1550072 CPUtime=1201.66 cores=1,3,5,7
/proc/19109/task/19118/stat : 19118 (plingeling) R 19107 19109 18155 0 -1 4202560 271541 1254 0 0 120127 39 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19109/tid=19119] ppid=19107 vsize=1550072 CPUtime=1195.11 cores=1,3,5,7
/proc/19109/task/19119/stat : 19119 (plingeling) R 19107 19109 18155 0 -1 4202560 409802 1254 0 0 119450 61 0 0 25 0 5 0 523584394 1587273728 358938 33554432000 4194304 4417332 140736469251040 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1550072

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.26
CPU user time (s): 4798.21
CPU system time (s): 2.04269
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 1895120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.21
system time used= 2.04269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1323363
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= 50
involuntary context switches= 20331

runsolver used 2.03969 second user time and 4.51531 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 01:30:57
IDJOB=3251604
IDBENCH=88227
IDSOLVER=1605
FILE ID=node126/3251604-1304119857
RUNJOBID= node126-1304119857-19096
PBS_JOBID= 13170683
Free space on /tmp= 71596 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251604-1304119857/watcher-3251604-1304119857 -o /tmp/evaluation-result-3251604-1304119857/solver-3251604-1304119857 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251604-1304119857.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1442640602

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30891644 kB
Buffers:        264780 kB
Cached:        1415280 kB
SwapCached:         76 kB
Active:         134540 kB
Inactive:      1613400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30891644 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            3572 kB
Writeback:           0 kB
AnonPages:       67960 kB
Mapped:          14496 kB
Slab:           247140 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191132 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= 71592 MiB
End job on node126 at 2011-04-30 01:51:01