Trace number 3257604

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-03-24UNSAT 2751.74 688.955

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

2751.61/688.92	
2751.61/688.92	s UNSATISFIABLE
2751.61/688.92	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3257604-1304050880/watcher-3257604-1304050880 -o /tmp/evaluation-result-3257604-1304050880/solver-3257604-1304050880 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3257604-1304050880.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 6.55 7.76 7.93 5/180 28358
/proc/meminfo: memFree=19681576/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 595318701 21090304 565 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28358/statm: 5149 565 297 105 0 653 0

[startup+0.0369119 s]
/proc/loadavg: 6.55 7.76 7.93 5/180 28358
/proc/meminfo: memFree=19681576/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=28248 CPUtime=0.02 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3975 0 0 0 2 0 0 0 25 0 1 0 595318701 28925952 1990 33554432000 4194304 4623224 140735925607568 18446744073709551615 251367590023 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28358/statm: 6623 1992 297 105 0 2127 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28248

[startup+0.181818 s]
/proc/loadavg: 6.55 7.76 7.93 5/180 28358
/proc/meminfo: memFree=19681576/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=276272 CPUtime=0.56 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 12455 0 0 0 55 1 0 0 25 0 4 0 595318701 282902528 6970 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 69068 6970 342 105 0 64572 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 276272

[startup+0.300798 s]
/proc/loadavg: 6.55 7.76 7.93 5/180 28358
/proc/meminfo: memFree=19681576/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=276272 CPUtime=1.03 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 13668 0 0 0 102 1 0 0 25 0 4 0 595318701 282902528 7186 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 69068 7186 343 105 0 64572 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 276272

[startup+0.700724 s]
/proc/loadavg: 6.55 7.76 7.93 5/180 28358
/proc/meminfo: memFree=19681576/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=276272 CPUtime=2.64 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 17303 0 0 0 262 2 0 0 25 0 4 0 595318701 282902528 7796 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 69068 7796 344 105 0 64572 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 276272

[startup+1.50058 s]
/proc/loadavg: 6.55 7.76 7.93 9/184 28362
/proc/meminfo: memFree=19645892/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=279776 CPUtime=5.83 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 28269 0 0 0 579 4 0 0 25 0 4 0 595318701 286490624 9121 33554432000 4194304 4623224 140735925607568 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 69944 9121 344 105 0 65448 0
[pid=28358/tid=28360] ppid=28356 vsize=279776 CPUtime=1.43 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 2836 0 0 0 143 0 0 0 25 0 4 0 595318706 286490624 9121 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=279776 CPUtime=1.44 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 2590 0 0 0 144 0 0 0 25 0 4 0 595318706 286490624 9121 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=279776 CPUtime=1.44 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 14382 0 0 0 142 2 0 0 25 0 4 0 595318706 286490624 9121 33554432000 4194304 4623224 140735925607568 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 279776

[startup+3.10028 s]
/proc/loadavg: 6.67 7.77 7.93 9/184 28362
/proc/meminfo: memFree=19635848/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=283568 CPUtime=12.23 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 35089 0 0 0 1217 6 0 0 25 0 4 0 595318701 290373632 10612 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 70892 10612 344 105 0 66396 0
[pid=28358/tid=28360] ppid=28356 vsize=283568 CPUtime=3.03 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3355 0 0 0 302 1 0 0 25 0 4 0 595318706 290373632 10612 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=283568 CPUtime=3.03 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 4546 0 0 0 303 0 0 0 25 0 4 0 595318706 290373632 10612 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=283568 CPUtime=3.03 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 18715 0 0 0 301 2 0 0 25 0 4 0 595318706 290373632 10612 33554432000 4194304 4623224 140735925607568 18446744073709551615 4545340 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 283568

[startup+6.30069 s]
/proc/loadavg: 6.67 7.77 7.93 9/184 28362
/proc/meminfo: memFree=19623472/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=281740 CPUtime=25.01 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 69682 0 0 0 2489 12 0 0 25 0 4 0 595318701 288501760 12099 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 70435 12099 345 105 0 65939 0
[pid=28358/tid=28360] ppid=28356 vsize=281740 CPUtime=6.21 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 5292 0 0 0 620 1 0 0 25 0 4 0 595318706 288501760 12099 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=281740 CPUtime=6.24 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 5016 0 0 0 623 1 0 0 25 0 4 0 595318706 288501760 12100 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=281740 CPUtime=6.24 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 50740 0 0 0 616 8 0 0 25 0 4 0 595318706 288501760 12101 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 281740

