Trace number 3371175

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 587f (fixed)SAT 475.188 119.456

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

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

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 7.77 7.47 5/295 29371
/proc/meminfo: memFree=24123832/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=115532 CPUtime=0 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 365 1252 0 0 0 0 0 0 25 0 5 0 634800384 118304768 291 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 28883 291 176 55 0 26769 0
[pid=29371/tid=29377] ppid=29369 vsize=115532 CPUtime=0 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 25 1252 0 0 0 0 0 0 25 0 5 0 634800385 118304768 291 33554432000 4194304 4417452 140735016394752 18446744073709551615 220816341486 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=115532 CPUtime=0 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 9 1252 0 0 0 0 0 0 25 0 5 0 634800385 118304768 291 33554432000 4194304 4417452 140735016394752 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=115532 CPUtime=0 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 1 1252 0 0 0 0 0 0 25 0 5 0 634800385 118304768 291 33554432000 4194304 4417452 140735016394752 18446744073709551615 4277474 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=115532 CPUtime=0 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 33 1252 0 0 0 0 0 0 25 0 5 0 634800385 118304768 291 33554432000 4194304 4417452 140735016394752 18446744073709551615 4251104 0 0 4096 17442 0 0 0 -1 5 0 0 0

[startup+0.0350749 s]
/proc/loadavg: 8.12 7.77 7.47 5/295 29371
/proc/meminfo: memFree=24123832/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=116432 CPUtime=0.1 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 617 1252 0 0 10 0 0 0 25 0 5 0 634800384 119226368 543 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 29108 543 179 55 0 26994 0
[pid=29371/tid=29377] ppid=29369 vsize=116432 CPUtime=0.02 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 59 1252 0 0 2 0 0 0 25 0 5 0 634800385 119226368 543 33554432000 4194304 4417452 140735016394752 18446744073709551615 220816341486 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=116432 CPUtime=0.02 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 34 1252 0 0 2 0 0 0 25 0 5 0 634800385 119226368 543 33554432000 4194304 4417452 140735016394752 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=116432 CPUtime=0.02 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 79 1252 0 0 2 0 0 0 25 0 5 0 634800385 119226368 543 33554432000 4194304 4417452 140735016394752 18446744073709551615 220815930349 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=116432 CPUtime=0.02 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 148 1252 0 0 2 0 0 0 25 0 5 0 634800385 119226368 543 33554432000 4194304 4417452 140735016394752 18446744073709551615 220815930319 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 116432

[startup+0.111807 s]
/proc/loadavg: 8.12 7.77 7.47 5/295 29371
/proc/meminfo: memFree=24123832/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=118500 CPUtime=0.41 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 1329 1252 0 0 41 0 0 0 25 0 5 0 634800384 121344000 1077 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 29625 1077 180 55 0 27511 0
[pid=29371/tid=29377] ppid=29369 vsize=118500 CPUtime=0.1 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 203 1252 0 0 10 0 0 0 25 0 5 0 634800385 121344000 1077 33554432000 4194304 4417452 140735016394752 18446744073709551615 18446744073699065949 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=118500 CPUtime=0.1 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 134 1252 0 0 10 0 0 0 25 0 5 0 634800385 121344000 1077 33554432000 4194304 4417452 140735016394752 18446744073709551615 4278535 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=118500 CPUtime=0.1 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 270 1252 0 0 10 0 0 0 25 0 5 0 634800385 121344000 1077 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=118500 CPUtime=0.1 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 425 1252 0 0 10 0 0 0 25 0 5 0 634800385 121344000 1077 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 118500

[startup+0.300773 s]
/proc/loadavg: 8.12 7.77 7.47 5/295 29371
/proc/meminfo: memFree=24123832/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=120324 CPUtime=1.16 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 3032 1252 0 0 116 0 0 0 25 0 5 0 634800384 123211776 1504 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 30081 1534 180 55 0 27967 0
[pid=29371/tid=29377] ppid=29369 vsize=120324 CPUtime=0.28 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 603 1252 0 0 28 0 0 0 25 0 5 0 634800385 123211776 1535 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=120324 CPUtime=0.29 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 532 1252 0 0 29 0 0 0 25 0 5 0 634800385 123211776 1535 33554432000 4194304 4417452 140735016394752 18446744073709551615 220815930349 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=120324 CPUtime=0.29 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 647 1252 0 0 29 0 0 0 25 0 5 0 634800385 123211776 1535 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366659 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=120324 CPUtime=0.29 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 984 1252 0 0 29 0 0 0 25 0 5 0 634800385 123211776 1535 33554432000 4194304 4417452 140735016394752 18446744073709551615 4344147 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 120324

