Trace number 3439246

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
SArTagnan 2011-05-15 (fixed)UNSAT 33096 4146.65

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1801.9
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

Solver Data

33095.33/4146.46	
33095.33/4146.46	s UNSATISFIABLE
33095.33/4146.46	c Import unit

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: 977)

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-3439246-1306960542/watcher-3439246-1306960542 -o /tmp/evaluation-result-3439246-1306960542/solver-3439246-1306960542 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439246-1306960542.cnf -threads=8 

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

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


[startup+0 s]
/proc/loadavg: 7.25 3.00 1.12 1/519 12879
/proc/meminfo: memFree=23305224/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=20768 CPUtime=0 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 1038 0 0 0 0 0 0 0 25 0 1 0 788470088 21266432 694 33554432000 4194304 4625164 140735641779664 18446744073709551615 4360561 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12879/statm: 5192 694 296 106 0 695 0

[startup+0.0596401 s]
/proc/loadavg: 7.25 3.00 1.12 1/519 12879
/proc/meminfo: memFree=23305224/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=246244 CPUtime=0.1 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 8437 0 0 0 10 0 0 0 25 0 8 0 788470088 252153856 6958 33554432000 4194304 4625164 140735641779664 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 61561 6981 372 106 0 57064 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 246244

[startup+0.100599 s]
/proc/loadavg: 7.25 3.00 1.12 1/519 12879
/proc/meminfo: memFree=23305224/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=317740 CPUtime=0.42 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 12767 0 0 0 41 1 0 0 25 0 8 0 788470088 325365760 10225 33554432000 4194304 4625164 140735641779664 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 79435 10225 425 106 0 74938 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 317740

[startup+0.300564 s]
/proc/loadavg: 7.25 3.00 1.12 1/519 12879
/proc/meminfo: memFree=23305224/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=338016 CPUtime=2.02 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18698 0 0 0 200 2 0 0 25 0 8 0 788470088 346128384 13921 33554432000 4194304 4625164 140735641779664 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 84504 13922 393 106 0 80007 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 338016

[startup+0.700491 s]
/proc/loadavg: 7.25 3.00 1.12 1/519 12879
/proc/meminfo: memFree=23305224/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=341596 CPUtime=5.22 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 24086 0 0 0 518 4 0 0 25 0 8 0 788470088 349794304 15513 33554432000 4194304 4625164 140735641779664 18446744073709551615 4511997 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 85399 15513 363 106 0 80902 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 341596

[startup+1.50035 s]
/proc/loadavg: 7.25 3.00 1.12 9/527 12887
/proc/meminfo: memFree=23233888/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=354256 CPUtime=11.6 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 37810 0 0 0 1154 6 0 0 25 0 8 0 788470088 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4511945 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 88564 19906 361 106 0 84067 0
[pid=12879/tid=12881] ppid=12877 vsize=354256 CPUtime=1.44 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 1288 0 0 0 144 0 0 0 19 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=354256 CPUtime=1.44 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 2672 0 0 0 144 0 0 0 19 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=354256 CPUtime=1.44 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 10779 0 0 0 142 2 0 0 20 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=354256 CPUtime=1.44 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 3172 0 0 0 144 0 0 0 20 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=354256 CPUtime=1.43 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 3354 0 0 0 143 0 0 0 20 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4350730 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=354256 CPUtime=1.44 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 2611 0 0 0 144 0 0 0 20 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=354256 CPUtime=1.44 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 3528 0 0 0 144 0 0 0 25 0 8 0 788470093 362758144 19906 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 354256

