Trace number 3386338

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 4296.22 1078.41

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

4295.91/1078.36	
4295.91/1078.36	s UNSATISFIABLE
4295.91/1078.36	c Conflict at level 0

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-3386338-1305579871/watcher-3386338-1305579871 -o /tmp/evaluation-result-3386338-1305579871/solver-3386338-1305579871 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386338-1305579871.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 8.22 8.15 8.10 5/459 8136
/proc/meminfo: memFree=10376988/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=34056 CPUtime=0 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 2299 0 0 0 0 0 0 0 25 0 1 0 650402560 34873344 2237 33554432000 4194304 4625164 140733683530192 18446744073709551615 228095450880 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8136/statm: 8514 2238 296 106 0 4017 0

[startup+0.051119 s]
/proc/loadavg: 8.22 8.15 8.10 5/459 8136
/proc/meminfo: memFree=10376988/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=40392 CPUtime=0.04 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 5326 0 0 0 4 0 0 0 25 0 1 0 650402560 41361408 3717 33554432000 4194304 4625164 140733683530192 18446744073709551615 228095494279 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8136/statm: 9835 3454 296 106 0 5338 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40392

[startup+0.101107 s]
/proc/loadavg: 8.22 8.15 8.10 5/459 8136
/proc/meminfo: memFree=10376988/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=43948 CPUtime=0.09 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 8219 0 0 0 8 1 0 0 25 0 1 0 650402560 45002752 4942 33554432000 4194304 4625164 140733683530192 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8136/statm: 10987 4943 296 106 0 6490 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43948

[startup+0.301039 s]
/proc/loadavg: 8.22 8.15 8.10 5/459 8136
/proc/meminfo: memFree=10376988/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=329276 CPUtime=0.76 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 22539 0 0 0 73 3 0 0 25 0 4 0 650402560 337178624 18115 33554432000 4194304 4625164 140733683530192 18446744073709551615 4390560 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 82319 18115 336 106 0 77822 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 329276

[startup+0.700965 s]
/proc/loadavg: 8.22 8.15 8.10 5/459 8136
/proc/meminfo: memFree=10376988/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=329276 CPUtime=2.35 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 23386 0 0 0 232 3 0 0 25 0 4 0 650402560 337178624 18834 33554432000 4194304 4625164 140733683530192 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 82319 18834 342 106 0 77822 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 329276

[startup+1.50082 s]
/proc/loadavg: 8.22 8.15 8.10 9/463 8140
/proc/meminfo: memFree=10296240/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=335884 CPUtime=5.54 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 27757 0 0 0 550 4 0 0 25 0 4 0 650402560 343945216 19893 33554432000 4194304 4625164 140733683530192 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 83971 19893 342 106 0 79474 0
[pid=8136/tid=8138] ppid=8134 vsize=335884 CPUtime=1.35 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 2053 0 0 0 135 0 0 0 25 0 4 0 650402574 343945216 19893 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=335884 CPUtime=1.35 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 1970 0 0 0 135 0 0 0 25 0 4 0 650402574 343945216 19893 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=335884 CPUtime=1.33 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 2878 0 0 0 133 0 0 0 25 0 4 0 650402574 343945216 19893 33554432000 4194304 4625164 140733683530192 18446744073709551615 4278404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 335884

[startup+3.10052 s]
/proc/loadavg: 8.22 8.15 8.10 9/463 8140
/proc/meminfo: memFree=10281732/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=658412 CPUtime=11.87 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 233111 0 0 0 1156 31 0 0 25 0 4 0 650402560 674213888 100746 33554432000 4194304 4625164 140733683530192 18446744073709551615 4278659 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 164603 100748 343 106 0 160106 0
[pid=8136/tid=8138] ppid=8134 vsize=658412 CPUtime=2.93 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 39604 0 0 0 288 5 0 0 18 0 4 0 650402574 674213888 100748 33554432000 4194304 4625164 140733683530192 18446744073709551615 4476738 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=658412 CPUtime=2.93 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 39335 0 0 0 288 5 0 0 25 0 4 0 650402574 674213888 100750 33554432000 4194304 4625164 140733683530192 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=658412 CPUtime=2.9 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 42436 0 0 0 285 5 0 0 25 0 4 0 650402574 674213888 100751 33554432000 4194304 4625164 140733683530192 18446744073709551615 4490556 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 658412

