Trace number 3309960

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 587Signal 29329.1 3682.71

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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-3309960-1304016910/watcher-3309960-1304016910 -o /tmp/evaluation-result-3309960-1304016910/solver-3309960-1304016910 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309960-1304016910.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.13 8.10 8.09 1/174 30956
/proc/meminfo: memFree=21642444/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=15848 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (plingeling) R 30954 30956 30742 0 -1 4202496 2001 1257 0 0 0 0 0 0 23 0 1 0 513288851 16228352 1930 33554432000 4194304 4417332 140735759907152 18446744073709551615 255376995309 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30956/statm: 3962 1944 147 55 0 1848 0

[startup+0.0794699 s]
/proc/loadavg: 8.13 8.10 8.09 1/174 30956
/proc/meminfo: memFree=21642444/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=35528 CPUtime=0.06 cores=0-7
/proc/30956/stat : 30956 (plingeling) R 30954 30956 30742 0 -1 4202496 6976 1257 0 0 6 0 0 0 23 0 1 0 513288851 36380672 6905 33554432000 4194304 4417332 140735759907152 18446744073709551615 255376920078 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30956/statm: 8882 6905 148 55 0 6768 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35528

[startup+0.100466 s]
/proc/loadavg: 8.13 8.10 8.09 1/174 30956
/proc/meminfo: memFree=21642444/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=35528 CPUtime=0.08 cores=0-7
/proc/30956/stat : 30956 (plingeling) R 30954 30956 30742 0 -1 4202496 6976 1257 0 0 8 0 0 0 23 0 1 0 513288851 36380672 6905 33554432000 4194304 4417332 140735759907152 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30956/statm: 8882 6905 148 55 0 6768 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35528

[startup+0.300428 s]
/proc/loadavg: 8.13 8.10 8.09 1/174 30956
/proc/meminfo: memFree=21642444/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=59772 CPUtime=0.29 cores=0-7
/proc/30956/stat : 30956 (plingeling) R 30954 30956 30742 0 -1 4202496 13130 1257 0 0 28 1 0 0 25 0 1 0 513288851 61206528 12966 33554432000 4194304 4417332 140735759907152 18446744073709551615 4259186 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30956/statm: 14943 12966 148 55 0 12829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59772

[startup+0.700353 s]
/proc/loadavg: 8.13 8.10 8.09 1/174 30956
/proc/meminfo: memFree=21642444/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=96636 CPUtime=0.68 cores=0-7
/proc/30956/stat : 30956 (plingeling) R 30954 30956 30742 0 -1 4202496 22346 1257 0 0 66 2 0 0 25 0 1 0 513288851 98955264 22182 33554432000 4194304 4417332 140735759907152 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30956/statm: 24159 22182 148 55 0 22045 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 96636

[startup+1.50117 s]
/proc/loadavg: 8.13 8.10 8.09 9/183 30970
/proc/meminfo: memFree=21536376/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=268872 CPUtime=5.32 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 39229 1257 0 0 528 4 0 0 18 0 9 0 513288851 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 67218 29602 174 55 0 65104 0
[pid=30956/tid=30963] ppid=30954 vsize=268872 CPUtime=0.55 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 1012 1257 0 0 55 0 0 0 25 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4309851 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=268872 CPUtime=0.55 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 907 1257 0 0 55 0 0 0 25 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4302020 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=268872 CPUtime=0.55 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 949 1257 0 0 55 0 0 0 20 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4287435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=268872 CPUtime=0.55 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 616 1257 0 0 55 0 0 0 18 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=268872 CPUtime=0.55 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 972 1257 0 0 55 0 0 0 20 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=268872 CPUtime=0.51 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 1079 1257 0 0 51 0 0 0 20 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=268872 CPUtime=0.54 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 2168 1257 0 0 54 0 0 0 20 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4284273 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=268872 CPUtime=0.55 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 971 1257 0 0 55 0 0 0 22 0 9 0 513288946 275324928 29602 33554432000 4194304 4417332 140735759907152 18446744073709551615 4307977 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 268872

[startup+3.10088 s]
/proc/loadavg: 8.12 8.10 8.09 9/183 30970
/proc/meminfo: memFree=21518892/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=271088 CPUtime=18.11 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 51900 1257 0 0 1805 6 0 0 18 0 9 0 513288851 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 67772 29718 175 55 0 65658 0
[pid=30956/tid=30963] ppid=30954 vsize=271088 CPUtime=2.14 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 2978 1257 0 0 214 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=271088 CPUtime=2.14 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 3378 1257 0 0 214 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4278190 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=271088 CPUtime=2.14 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 3157 1257 0 0 214 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4292088 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=271088 CPUtime=2.15 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 616 1257 0 0 215 0 0 0 21 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=271088 CPUtime=2.15 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 2084 1257 0 0 215 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=271088 CPUtime=2.1 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 3120 1257 0 0 210 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=271088 CPUtime=2.14 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 4075 1257 0 0 214 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4310188 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=271088 CPUtime=2.14 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 1937 1257 0 0 214 0 0 0 25 0 9 0 513288946 277594112 29718 33554432000 4194304 4417332 140735759907152 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.11
Current children cumulated vsize (KiB) 271088