[startup+0.700701 s]
/proc/loadavg: 8.12 7.77 7.47 5/295 29371
/proc/meminfo: memFree=24123832/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=121776 CPUtime=2.76 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 6468 1252 0 0 275 1 0 0 25 0 5 0 634800384 124698624 1898 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 30444 1898 180 55 0 28330 0
[pid=29371/tid=29377] ppid=29369 vsize=121776 CPUtime=0.68 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 1575 1252 0 0 68 0 0 0 25 0 5 0 634800385 124698624 1898 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=121776 CPUtime=0.69 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 1420 1252 0 0 69 0 0 0 25 0 5 0 634800385 124698624 1898 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=121776 CPUtime=0.68 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 1480 1252 0 0 68 0 0 0 25 0 5 0 634800385 124698624 1898 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=121776 CPUtime=0.69 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 1696 1252 0 0 69 0 0 0 25 0 5 0 634800385 124698624 1898 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 121776

[startup+1.50056 s]
/proc/loadavg: 8.11 7.78 7.47 9/300 29381
/proc/meminfo: memFree=24114708/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=125808 CPUtime=5.95 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 12787 1252 0 0 593 2 0 0 25 0 5 0 634800384 128827392 2906 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 31452 2906 180 55 0 29338 0
[pid=29371/tid=29377] ppid=29369 vsize=125808 CPUtime=1.47 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 2983 1252 0 0 147 0 0 0 25 0 5 0 634800385 128827392 2906 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=125808 CPUtime=1.49 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 3216 1252 0 0 149 0 0 0 25 0 5 0 634800385 128827392 2906 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=125808 CPUtime=1.48 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 2815 1252 0 0 148 0 0 0 25 0 5 0 634800385 128827392 2906 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=125808 CPUtime=1.48 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 3476 1252 0 0 148 0 0 0 25 0 5 0 634800385 128827392 2906 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 125808

[startup+3.10026 s]
/proc/loadavg: 8.11 7.78 7.47 9/300 29381
/proc/meminfo: memFree=24106400/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=130524 CPUtime=12.35 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 20735 1252 0 0 1231 4 0 0 25 0 5 0 634800384 133656576 4085 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 32631 4085 180 55 0 30517 0
[pid=29371/tid=29377] ppid=29369 vsize=130524 CPUtime=3.06 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 5077 1252 0 0 305 1 0 0 25 0 5 0 634800385 133656576 4085 33554432000 4194304 4417452 140735016394752 18446744073709551615 4260101 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=130524 CPUtime=3.08 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 5149 1252 0 0 308 0 0 0 25 0 5 0 634800385 133656576 4085 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=130524 CPUtime=3.08 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 4573 1252 0 0 307 1 0 0 25 0 5 0 634800385 133656576 4085 33554432000 4194304 4417452 140735016394752 18446744073709551615 4310188 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=130524 CPUtime=3.08 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 5639 1252 0 0 308 0 0 0 25 0 5 0 634800385 133656576 4085 33554432000 4194304 4417452 140735016394752 18446744073709551615 4343748 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 130524

[startup+6.30067 s]
/proc/loadavg: 8.11 7.78 7.47 9/300 29381
/proc/meminfo: memFree=24086432/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=134080 CPUtime=25.12 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 33785 1252 0 0 2506 6 0 0 25 0 5 0 634800384 137297920 4957 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 33520 4957 180 55 0 31406 0
[pid=29371/tid=29377] ppid=29369 vsize=134080 CPUtime=6.23 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 8457 1252 0 0 622 1 0 0 25 0 5 0 634800385 137297920 4957 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=134080 CPUtime=6.29 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 7982 1252 0 0 628 1 0 0 25 0 5 0 634800385 137297920 4957 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=134080 CPUtime=6.28 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 8084 1252 0 0 627 1 0 0 25 0 5 0 634800385 137297920 4957 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=134116 CPUtime=6.28 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 8965 1252 0 0 627 1 0 0 25 0 5 0 634800385 137334784 4957 33554432000 4194304 4417452 140735016394752 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 134080

