Trace number 3293531

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 587UNSAT 4423.29 1116.37

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

4423.21/1116.36	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3293531-1304110691/watcher-3293531-1304110691 -o /tmp/evaluation-result-3293531-1304110691/solver-3293531-1304110691 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3293531-1304110691.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: 7.75 7.87 7.90 5/181 3912
/proc/meminfo: memFree=23818540/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=16372 CPUtime=0 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 1746 1260 0 0 0 0 0 0 22 0 1 0 522667129 16764928 1676 33554432000 4194304 4417332 140733758330928 18446744073709551615 212687369309 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/3912/statm: 4093 1689 138 55 0 1979 0

[startup+0.0867509 s]
/proc/loadavg: 7.75 7.87 7.90 5/181 3912
/proc/meminfo: memFree=23818540/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=31604 CPUtime=0.08 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 5994 1260 0 0 7 1 0 0 22 0 1 0 522667129 32362496 5924 33554432000 4194304 4417332 140733758330928 18446744073709551615 4231554 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/3912/statm: 7901 5924 148 55 0 5787 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31604

[startup+0.100735 s]
/proc/loadavg: 7.75 7.87 7.90 5/181 3912
/proc/meminfo: memFree=23818540/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=31604 CPUtime=0.09 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 5994 1260 0 0 8 1 0 0 23 0 1 0 522667129 32362496 5924 33554432000 4194304 4417332 140733758330928 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/3912/statm: 7901 5924 148 55 0 5787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31604

[startup+0.300697 s]
/proc/loadavg: 7.75 7.87 7.90 5/181 3912
/proc/meminfo: memFree=23818540/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=50824 CPUtime=0.28 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 10799 1260 0 0 27 1 0 0 25 0 1 0 522667129 52043776 10729 33554432000 4194304 4417332 140733758330928 18446744073709551615 4209513 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/3912/statm: 12706 10729 148 55 0 10592 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50824

[startup+0.700627 s]
/proc/loadavg: 7.75 7.87 7.90 5/181 3912
/proc/meminfo: memFree=23818540/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=117652 CPUtime=0.68 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 27506 1260 0 0 65 3 0 0 25 0 1 0 522667129 120475648 27436 33554432000 4194304 4417332 140733758330928 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3912/statm: 29413 27436 148 55 0 27299 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 117652

[startup+2.41732 s]
/proc/loadavg: 7.75 7.87 7.90 5/181 3912
/proc/meminfo: memFree=23818540/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=255560 CPUtime=2.4 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 62005 1260 0 0 231 9 0 0 25 0 1 0 522667129 261693440 61913 33554432000 4194304 4417332 140733758330928 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3912/statm: 63890 61913 148 55 0 61776 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 255560

[startup+3.10019 s]
/proc/loadavg: 7.75 7.87 7.90 6/182 3918
/proc/meminfo: memFree=23571284/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=419400 CPUtime=3.09 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 102965 1260 0 0 295 14 0 0 25 0 1 0 522667129 429465600 102873 33554432000 4194304 4417332 140733758330928 18446744073709551615 4260044 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3912/statm: 104850 102873 148 55 0 102736 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 419400

[startup+6.3006 s]
/proc/loadavg: 7.61 7.84 7.89 6/182 3918
/proc/meminfo: memFree=23008176/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=821428 CPUtime=6.29 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) R 3910 3912 2566 0 -1 4202496 203574 1260 0 0 601 28 0 0 25 0 1 0 522667129 841142272 203380 33554432000 4194304 4417332 140733758330928 18446744073709551615 4231335 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/3912/statm: 205357 203380 148 55 0 203243 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 821428

[startup+12.7004 s]
/proc/loadavg: 7.40 7.79 7.88 9/186 3922
/proc/meminfo: memFree=22405636/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1513344 CPUtime=15.66 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 443845 1260 0 0 1500 66 0 0 25 0 5 0 522667129 1549664256 354848 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378336 354848 164 55 0 376222 0
[pid=3912/tid=3919] ppid=3910 vsize=1513344 CPUtime=0.98 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 9102 1260 0 0 97 1 0 0 25 0 5 0 522668299 1549664256 354848 33554432000 4194304 4417332 140733758330928 18446744073709551615 4283648 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1513344 CPUtime=0.99 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 9105 1260 0 0 97 2 0 0 25 0 5 0 522668299 1549664256 354848 33554432000 4194304 4417332 140733758330928 18446744073709551615 4282416 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1513344 CPUtime=0.97 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 9108 1260 0 0 95 2 0 0 25 0 5 0 522668299 1549664256 354848 33554432000 4194304 4417332 140733758330928 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1513344 CPUtime=0.98 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 11599 1260 0 0 96 2 0 0 25 0 5 0 522668299 1549664256 354848 33554432000 4194304 4417332 140733758330928 18446744073709551615 4263371 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 1513344