[startup+6.30093 s]
/proc/loadavg: 8.20 8.15 8.10 9/463 8140
/proc/meminfo: memFree=9941176/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=666096 CPUtime=24.62 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 243274 0 0 0 2429 33 0 0 25 0 4 0 650402560 682082304 108137 33554432000 4194304 4625164 140733683530192 18446744073709551615 4390426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 166524 108137 345 106 0 162027 0
[pid=8136/tid=8138] ppid=8134 vsize=666096 CPUtime=6.13 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 39994 0 0 0 608 5 0 0 25 0 4 0 650402574 682082304 108137 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=666096 CPUtime=6.13 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 40746 0 0 0 608 5 0 0 25 0 4 0 650402574 682082304 108137 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=666096 CPUtime=6.04 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 49664 0 0 0 598 6 0 0 25 0 4 0 650402574 682082304 108138 33554432000 4194304 4625164 140733683530192 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 666096

[startup+12.7008 s]
/proc/loadavg: 8.19 8.14 8.10 9/463 8140
/proc/meminfo: memFree=9883160/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=686280 CPUtime=50.11 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 320991 0 0 0 4967 44 0 0 25 0 4 0 650402560 702750720 110271 33554432000 4194304 4625164 140733683530192 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 171570 110271 346 106 0 167073 0
[pid=8136/tid=8138] ppid=8134 vsize=686280 CPUtime=12.54 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 40650 0 0 0 1248 6 0 0 25 0 4 0 650402574 702750720 110271 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=686280 CPUtime=12.53 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 41178 0 0 0 1248 5 0 0 25 0 4 0 650402574 702750720 110271 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=686280 CPUtime=12.34 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 113415 0 0 0 1218 16 0 0 25 0 4 0 650402574 702750720 110271 33554432000 4194304 4625164 140733683530192 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 686280

[startup+25.5004 s]
/proc/loadavg: 8.31 8.17 8.10 9/463 8140
/proc/meminfo: memFree=9823404/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=686280 CPUtime=101.11 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 451690 0 0 0 10049 62 0 0 25 0 4 0 650402560 702750720 112758 33554432000 4194304 4625164 140733683530192 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 171570 112758 347 106 0 167073 0
[pid=8136/tid=8138] ppid=8134 vsize=686280 CPUtime=25.34 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 40945 0 0 0 2528 6 0 0 25 0 4 0 650402574 702750720 112758 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=686280 CPUtime=25.33 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 41506 0 0 0 2528 5 0 0 25 0 4 0 650402574 702750720 112758 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=686280 CPUtime=24.93 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 241936 0 0 0 2460 33 0 0 25 0 4 0 650402574 702750720 112758 33554432000 4194304 4625164 140733683530192 18446744073709551615 4579399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 686280

[startup+51.1007 s]
/proc/loadavg: 8.20 8.15 8.10 9/463 8141
/proc/meminfo: memFree=9680888/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=686280 CPUtime=203.12 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 676076 0 0 0 20218 94 0 0 25 0 4 0 650402560 702750720 119214 33554432000 4194304 4625164 140733683530192 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 171570 119214 347 106 0 167073 0
[pid=8136/tid=8138] ppid=8134 vsize=686280 CPUtime=50.93 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 41127 0 0 0 5087 6 0 0 25 0 4 0 650402574 702750720 119214 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=686280 CPUtime=50.93 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 42173 0 0 0 5088 5 0 0 25 0 4 0 650402574 702750720 119214 33554432000 4194304 4625164 140733683530192 18446744073709551615 4316921 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=686280 CPUtime=50.14 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 462719 0 0 0 4951 63 0 0 25 0 4 0 650402574 702750720 119214 33554432000 4194304 4625164 140733683530192 18446744073709551615 4579567 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.12
Current children cumulated vsize (KiB) 686280