[startup+12.7005 s]
/proc/loadavg: 8.17 7.80 7.49 9/300 29381
/proc/meminfo: memFree=24050104/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=143108 CPUtime=50.65 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 52637 1252 0 0 5056 9 0 0 25 0 5 0 634800384 146542592 7199 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 35777 7199 180 55 0 33663 0
[pid=29371/tid=29377] ppid=29369 vsize=143108 CPUtime=12.57 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 13197 1252 0 0 1255 2 0 0 25 0 5 0 634800385 146542592 7199 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=143108 CPUtime=12.69 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 12599 1252 0 0 1267 2 0 0 25 0 5 0 634800385 146542592 7199 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=143108 CPUtime=12.68 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 12609 1252 0 0 1266 2 0 0 25 0 5 0 634800385 146542592 7199 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=143108 CPUtime=12.69 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 13935 1252 0 0 1267 2 0 0 25 0 5 0 634800385 146542592 7199 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 143108

[startup+25.5011 s]
/proc/loadavg: 8.14 7.81 7.49 9/300 29381
/proc/meminfo: memFree=24008744/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=145712 CPUtime=101.73 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 80391 1252 0 0 10160 13 0 0 25 0 5 0 634800384 149209088 7882 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 36428 7882 180 55 0 34314 0
[pid=29371/tid=29377] ppid=29369 vsize=145712 CPUtime=25.25 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 19362 1252 0 0 2522 3 0 0 25 0 5 0 634800385 149209088 7882 33554432000 4194304 4417452 140735016394752 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=145712 CPUtime=25.49 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 19351 1252 0 0 2546 3 0 0 25 0 5 0 634800385 149209088 7882 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=145712 CPUtime=25.49 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 19579 1252 0 0 2546 3 0 0 25 0 5 0 634800385 149209088 7882 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=145712 CPUtime=25.49 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 21802 1252 0 0 2546 3 0 0 25 0 5 0 634800385 149209088 7882 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 145712

[startup+51.1004 s]
/proc/loadavg: 8.09 7.82 7.50 9/300 29382
/proc/meminfo: memFree=23969516/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=153368 CPUtime=203.91 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 127680 1252 0 0 20371 20 0 0 25 0 5 0 634800384 157048832 9764 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 38342 9764 180 55 0 36228 0
[pid=29371/tid=29377] ppid=29369 vsize=153368 CPUtime=50.62 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 28630 1252 0 0 5058 4 0 0 25 0 5 0 634800385 157048832 9764 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=153368 CPUtime=51.09 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 32011 1252 0 0 5105 4 0 0 25 0 5 0 634800385 157048832 9764 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=153368 CPUtime=51.09 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 30844 1252 0 0 5104 5 0 0 25 0 5 0 634800385 157048832 9764 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=153368 CPUtime=51.08 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 35898 1252 0 0 5103 5 0 0 25 0 5 0 634800385 157048832 9764 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 153368

[startup+102.311 s]
/proc/loadavg: 8.08 7.86 7.53 9/300 29383
/proc/meminfo: memFree=23907712/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=175000 CPUtime=408.28 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 195003 1252 0 0 40797 31 0 0 25 0 5 0 634800384 179200000 15204 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 43750 15204 180 55 0 41636 0
[pid=29371/tid=29377] ppid=29369 vsize=175000 CPUtime=101.36 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 45264 1252 0 0 10129 7 0 0 25 0 5 0 634800385 179200000 15204 33554432000 4194304 4417452 140735016394752 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=175000 CPUtime=102.3 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 50139 1252 0 0 10223 7 0 0 25 0 5 0 634800385 179200000 15204 33554432000 4194304 4417452 140735016394752 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=175000 CPUtime=102.3 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 47585 1252 0 0 10222 8 0 0 25 0 5 0 634800385 179200000 15204 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=175000 CPUtime=102.3 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 51718 1252 0 0 10222 8 0 0 25 0 5 0 634800385 179200000 15204 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 175000

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