[startup+25.5011 s]
/proc/loadavg: 7.60 7.81 7.88 9/186 3923
/proc/meminfo: memFree=22254984/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1604376 CPUtime=66.79 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 764210 1260 0 0 6571 108 0 0 25 0 5 0 522667129 1642881024 385344 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 401094 385344 177 55 0 398980 0
[pid=3912/tid=3919] ppid=3910 vsize=1604376 CPUtime=13.79 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 126951 1260 0 0 1361 18 0 0 25 0 5 0 522668299 1642881024 385344 33554432000 4194304 4417332 140733758330928 18446744073709551615 4233571 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1604376 CPUtime=13.78 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 113709 1260 0 0 1363 15 0 0 25 0 5 0 522668299 1642881024 385344 33554432000 4194304 4417332 140733758330928 18446744073709551615 4339766 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1604376 CPUtime=13.71 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 102920 1260 0 0 1358 13 0 0 25 0 5 0 522668299 1642881024 385344 33554432000 4194304 4417332 140733758330928 18446744073709551615 4331692 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1604376 CPUtime=13.79 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 15699 1260 0 0 1376 3 0 0 25 0 5 0 522668299 1642881024 385344 33554432000 4194304 4417332 140733758330928 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 66.79
Current children cumulated vsize (KiB) 1604376

[startup+51.1064 s]
/proc/loadavg: 7.80 7.84 7.89 9/186 3923
/proc/meminfo: memFree=22116320/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1744348 CPUtime=169.07 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 801399 1260 0 0 16793 114 0 0 25 0 5 0 522667129 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 436087 422401 180 55 0 433973 0
[pid=3912/tid=3919] ppid=3910 vsize=1744348 CPUtime=39.39 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 140332 1260 0 0 3919 20 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1744348 CPUtime=39.39 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 128689 1260 0 0 3921 18 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1744348 CPUtime=39.17 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 111747 1260 0 0 3902 15 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1744348 CPUtime=39.4 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 15700 1260 0 0 3937 3 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 169.07
Current children cumulated vsize (KiB) 1744348

[startup+102.301 s]
/proc/loadavg: 8.03 7.90 7.91 9/186 3925
/proc/meminfo: memFree=22100184/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1744348 CPUtime=373.57 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 801399 1260 0 0 37243 114 0 0 25 0 5 0 522667129 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 436087 422401 180 55 0 433973 0
[pid=3912/tid=3919] ppid=3910 vsize=1744348 CPUtime=90.59 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 140332 1260 0 0 9039 20 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1744348 CPUtime=90.58 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 128689 1260 0 0 9040 18 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1744348 CPUtime=90.08 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 111747 1260 0 0 8993 15 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1744348 CPUtime=90.59 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 15700 1260 0 0 9056 3 0 0 25 0 5 0 522668299 1786212352 422401 33554432000 4194304 4417332 140733758330928 18446744073709551615 4366805 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 373.57
Current children cumulated vsize (KiB) 1744348

[startup+162.301 s]
/proc/loadavg: 8.11 7.94 7.92 9/186 3926
/proc/meminfo: memFree=22003616/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1801204 CPUtime=613.24 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 815613 1260 0 0 61209 115 0 0 25 0 5 0 522667129 1844432896 436615 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 450301 436615 180 55 0 448187 0
[pid=3912/tid=3919] ppid=3910 vsize=1801204 CPUtime=150.6 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 144911 1260 0 0 15039 21 0 0 25 0 5 0 522668299 1844432896 436615 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1801204 CPUtime=150.58 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 133269 1260 0 0 15040 18 0 0 25 0 5 0 522668299 1844432896 436615 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1801204 CPUtime=149.75 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 116802 1260 0 0 14960 15 0 0 25 0 5 0 522668299 1844432896 436615 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1801204 CPUtime=150.59 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 15700 1260 0 0 15056 3 0 0 25 0 5 0 522668299 1844432896 436615 33554432000 4194304 4417332 140733758330928 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 613.24
Current children cumulated vsize (KiB) 1801204

