Trace number 3273392

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 587SAT 477.215 119.698

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
Number of clauses of size over 50

Solver Data

477.10/119.69	s SATISFIABLE
477.10/119.69	v 1 -2 -3 -4 5 6 7
477.10/119.69	v -8 9 -10 11 12 13 -14 -15
477.10/119.69	v 16 -17 -18 19 -20 -21 22 23
477.10/119.69	v -24 25 26 27 -28 29 30 31
477.10/119.69	v -32 -33 -34 -35 36 -37 38 39
477.10/119.69	v -40 41 -42 43 -44 45 -46 47
477.10/119.69	v 48 49 -50 51 52 53 54 -55
477.10/119.69	v 56 57 -58 -59 60 61 -62 -63
477.10/119.69	v 64 65 -66 67 -68 69 70 -71
477.10/119.69	v 72 73 -74 75 -76 -77 -78 79
477.10/119.69	v -80 81 -82 -83 84 -85 -86 -87
477.10/119.69	v -88 89 -90 -91 -92 -93 94 95
477.10/119.69	v 96 97 98 -99 100 101 -102 -103
477.10/119.69	v 104 -105 -106 -107 -108 109 110 111
477.10/119.69	v 112 -113 -114 -115 116 -117 118 -119
477.10/119.69	v -120 -121 -122 123 124 -125 -126 -127
477.10/119.69	v -128 -129 130 131 132 -133 -134 -135
477.10/119.69	v 136 137 -138 139 140 -141 -142 -143
477.10/119.69	v -144 -145 -146 -147 148 -149 -150 151
477.10/119.69	v -152 -153 -154 -155 156 -157 -158 159
477.10/119.69	v 160
477.10/119.69	v 0

Verifier Data

OK

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.84 8.04 8.04 5/181 19795
/proc/meminfo: memFree=18202628/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=115372 CPUtime=0 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 332 1256 0 0 0 0 0 0 25 0 5 0 598434441 118140928 258 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 28843 261 175 55 0 26729 0
[pid=19795/tid=19801] ppid=19793 vsize=115372 CPUtime=0 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 17 1256 0 0 0 0 0 0 25 0 5 0 598434441 118140928 261 33554432000 4194304 4417332 140736699457520 18446744073709551615 224285030894 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=115372 CPUtime=0 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 9 1256 0 0 0 0 0 0 25 0 5 0 598434441 118140928 261 33554432000 4194304 4417332 140736699457520 18446744073709551615 4271529 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=115372 CPUtime=0 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 14 1256 0 0 0 0 0 0 25 0 5 0 598434441 118140928 261 33554432000 4194304 4417332 140736699457520 18446744073709551615 4376327 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=115372 CPUtime=0 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 0 1256 0 0 0 0 0 0 25 0 5 0 598434441 118140928 261 33554432000 4194304 4417332 140736699457520 18446744073709551615 4362502 0 0 4096 17442 0 0 0 -1 4 0 0 0

[startup+0.107151 s]
/proc/loadavg: 7.84 8.04 8.04 5/181 19795
/proc/meminfo: memFree=18202628/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=118492 CPUtime=0.4 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 1332 1256 0 0 40 0 0 0 25 0 5 0 598434441 121335808 1052 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 29623 1052 181 55 0 27509 0
[pid=19795/tid=19801] ppid=19793 vsize=118492 CPUtime=0.1 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 224 1256 0 0 10 0 0 0 25 0 5 0 598434441 121335808 1052 33554432000 4194304 4417332 140736699457520 18446744073709551615 4250669 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=118492 CPUtime=0.1 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 126 1256 0 0 10 0 0 0 25 0 5 0 598434441 121335808 1052 33554432000 4194304 4417332 140736699457520 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=118492 CPUtime=0.1 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 328 1256 0 0 10 0 0 0 25 0 5 0 598434441 121335808 1052 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=118492 CPUtime=0.1 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 359 1256 0 0 10 0 0 0 25 0 5 0 598434441 121335808 1052 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364608 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 118492

[startup+0.201136 s]
/proc/loadavg: 7.84 8.04 8.04 5/181 19795
/proc/meminfo: memFree=18202628/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=119044 CPUtime=0.78 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 1949 1256 0 0 78 0 0 0 25 0 5 0 598434441 121901056 1229 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 29761 1229 181 55 0 27647 0
[pid=19795/tid=19801] ppid=19793 vsize=119044 CPUtime=0.19 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 382 1256 0 0 19 0 0 0 25 0 5 0 598434441 121901056 1229 33554432000 4194304 4417332 140736699457520 18446744073709551615 4199435 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=119044 CPUtime=0.19 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 269 1256 0 0 19 0 0 0 25 0 5 0 598434441 121901056 1229 33554432000 4194304 4417332 140736699457520 18446744073709551615 4353484 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=119044 CPUtime=0.19 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 375 1256 0 0 19 0 0 0 25 0 5 0 598434441 121901056 1229 33554432000 4194304 4417332 140736699457520 18446744073709551615 4357201 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=119044 CPUtime=0.19 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 628 1256 0 0 19 0 0 0 25 0 5 0 598434441 121901056 1229 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 119044

