Trace number 3371368

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)UNSAT 1338.08 337.701

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 8.04 7.48 7.06 5/278 32751
/proc/meminfo: memFree=24373748/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=15524 CPUtime=0 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 1967 1251 0 0 0 0 0 0 23 0 1 0 731975056 15896576 1897 33554432000 4194304 4417452 140736204753520 18446744073709551615 260020093047 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 3881 1904 148 55 0 1767 0

[startup+0.098951 s]
/proc/loadavg: 8.04 7.48 7.06 5/278 32751
/proc/meminfo: memFree=24373748/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=49192 CPUtime=0.09 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 10437 1251 0 0 8 1 0 0 23 0 1 0 731975056 50372608 10322 33554432000 4194304 4417452 140736204753520 18446744073709551615 4274256 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 12298 10322 149 55 0 10184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49192

[startup+0.100949 s]
/proc/loadavg: 8.04 7.48 7.06 5/278 32751
/proc/meminfo: memFree=24373748/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=49192 CPUtime=0.09 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 10437 1251 0 0 8 1 0 0 23 0 1 0 731975056 50372608 10322 33554432000 4194304 4417452 140736204753520 18446744073709551615 4323376 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 12298 10322 149 55 0 10184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49192

[startup+0.300911 s]
/proc/loadavg: 8.04 7.48 7.06 5/278 32751
/proc/meminfo: memFree=24373748/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=83884 CPUtime=0.29 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 19110 1251 0 0 27 2 0 0 24 0 1 0 731975056 85897216 18995 33554432000 4194304 4417452 140736204753520 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 20971 18995 149 55 0 18857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83884

[startup+0.700872 s]
/proc/loadavg: 8.04 7.48 7.06 5/278 32751
/proc/meminfo: memFree=24373748/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=161208 CPUtime=0.68 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 38473 1251 0 0 64 4 0 0 25 0 1 0 731975056 165076992 38326 33554432000 4194304 4417452 140736204753520 18446744073709551615 260020395776 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 40302 38326 149 55 0 38188 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 161208

[startup+1.50069 s]
/proc/loadavg: 8.04 7.48 7.06 6/279 32757
/proc/meminfo: memFree=24043976/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=333500 CPUtime=1.48 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 81582 1251 0 0 139 9 0 0 25 0 1 0 731975056 341504000 81399 33554432000 4194304 4417452 140736204753520 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 83375 81399 149 55 0 81261 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 333500

[startup+3.1004 s]
/proc/loadavg: 8.04 7.48 7.06 6/279 32757
/proc/meminfo: memFree=23815692/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=464572 CPUtime=3.09 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) R 32749 32751 31966 0 -1 4202496 114350 1251 0 0 294 15 0 0 25 0 1 0 731975056 475721728 114167 33554432000 4194304 4417452 140736204753520 18446744073709551615 260020395776 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/32751/statm: 116143 114167 149 55 0 114029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 464572

[startup+6.30077 s]
/proc/loadavg: 7.80 7.43 7.05 9/283 32761
/proc/meminfo: memFree=24170308/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=531232 CPUtime=15.63 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 180226 1251 0 0 1537 26 0 0 25 0 5 0 731975056 543981568 114165 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 132808 114165 175 55 0 130694 0
[pid=32751/tid=32758] ppid=32749 vsize=531232 CPUtime=3.11 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 22339 1251 0 0 308 3 0 0 25 0 5 0 731975373 543981568 114165 33554432000 4194304 4417452 140736204753520 18446744073709551615 4275909 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=531232 CPUtime=3.09 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 18806 1251 0 0 306 3 0 0 25 0 5 0 731975373 543981568 114165 33554432000 4194304 4417452 140736204753520 18446744073709551615 4275950 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=531232 CPUtime=3.12 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 17329 1251 0 0 309 3 0 0 25 0 5 0 731975373 543981568 114165 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=531232 CPUtime=3.12 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 7390 1251 0 0 311 1 0 0 25 0 5 0 731975373 543981568 114165 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281644 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 531232