[startup+222.301 s]
/proc/loadavg: 8.14 7.98 7.93 9/186 3937
/proc/meminfo: memFree=21928252/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1800620 CPUtime=852.91 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 947774 1260 0 0 85157 134 0 0 25 0 5 0 522667129 1843834880 436469 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 450155 436469 180 55 0 448041 0
[pid=3912/tid=3919] ppid=3910 vsize=1800620 CPUtime=210.59 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 210962 1260 0 0 21030 29 0 0 25 0 5 0 522668299 1843834880 436469 33554432000 4194304 4417332 140733758330928 18446744073709551615 4262481 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1800620 CPUtime=210.59 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 199379 1260 0 0 21031 28 0 0 25 0 5 0 522668299 1843834880 436469 33554432000 4194304 4417332 140733758330928 18446744073709551615 4302003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1800620 CPUtime=209.42 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 116802 1260 0 0 20927 15 0 0 25 0 5 0 522668299 1843834880 436469 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1800620 CPUtime=210.59 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 15700 1260 0 0 21056 3 0 0 25 0 5 0 522668299 1843834880 436469 33554432000 4194304 4417332 140733758330928 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 852.91
Current children cumulated vsize (KiB) 1800620

[startup+282.3 s]
/proc/loadavg: 8.14 8.01 7.94 9/186 3939
/proc/meminfo: memFree=22011916/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1756648 CPUtime=1092.57 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1046629 1260 0 0 109111 146 0 0 25 0 5 0 522667129 1798807552 415830 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 439162 415830 180 55 0 437048 0
[pid=3912/tid=3919] ppid=3910 vsize=1756648 CPUtime=270.59 cores=1,3,5,7

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

[pid=3912/tid=3922] ppid=3910 vsize=1463436 CPUtime=930.61 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 93058 3 0 0 25 0 5 0 522668299 1498558464 342534 33554432000 4194304 4417332 140733758330928 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3728.12
Current children cumulated vsize (KiB) 1463436

[startup+1002.3 s]
/proc/loadavg: 5.46 7.34 7.76 5/176 3979
/proc/meminfo: memFree=22521732/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1494800 CPUtime=3967.81 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1320296 1260 0 0 396597 184 0 0 25 0 5 0 522667129 1530675200 350375 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 373700 350375 181 55 0 371586 0
[pid=3912/tid=3919] ppid=3910 vsize=1494800 CPUtime=990.6 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 310711 1260 0 0 99017 43 0 0 25 0 5 0 522668299 1530675200 350375 33554432000 4194304 4417332 140733758330928 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1494800 CPUtime=989.77 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 307145 1260 0 0 98934 43 0 0 25 0 5 0 522668299 1530675200 350375 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1494800 CPUtime=985.1 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 279131 1260 0 0 98473 37 0 0 25 0 5 0 522668299 1530675200 350375 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1494800 CPUtime=990.62 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 99059 3 0 0 25 0 5 0 522668299 1530675200 350375 33554432000 4194304 4417332 140733758330928 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3967.81
Current children cumulated vsize (KiB) 1494800

[startup+1062.3 s]
/proc/loadavg: 4.60 6.74 7.53 5/176 3980
/proc/meminfo: memFree=22476580/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1540076 CPUtime=4207.5 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1348852 1260 0 0 420561 189 0 0 25 0 5 0 522667129 1577037824 361694 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 385019 361694 181 55 0 382905 0
[pid=3912/tid=3919] ppid=3910 vsize=1540076 CPUtime=1050.6 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318409 1260 0 0 105016 44 0 0 25 0 5 0 522668299 1577037824 361694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1540076 CPUtime=1049.77 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 307521 1260 0 0 104934 43 0 0 25 0 5 0 522668299 1577037824 361694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1540076 CPUtime=1044.79 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 299613 1260 0 0 104439 40 0 0 25 0 5 0 522668299 1577037824 361694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4346579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1540076 CPUtime=1050.62 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 105059 3 0 0 25 0 5 0 522668299 1577037824 361694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4207.5
Current children cumulated vsize (KiB) 1540076

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