[startup+0.301119 s]
/proc/loadavg: 7.84 8.04 8.04 5/181 19795
/proc/meminfo: memFree=18202628/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=120196 CPUtime=1.18 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 2992 1256 0 0 118 0 0 0 25 0 5 0 598434441 123080704 1522 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 30049 1522 181 55 0 27935 0
[pid=19795/tid=19801] ppid=19793 vsize=120196 CPUtime=0.29 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 586 1256 0 0 29 0 0 0 25 0 5 0 598434441 123080704 1522 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=120196 CPUtime=0.29 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 520 1256 0 0 29 0 0 0 25 0 5 0 598434441 123080704 1522 33554432000 4194304 4417332 140736699457520 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=120196 CPUtime=0.29 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 639 1256 0 0 29 0 0 0 25 0 5 0 598434441 123080704 1522 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=120196 CPUtime=0.29 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 952 1256 0 0 29 0 0 0 25 0 5 0 598434441 123080704 1496 33554432000 4194304 4417332 140736699457520 18446744073709551615 224284983722 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 120196

[startup+0.701054 s]
/proc/loadavg: 7.84 8.04 8.04 5/181 19795
/proc/meminfo: memFree=18202628/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=122420 CPUtime=2.77 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 6526 1256 0 0 277 0 0 0 25 0 5 0 598434441 125358080 2111 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 30605 2111 181 55 0 28491 0
[pid=19795/tid=19801] ppid=19793 vsize=122420 CPUtime=0.69 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 1587 1256 0 0 69 0 0 0 25 0 5 0 598434441 125358080 2111 33554432000 4194304 4417332 140736699457520 18446744073709551615 4250876 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=122420 CPUtime=0.69 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 1482 1256 0 0 69 0 0 0 25 0 5 0 598434441 125358080 2111 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=122420 CPUtime=0.69 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 1406 1256 0 0 69 0 0 0 25 0 5 0 598434441 125358080 2111 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=122420 CPUtime=0.69 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 1756 1256 0 0 69 0 0 0 25 0 5 0 598434441 125358080 2111 33554432000 4194304 4417332 140736699457520 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 122420

[startup+1.50092 s]
/proc/loadavg: 7.84 8.04 8.04 9/186 19805
/proc/meminfo: memFree=18191800/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=125512 CPUtime=5.97 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 12549 1256 0 0 596 1 0 0 25 0 5 0 598434441 128524288 2889 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 31378 2889 181 55 0 29264 0
[pid=19795/tid=19801] ppid=19793 vsize=125512 CPUtime=1.48 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 2926 1256 0 0 148 0 0 0 25 0 5 0 598434441 128524288 2889 33554432000 4194304 4417332 140736699457520 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=125512 CPUtime=1.49 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 3193 1256 0 0 149 0 0 0 25 0 5 0 598434441 128524288 2889 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=125512 CPUtime=1.49 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 2643 1256 0 0 149 0 0 0 25 0 5 0 598434441 128524288 2889 33554432000 4194304 4417332 140736699457520 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=125512 CPUtime=1.48 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 3492 1256 0 0 148 0 0 0 25 0 5 0 598434441 128524288 2889 33554432000 4194304 4417332 140736699457520 18446744073709551615 4352330 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 125512

[startup+3.10066 s]
/proc/loadavg: 7.84 8.04 8.04 9/186 19805
/proc/meminfo: memFree=18187092/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=130684 CPUtime=12.36 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 20494 1256 0 0 1234 2 0 0 25 0 5 0 598434441 133820416 4156 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 32671 4156 181 55 0 30557 0
[pid=19795/tid=19801] ppid=19793 vsize=130684 CPUtime=3.07 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 4872 1256 0 0 307 0 0 0 25 0 5 0 598434441 133820416 4156 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=130684 CPUtime=3.08 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 5323 1256 0 0 308 0 0 0 25 0 5 0 598434441 133820416 4156 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=130684 CPUtime=3.09 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 4437 1256 0 0 309 0 0 0 25 0 5 0 598434441 133820416 4156 33554432000 4194304 4417332 140736699457520 18446744073709551615 4310182 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=130684 CPUtime=3.08 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 5567 1256 0 0 308 0 0 0 25 0 5 0 598434441 133820416 4156 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 130684