[startup+12.7006 s]
/proc/loadavg: 7.82 7.44 7.05 9/283 32761
/proc/meminfo: memFree=23899268/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=610224 CPUtime=41.17 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 273203 1251 0 0 4079 38 0 0 25 0 5 0 731975056 624869376 133728 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 152556 133728 180 55 0 150442 0
[pid=32751/tid=32758] ppid=32749 vsize=610224 CPUtime=9.51 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 61500 1251 0 0 943 8 0 0 25 0 5 0 731975373 624869376 133728 33554432000 4194304 4417452 140736204753520 18446744073709551615 4272752 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=610224 CPUtime=9.43 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 44697 1251 0 0 937 6 0 0 25 0 5 0 731975373 624869376 133728 33554432000 4194304 4417452 140736204753520 18446744073709551615 4257443 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=610224 CPUtime=9.52 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 40594 1251 0 0 946 6 0 0 25 0 5 0 731975373 624869376 133728 33554432000 4194304 4417452 140736204753520 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=610224 CPUtime=9.51 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 950 1 0 0 25 0 5 0 731975373 624869376 133728 33554432000 4194304 4417452 140736204753520 18446744073709551615 4232695 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 41.17
Current children cumulated vsize (KiB) 610224

[startup+25.5012 s]
/proc/loadavg: 7.94 7.49 7.07 9/283 32761
/proc/meminfo: memFree=23902628/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=601540 CPUtime=92.27 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 281093 1251 0 0 9188 39 0 0 25 0 5 0 731975056 615976960 131557 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 150385 131557 180 55 0 148271 0
[pid=32751/tid=32758] ppid=32749 vsize=601540 CPUtime=22.31 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 61500 1251 0 0 2223 8 0 0 25 0 5 0 731975373 615976960 131557 33554432000 4194304 4417452 140736204753520 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=601540 CPUtime=22.12 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 44697 1251 0 0 2206 6 0 0 25 0 5 0 731975373 615976960 131557 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=601540 CPUtime=22.32 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 48484 1251 0 0 2225 7 0 0 25 0 5 0 731975373 615976960 131557 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=601540 CPUtime=22.31 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 2230 1 0 0 25 0 5 0 731975373 615976960 131557 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 92.27
Current children cumulated vsize (KiB) 601540

[startup+51.1005 s]
/proc/loadavg: 8.02 7.54 7.10 9/283 32762
/proc/meminfo: memFree=23990456/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=598824 CPUtime=194.45 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 281826 1251 0 0 19406 39 0 0 25 0 5 0 731975056 613195776 130884 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 149706 130884 180 55 0 147592 0
[pid=32751/tid=32758] ppid=32749 vsize=598824 CPUtime=47.91 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 61670 1251 0 0 4783 8 0 0 25 0 5 0 731975373 613195776 130884 33554432000 4194304 4417452 140736204753520 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=598824 CPUtime=47.51 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 44784 1251 0 0 4745 6 0 0 25 0 5 0 731975373 613195776 130884 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=598824 CPUtime=47.91 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 48960 1251 0 0 4784 7 0 0 25 0 5 0 731975373 613195776 130884 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=598824 CPUtime=47.91 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 4790 1 0 0 25 0 5 0 731975373 613195776 130884 33554432000 4194304 4417452 140736204753520 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 194.45
Current children cumulated vsize (KiB) 598824

[startup+102.31 s]
/proc/loadavg: 8.07 7.63 7.15 9/283 32763
/proc/meminfo: memFree=23915668/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=623572 CPUtime=398.86 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 290222 1251 0 0 39846 40 0 0 25 0 5 0 731975056 638537728 137071 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 155893 137071 180 55 0 153779 0
[pid=32751/tid=32758] ppid=32749 vsize=623572 CPUtime=99.12 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62114 1251 0 0 9904 8 0 0 25 0 5 0 731975373 638537728 137071 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=623572 CPUtime=98.29 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 45232 1251 0 0 9823 6 0 0 25 0 5 0 731975373 638537728 137071 33554432000 4194304 4417452 140736204753520 18446744073709551615 4353751 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=623572 CPUtime=99.13 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56464 1251 0 0 9905 8 0 0 25 0 5 0 731975373 638537728 137071 33554432000 4194304 4417452 140736204753520 18446744073709551615 4252361 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=623572 CPUtime=99.12 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 9911 1 0 0 25 0 5 0 731975373 638537728 137071 33554432000 4194304 4417452 140736204753520 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 623572