[startup+12.7005 s]
/proc/loadavg: 6.87 7.77 7.93 9/184 28362
/proc/meminfo: memFree=19595620/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=287852 CPUtime=50.56 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 129501 0 0 0 5034 22 0 0 25 0 4 0 595318701 294760448 16094 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 71963 16094 348 105 0 67467 0
[pid=28358/tid=28360] ppid=28356 vsize=287852 CPUtime=12.57 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 5913 0 0 0 1256 1 0 0 25 0 4 0 595318706 294760448 16094 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=287852 CPUtime=12.63 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 7605 0 0 0 1262 1 0 0 25 0 4 0 595318706 294760448 16094 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=287852 CPUtime=12.63 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 106191 0 0 0 1246 17 0 0 25 0 4 0 595318706 294760448 16094 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 287852

[startup+25.5011 s]
/proc/loadavg: 7.04 7.78 7.93 9/184 28363
/proc/meminfo: memFree=19564360/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=294016 CPUtime=101.69 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 242858 0 0 0 10131 38 0 0 25 0 4 0 595318701 301072384 20449 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 73504 20449 368 105 0 69008 0
[pid=28358/tid=28360] ppid=28356 vsize=294016 CPUtime=25.3 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 8545 0 0 0 2528 2 0 0 25 0 4 0 595318706 301072384 20449 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=294016 CPUtime=25.44 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 8797 0 0 0 2542 2 0 0 25 0 4 0 595318706 301072384 20449 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=294016 CPUtime=25.43 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 214119 0 0 0 2511 32 0 0 25 0 4 0 595318706 301072384 20449 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 294016

[startup+51.1004 s]
/proc/loadavg: 7.44 7.81 7.94 9/184 28363
/proc/meminfo: memFree=19492416/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=308880 CPUtime=203.95 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 323137 0 0 0 20345 50 0 0 25 0 4 0 595318701 316293120 30904 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 77220 30904 529 105 0 72724 0
[pid=28358/tid=28360] ppid=28356 vsize=308880 CPUtime=50.76 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 9262 0 0 0 5074 2 0 0 25 0 4 0 595318706 316293120 30904 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=308880 CPUtime=51.04 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 13024 0 0 0 5101 3 0 0 25 0 4 0 595318706 316293120 30904 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=308880 CPUtime=51.04 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 282118 0 0 0 5062 42 0 0 25 0 4 0 595318706 316293120 30904 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 308880

[startup+102.307 s]
/proc/loadavg: 7.88 7.87 7.95 9/184 28365
/proc/meminfo: memFree=19398660/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=362972 CPUtime=408.49 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 566538 0 0 0 40760 89 0 0 25 0 4 0 595318701 371683328 44605 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 90743 44605 609 105 0 86247 0
[pid=28358/tid=28360] ppid=28356 vsize=362972 CPUtime=101.68 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 13351 0 0 0 10166 2 0 0 25 0 4 0 595318706 371683328 44605 33554432000 4194304 4623224 140735925607568 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=362972 CPUtime=102.24 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 13735 0 0 0 10221 3 0 0 25 0 4 0 595318706 371683328 44605 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=362972 CPUtime=102.24 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 503625 0 0 0 10147 77 0 0 25 0 4 0 595318706 371683328 44605 33554432000 4194304 4623224 140735925607568 18446744073709551615 4363958 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 362972

[startup+162.301 s]
/proc/loadavg: 8.13 7.94 7.96 9/184 28366
/proc/meminfo: memFree=19320652/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=392316 CPUtime=648.14 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 885820 0 0 0 64675 139 0 0 25 0 4 0 595318701 401731584 54156 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 98079 54156 406 105 0 93583 0
[pid=28358/tid=28360] ppid=28356 vsize=392316 CPUtime=161.35 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 14784 0 0 0 16133 2 0 0 25 0 4 0 595318706 401731584 54156 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=392316 CPUtime=162.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 14155 0 0 0 16220 3 0 0 25 0 4 0 595318706 401731584 54156 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=392316 CPUtime=162.25 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 810929 0 0 0 16099 126 0 0 25 0 4 0 595318706 401731584 54156 33554432000 4194304 4623224 140735925607568 18446744073709551615 4545328 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.14
Current children cumulated vsize (KiB) 392316