[startup+102.317 s]
/proc/loadavg: 8.21 8.16 8.10 9/463 8143
/proc/meminfo: memFree=9458792/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=706468 CPUtime=407.18 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 1093351 0 0 0 40562 156 0 0 25 0 4 0 650402560 723423232 128742 33554432000 4194304 4625164 140733683530192 18446744073709551615 4390603 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 176617 128742 347 106 0 172120 0
[pid=8136/tid=8138] ppid=8134 vsize=706468 CPUtime=102.13 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 52283 0 0 0 10205 8 0 0 25 0 4 0 650402574 723423232 128742 33554432000 4194304 4625164 140733683530192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=706468 CPUtime=102.15 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 43803 0 0 0 10209 6 0 0 25 0 4 0 650402574 723423232 128742 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=706468 CPUtime=100.57 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 863147 0 0 0 9936 121 0 0 25 0 4 0 650402574 723423232 128742 33554432000 4194304 4625164 140733683530192 18446744073709551615 4339619 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.18
Current children cumulated vsize (KiB) 706468

[startup+162.301 s]
/proc/loadavg: 8.08 8.13 8.09 9/463 8144
/proc/meminfo: memFree=9256052/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=756952 CPUtime=646.2 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 1607539 0 0 0 64380 240 0 0 25 0 4 0 650402560 775118848 142353 33554432000 4194304 4625164 140733683530192 18446744073709551615 4511933 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 189238 142353 351 106 0 184741 0
[pid=8136/tid=8138] ppid=8134 vsize=756952 CPUtime=162.1 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 53831 0 0 0 16201 9 0 0 25 0 4 0 650402574 775118848 142353 33554432000 4194304 4625164 140733683530192 18446744073709551615 4288780 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=756952 CPUtime=162.13 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 55393 0 0 0 16205 8 0 0 25 0 4 0 650402574 775118848 142353 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=756952 CPUtime=159.64 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 1343139 0 0 0 15767 197 0 0 25 0 4 0 650402574 775118848 142353 33554432000 4194304 4625164 140733683530192 18446744073709551615 4554780 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.2
Current children cumulated vsize (KiB) 756952

[startup+222.301 s]
/proc/loadavg: 8.12 8.13 8.09 9/463 8146
/proc/meminfo: memFree=9115684/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=852192 CPUtime=885.25 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 2021797 0 0 0 88216 309 0 0 25 0 4 0 650402560 872644608 157867 33554432000 4194304 4625164 140733683530192 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 213048 157867 351 106 0 208551 0
[pid=8136/tid=8138] ppid=8134 vsize=852192 CPUtime=222.1 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 55405 0 0 0 22200 10 0 0 25 0 4 0 650402574 872644608 157867 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=852192 CPUtime=222.14 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 56175 0 0 0 22205 9 0 0 25 0 4 0 650402574 872644608 157867 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=852192 CPUtime=218.71 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 1742184 0 0 0 21607 264 0 0 25 0 4 0 650402574 872644608 157867 33554432000 4194304 4625164 140733683530192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 885.25
Current children cumulated vsize (KiB) 852192

[startup+282.301 s]

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

/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 112665 0 0 0 82173 23 0 0 25 0 4 0 650402574 1427021824 260702 33554432000 4194304 4625164 140733683530192 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1393576 CPUtime=822.15 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 85954 0 0 0 82195 20 0 0 25 0 4 0 650402574 1427021824 260702 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1393576 CPUtime=809.46 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 5348015 0 0 0 80124 822 0 0 25 0 4 0 650402574 1427021824 260702 33554432000 4194304 4625164 140733683530192 18446744073709551615 4547113 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3275.9
Current children cumulated vsize (KiB) 1393576