[startup+1076.7 s]
/proc/loadavg: 4.46 6.61 7.47 5/176 3981
/proc/meminfo: memFree=22520720/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1496076 CPUtime=4265.03 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1354284 1260 0 0 426313 190 0 0 25 0 5 0 522667129 1531981824 350694 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 374019 350694 181 55 0 371905 0
[pid=3912/tid=3919] ppid=3910 vsize=1496076 CPUtime=1065 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318409 1260 0 0 106456 44 0 0 25 0 5 0 522668299 1531981824 350694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1496076 CPUtime=1064.17 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 307776 1260 0 0 106374 43 0 0 25 0 5 0 522668299 1531981824 350694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4301904 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1496076 CPUtime=1059.12 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 105871 41 0 0 25 0 5 0 522668299 1531981824 350694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1496076 CPUtime=1065.02 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 106499 3 0 0 25 0 5 0 522668299 1531981824 350694 33554432000 4194304 4417332 140733758330928 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4265.03
Current children cumulated vsize (KiB) 1496076

[startup+1102.3 s]
/proc/loadavg: 4.30 6.40 7.38 5/176 3981
/proc/meminfo: memFree=22501868/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1514176 CPUtime=4367.31 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375432 1260 0 0 436538 193 0 0 25 0 5 0 522667129 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378544 355219 181 55 0 376430 0
[pid=3912/tid=3919] ppid=3910 vsize=1514176 CPUtime=1090.6 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318409 1260 0 0 109016 44 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1514176 CPUtime=1089.76 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 328924 1260 0 0 108931 45 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1514176 CPUtime=1084.6 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 108418 42 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1514176 CPUtime=1090.62 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 109059 3 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4367.31
Current children cumulated vsize (KiB) 1514176

[startup+1108.7 s]
/proc/loadavg: 4.28 6.36 7.36 5/176 3982
/proc/meminfo: memFree=22501868/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1514176 CPUtime=4392.88 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375432 1260 0 0 439095 193 0 0 25 0 5 0 522667129 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378544 355219 181 55 0 376430 0
[pid=3912/tid=3919] ppid=3910 vsize=1514176 CPUtime=1097 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318409 1260 0 0 109656 44 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1514176 CPUtime=1096.16 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 328924 1260 0 0 109571 45 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1514176 CPUtime=1090.97 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 109055 42 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4281665 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1514176 CPUtime=1097.02 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 109699 3 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4392.88
Current children cumulated vsize (KiB) 1514176

[startup+1111.9 s]
/proc/loadavg: 4.26 6.32 7.34 5/176 3982
/proc/meminfo: memFree=22501868/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1514176 CPUtime=4405.67 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375432 1260 0 0 440374 193 0 0 25 0 5 0 522667129 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378544 355219 181 55 0 376430 0
[pid=3912/tid=3919] ppid=3910 vsize=1514176 CPUtime=1100.2 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318409 1260 0 0 109976 44 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4357287 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1514176 CPUtime=1099.36 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 328924 1260 0 0 109891 45 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1514176 CPUtime=1094.15 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 109373 42 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4356768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1514176 CPUtime=1100.22 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 110019 3 0 0 25 0 5 0 522668299 1550516224 355219 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4405.67
Current children cumulated vsize (KiB) 1514176

[startup+1113.5 s]
/proc/loadavg: 4.26 6.32 7.34 5/176 3982
/proc/meminfo: memFree=22501868/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1515080 CPUtime=4412.06 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375674 1260 0 0 441013 193 0 0 25 0 5 0 522667129 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378770 355445 181 55 0 376656 0
[pid=3912/tid=3919] ppid=3910 vsize=1515080 CPUtime=1101.8 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318651 1260 0 0 110136 44 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1515080 CPUtime=1100.96 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 328924 1260 0 0 110051 45 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1515080 CPUtime=1095.75 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 109533 42 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1515080 CPUtime=1101.82 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 110179 3 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4412.06
Current children cumulated vsize (KiB) 1515080