[startup+108.701 s]
/proc/loadavg: 8.07 7.87 7.54 9/300 29383
/proc/meminfo: memFree=23899280/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=160648 CPUtime=433.79 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 205323 1252 0 0 43346 33 0 0 25 0 5 0 634800384 164503552 11616 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 40162 11616 180 55 0 38048 0
[pid=29371/tid=29377] ppid=29369 vsize=160648 CPUtime=107.71 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 47903 1252 0 0 10763 8 0 0 25 0 5 0 634800385 164503552 11616 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=160648 CPUtime=108.69 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 52368 1252 0 0 10862 7 0 0 25 0 5 0 634800385 164503552 11616 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=160648 CPUtime=108.68 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 50487 1252 0 0 10860 8 0 0 25 0 5 0 634800385 164503552 11616 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=160648 CPUtime=108.69 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 54268 1252 0 0 10860 9 0 0 25 0 5 0 634800385 164503552 11616 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 433.79
Current children cumulated vsize (KiB) 160648

[startup+115.101 s]
/proc/loadavg: 8.07 7.87 7.54 9/300 29384
/proc/meminfo: memFree=23901996/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=172976 CPUtime=459.34 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 210928 1252 0 0 45900 34 0 0 25 0 5 0 634800384 177127424 14666 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 43244 14666 180 55 0 41130 0
[pid=29371/tid=29377] ppid=29369 vsize=172976 CPUtime=114.04 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 49043 1252 0 0 11396 8 0 0 25 0 5 0 634800385 177127424 14666 33554432000 4194304 4417452 140735016394752 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=172976 CPUtime=115.09 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 53281 1252 0 0 11502 7 0 0 25 0 5 0 634800385 177127424 14666 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=172976 CPUtime=115.08 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 51809 1252 0 0 11500 8 0 0 25 0 5 0 634800385 177127424 14666 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=172976 CPUtime=115.09 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 56498 1252 0 0 11500 9 0 0 25 0 5 0 634800385 177127424 14666 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 459.34
Current children cumulated vsize (KiB) 172976

[startup+116.7 s]
/proc/loadavg: 8.06 7.87 7.54 9/300 29384
/proc/meminfo: memFree=23904476/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=169712 CPUtime=465.72 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 213625 1252 0 0 46537 35 0 0 25 0 5 0 634800384 173785088 13850 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 42428 13850 180 55 0 40314 0
[pid=29371/tid=29377] ppid=29369 vsize=169712 CPUtime=115.62 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 49733 1252 0 0 11554 8 0 0 25 0 5 0 634800385 173785088 13850 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=169712 CPUtime=116.69 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 53825 1252 0 0 11662 7 0 0 25 0 5 0 634800385 173785088 13850 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=169712 CPUtime=116.69 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 53029 1252 0 0 11660 9 0 0 25 0 5 0 634800385 173785088 13850 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=169712 CPUtime=116.69 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 56741 1252 0 0 11660 9 0 0 25 0 5 0 634800385 173785088 13850 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 465.72
Current children cumulated vsize (KiB) 169712

[startup+118.301 s]
/proc/loadavg: 8.06 7.87 7.54 9/300 29384
/proc/meminfo: memFree=23904476/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=175984 CPUtime=472.11 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 215193 1252 0 0 47176 35 0 0 25 0 5 0 634800384 180207616 15418 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 43996 15418 180 55 0 41882 0
[pid=29371/tid=29377] ppid=29369 vsize=175984 CPUtime=117.21 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 50426 1252 0 0 11713 8 0 0 25 0 5 0 634800385 180207616 15418 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=175984 CPUtime=118.29 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 53825 1252 0 0 11822 7 0 0 25 0 5 0 634800385 180207616 15418 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29379] ppid=29369 vsize=175984 CPUtime=118.29 cores=1,3,5,7
/proc/29371/task/29379/stat : 29379 (plingeling) R 29369 29371 28842 0 -1 4202560 53878 1252 0 0 11820 9 0 0 25 0 5 0 634800385 180207616 15418 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=175984 CPUtime=118.29 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 56767 1252 0 0 11820 9 0 0 25 0 5 0 634800385 180207616 15418 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 472.11
Current children cumulated vsize (KiB) 175984