[startup+6.30128 s]
/proc/loadavg: 8.12 8.10 8.09 9/183 30970
/proc/meminfo: memFree=21518768/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=275108 CPUtime=43.7 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 57421 1257 0 0 4363 7 0 0 18 0 9 0 513288851 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 68777 31321 181 55 0 66663 0
[pid=30956/tid=30963] ppid=30954 vsize=275108 CPUtime=5.34 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 4098 1257 0 0 534 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4257214 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=275108 CPUtime=5.34 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 3728 1257 0 0 534 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4236319 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=275108 CPUtime=5.35 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 3157 1257 0 0 535 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=275108 CPUtime=5.35 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 617 1257 0 0 535 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=275108 CPUtime=5.34 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 3266 1257 0 0 534 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4252515 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=275108 CPUtime=5.29 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 4241 1257 0 0 529 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4252887 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=275108 CPUtime=5.34 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 4702 1257 0 0 534 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=275108 CPUtime=5.34 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 3057 1257 0 0 534 0 0 0 25 0 9 0 513288946 281710592 31321 33554432000 4194304 4417332 140735759907152 18446744073709551615 4252121 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.7
Current children cumulated vsize (KiB) 275108

[startup+12.7011 s]
/proc/loadavg: 8.10 8.10 8.09 10/183 30970
/proc/meminfo: memFree=21517312/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=275060 CPUtime=94.86 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 57421 1257 0 0 9479 7 0 0 18 0 9 0 513288851 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 68765 31309 181 55 0 66651 0
[pid=30956/tid=30963] ppid=30954 vsize=275060 CPUtime=11.74 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 4098 1257 0 0 1174 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264959 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=275060 CPUtime=11.74 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 3728 1257 0 0 1174 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=275060 CPUtime=11.75 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 3157 1257 0 0 1175 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4365473 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=275060 CPUtime=11.75 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 617 1257 0 0 1175 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=275060 CPUtime=11.74 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 3266 1257 0 0 1174 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232559 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=275060 CPUtime=11.65 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 4241 1257 0 0 1165 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264963 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=275060 CPUtime=11.74 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 4702 1257 0 0 1174 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=275060 CPUtime=11.74 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 3057 1257 0 0 1174 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232770 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 94.86
Current children cumulated vsize (KiB) 275060

[startup+25.5007 s]
/proc/loadavg: 8.23 8.13 8.10 9/183 30970
/proc/meminfo: memFree=21519748/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=275060 CPUtime=197.19 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 57421 1257 0 0 19712 7 0 0 18 0 9 0 513288851 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 68765 31309 181 55 0 66651 0
[pid=30956/tid=30963] ppid=30954 vsize=275060 CPUtime=24.54 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 4098 1257 0 0 2454 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=275060 CPUtime=24.54 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 3728 1257 0 0 2454 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232523 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=275060 CPUtime=24.55 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 3157 1257 0 0 2455 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=275060 CPUtime=24.55 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 617 1257 0 0 2455 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232685 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=275060 CPUtime=24.54 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 3266 1257 0 0 2454 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4265480 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=275060 CPUtime=24.38 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 4241 1257 0 0 2438 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=275060 CPUtime=24.54 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 4702 1257 0 0 2454 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=275060 CPUtime=24.54 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 3057 1257 0 0 2454 0 0 0 25 0 9 0 513288946 281661440 31309 33554432000 4194304 4417332 140735759907152 18446744073709551615 4232632 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 197.19
Current children cumulated vsize (KiB) 275060

[startup+51.101 s]
/proc/loadavg: 8.15 8.12 8.09 9/183 30971
/proc/meminfo: memFree=21519716/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=281720 CPUtime=401.86 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 59449 1257 0 0 40178 8 0 0 18 0 9 0 513288851 288481280 32250 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 70430 32250 181 55 0 68316 0
[pid=30956/tid=30963] ppid=30954 vsize=281720 CPUtime=50.14 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 4126 1257 0 0 5014 0 0 0 25 0 9 0 513288946 288481280 32250 33554432000 4194304 4417332 140735759907152 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=281720 CPUtime=50.14 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 4011 1257 0 0 5014 0 0 0 25 0 9 0 513288946 288481280 32250 33554432000 4194304 4417332 140735759907152 18446744073709551615 4290744 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=281720 CPUtime=50.14 cores=0-7

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