[startup+1115.1 s]
/proc/loadavg: 4.24 6.28 7.33 5/176 3982
/proc/meminfo: memFree=22501000/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1515080 CPUtime=4418.45 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375674 1260 0 0 441652 193 0 0 25 0 5 0 522667129 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378770 355445 181 55 0 376656 0
[pid=3912/tid=3919] ppid=3910 vsize=1515080 CPUtime=1103.4 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318651 1260 0 0 110296 44 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1515080 CPUtime=1102.56 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 328924 1260 0 0 110211 45 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1515080 CPUtime=1097.34 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 109692 42 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1515080 CPUtime=1103.42 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 110339 3 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4418.45
Current children cumulated vsize (KiB) 1515080

[startup+1115.91 s]
/proc/loadavg: 4.24 6.28 7.33 5/176 3982
/proc/meminfo: memFree=22501000/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1515080 CPUtime=4421.67 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375674 1260 0 0 441974 193 0 0 25 0 5 0 522667129 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378770 355445 181 55 0 376656 0
[pid=3912/tid=3919] ppid=3910 vsize=1515080 CPUtime=1104.21 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318651 1260 0 0 110377 44 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4237639 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3912/tid=3920] ppid=3910 vsize=1515080 CPUtime=1103.37 cores=1,3,5,7
/proc/3912/task/3920/stat : 3920 (plingeling) R 3910 3912 2566 0 -1 4202560 328924 1260 0 0 110292 45 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3912/tid=3921] ppid=3910 vsize=1515080 CPUtime=1098.14 cores=1,3,5,7
/proc/3912/task/3921/stat : 3921 (plingeling) R 3910 3912 2566 0 -1 4202560 304790 1260 0 0 109772 42 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3912/tid=3922] ppid=3910 vsize=1515080 CPUtime=1104.23 cores=1,3,5,7
/proc/3912/task/3922/stat : 3922 (plingeling) R 3910 3912 2566 0 -1 4202560 18378 1260 0 0 110420 3 0 0 25 0 5 0 522668299 1551441920 355445 33554432000 4194304 4417332 140733758330928 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4421.67
Current children cumulated vsize (KiB) 1515080

[startup+1116.3 s]
/proc/loadavg: 4.24 6.28 7.33 5/176 3982
/proc/meminfo: memFree=22501000/32951124 swapFree=67111524/67111528
[pid=3912] ppid=3910 vsize=1515080 CPUtime=4423.21 cores=1,3,5,7
/proc/3912/stat : 3912 (plingeling) S 3910 3912 2566 0 -1 4202496 1375675 1260 0 0 442128 193 0 0 25 0 2 0 522667129 1551441920 355446 33554432000 4194304 4417332 140733758330928 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/3912/statm: 378770 355446 182 55 0 376656 0
[pid=3912/tid=3919] ppid=3910 vsize=1515080 CPUtime=1104.6 cores=1,3,5,7
/proc/3912/task/3919/stat : 3919 (plingeling) R 3910 3912 2566 0 -1 4202560 318651 1260 0 0 110416 44 0 0 25 0 2 0 522668299 1551441920 355446 33554432000 4194304 4417332 140733758330928 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4423.21
Current children cumulated vsize (KiB) 1515080

Child status: 20
Real time (s): 1116.37
CPU time (s): 4423.29
CPU user time (s): 4421.29
CPU system time (s): 1.9937
CPU usage (%): 396.22
Max. virtual memory (cumulated for all children) (KiB): 1932184

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

runsolver used 1.74173 second user time and 4.28535 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 22:58:14
IDJOB=3293531
IDBENCH=88158
IDSOLVER=1605
FILE ID=node139/3293531-1304110691
RUNJOBID= node139-1304110420-3395
PBS_JOBID= 13170647
Free space on /tmp= 72332 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293531-1304110691/watcher-3293531-1304110691 -o /tmp/evaluation-result-3293531-1304110691/solver-3293531-1304110691 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3293531-1304110691.cnf

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=114854764

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23818820 kB
Buffers:       2048048 kB
Cached:        6393408 kB
SwapCached:          4 kB
Active:        1256256 kB
Inactive:      7351804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23818820 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          225000 kB
Writeback:          32 kB
AnonPages:      166444 kB
Mapped:          15384 kB
Slab:           460712 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   350108 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= 72332 MiB
End job on node139 at 2011-04-29 23:16:50