[startup+162.301 s]
/proc/loadavg: 8.09 7.71 7.21 9/283 32765
/proc/meminfo: memFree=24012620/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=620944 CPUtime=638.33 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 290353 1251 0 0 63793 40 0 0 25 0 5 0 731975056 635846656 136414 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 155236 136414 180 55 0 153122 0
[pid=32751/tid=32758] ppid=32749 vsize=620944 CPUtime=159.11 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62114 1251 0 0 15903 8 0 0 25 0 5 0 731975373 635846656 136414 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=620944 CPUtime=157.78 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 45299 1251 0 0 15772 6 0 0 25 0 5 0 731975373 635846656 136414 33554432000 4194304 4417452 140736204753520 18446744073709551615 4346465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=620944 CPUtime=159.12 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56528 1251 0 0 15904 8 0 0 25 0 5 0 731975373 635846656 136414 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=620944 CPUtime=159.12 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 15911 1 0 0 25 0 5 0 731975373 635846656 136414 33554432000 4194304 4417452 140736204753520 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 638.33
Current children cumulated vsize (KiB) 620944

[startup+222.301 s]
/proc/loadavg: 8.09 7.77 7.26 9/283 308
/proc/meminfo: memFree=24031056/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649292 CPUtime=877.83 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 297872 1251 0 0 87742 41 0 0 25 0 5 0 731975056 664875008 143501 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162323 143501 180 55 0 160209 0
[pid=32751/tid=32758] ppid=32749 vsize=649292 CPUtime=219.11 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62252 1251 0 0 21903 8 0 0 25 0 5 0 731975373 664875008 143501 33554432000 4194304 4417452 140736204753520 18446744073709551615 4346482 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649292 CPUtime=217.28 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52405 1251 0 0 21721 7 0 0 25 0 5 0 731975373 664875008 143501 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649292 CPUtime=219.12 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56803 1251 0 0 21904 8 0 0 25 0 5 0 731975373 664875008 143501 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649292 CPUtime=219.12 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 21911 1 0 0 25 0 5 0 731975373 664875008 143501 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 877.83
Current children cumulated vsize (KiB) 649292

[startup+282.301 s]
/proc/loadavg: 8.08 7.83 7.31 9/283 309
/proc/meminfo: memFree=23746712/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=650776 CPUtime=1117.34 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298406 1251 0 0 111692 42 0 0 25 0 5 0 731975056 666394624 143872 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162694 143872 180 55 0 160580 0
[pid=32751/tid=32758] ppid=32749 vsize=650776 CPUtime=279.11 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62453 1251 0 0 27903 8 0 0 25 0 5 0 731975373 666394624 143872 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=650776 CPUtime=276.77 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 27670 7 0 0 25 0 5 0 731975373 666394624 143872 33554432000 4194304 4417452 140736204753520 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=650776 CPUtime=279.12 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56871 1251 0 0 27904 8 0 0 25 0 5 0 731975373 666394624 143872 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=650776 CPUtime=279.12 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 27911 1 0 0 25 0 5 0 731975373 666394624 143872 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1117.34
Current children cumulated vsize (KiB) 650776

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

[startup+307.1 s]
/proc/loadavg: 8.05 7.84 7.32 9/283 310
/proc/meminfo: memFree=23970664/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649880 CPUtime=1216.33 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298406 1251 0 0 121591 42 0 0 25 0 5 0 731975056 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162470 143648 180 55 0 160356 0
[pid=32751/tid=32758] ppid=32749 vsize=649880 CPUtime=303.91 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62453 1251 0 0 30383 8 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649880 CPUtime=301.37 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 30130 7 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649880 CPUtime=303.92 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56871 1251 0 0 30384 8 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649880 CPUtime=303.92 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 30391 1 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1216.33
Current children cumulated vsize (KiB) 649880