/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 10725368 1257 0 0 2908920 2207 0 0 18 0 9 0 513288851 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 3029127 2991085 181 55 0 3027013 0
[pid=30956/tid=30963] ppid=30954 vsize=12116508 CPUtime=3641.44 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 995045 1257 0 0 363957 187 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=12116508 CPUtime=3641.39 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 1500896 1257 0 0 363830 309 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=12116508 CPUtime=3641.43 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 1184485 1257 0 0 363911 232 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=12116508 CPUtime=3641.44 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 1468787 1257 0 0 363801 343 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=12116508 CPUtime=3641.27 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 1369463 1257 0 0 363833 294 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=12116508 CPUtime=3621.41 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 1464101 1257 0 0 361843 298 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=12116508 CPUtime=3640.42 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 1307326 1257 0 0 363779 263 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=12116508 CPUtime=3641.45 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 1404710 1257 0 0 363872 273 0 0 25 0 9 0 513288946 12407304192 2991085 33554432000 4194304 4417332 140735759907152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29111.3
Current children cumulated vsize (KiB) 12116508

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

[startup+3660.7 s]
/proc/loadavg: 8.23 8.13 8.10 9/183 31079
/proc/meminfo: memFree=9504316/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=12268360 CPUtime=29258.4 cores=0-7
/proc/30956/stat : 30956 (plingeling) S 30954 30956 30742 0 -1 4202496 10910062 1257 0 0 2923583 2257 0 0 18 0 9 0 513288851 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 3067090 3029048 181 55 0 3064976 0
[pid=30956/tid=30963] ppid=30954 vsize=12268360 CPUtime=3659.85 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) R 30954 30956 30742 0 -1 4202560 995045 1257 0 0 365798 187 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=12268360 CPUtime=3659.8 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) R 30954 30956 30742 0 -1 4202560 1500896 1257 0 0 365671 309 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=12268360 CPUtime=3659.84 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) R 30954 30956 30742 0 -1 4202560 1184485 1257 0 0 365752 232 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=12268360 CPUtime=3659.85 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4202560 1639796 1257 0 0 365597 388 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4357400 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=12268360 CPUtime=3659.68 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4202560 1369463 1257 0 0 365674 294 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=12268360 CPUtime=3639.72 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) R 30954 30956 30742 0 -1 4202560 1464101 1257 0 0 363672 300 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4270110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=12268360 CPUtime=3658.82 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) R 30954 30956 30742 0 -1 4202560 1321011 1257 0 0 365615 267 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364602 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=12268360 CPUtime=3659.85 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) R 30954 30956 30742 0 -1 4202560 1404710 1257 0 0 365712 273 0 0 25 0 9 0 513288946 12562800640 3029048 33554432000 4194304 4417332 140735759907152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29258.4
Current children cumulated vsize (KiB) 12268360

[startup+3673.5 s]
/proc/loadavg: 8.26 8.14 8.10 2/183 31080
/proc/meminfo: memFree=6758356/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=11051264 CPUtime=29319.9 cores=0-7
/proc/30956/stat : 30956 (plingeling) D 30954 30956 30742 0 -1 4203524 11223659 1257 0 0 2929052 2935 0 0 18 0 9 0 513288851 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 2762816 2724774 181 55 0 2760702 0
[pid=30956/tid=30963] ppid=30954 vsize=11051264 CPUtime=3666.81 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) D 30954 30956 30742 0 -1 4203588 995045 1257 0 0 366494 187 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364519 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=11051264 CPUtime=3666.76 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) D 30954 30956 30742 0 -1 4203588 1500896 1257 0 0 366367 309 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=11051264 CPUtime=3666.8 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) D 30954 30956 30742 0 -1 4203588 1184485 1257 0 0 366448 232 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364742 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=11051264 CPUtime=3672.64 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4204096 1669837 1257 0 0 366281 983 0 0 18 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4357984 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=11051264 CPUtime=3666.64 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) D 30954 30956 30742 0 -1 4203588 1369463 1257 0 0 366370 294 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4365960 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=11051264 CPUtime=3646.62 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) D 30954 30956 30742 0 -1 4203588 1731273 1257 0 0 364285 377 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364722 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=11051264 CPUtime=3665.78 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) D 30954 30956 30742 0 -1 4203588 1337395 1257 0 0 366305 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264950 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=11051264 CPUtime=3666.82 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) D 30954 30956 30742 0 -1 4203588 1404710 1257 0 0 366409 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364796 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29319.9
Current children cumulated vsize (KiB) 11051264