[startup+3.10106 s]
/proc/loadavg: 7.25 3.00 1.12 9/527 12887
/proc/meminfo: memFree=23213552/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=371604 CPUtime=24.38 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 63328 0 0 0 2428 10 0 0 25 0 8 0 788470088 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 92901 25192 348 106 0 88404 0
[pid=12879/tid=12881] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 3501 0 0 0 304 0 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 4649 0 0 0 304 0 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 22762 0 0 0 300 4 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 5065 0 0 0 304 0 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352069 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 5348 0 0 0 303 1 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348851 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 4830 0 0 0 304 0 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=371604 CPUtime=3.04 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 5414 0 0 0 304 0 0 0 25 0 8 0 788470093 380522496 25192 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.38
Current children cumulated vsize (KiB) 371604

[startup+6.30049 s]
/proc/loadavg: 7.31 3.08 1.16 9/527 12887
/proc/meminfo: memFree=23173748/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=398240 CPUtime=49.92 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 112287 0 0 0 4973 19 0 0 25 0 8 0 788470088 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 99560 36888 396 106 0 95063 0
[pid=12879/tid=12881] ppid=12877 vsize=398240 CPUtime=6.24 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 6213 0 0 0 623 1 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4463240 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=398240 CPUtime=6.24 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 7399 0 0 0 624 0 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=398240 CPUtime=6.23 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 55575 0 0 0 614 9 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=398240 CPUtime=6.24 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 5365 0 0 0 624 0 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=398240 CPUtime=6.23 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 8447 0 0 0 622 1 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=398240 CPUtime=6.24 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 7578 0 0 0 623 1 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=398240 CPUtime=6.24 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 8306 0 0 0 623 1 0 0 25 0 8 0 788470093 407797760 36888 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352299 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 398240

[startup+12.7003 s]
/proc/loadavg: 7.36 3.17 1.19 9/527 12887
/proc/meminfo: memFree=23093752/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=443960 CPUtime=101 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 184345 0 0 0 10071 29 0 0 25 0 8 0 788470088 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 110990 54375 388 106 0 106493 0
[pid=12879/tid=12881] ppid=12877 vsize=443960 CPUtime=12.65 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 11283 0 0 0 1263 2 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=443960 CPUtime=12.64 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 13281 0 0 0 1263 1 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=443960 CPUtime=12.63 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 98966 0 0 0 1248 15 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=443960 CPUtime=12.64 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 12505 0 0 0 1263 1 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4462600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=443960 CPUtime=12.64 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 12830 0 0 0 1262 2 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=443960 CPUtime=12.63 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 8590 0 0 0 1262 1 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=443960 CPUtime=12.64 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 13162 0 0 0 1263 1 0 0 25 0 8 0 788470093 454615040 54375 33554432000 4194304 4625164 140735641779664 18446744073709551615 4462504 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 443960

[startup+25.501 s]
/proc/loadavg: 7.50 3.40 1.30 9/527 12888
/proc/meminfo: memFree=22982012/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=503848 CPUtime=203.18 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 289294 0 0 0 20270 48 0 0 25 0 8 0 788470088 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4511986 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 125962 81143 427 106 0 121465 0
[pid=12879/tid=12881] ppid=12877 vsize=503848 CPUtime=25.44 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 13782 0 0 0 2542 2 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=503848 CPUtime=25.44 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 21225 0 0 0 2542 2 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=503848 CPUtime=25.43 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 170997 0 0 0 2517 26 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=503848 CPUtime=25.44 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 15068 0 0 0 2542 2 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=503848 CPUtime=25.43 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 20486 0 0 0 2539 4 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4349045 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=503848 CPUtime=25.43 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 13079 0 0 0 2541 2 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352108 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=503848 CPUtime=25.44 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 20584 0 0 0 2541 3 0 0 25 0 8 0 788470093 515940352 81143 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 503848