[startup+882.301 s]
/proc/loadavg: 8.16 8.14 8.09 9/463 8163
/proc/meminfo: memFree=7980024/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1398996 CPUtime=3514.96 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 6135520 0 0 0 350536 960 0 0 25 0 4 0 650402560 1432571904 267524 33554432000 4194304 4625164 140733683530192 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 349749 267524 347 106 0 345252 0
[pid=8136/tid=8138] ppid=8134 vsize=1398996 CPUtime=881.95 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 113516 0 0 0 88172 23 0 0 25 0 4 0 650402574 1432571904 267524 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1398996 CPUtime=882.15 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 86503 0 0 0 88194 21 0 0 25 0 4 0 650402574 1432571904 267524 33554432000 4194304 4625164 140733683530192 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1398996 CPUtime=868.53 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 5710286 0 0 0 85976 877 0 0 25 0 4 0 650402574 1432571904 267524 33554432000 4194304 4625164 140733683530192 18446744073709551615 4328194 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3514.96
Current children cumulated vsize (KiB) 1398996

[startup+942.3 s]
/proc/loadavg: 8.16 8.14 8.09 9/463 8165
/proc/meminfo: memFree=7942324/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1398996 CPUtime=3754.04 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 6474393 0 0 0 374393 1011 0 0 25 0 4 0 650402560 1432571904 277578 33554432000 4194304 4625164 140733683530192 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 349749 277578 347 106 0 345252 0
[pid=8136/tid=8138] ppid=8134 vsize=1398996 CPUtime=941.94 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 114453 0 0 0 94171 23 0 0 25 0 4 0 650402574 1432571904 277578 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352760 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1398996 CPUtime=942.15 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 87195 0 0 0 94194 21 0 0 25 0 4 0 650402574 1432571904 277578 33554432000 4194304 4625164 140733683530192 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1398996 CPUtime=927.61 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6044089 0 0 0 91835 926 0 0 25 0 4 0 650402574 1432571904 277578 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3754.04
Current children cumulated vsize (KiB) 1398996

[startup+1002.3 s]
/proc/loadavg: 8.19 8.16 8.10 9/463 8167
/proc/meminfo: memFree=7898300/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1398996 CPUtime=3993.09 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 6789678 0 0 0 398249 1060 0 0 25 0 4 0 650402560 1432571904 287397 33554432000 4194304 4625164 140733683530192 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 349749 287397 347 106 0 345252 0
[pid=8136/tid=8138] ppid=8134 vsize=1398996 CPUtime=1001.91 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115044 0 0 0 100168 23 0 0 25 0 4 0 650402574 1432571904 287397 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1398996 CPUtime=1002.16 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 87942 0 0 0 100194 22 0 0 25 0 4 0 650402574 1432571904 287397 33554432000 4194304 4625164 140733683530192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1398996 CPUtime=986.68 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6351656 0 0 0 97695 973 0 0 25 0 4 0 650402574 1432571904 287397 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3993.09
Current children cumulated vsize (KiB) 1398996

[startup+1062.3 s]
/proc/loadavg: 8.16 8.16 8.10 9/463 8168
/proc/meminfo: memFree=7852540/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1474616 CPUtime=4232.17 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7075814 0 0 0 422111 1106 0 0 25 0 4 0 650402560 1510006784 298381 33554432000 4194304 4625164 140733683530192 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 368654 298381 347 106 0 364157 0
[pid=8136/tid=8138] ppid=8134 vsize=1474616 CPUtime=1061.9 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115597 0 0 0 106167 23 0 0 25 0 4 0 650402574 1510006784 298381 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1474616 CPUtime=1062.16 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89318 0 0 0 106194 22 0 0 25 0 4 0 650402574 1510006784 298381 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1474616 CPUtime=1045.77 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6633920 0 0 0 103559 1018 0 0 25 0 4 0 650402574 1510006784 298381 33554432000 4194304 4625164 140733683530192 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4232.17
Current children cumulated vsize (KiB) 1474616

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