[startup+3676.7 s]
/proc/loadavg: 8.56 8.20 8.12 2/183 31080
/proc/meminfo: memFree=4051628/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=11051264 CPUtime=29323.1 cores=0-7
/proc/30956/stat : 30956 (plingeling) D 30954 30956 30742 0 -1 4203524 11223659 1257 0 0 2929052 3255 0 0 18 0 9 0 513288851 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 2762816 2724774 181 55 0 2760702 0
[pid=30956/tid=30963] ppid=30954 vsize=11051264 CPUtime=3666.81 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) D 30954 30956 30742 0 -1 4203588 995045 1257 0 0 366494 187 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364519 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=11051264 CPUtime=3666.76 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) D 30954 30956 30742 0 -1 4203588 1500896 1257 0 0 366367 309 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=11051264 CPUtime=3666.8 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) D 30954 30956 30742 0 -1 4203588 1184485 1257 0 0 366448 232 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364742 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=11051264 CPUtime=3675.84 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4204096 1669837 1257 0 0 366281 1303 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4357984 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=11051264 CPUtime=3666.64 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) D 30954 30956 30742 0 -1 4203588 1369463 1257 0 0 366370 294 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4365960 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=11051264 CPUtime=3646.62 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) D 30954 30956 30742 0 -1 4203588 1731273 1257 0 0 364285 377 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364722 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=11051264 CPUtime=3665.78 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) D 30954 30956 30742 0 -1 4203588 1337395 1257 0 0 366305 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264950 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=11051264 CPUtime=3666.82 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) D 30954 30956 30742 0 -1 4203588 1404710 1257 0 0 366409 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364796 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29323.1
Current children cumulated vsize (KiB) 11051264

[startup+3679.9 s]
/proc/loadavg: 8.56 8.20 8.12 2/183 31080
/proc/meminfo: memFree=1504068/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=11051264 CPUtime=29326.3 cores=0-7
/proc/30956/stat : 30956 (plingeling) D 30954 30956 30742 0 -1 4203524 11223659 1257 0 0 2929052 3575 0 0 18 0 9 0 513288851 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 2762816 2724774 181 55 0 2760702 0
[pid=30956/tid=30963] ppid=30954 vsize=11051264 CPUtime=3666.81 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) D 30954 30956 30742 0 -1 4203588 995045 1257 0 0 366494 187 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364519 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=11051264 CPUtime=3666.76 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) D 30954 30956 30742 0 -1 4203588 1500896 1257 0 0 366367 309 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=11051264 CPUtime=3666.8 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) D 30954 30956 30742 0 -1 4203588 1184485 1257 0 0 366448 232 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364742 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=11051264 CPUtime=3679.04 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4204096 1669837 1257 0 0 366281 1623 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4357984 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=11051264 CPUtime=3666.64 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) D 30954 30956 30742 0 -1 4203588 1369463 1257 0 0 366370 294 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4365960 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=11051264 CPUtime=3646.62 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) D 30954 30956 30742 0 -1 4203588 1731273 1257 0 0 364285 377 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364722 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=11051264 CPUtime=3665.78 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) D 30954 30956 30742 0 -1 4203588 1337395 1257 0 0 366305 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264950 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=11051264 CPUtime=3666.82 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) D 30954 30956 30742 0 -1 4203588 1404710 1257 0 0 366409 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364796 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29326.3
Current children cumulated vsize (KiB) 11051264