[startup+51.1004 s]
/proc/loadavg: 7.67 3.77 1.48 9/527 12888
/proc/meminfo: memFree=22870232/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=659092 CPUtime=407.51 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 491225 0 0 0 40671 80 0 0 25 0 8 0 788470088 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12879/statm: 164773 109755 347 106 0 160276 0
[pid=12879/tid=12881] ppid=12877 vsize=659092 CPUtime=51.05 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 29235 0 0 0 5100 5 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=659092 CPUtime=51.05 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 30088 0 0 0 5101 4 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=659092 CPUtime=51.03 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 306416 0 0 0 5056 47 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=659092 CPUtime=51.04 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 30932 0 0 0 5099 5 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=659092 CPUtime=51.03 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 30510 0 0 0 5097 6 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=659092 CPUtime=51.01 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 18560 0 0 0 5098 3 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=659092 CPUtime=51.04 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 31202 0 0 0 5099 5 0 0 25 0 8 0 788470093 674910208 109755 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.51

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

[pid=12879/tid=12885] ppid=12877 vsize=4286092 CPUtime=4059.92 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 116991 0 0 0 405969 23 0 0 25 0 8 0 788470093 4388958208 860085 33554432000 4194304 4625164 140735641779664 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4286092 CPUtime=4060.92 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69821 0 0 0 406061 31 0 0 25 0 8 0 788470093 4388958208 860085 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4286092 CPUtime=4062.17 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119590 0 0 0 406193 24 0 0 25 0 8 0 788470093 4388958208 860088 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32424.9
Current children cumulated vsize (KiB) 4286092

[startup+4122.3 s]
/proc/loadavg: 8.11 8.08 7.96 9/527 13028
/proc/meminfo: memFree=19784716/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=4413744 CPUtime=32903.6 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18381215 0 0 0 3287497 2866 0 0 25 0 8 0 788470088 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 1103436 878320 348 106 0 1098939 0
[pid=12879/tid=12881] ppid=12877 vsize=4413744 CPUtime=4122.24 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 394055 0 0 0 412153 71 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=4413744 CPUtime=4062.29 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117577 0 0 0 406204 25 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=4413744 CPUtime=4122.17 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 14347332 0 0 0 410061 2156 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=4413744 CPUtime=4118.23 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 382138 0 0 0 411746 77 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=4413744 CPUtime=4119.9 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117038 0 0 0 411967 23 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4413744 CPUtime=4120.87 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69821 0 0 0 412056 31 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4413744 CPUtime=4122.15 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119688 0 0 0 412190 25 0 0 25 0 8 0 788470093 4519673856 878320 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32903.6
Current children cumulated vsize (KiB) 4413744

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

[startup+4134.3 s]
/proc/loadavg: 8.09 8.07 7.96 9/527 13028
/proc/meminfo: memFree=19736832/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=4490300 CPUtime=32999.4 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18461506 0 0 0 3297058 2881 0 0 25 0 8 0 788470088 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 1122575 891444 417 106 0 1118078 0
[pid=12879/tid=12881] ppid=12877 vsize=4490300 CPUtime=4134.22 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 394087 0 0 0 413350 72 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=4490300 CPUtime=4074.29 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117765 0 0 0 407404 25 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=4490300 CPUtime=4133.97 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 14379172 0 0 0 411235 2162 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=4490300 CPUtime=4130.22 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 382217 0 0 0 412945 77 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=4490300 CPUtime=4131.9 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 158089 0 0 0 413162 28 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348946 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4490300 CPUtime=4132.86 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69829 0 0 0 413255 31 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4490300 CPUtime=4134.14 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119719 0 0 0 413389 25 0 0 25 0 8 0 788470093 4598067200 891444 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32999.4
Current children cumulated vsize (KiB) 4490300