[startup+222.301 s]
/proc/loadavg: 8.19 7.98 7.97 9/184 28368
/proc/meminfo: memFree=19237060/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=438436 CPUtime=887.81 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 1214454 0 0 0 88588 193 0 0 25 0 4 0 595318701 448958464 64225 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 109609 64225 387 105 0 105113 0
[pid=28358/tid=28360] ppid=28356 vsize=438436 CPUtime=221.03 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 15911 0 0 0 22100 3 0 0 25 0 4 0 595318706 448958464 64225 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=438436 CPUtime=222.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 20961 0 0 0 22219 4 0 0 25 0 4 0 595318706 448958464 64225 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=438436 CPUtime=222.24 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 1112006 0 0 0 22049 175 0 0 25 0 4 0 595318706 448958464 64225 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.81
Current children cumulated vsize (KiB) 438436

[startup+282.301 s]

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

/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 1773557 0 0 0 39942 283 0 0 25 0 4 0 595318706 525508608 84345 33554432000 4194304 4623224 140735925607568 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1606.82
Current children cumulated vsize (KiB) 513192

[startup+462.301 s]
/proc/loadavg: 8.09 8.05 8.00 9/184 28374
/proc/meminfo: memFree=18960488/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=520076 CPUtime=1846.49 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 2221565 0 0 0 184292 357 0 0 25 0 4 0 595318701 532557824 96713 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510302 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 130019 96713 348 105 0 125523 0
[pid=28358/tid=28360] ppid=28356 vsize=520076 CPUtime=459.73 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 25014 0 0 0 45968 5 0 0 25 0 4 0 595318706 532557824 96713 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=520076 CPUtime=462.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 29951 0 0 0 46217 6 0 0 25 0 4 0 595318706 532557824 96713 33554432000 4194304 4623224 140735925607568 18446744073709551615 4377048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=520076 CPUtime=462.26 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 2076839 0 0 0 45895 331 0 0 25 0 4 0 595318706 532557824 96713 33554432000 4194304 4623224 140735925607568 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1846.49
Current children cumulated vsize (KiB) 520076