[startup+6.30113 s]
/proc/loadavg: 7.85 8.04 8.04 9/186 19805
/proc/meminfo: memFree=18179648/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=134668 CPUtime=25.14 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 33495 1256 0 0 2509 5 0 0 25 0 5 0 598434441 137900032 5123 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 33667 5123 181 55 0 31553 0
[pid=19795/tid=19801] ppid=19793 vsize=134668 CPUtime=6.26 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 8148 1256 0 0 625 1 0 0 25 0 5 0 598434441 137900032 5123 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=134668 CPUtime=6.29 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 8172 1256 0 0 628 1 0 0 25 0 5 0 598434441 137900032 5123 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=134668 CPUtime=6.29 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 7947 1256 0 0 628 1 0 0 25 0 5 0 598434441 137900032 5123 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=134668 CPUtime=6.29 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 8933 1256 0 0 628 1 0 0 25 0 5 0 598434441 137900032 5123 33554432000 4194304 4417332 140736699457520 18446744073709551615 4366324 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 134668

[startup+12.7011 s]
/proc/loadavg: 7.86 8.04 8.04 9/186 19805
/proc/meminfo: memFree=18177564/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=143468 CPUtime=50.7 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 51948 1256 0 0 5062 8 0 0 25 0 5 0 598434441 146911232 7323 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 35867 7323 181 55 0 33753 0
[pid=19795/tid=19801] ppid=19793 vsize=143468 CPUtime=12.62 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 12647 1256 0 0 1260 2 0 0 25 0 5 0 598434441 146911232 7323 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=143468 CPUtime=12.68 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 12783 1256 0 0 1267 1 0 0 25 0 5 0 598434441 146911232 7323 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=143468 CPUtime=12.69 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 12364 1256 0 0 1267 2 0 0 25 0 5 0 598434441 146911232 7323 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364808 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=143468 CPUtime=12.68 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 13859 1256 0 0 1267 1 0 0 25 0 5 0 598434441 146911232 7323 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 143468

[startup+25.5009 s]
/proc/loadavg: 7.97 8.05 8.04 9/187 19806
/proc/meminfo: memFree=18187360/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=150816 CPUtime=101.83 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 78861 1256 0 0 10170 13 0 0 25 0 5 0 598434441 154435584 9173 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 37704 9173 181 55 0 35590 0
[pid=19795/tid=19801] ppid=19793 vsize=150816 CPUtime=25.35 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 18932 1256 0 0 2532 3 0 0 25 0 5 0 598434441 154435584 9173 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=150816 CPUtime=25.49 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 19285 1256 0 0 2546 3 0 0 25 0 5 0 598434441 154435584 9173 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=150816 CPUtime=25.49 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 18638 1256 0 0 2546 3 0 0 25 0 5 0 598434441 154435584 9173 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=150816 CPUtime=25.48 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 21711 1256 0 0 2545 3 0 0 25 0 5 0 598434441 154435584 9173 33554432000 4194304 4417332 140736699457520 18446744073709551615 4366725 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 150816

[startup+51.1007 s]
/proc/loadavg: 8.05 8.06 8.04 9/186 19814
/proc/meminfo: memFree=18162604/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=153852 CPUtime=204.08 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 123267 1256 0 0 20387 21 0 0 25 0 5 0 598434441 157544448 9942 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 38463 9942 181 55 0 36349 0
[pid=19795/tid=19801] ppid=19793 vsize=153852 CPUtime=50.8 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 27446 1256 0 0 5076 4 0 0 25 0 5 0 598434441 157544448 9942 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=153852 CPUtime=51.08 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 31383 1256 0 0 5103 5 0 0 25 0 5 0 598434441 157544448 9942 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=153852 CPUtime=51.09 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 29359 1256 0 0 5104 5 0 0 25 0 5 0 598434441 157544448 9942 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=153852 CPUtime=51.08 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 34784 1256 0 0 5103 5 0 0 25 0 5 0 598434441 157544448 9942 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 153852