[startup+3681.5 s]
/proc/loadavg: 8.56 8.20 8.12 2/183 31080
/proc/meminfo: memFree=692488/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=11051264 CPUtime=29327.9 cores=0-7
/proc/30956/stat : 30956 (plingeling) D 30954 30956 30742 0 -1 4203524 11223659 1257 0 0 2929052 3735 0 0 18 0 9 0 513288851 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 2762816 2724774 181 55 0 2760702 0
[pid=30956/tid=30963] ppid=30954 vsize=11051264 CPUtime=3666.81 cores=0-7
/proc/30956/task/30963/stat : 30963 (plingeling) D 30954 30956 30742 0 -1 4203588 995045 1257 0 0 366494 187 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364519 0 0 4096 0 18446744071562337734 0 0 -1 3 0 0 0
[pid=30956/tid=30964] ppid=30954 vsize=11051264 CPUtime=3666.76 cores=0-7
/proc/30956/task/30964/stat : 30964 (plingeling) D 30954 30956 30742 0 -1 4203588 1500896 1257 0 0 366367 309 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364642 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=30956/tid=30965] ppid=30954 vsize=11051264 CPUtime=3666.8 cores=0-7
/proc/30956/task/30965/stat : 30965 (plingeling) D 30954 30956 30742 0 -1 4203588 1184485 1257 0 0 366448 232 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364742 0 0 4096 0 18446744071562337734 0 0 -1 4 0 0 0
[pid=30956/tid=30966] ppid=30954 vsize=11051264 CPUtime=3680.63 cores=0-7
/proc/30956/task/30966/stat : 30966 (plingeling) R 30954 30956 30742 0 -1 4204096 1669837 1257 0 0 366281 1782 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4357984 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=11051264 CPUtime=3666.64 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) D 30954 30956 30742 0 -1 4203588 1369463 1257 0 0 366370 294 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4365960 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=30956/tid=30968] ppid=30954 vsize=11051264 CPUtime=3646.62 cores=0-7
/proc/30956/task/30968/stat : 30968 (plingeling) D 30954 30956 30742 0 -1 4203588 1731273 1257 0 0 364285 377 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364722 0 0 4096 0 18446744071562337734 0 0 -1 7 0 0 0
[pid=30956/tid=30969] ppid=30954 vsize=11051264 CPUtime=3665.78 cores=0-7
/proc/30956/task/30969/stat : 30969 (plingeling) D 30954 30956 30742 0 -1 4203588 1337395 1257 0 0 366305 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4264950 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
[pid=30956/tid=30970] ppid=30954 vsize=11051264 CPUtime=3666.82 cores=0-7
/proc/30956/task/30970/stat : 30970 (plingeling) D 30954 30956 30742 0 -1 4203588 1404710 1257 0 0 366409 273 0 0 25 0 9 0 513288946 11316494336 2724774 33554432000 4194304 4417332 140735759907152 18446744073709551615 4364796 0 0 4096 0 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29327.9
Current children cumulated vsize (KiB) 11051264

[startup+3682.3 s]
/proc/loadavg: 8.83 8.26 8.14 4/183 31080
/proc/meminfo: memFree=92908/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=0 CPUtime=29328.7 cores=0-7
/proc/30956/stat : 30956 (plingeling) Z 30954 30956 30742 0 -1 4203548 11223659 1257 0 0 2929052 3815 0 0 18 0 2 0 513288851 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 0 0 0 0 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=0 CPUtime=3666.7 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4203588 1369463 1257 0 0 366370 300 0 0 18 0 2 0 513288946 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 29328.7
Current children cumulated vsize (KiB) 0

[startup+3682.7 s]
/proc/loadavg: 8.83 8.26 8.14 2/176 31080
/proc/meminfo: memFree=10902036/32951124 swapFree=67111524/67111528
[pid=30956] ppid=30954 vsize=0 CPUtime=29329.1 cores=0-7
/proc/30956/stat : 30956 (plingeling) Z 30954 30956 30742 0 -1 4203548 11223659 1257 0 0 2929052 3855 0 0 18 0 2 0 513288851 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30956/statm: 0 0 0 0 0 0 0
[pid=30956/tid=30967] ppid=30954 vsize=0 CPUtime=3667.1 cores=0-7
/proc/30956/task/30967/stat : 30967 (plingeling) R 30954 30956 30742 0 -1 4203588 1369463 1257 0 0 366370 340 0 0 18 0 2 0 513288946 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29329.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 3682.71
CPU time (s): 29329.1
CPU user time (s): 29290.5
CPU system time (s): 38.5591
CPU usage (%): 796.4
Max. virtual memory (cumulated for all children) (KiB): 13038836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29290.5
system time used= 38.5591
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11224916
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= 366
involuntary context switches= 313625

runsolver used 5.97109 second user time and 14.1219 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 20:55:10
IDJOB=3309960
IDBENCH=84227
IDSOLVER=1695
FILE ID=node135/3309960-1304016910
RUNJOBID= node135-1304011904-30756
PBS_JOBID= 13168858
Free space on /tmp= 71116 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309960-1304016910/watcher-3309960-1304016910 -o /tmp/evaluation-result-3309960-1304016910/solver-3309960-1304016910 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309960-1304016910.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1159523041

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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:     32951124 kB
MemFree:      21642848 kB
Buffers:       1872424 kB
Cached:        8785532 kB
SwapCached:          4 kB
Active:        2407560 kB
Inactive:      8316280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21642848 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3744 kB
Writeback:           0 kB
AnonPages:       65216 kB
Mapped:          14512 kB
Slab:           520108 kB
PageTables:       4248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 60464 MiB
End job on node135 at 2011-04-28 21:56:33