[startup+4140.7 s]
/proc/loadavg: 8.16 8.09 7.96 9/527 13028
/proc/meminfo: memFree=19720328/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=4490300 CPUtime=33050.3 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18473549 0 0 0 3302150 2884 0 0 25 0 8 0 788470088 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 1122575 894285 351 106 0 1118078 0
[pid=12879/tid=12881] ppid=12877 vsize=4490300 CPUtime=4140.61 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 394118 0 0 0 413988 73 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=4490300 CPUtime=4080.67 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117845 0 0 0 408041 26 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=4490300 CPUtime=4140.25 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 14386324 0 0 0 411862 2163 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=4490300 CPUtime=4136.55 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 382233 0 0 0 413578 77 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=4490300 CPUtime=4138.29 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 158091 0 0 0 413801 28 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4490300 CPUtime=4139.26 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69829 0 0 0 413895 31 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4490300 CPUtime=4140.54 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119719 0 0 0 414029 25 0 0 25 0 8 0 788470093 4598067200 894285 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33050.3
Current children cumulated vsize (KiB) 4490300

[startup+4143.9 s]
/proc/loadavg: 8.15 8.09 7.96 9/527 13028
/proc/meminfo: memFree=19714884/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=4490300 CPUtime=33075.8 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18487768 0 0 0 3304699 2885 0 0 25 0 8 0 788470088 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 1122575 895174 348 106 0 1118078 0
[pid=12879/tid=12881] ppid=12877 vsize=4490300 CPUtime=4143.79 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 394118 0 0 0 414306 73 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=4490300 CPUtime=4083.86 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117848 0 0 0 408360 26 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=4490300 CPUtime=4143.39 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 14399065 0 0 0 412175 2164 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=4490300 CPUtime=4139.74 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 382233 0 0 0 413897 77 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=4490300 CPUtime=4141.49 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 158091 0 0 0 414121 28 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4490300 CPUtime=4142.46 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69829 0 0 0 414215 31 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4490300 CPUtime=4143.74 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119719 0 0 0 414349 25 0 0 25 0 8 0 788470093 4598067200 895174 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33075.8
Current children cumulated vsize (KiB) 4490300

[startup+4145.5 s]
/proc/loadavg: 8.15 8.09 7.96 9/527 13029
/proc/meminfo: memFree=19712280/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=4490300 CPUtime=33088.2 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18494907 0 0 0 3305932 2891 0 0 25 0 8 0 788470088 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 4391821 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 1122575 898046 348 106 0 1118078 0
[pid=12879/tid=12881] ppid=12877 vsize=4490300 CPUtime=4145.33 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 394120 0 0 0 414460 73 0 0 17 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 233510402591 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=4490300 CPUtime=4085.4 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117850 0 0 0 408514 26 0 0 17 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=4490300 CPUtime=4144.97 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 14403596 0 0 0 412332 2165 0 0 18 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=4490300 CPUtime=4141.19 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 382233 0 0 0 414039 80 0 0 17 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 233510402591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=4490300 CPUtime=4143.02 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 158094 0 0 0 414273 29 0 0 17 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4490300 CPUtime=4144.05 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69831 0 0 0 414374 31 0 0 18 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4490300 CPUtime=4145.29 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119721 0 0 0 414504 25 0 0 18 0 8 0 788470093 4598067200 898046 33554432000 4194304 4625164 140735641779664 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33088.2
Current children cumulated vsize (KiB) 4490300