[startup+102.301 s]
/proc/loadavg: 8.08 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18125508/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=175224 CPUtime=408.61 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 188343 1256 0 0 40831 30 0 0 25 0 5 0 598434441 179429376 15291 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 43806 15291 181 55 0 41692 0
[pid=19795/tid=19801] ppid=19793 vsize=175224 CPUtime=101.73 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 43687 1256 0 0 10166 7 0 0 25 0 5 0 598434441 179429376 15291 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=175224 CPUtime=102.28 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 49008 1256 0 0 10221 7 0 0 25 0 5 0 598434441 179429376 15291 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=175224 CPUtime=102.29 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 45855 1256 0 0 10222 7 0 0 25 0 5 0 598434441 179429376 15291 33554432000 4194304 4417332 140736699457520 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=175224 CPUtime=102.29 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 49498 1256 0 0 10221 8 0 0 25 0 5 0 598434441 179429376 15291 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 175224

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

[startup+102.407 s]
/proc/loadavg: 8.08 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18125508/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=169108 CPUtime=409.02 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 189271 1256 0 0 40871 31 0 0 25 0 5 0 598434441 173166592 13730 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 42277 13730 181 55 0 40163 0
[pid=19795/tid=19801] ppid=19793 vsize=169108 CPUtime=101.83 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 43687 1256 0 0 10176 7 0 0 25 0 5 0 598434441 173166592 13730 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=169108 CPUtime=102.38 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 49008 1256 0 0 10231 7 0 0 25 0 5 0 598434441 173166592 13730 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=169108 CPUtime=102.39 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 45855 1256 0 0 10232 7 0 0 25 0 5 0 598434441 173166592 13730 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=169108 CPUtime=102.38 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 50426 1256 0 0 10230 8 0 0 25 0 5 0 598434441 173166592 13730 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 409.02
Current children cumulated vsize (KiB) 169108

[startup+108.801 s]
/proc/loadavg: 8.07 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18145844/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=161624 CPUtime=434.56 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 198735 1256 0 0 43424 32 0 0 25 0 5 0 598434441 165502976 11891 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 40406 11891 181 55 0 38292 0
[pid=19795/tid=19801] ppid=19793 vsize=161624 CPUtime=108.19 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 46461 1256 0 0 10812 7 0 0 25 0 5 0 598434441 165502976 11891 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=161624 CPUtime=108.77 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 51224 1256 0 0 10870 7 0 0 25 0 5 0 598434441 165502976 11891 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=161624 CPUtime=108.78 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 48757 1256 0 0 10871 7 0 0 25 0 5 0 598434441 165502976 11891 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=161624 CPUtime=108.78 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 51998 1256 0 0 10870 8 0 0 25 0 5 0 598434441 165502976 11891 33554432000 4194304 4417332 140736699457520 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 434.56
Current children cumulated vsize (KiB) 161624

[startup+115.201 s]
/proc/loadavg: 8.06 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18129460/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=172996 CPUtime=460.13 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 204101 1256 0 0 45980 33 0 0 25 0 5 0 598434441 177147904 14702 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 43249 14702 181 55 0 41135 0
[pid=19795/tid=19801] ppid=19793 vsize=172996 CPUtime=114.57 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 47413 1256 0 0 11449 8 0 0 25 0 5 0 598434441 177147904 14702 33554432000 4194304 4417332 140736699457520 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=172996 CPUtime=115.17 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 52137 1256 0 0 11510 7 0 0 25 0 5 0 598434441 177147904 14702 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=172996 CPUtime=115.19 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 50079 1256 0 0 11511 8 0 0 25 0 5 0 598434441 177147904 14702 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=172996 CPUtime=115.18 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 54177 1256 0 0 11509 9 0 0 25 0 5 0 598434441 177147904 14702 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (KiB) 172996

[startup+116.801 s]
/proc/loadavg: 8.06 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18124004/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=168976 CPUtime=466.52 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 206609 1256 0 0 46618 34 0 0 25 0 5 0 598434441 173031424 13697 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 42244 13697 181 55 0 40130 0
[pid=19795/tid=19801] ppid=19793 vsize=168976 CPUtime=116.15 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 48103 1256 0 0 11607 8 0 0 25 0 5 0 598434441 173031424 13697 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=168976 CPUtime=116.77 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 52681 1256 0 0 11670 7 0 0 25 0 5 0 598434441 173031424 13697 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=168976 CPUtime=116.79 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 51113 1256 0 0 11671 8 0 0 25 0 5 0 598434441 173031424 13697 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=168976 CPUtime=116.78 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 54417 1256 0 0 11669 9 0 0 25 0 5 0 598434441 173031424 13697 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 466.52
Current children cumulated vsize (KiB) 168976