[startup+319.901 s]
/proc/loadavg: 8.11 7.86 7.34 9/283 310
/proc/meminfo: memFree=23976356/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649880 CPUtime=1267.44 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298406 1251 0 0 126702 42 0 0 25 0 5 0 731975056 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162470 143648 180 55 0 160356 0
[pid=32751/tid=32758] ppid=32749 vsize=649880 CPUtime=316.71 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62453 1251 0 0 31663 8 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649880 CPUtime=314.07 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 31400 7 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649880 CPUtime=316.72 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56871 1251 0 0 31664 8 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4346677 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649880 CPUtime=316.72 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 31671 1 0 0 25 0 5 0 731975373 665477120 143648 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1267.44
Current children cumulated vsize (KiB) 649880

[startup+326.301 s]
/proc/loadavg: 8.10 7.87 7.34 9/283 310
/proc/meminfo: memFree=23941756/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=650148 CPUtime=1292.98 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298474 1251 0 0 129256 42 0 0 25 0 5 0 731975056 665751552 143715 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162537 143715 180 55 0 160423 0
[pid=32751/tid=32758] ppid=32749 vsize=650148 CPUtime=323.11 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62521 1251 0 0 32303 8 0 0 25 0 5 0 731975373 665751552 143715 33554432000 4194304 4417452 140736204753520 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=650148 CPUtime=320.41 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 32034 7 0 0 25 0 5 0 731975373 665751552 143715 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=650148 CPUtime=323.12 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 56871 1251 0 0 32304 8 0 0 25 0 5 0 731975373 665751552 143715 33554432000 4194304 4417452 140736204753520 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=650148 CPUtime=323.12 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 32311 1 0 0 25 0 5 0 731975373 665751552 143715 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1292.98
Current children cumulated vsize (KiB) 650148

[startup+332.701 s]
/proc/loadavg: 8.09 7.87 7.35 9/283 310
/proc/meminfo: memFree=24017896/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649828 CPUtime=1318.53 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298670 1251 0 0 131811 42 0 0 25 0 5 0 731975056 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162457 143635 180 55 0 160343 0
[pid=32751/tid=32758] ppid=32749 vsize=649828 CPUtime=329.51 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62521 1251 0 0 32943 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649828 CPUtime=326.76 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 32669 7 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649828 CPUtime=329.52 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 57067 1251 0 0 32944 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649828 CPUtime=329.52 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 32951 1 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1318.53
Current children cumulated vsize (KiB) 649828

[startup+335.901 s]
/proc/loadavg: 8.08 7.87 7.35 9/283 310
/proc/meminfo: memFree=24077164/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649828 CPUtime=1331.3 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298670 1251 0 0 133088 42 0 0 25 0 5 0 731975056 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162457 143635 180 55 0 160343 0
[pid=32751/tid=32758] ppid=32749 vsize=649828 CPUtime=332.71 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62521 1251 0 0 33263 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4281694 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649828 CPUtime=329.93 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 32986 7 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649828 CPUtime=332.72 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 57067 1251 0 0 33264 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649828 CPUtime=332.72 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 33271 1 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1331.3
Current children cumulated vsize (KiB) 649828

[startup+336.701 s]
/proc/loadavg: 8.08 7.87 7.35 9/283 310
/proc/meminfo: memFree=24080388/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649828 CPUtime=1334.49 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298670 1251 0 0 133407 42 0 0 25 0 5 0 731975056 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162457 143635 180 55 0 160343 0
[pid=32751/tid=32758] ppid=32749 vsize=649828 CPUtime=333.51 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62521 1251 0 0 33343 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649828 CPUtime=330.72 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 33065 7 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649828 CPUtime=333.52 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 57067 1251 0 0 33344 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649828 CPUtime=333.52 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 33351 1 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1334.49
Current children cumulated vsize (KiB) 649828