[startup+522.301 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 28376
/proc/meminfo: memFree=18858928/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=681528 CPUtime=2086.16 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 2697241 0 0 0 208189 427 0 0 25 0 4 0 595318701 697884672 115999 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 170382 115999 998 105 0 165886 0
[pid=28358/tid=28360] ppid=28356 vsize=681528 CPUtime=519.4 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 33050 0 0 0 51934 6 0 0 25 0 4 0 595318706 697884672 115999 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=681528 CPUtime=522.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 30228 0 0 0 52217 6 0 0 25 0 4 0 595318706 697884672 115999 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=681528 CPUtime=522.25 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 2508888 0 0 0 51830 395 0 0 25 0 4 0 595318706 697884672 115999 33554432000 4194304 4623224 140735925607568 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2086.16
Current children cumulated vsize (KiB) 681528

[startup+582.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/184 28378
/proc/meminfo: memFree=18791328/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=717768 CPUtime=2325.82 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3168566 0 0 0 232082 500 0 0 25 0 4 0 595318701 734994432 124276 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 179442 124276 1001 105 0 174946 0
[pid=28358/tid=28360] ppid=28356 vsize=717768 CPUtime=579.07 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 33544 0 0 0 57901 6 0 0 25 0 4 0 595318706 734994432 124276 33554432000 4194304 4623224 140735925607568 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=717768 CPUtime=582.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 30640 0 0 0 58217 6 0 0 25 0 4 0 595318706 734994432 124276 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=717768 CPUtime=582.25 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 2948317 0 0 0 57761 464 0 0 25 0 4 0 595318706 734994432 124276 33554432000 4194304 4623224 140735925607568 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2325.82
Current children cumulated vsize (KiB) 717768

[startup+642.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 28379
/proc/meminfo: memFree=18615972/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=717768 CPUtime=2565.51 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3527609 0 0 0 255993 558 0 0 25 0 4 0 595318701 734994432 130779 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 179442 130779 994 105 0 174946 0
[pid=28358/tid=28360] ppid=28356 vsize=717768 CPUtime=638.74 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 33806 0 0 0 63868 6 0 0 25 0 4 0 595318706 734994432 130779 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=717768 CPUtime=642.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31073 0 0 0 64217 6 0 0 25 0 4 0 595318706 734994432 130779 33554432000 4194304 4623224 140735925607568 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=717768 CPUtime=642.26 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3293629 0 0 0 63707 519 0 0 25 0 4 0 595318706 734994432 130779 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.51
Current children cumulated vsize (KiB) 717768

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

[startup+665.506 s]
/proc/loadavg: 8.11 8.07 8.00 9/184 28380
/proc/meminfo: memFree=18553348/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=783304 CPUtime=2658.19 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3543002 0 0 0 265257 562 0 0 25 0 4 0 595318701 802103296 144384 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 195826 144384 994 105 0 191330 0
[pid=28358/tid=28360] ppid=28356 vsize=783304 CPUtime=661.82 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34123 0 0 0 66175 7 0 0 25 0 4 0 595318706 802103296 144384 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=783304 CPUtime=665.43 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31401 0 0 0 66537 6 0 0 25 0 4 0 595318706 802103296 144384 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=783304 CPUtime=665.46 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3293656 0 0 0 66027 519 0 0 25 0 4 0 595318706 802103296 144384 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2658.19
Current children cumulated vsize (KiB) 783304

[startup+678.301 s]
/proc/loadavg: 8.08 8.06 8.00 9/184 28380
/proc/meminfo: memFree=18523588/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=829300 CPUtime=2709.29 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3581743 0 0 0 270361 568 0 0 25 0 4 0 595318701 849203200 151589 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 207325 151589 994 105 0 202829 0
[pid=28358/tid=28360] ppid=28356 vsize=829300 CPUtime=674.55 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34258 0 0 0 67448 7 0 0 25 0 4 0 595318706 849203200 151589 33554432000 4194304 4623224 140735925607568 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=829300 CPUtime=678.22 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31493 0 0 0 67816 6 0 0 25 0 4 0 595318706 849203200 151589 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=829300 CPUtime=678.25 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3302231 0 0 0 67304 521 0 0 25 0 4 0 595318706 849203200 151589 33554432000 4194304 4623224 140735925607568 18446744073709551615 4545444 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2709.29
Current children cumulated vsize (KiB) 829300

[startup+684.701 s]
/proc/loadavg: 8.08 8.06 8.00 9/184 28380
/proc/meminfo: memFree=18510432/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=829300 CPUtime=2734.86 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3596699 0 0 0 272916 570 0 0 25 0 4 0 595318701 849203200 152268 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 207325 152268 994 105 0 202829 0
[pid=28358/tid=28360] ppid=28356 vsize=829300 CPUtime=680.91 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34271 0 0 0 68084 7 0 0 25 0 4 0 595318706 849203200 152268 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=829300 CPUtime=684.62 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31510 0 0 0 68456 6 0 0 25 0 4 0 595318706 849203200 152268 33554432000 4194304 4623224 140735925607568 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=829300 CPUtime=684.64 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3316459 0 0 0 67942 522 0 0 25 0 4 0 595318706 849203200 152268 33554432000 4194304 4623224 140735925607568 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2734.86
Current children cumulated vsize (KiB) 829300

[startup+686.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 28380
/proc/meminfo: memFree=18510804/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=829300 CPUtime=2741.26 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3596936 0 0 0 273556 570 0 0 25 0 4 0 595318701 849203200 152495 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510350 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 207325 152495 994 105 0 202829 0
[pid=28358/tid=28360] ppid=28356 vsize=829300 CPUtime=682.51 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34271 0 0 0 68244 7 0 0 25 0 4 0 595318706 849203200 152495 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=829300 CPUtime=686.23 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31510 0 0 0 68617 6 0 0 25 0 4 0 595318706 849203200 152495 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=829300 CPUtime=686.25 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3316459 0 0 0 68103 522 0 0 25 0 4 0 595318706 849203200 152495 33554432000 4194304 4623224 140735925607568 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2741.26
Current children cumulated vsize (KiB) 829300

[startup+687.901 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 28380
/proc/meminfo: memFree=18506216/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=829300 CPUtime=2747.63 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3604377 0 0 0 274192 571 0 0 25 0 4 0 595318701 849203200 153420 33554432000 4194304 4623224 140735925607568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 207325 153420 995 105 0 202829 0
[pid=28358/tid=28360] ppid=28356 vsize=829300 CPUtime=684.09 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34271 0 0 0 68402 7 0 0 25 0 4 0 595318706 849203200 153420 33554432000 4194304 4623224 140735925607568 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=829300 CPUtime=687.82 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31510 0 0 0 68776 6 0 0 25 0 4 0 595318706 849203200 153420 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=829300 CPUtime=687.85 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3323445 0 0 0 68262 523 0 0 25 0 4 0 595318706 849203200 153420 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2747.63
Current children cumulated vsize (KiB) 829300

[startup+688.701 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 28380
/proc/meminfo: memFree=18506092/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=829300 CPUtime=2750.82 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3609859 0 0 0 274511 571 0 0 25 0 4 0 595318701 849203200 153930 33554432000 4194304 4623224 140735925607568 18446744073709551615 4413721 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 207325 153930 999 105 0 202829 0
[pid=28358/tid=28360] ppid=28356 vsize=829300 CPUtime=684.88 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34271 0 0 0 68481 7 0 0 25 0 4 0 595318706 849203200 153930 33554432000 4194304 4623224 140735925607568 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=829300 CPUtime=688.62 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31511 0 0 0 68856 6 0 0 25 0 4 0 595318706 849203200 153930 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=829300 CPUtime=688.65 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3328546 0 0 0 68341 524 0 0 25 0 4 0 595318706 849203200 153930 33554432000 4194304 4623224 140735925607568 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2750.82
Current children cumulated vsize (KiB) 829300

[startup+688.901 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 28380
/proc/meminfo: memFree=18506092/32950928 swapFree=67111364/67111528
[pid=28358] ppid=28356 vsize=829300 CPUtime=2751.61 cores=0,2,4,6
/proc/28358/stat : 28358 (SArTagnan) R 28356 28358 27953 0 -1 4202496 3611420 0 0 0 274590 571 0 0 25 0 4 0 595318701 849203200 153757 33554432000 4194304 4623224 140735925607568 18446744073709551615 4388779 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28358/statm: 207325 153757 923 105 0 202829 0
[pid=28358/tid=28360] ppid=28356 vsize=829300 CPUtime=685.08 cores=0,2,4,6
/proc/28358/task/28360/stat : 28360 (SArTagnan) R 28356 28358 27953 0 -1 4202560 34271 0 0 0 68501 7 0 0 25 0 4 0 595318706 849203200 153757 33554432000 4194304 4623224 140735925607568 18446744073709551615 4276083 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28358/tid=28361] ppid=28356 vsize=829300 CPUtime=688.82 cores=0,2,4,6
/proc/28358/task/28361/stat : 28361 (SArTagnan) R 28356 28358 27953 0 -1 4202560 31514 0 0 0 68876 6 0 0 25 0 4 0 595318706 849203200 153757 33554432000 4194304 4623224 140735925607568 18446744073709551615 4358052 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28358/tid=28362] ppid=28356 vsize=829300 CPUtime=688.85 cores=0,2,4,6
/proc/28358/task/28362/stat : 28362 (SArTagnan) R 28356 28358 27953 0 -1 4202560 3329581 0 0 0 68361 524 0 0 25 0 4 0 595318706 849203200 153757 33554432000 4194304 4623224 140735925607568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2751.61
Current children cumulated vsize (KiB) 829300

Child status: 20
Real time (s): 688.955
CPU time (s): 2751.74
CPU user time (s): 2746
CPU system time (s): 5.74913
CPU usage (%): 399.409
Max. virtual memory (cumulated for all children) (KiB): 919560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2746
system time used= 5.74913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3611489
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= 676
involuntary context switches= 13696

runsolver used 1.10383 second user time and 2.6586 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 06:21:20
IDJOB=3257604
IDBENCH=71150
IDSOLVER=1656
FILE ID=node113/3257604-1304050880
RUNJOBID= node113-1304050880-28305
PBS_JOBID= 13170405
Free space on /tmp= 71160 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257604-1304050880/watcher-3257604-1304050880 -o /tmp/evaluation-result-3257604-1304050880/solver-3257604-1304050880 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3257604-1304050880.cnf -threads=4

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=171521414

node113.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	: 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.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19681732 kB
Buffers:       1742972 kB
Cached:       10824756 kB
SwapCached:        164 kB
Active:        6358972 kB
Inactive:      6320624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19681732 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6008 kB
Writeback:           0 kB
AnonPages:      111704 kB
Mapped:          15260 kB
Slab:           526512 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   297204 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= 71160 MiB
End job on node113 at 2011-04-29 06:32:49