[startup+119.101 s]
/proc/loadavg: 8.06 7.87 7.54 8/299 29384
/proc/meminfo: memFree=23896300/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=169892 CPUtime=474.56 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 216563 1252 0 0 47421 35 0 0 25 0 4 0 634800384 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 42473 13928 181 55 0 40359 0
[pid=29371/tid=29377] ppid=29369 vsize=169892 CPUtime=118.01 cores=1,3,5,7
/proc/29371/task/29377/stat : 29377 (plingeling) R 29369 29371 28842 0 -1 4202560 50426 1252 0 0 11793 8 0 0 25 0 4 0 634800385 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29371/tid=29378] ppid=29369 vsize=169892 CPUtime=119.08 cores=1,3,5,7
/proc/29371/task/29378/stat : 29378 (plingeling) R 29369 29371 28842 0 -1 4202560 54755 1252 0 0 11901 7 0 0 25 0 4 0 634800385 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29371/tid=29380] ppid=29369 vsize=169892 CPUtime=119.09 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 57206 1252 0 0 11900 9 0 0 25 0 4 0 634800385 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 474.56
Current children cumulated vsize (KiB) 169892

[startup+119.301 s]
/proc/loadavg: 8.06 7.87 7.54 8/299 29384
/proc/meminfo: memFree=23896300/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=169892 CPUtime=475.02 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 216563 1252 0 0 47467 35 0 0 18 0 2 0 634800384 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 42473 13928 181 55 0 40359 0
[pid=29371/tid=29380] ppid=29369 vsize=169892 CPUtime=119.29 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 57206 1252 0 0 11920 9 0 0 25 0 2 0 634800385 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 475.02
Current children cumulated vsize (KiB) 169892

[startup+119.401 s]
/proc/loadavg: 8.06 7.87 7.54 8/299 29384
/proc/meminfo: memFree=23896300/32951124 swapFree=63485424/67111528
[pid=29371] ppid=29369 vsize=169892 CPUtime=475.12 cores=1,3,5,7
/proc/29371/stat : 29371 (plingeling) S 29369 29371 28842 0 -1 4202496 216563 1252 0 0 47477 35 0 0 18 0 2 0 634800384 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29371/statm: 42473 13928 181 55 0 40359 0
[pid=29371/tid=29380] ppid=29369 vsize=169892 CPUtime=119.39 cores=1,3,5,7
/proc/29371/task/29380/stat : 29380 (plingeling) R 29369 29371 28842 0 -1 4202560 57206 1252 0 0 11930 9 0 0 25 0 2 0 634800385 173969408 13928 33554432000 4194304 4417452 140735016394752 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 475.12
Current children cumulated vsize (KiB) 169892

Child status: 10
Real time (s): 119.456
CPU time (s): 475.188
CPU user time (s): 474.829
CPU system time (s): 0.358945
CPU usage (%): 397.792
Max. virtual memory (cumulated for all children) (KiB): 177740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 474.829
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217829
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= 61
involuntary context switches= 2016

runsolver used 0.289955 second user time and 0.801878 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 03:44:05
IDJOB=3371175
IDBENCH=83138
IDSOLVER=1848
FILE ID=node147/3371175-1305423845
RUNJOBID= node147-1305423211-29248
PBS_JOBID= 13324574
Free space on /tmp= 73104 MiB

SOLVER NAME= Plingeling 587f (fixed)
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-3371175-1305423845/watcher-3371175-1305423845 -o /tmp/evaluation-result-3371175-1305423845/solver-3371175-1305423845 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371175-1305423845.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1142178819

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24124220 kB
Buffers:        294464 kB
Cached:        5018972 kB
SwapCached:      13132 kB
Active:        1892972 kB
Inactive:      6699776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24124220 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:              16 kB
Writeback:           0 kB
AnonPages:     3274404 kB
Mapped:          15444 kB
Slab:           140656 kB
PageTables:      29228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45150700 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= 73104 MiB
End job on node147 at 2011-05-15 03:46:04