[startup+1068.7 s]
/proc/loadavg: 8.13 8.15 8.09 9/463 8168
/proc/meminfo: memFree=7852416/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1474616 CPUtime=4257.67 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7101823 0 0 0 424657 1110 0 0 25 0 4 0 650402560 1510006784 299416 33554432000 4194304 4625164 140733683530192 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 368654 299416 347 106 0 364157 0
[pid=8136/tid=8138] ppid=8134 vsize=1474616 CPUtime=1068.31 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115670 0 0 0 106807 24 0 0 25 0 4 0 650402574 1510006784 299416 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1474616 CPUtime=1068.56 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89324 0 0 0 106834 22 0 0 25 0 4 0 650402574 1510006784 299416 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1474616 CPUtime=1052.06 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6659655 0 0 0 104185 1021 0 0 25 0 4 0 650402574 1510006784 299416 33554432000 4194304 4625164 140733683530192 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4257.67
Current children cumulated vsize (KiB) 1474616

[startup+1075.1 s]
/proc/loadavg: 8.12 8.15 8.09 9/463 8168
/proc/meminfo: memFree=7846588/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1519488 CPUtime=4283.17 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7159730 0 0 0 427198 1119 0 0 25 0 4 0 650402560 1555955712 305187 33554432000 4194304 4625164 140733683530192 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 379872 305187 347 106 0 375375 0
[pid=8136/tid=8138] ppid=8134 vsize=1519488 CPUtime=1074.71 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115783 0 0 0 107447 24 0 0 25 0 4 0 650402574 1555955712 305187 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1519488 CPUtime=1074.96 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89346 0 0 0 107474 22 0 0 25 0 4 0 650402574 1555955712 305187 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1519488 CPUtime=1058.36 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6688792 0 0 0 104810 1026 0 0 25 0 4 0 650402574 1555955712 305187 33554432000 4194304 4625164 140733683530192 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4283.17
Current children cumulated vsize (KiB) 1519488

[startup+1076.7 s]
/proc/loadavg: 8.12 8.15 8.09 9/463 8168
/proc/meminfo: memFree=7817320/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1519488 CPUtime=4289.56 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7172688 0 0 0 427834 1122 0 0 25 0 4 0 650402560 1555955712 308226 33554432000 4194304 4625164 140733683530192 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 379872 308226 347 106 0 375375 0
[pid=8136/tid=8138] ppid=8134 vsize=1519488 CPUtime=1076.31 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115817 0 0 0 107607 24 0 0 25 0 4 0 650402574 1555955712 308226 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1519488 CPUtime=1076.56 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89346 0 0 0 107634 22 0 0 25 0 4 0 650402574 1555955712 308226 33554432000 4194304 4625164 140733683530192 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1519488 CPUtime=1059.94 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6700685 0 0 0 104966 1028 0 0 25 0 4 0 650402574 1555955712 308226 33554432000 4194304 4625164 140733683530192 18446744073709551615 4328141 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4289.56
Current children cumulated vsize (KiB) 1519488

[startup+1077.5 s]
/proc/loadavg: 8.12 8.15 8.09 9/463 8169
/proc/meminfo: memFree=7808516/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1520484 CPUtime=4292.73 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7175309 0 0 0 428151 1122 0 0 25 0 4 0 650402560 1556975616 307051 33554432000 4194304 4625164 140733683530192 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 380121 307051 347 106 0 375624 0
[pid=8136/tid=8138] ppid=8134 vsize=1520484 CPUtime=1077.11 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115818 0 0 0 107687 24 0 0 25 0 4 0 650402574 1556975616 307051 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1520484 CPUtime=1077.36 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89351 0 0 0 107714 22 0 0 25 0 4 0 650402574 1556975616 307051 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1520484 CPUtime=1060.73 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6703112 0 0 0 105044 1029 0 0 25 0 4 0 650402574 1556975616 307051 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4292.73
Current children cumulated vsize (KiB) 1520484

[startup+1077.9 s]
/proc/loadavg: 8.11 8.14 8.09 9/463 8169
/proc/meminfo: memFree=7794876/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1594588 CPUtime=4294.36 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7189441 0 0 0 428312 1124 0 0 25 0 4 0 650402560 1632858112 311918 33554432000 4194304 4625164 140733683530192 18446744073709551615 4512461 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 398647 311918 347 106 0 394150 0
[pid=8136/tid=8138] ppid=8134 vsize=1594588 CPUtime=1077.53 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115821 0 0 0 107729 24 0 0 25 0 4 0 650402574 1632858112 311918 33554432000 4194304 4625164 140733683530192 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1594588 CPUtime=1077.77 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89351 0 0 0 107755 22 0 0 25 0 4 0 650402574 1632858112 311918 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1594588 CPUtime=1061.13 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6703144 0 0 0 105084 1029 0 0 25 0 4 0 650402574 1632858112 311918 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4294.36
Current children cumulated vsize (KiB) 1594588