[startup+337.101 s]
/proc/loadavg: 8.08 7.87 7.35 9/283 310
/proc/meminfo: memFree=24080388/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649828 CPUtime=1336.09 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298670 1251 0 0 133567 42 0 0 25 0 5 0 731975056 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162457 143635 180 55 0 160343 0
[pid=32751/tid=32758] ppid=32749 vsize=649828 CPUtime=333.91 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62521 1251 0 0 33383 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649828 CPUtime=331.12 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 33105 7 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649828 CPUtime=333.92 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 57067 1251 0 0 33384 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649828 CPUtime=333.92 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 33391 1 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1336.09
Current children cumulated vsize (KiB) 649828

[startup+337.501 s]
/proc/loadavg: 8.08 7.87 7.35 9/283 310
/proc/meminfo: memFree=24080388/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649828 CPUtime=1337.69 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298670 1251 0 0 133727 42 0 0 25 0 5 0 731975056 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162457 143635 180 55 0 160343 0
[pid=32751/tid=32758] ppid=32749 vsize=649828 CPUtime=334.31 cores=0,2,4,6
/proc/32751/task/32758/stat : 32758 (plingeling) R 32749 32751 31966 0 -1 4202560 62521 1251 0 0 33423 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4237269 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32751/tid=32759] ppid=32749 vsize=649828 CPUtime=331.52 cores=0,2,4,6
/proc/32751/task/32759/stat : 32759 (plingeling) R 32749 32751 31966 0 -1 4202560 52670 1251 0 0 33145 7 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32751/tid=32760] ppid=32749 vsize=649828 CPUtime=334.32 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 57067 1251 0 0 33424 8 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32751/tid=32761] ppid=32749 vsize=649828 CPUtime=334.32 cores=0,2,4,6
/proc/32751/task/32761/stat : 32761 (plingeling) R 32749 32751 31966 0 -1 4202560 12050 1251 0 0 33431 1 0 0 25 0 5 0 731975373 665423872 143635 33554432000 4194304 4417452 140736204753520 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1337.69
Current children cumulated vsize (KiB) 649828

[startup+337.601 s]
/proc/loadavg: 8.08 7.87 7.35 6/280 310
/proc/meminfo: memFree=24076692/32951124 swapFree=67083432/67111528
[pid=32751] ppid=32749 vsize=649828 CPUtime=1337.97 cores=0,2,4,6
/proc/32751/stat : 32751 (plingeling) S 32749 32751 31966 0 -1 4202496 298671 1251 0 0 133755 42 0 0 17 0 2 0 731975056 665423872 143636 33554432000 4194304 4417452 140736204753520 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/32751/statm: 162457 143636 181 55 0 160343 0
[pid=32751/tid=32760] ppid=32749 vsize=649828 CPUtime=334.43 cores=0,2,4,6
/proc/32751/task/32760/stat : 32760 (plingeling) R 32749 32751 31966 0 -1 4202560 57067 1251 0 0 33435 8 0 0 25 0 2 0 731975373 665423872 143636 33554432000 4194304 4417452 140736204753520 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1337.97
Current children cumulated vsize (KiB) 649828

Child status: 20
Real time (s): 337.701
CPU time (s): 1338.08
CPU user time (s): 1337.63
CPU system time (s): 0.450931
CPU usage (%): 396.232
Max. virtual memory (cumulated for all children) (KiB): 651044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1337.63
system time used= 0.450931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299925
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= 178
involuntary context switches= 6172

runsolver used 0.807877 second user time and 2.01769 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 01:57:25
IDJOB=3371368
IDBENCH=70961
IDSOLVER=1848
FILE ID=node110/3371368-1305417443
RUNJOBID= node110-1305416891-32563
PBS_JOBID= 13324533
Free space on /tmp= 73540 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371368-1305417443/watcher-3371368-1305417443 -o /tmp/evaluation-result-3371368-1305417443/solver-3371368-1305417443 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371368-1305417443.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=572664396

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24373904 kB
Buffers:        280532 kB
Cached:        4137308 kB
SwapCached:       1440 kB
Active:        5027064 kB
Inactive:      3218848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24373904 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           49148 kB
Writeback:           0 kB
AnonPages:     3826216 kB
Mapped:          23244 kB
Slab:           247004 kB
PageTables:      22104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46876976 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= 73540 MiB
End job on node110 at 2011-05-15 02:03:02