[startup+118.4 s]
/proc/loadavg: 8.06 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18120780/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=174352 CPUtime=472.91 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 207953 1256 0 0 47257 34 0 0 25 0 5 0 598434441 178536448 15041 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 43588 15041 181 55 0 41474 0
[pid=19795/tid=19801] ppid=19793 vsize=174352 CPUtime=117.75 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 48796 1256 0 0 11767 8 0 0 25 0 5 0 598434441 178536448 15041 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=174352 CPUtime=118.37 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 52681 1256 0 0 11830 7 0 0 25 0 5 0 598434441 178536448 15041 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=174352 CPUtime=118.39 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 51299 1256 0 0 11831 8 0 0 25 0 5 0 598434441 178536448 15041 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=174352 CPUtime=118.38 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 54882 1256 0 0 11829 9 0 0 25 0 5 0 598434441 178536448 15041 33554432000 4194304 4417332 140736699457520 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 472.91
Current children cumulated vsize (KiB) 174352

[startup+119.2 s]
/proc/loadavg: 8.06 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18108256/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=177748 CPUtime=476.1 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 208802 1256 0 0 47576 34 0 0 25 0 5 0 598434441 182013952 15890 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 44437 15890 181 55 0 42323 0
[pid=19795/tid=19801] ppid=19793 vsize=177748 CPUtime=118.54 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 48796 1256 0 0 11846 8 0 0 25 0 5 0 598434441 182013952 15890 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19795/tid=19802] ppid=19793 vsize=177748 CPUtime=119.17 cores=0,2,4,6
/proc/19795/task/19802/stat : 19802 (plingeling) R 19793 19795 19297 0 -1 4202560 52681 1256 0 0 11910 7 0 0 25 0 5 0 598434441 182013952 15890 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19795/tid=19803] ppid=19793 vsize=177748 CPUtime=119.19 cores=0,2,4,6
/proc/19795/task/19803/stat : 19803 (plingeling) R 19793 19795 19297 0 -1 4202560 52148 1256 0 0 11911 8 0 0 25 0 5 0 598434441 182013952 15890 33554432000 4194304 4417332 140736699457520 18446744073709551615 4364706 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19795/tid=19804] ppid=19793 vsize=177748 CPUtime=119.18 cores=0,2,4,6
/proc/19795/task/19804/stat : 19804 (plingeling) R 19793 19795 19297 0 -1 4202560 54882 1256 0 0 11909 9 0 0 25 0 5 0 598434441 182013952 15890 33554432000 4194304 4417332 140736699457520 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 476.1
Current children cumulated vsize (KiB) 177748

[startup+119.6 s]
/proc/loadavg: 8.06 8.06 8.04 9/186 19816
/proc/meminfo: memFree=18108256/32951124 swapFree=67110396/67111528
[pid=19795] ppid=19793 vsize=159872 CPUtime=477.1 cores=0,2,4,6
/proc/19795/stat : 19795 (plingeling) S 19793 19795 19297 0 -1 4202496 210911 1256 0 0 47676 34 0 0 25 0 2 0 598434441 163708928 11454 33554432000 4194304 4417332 140736699457520 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19795/statm: 39968 11454 182 55 0 37854 0
[pid=19795/tid=19801] ppid=19793 vsize=159872 CPUtime=118.94 cores=0,2,4,6
/proc/19795/task/19801/stat : 19801 (plingeling) R 19793 19795 19297 0 -1 4202560 49744 1256 0 0 11886 8 0 0 25 0 2 0 598434441 163708928 11454 33554432000 4194304 4417332 140736699457520 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 477.1
Current children cumulated vsize (KiB) 159872

Child status: 10
Real time (s): 119.698
CPU time (s): 477.215
CPU user time (s): 476.86
CPU system time (s): 0.355945
CPU usage (%): 398.683
Max. virtual memory (cumulated for all children) (KiB): 177748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.86
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212197
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= 116
involuntary context switches= 2158

runsolver used 0.197969 second user time and 0.45793 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 15:00:38
IDJOB=3273392
IDBENCH=83138
IDSOLVER=1605
FILE ID=node118/3273392-1304082038
RUNJOBID= node118-1304080536-19611
PBS_JOBID= 13170505
Free space on /tmp= 71616 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s40283905-sat.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273392-1304082038/watcher-3273392-1304082038 -o /tmp/evaluation-result-3273392-1304082038/solver-3273392-1304082038 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3273392-1304082038.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1564126403

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18202668 kB
Buffers:       1901728 kB
Cached:       12027856 kB
SwapCached:        600 kB
Active:        9700284 kB
Inactive:      4512300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18202668 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:             128 kB
Writeback:           0 kB
AnonPages:      282512 kB
Mapped:          15380 kB
Slab:           472136 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   468464 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= 71616 MiB
End job on node118 at 2011-04-29 15:02:37