[startup+1078.3 s]
/proc/loadavg: 8.11 8.14 8.09 9/463 8169
/proc/meminfo: memFree=7794876/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=1594588 CPUtime=4295.91 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) R 8134 8136 7803 0 -1 4202496 7189588 0 0 0 428467 1124 0 0 25 0 4 0 650402560 1632858112 312064 33554432000 4194304 4625164 140733683530192 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 398647 312064 347 106 0 394150 0
[pid=8136/tid=8138] ppid=8134 vsize=1594588 CPUtime=1077.91 cores=1,3,5,7
/proc/8136/task/8138/stat : 8138 (SArTagnan) R 8134 8136 7803 0 -1 4202560 115821 0 0 0 107767 24 0 0 25 0 4 0 650402574 1632858112 312064 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8136/tid=8139] ppid=8134 vsize=1594588 CPUtime=1078.16 cores=1,3,5,7
/proc/8136/task/8139/stat : 8139 (SArTagnan) R 8134 8136 7803 0 -1 4202560 89351 0 0 0 107794 22 0 0 25 0 4 0 650402574 1632858112 312064 33554432000 4194304 4625164 140733683530192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=1594588 CPUtime=1061.51 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4202560 6703144 0 0 0 105122 1029 0 0 25 0 4 0 650402574 1632858112 312064 33554432000 4194304 4625164 140733683530192 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4295.91
Current children cumulated vsize (KiB) 1594588

[startup+1078.4 s]
/proc/loadavg: 8.11 8.14 8.09 9/463 8169
/proc/meminfo: memFree=7794876/32951124 swapFree=65980224/67111528
[pid=8136] ppid=8134 vsize=0 CPUtime=4296.2 cores=1,3,5,7
/proc/8136/stat : 8136 (SArTagnan) Z 8134 8136 7803 0 -1 4203548 7189684 0 0 0 428492 1128 0 0 25 0 2 0 650402560 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8136/statm: 0 0 0 0 0 0 0
[pid=8136/tid=8140] ppid=8134 vsize=0 CPUtime=1061.61 cores=1,3,5,7
/proc/8136/task/8140/stat : 8140 (SArTagnan) R 8134 8136 7803 0 -1 4203588 6703144 0 0 0 105128 1033 0 0 25 0 2 0 650402574 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4296.2
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1078.41
CPU time (s): 4296.22
CPU user time (s): 4284.92
CPU system time (s): 11.2983
CPU usage (%): 398.384
Max. virtual memory (cumulated for all children) (KiB): 1594588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4284.92
system time used= 11.2983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7189684
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= 1147
involuntary context switches= 27980

runsolver used 4.6263 second user time and 12.0262 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 23:04:31
IDJOB=3386338
IDBENCH=82482
IDSOLVER=1871
FILE ID=node142/3386338-1305579871
RUNJOBID= node142-1305577418-7822
PBS_JOBID= 13350222
Free space on /tmp= 73560 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386338-1305579871/watcher-3386338-1305579871 -o /tmp/evaluation-result-3386338-1305579871/solver-3386338-1305579871 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386338-1305579871.cnf -threads=4

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=2136172760

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10377276 kB
Buffers:        355676 kB
Cached:        4982024 kB
SwapCached:      11512 kB
Active:       19075452 kB
Inactive:      3126288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10377276 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            5632 kB
Writeback:          12 kB
AnonPages:    16860892 kB
Mapped:          27672 kB
Slab:           238012 kB
PageTables:      66560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114749484 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= 73560 MiB
End job on node142 at 2011-05-16 23:22:29