[startup+4146.3 s]
/proc/loadavg: 8.15 8.09 7.96 10/527 13029
/proc/meminfo: memFree=19705460/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=4490300 CPUtime=33094.5 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) R 12877 12879 12814 0 -1 4202496 18497672 0 0 0 3306560 2893 0 0 25 0 8 0 788470088 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 233509956405 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 1122575 899458 348 106 0 1118078 0
[pid=12879/tid=12881] ppid=12877 vsize=4490300 CPUtime=4146.1 cores=0-7
/proc/12879/task/12881/stat : 12881 (SArTagnan) R 12877 12879 12814 0 -1 4202560 394120 0 0 0 414536 74 0 0 18 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12879/tid=12882] ppid=12877 vsize=4490300 CPUtime=4086.2 cores=0-7
/proc/12879/task/12882/stat : 12882 (SArTagnan) R 12877 12879 12814 0 -1 4202560 117850 0 0 0 408594 26 0 0 18 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12879/tid=12883] ppid=12877 vsize=4490300 CPUtime=4145.75 cores=0-7
/proc/12879/task/12883/stat : 12883 (SArTagnan) R 12877 12879 12814 0 -1 4202560 14404360 0 0 0 412410 2165 0 0 19 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12879/tid=12884] ppid=12877 vsize=4490300 CPUtime=4141.95 cores=0-7
/proc/12879/task/12884/stat : 12884 (SArTagnan) R 12877 12879 12814 0 -1 4202560 382233 0 0 0 414114 81 0 0 17 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 233509964802 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12879/tid=12885] ppid=12877 vsize=4490300 CPUtime=4143.82 cores=0-7
/proc/12879/task/12885/stat : 12885 (SArTagnan) R 12877 12879 12814 0 -1 4202560 158094 0 0 0 414353 29 0 0 18 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 4278288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=4490300 CPUtime=4144.85 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4202560 69831 0 0 0 414454 31 0 0 19 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12877 vsize=4490300 CPUtime=4146.08 cores=0-7
/proc/12879/task/12887/stat : 12887 (SArTagnan) R 12877 12879 12814 0 -1 4202560 119721 0 0 0 414583 25 0 0 19 0 8 0 788470093 4598067200 899458 33554432000 4194304 4625164 140735641779664 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33094.5
Current children cumulated vsize (KiB) 4490300

[startup+4146.5 s]
/proc/loadavg: 8.15 8.09 7.96 10/527 13029
/proc/meminfo: memFree=19705460/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=0 CPUtime=33095.9 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) Z 12877 12879 12814 0 -1 4203548 18497967 0 0 0 3306692 2897 0 0 25 0 2 0 788470088 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 0 0 0 0 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=0 CPUtime=4145.05 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4203588 69831 0 0 0 414470 35 0 0 19 0 2 0 788470093 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33095.9
Current children cumulated vsize (KiB) 0

[startup+4146.6 s]
/proc/loadavg: 8.15 8.09 7.96 10/527 13029
/proc/meminfo: memFree=19705460/32951124 swapFree=64303760/67111528
[pid=12879] ppid=12877 vsize=0 CPUtime=33096 cores=0-7
/proc/12879/stat : 12879 (SArTagnan) Z 12877 12879 12814 0 -1 4203548 18497967 0 0 0 3306692 2907 0 0 25 0 2 0 788470088 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12879/statm: 0 0 0 0 0 0 0
[pid=12879/tid=12886] ppid=12877 vsize=0 CPUtime=4145.15 cores=0-7
/proc/12879/task/12886/stat : 12886 (SArTagnan) R 12877 12879 12814 0 -1 4203588 69831 0 0 0 414470 45 0 0 19 0 2 0 788470093 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33096
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 4146.65
CPU time (s): 33096
CPU user time (s): 33066.9
CPU system time (s): 29.1156
CPU usage (%): 798.14
Max. virtual memory (cumulated for all children) (KiB): 4654972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33066.9
system time used= 29.1156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18497967
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= 24551
involuntary context switches= 145224

runsolver used 19.673 second user time and 52.646 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-01 22:35:42
IDJOB=3439246
IDBENCH=83899
IDSOLVER=1936
FILE ID=node145/3439246-1306960542
RUNJOBID= node145-1306960404-12828
PBS_JOBID= 13497606
Free space on /tmp= 73952 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439246-1306960542/watcher-3439246-1306960542 -o /tmp/evaluation-result-3439246-1306960542/solver-3439246-1306960542 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439246-1306960542.cnf -threads=8

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=657689543

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23305504 kB
Buffers:        153196 kB
Cached:         238520 kB
SwapCached:        944 kB
Active:        9162584 kB
Inactive:       212984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23305504 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:     8982876 kB
Mapped:          33940 kB
Slab:           132676 kB
PageTables:      65832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153200408 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= 73952 MiB
End job on node145 at 2011-06-01 23:44:49