Trace number 3386235

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)? (exit code) 3836.28 1220.2

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3386235-1305579310/watcher-3386235-1305579310 -o /tmp/evaluation-result-3386235-1305579310/solver-3386235-1305579310 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386235-1305579310.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.74 9.04 8.28 6/502 23405
/proc/meminfo: memFree=23281104/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=68112 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 5859 0 0 0 0 0 0 0 23 0 1 0 669532049 69746688 5797 33554432000 4194304 4625164 140737285911552 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/23405/statm: 17028 5797 298 106 0 12531 0

[startup+0.0318139 s]
/proc/loadavg: 8.74 9.04 8.28 6/502 23405
/proc/meminfo: memFree=23281104/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=70004 CPUtime=0.02 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 6722 0 0 0 1 1 0 0 23 0 1 0 669532049 71684096 6294 33554432000 4194304 4625164 140737285911552 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/23405/statm: 17501 6295 299 106 0 13004 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 70004

[startup+0.100802 s]
/proc/loadavg: 8.74 9.04 8.28 6/502 23405
/proc/meminfo: memFree=23281104/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=79288 CPUtime=0.09 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 11434 0 0 0 8 1 0 0 23 0 1 0 669532049 81190912 8822 33554432000 4194304 4625164 140737285911552 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/23405/statm: 19822 8822 299 106 0 15325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 79288

[startup+0.300779 s]
/proc/loadavg: 8.74 9.04 8.28 6/502 23405
/proc/meminfo: memFree=23281104/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=101924 CPUtime=0.29 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 24329 0 0 0 25 4 0 0 25 0 1 0 669532049 104370176 15261 33554432000 4194304 4625164 140737285911552 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/23405/statm: 25481 15262 299 106 0 20984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101924

[startup+0.700666 s]
/proc/loadavg: 8.74 9.04 8.28 6/502 23405
/proc/meminfo: memFree=23281104/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=423540 CPUtime=0.78 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 85806 0 0 0 68 10 0 0 25 0 4 0 669532049 433704960 65268 33554432000 4194304 4625164 140737285911552 18446744073709551615 4499495 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 105885 65268 323 106 0 101388 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 423540

[startup+1.50053 s]
/proc/loadavg: 8.74 9.04 8.28 10/506 23409
/proc/meminfo: memFree=23005552/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=505500 CPUtime=3.15 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 94101 0 0 0 304 11 0 0 25 0 4 0 669532049 517632000 72228 33554432000 4194304 4625164 140737285911552 18446744073709551615 270613153975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 126375 72228 331 106 0 121878 0
[pid=23405/tid=23407] ppid=23403 vsize=505500 CPUtime=0.81 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1223 0 0 0 81 0 0 0 25 0 4 0 669532114 517632000 72228 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=505500 CPUtime=0.81 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1674 0 0 0 81 0 0 0 25 0 4 0 669532114 517632000 72228 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=505500 CPUtime=0.83 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 8637 0 0 0 83 0 0 0 18 0 4 0 669532114 517632000 72228 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 505500

[startup+3.10024 s]
/proc/loadavg: 8.74 9.04 8.28 10/506 23409
/proc/meminfo: memFree=22978520/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=609628 CPUtime=7.94 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 103456 0 0 0 781 13 0 0 25 0 4 0 669532049 624259072 76187 33554432000 4194304 4625164 140737285911552 18446744073709551615 270612766677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 152407 76187 336 106 0 147910 0
[pid=23405/tid=23407] ppid=23403 vsize=609628 CPUtime=2.4 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 3743 0 0 0 240 0 0 0 25 0 4 0 669532114 624259072 76187 33554432000 4194304 4625164 140737285911552 18446744073709551615 4477951 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=609628 CPUtime=2.39 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 4228 0 0 0 239 0 0 0 25 0 4 0 669532114 624259072 76187 33554432000 4194304 4625164 140737285911552 18446744073709551615 4477916 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=609628 CPUtime=1.7 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 12398 0 0 0 169 1 0 0 20 0 4 0 669532114 624259072 76187 33554432000 4194304 4625164 140737285911552 18446744073709551615 4278657 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 609628

[startup+6.30067 s]
/proc/loadavg: 8.84 9.05 8.28 10/506 23409
/proc/meminfo: memFree=22969960/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=609628 CPUtime=17.48 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 109136 0 0 0 1734 14 0 0 25 0 4 0 669532049 624259072 81858 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 152407 81858 380 106 0 147910 0
[pid=23405/tid=23407] ppid=23403 vsize=609628 CPUtime=5.6 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 5893 0 0 0 559 1 0 0 25 0 4 0 669532114 624259072 81858 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=609628 CPUtime=5.54 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 4386 0 0 0 554 0 0 0 25 0 4 0 669532114 624259072 81858 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351734 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=609628 CPUtime=3.3 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 12398 0 0 0 329 1 0 0 25 0 4 0 669532114 624259072 81858 33554432000 4194304 4625164 140737285911552 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 609628

[startup+12.7005 s]
/proc/loadavg: 8.85 9.05 8.29 10/506 23409
/proc/meminfo: memFree=22912860/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=628924 CPUtime=36.56 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 146648 0 0 0 3638 18 0 0 25 0 4 0 669532049 644018176 92524 33554432000 4194304 4625164 140737285911552 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 157231 92524 455 106 0 152734 0
[pid=23405/tid=23407] ppid=23403 vsize=628924 CPUtime=12 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 6761 0 0 0 1199 1 0 0 25 0 4 0 669532114 644018176 92524 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=628924 CPUtime=11.83 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 4483 0 0 0 1183 0 0 0 25 0 4 0 669532114 644018176 92524 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=628924 CPUtime=6.5 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 44299 0 0 0 646 4 0 0 25 0 4 0 669532114 644018176 92524 33554432000 4194304 4625164 140737285911552 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.56
Current children cumulated vsize (KiB) 628924

[startup+25.5003 s]
/proc/loadavg: 8.89 9.05 8.30 10/506 23409
/proc/meminfo: memFree=22817048/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=687288 CPUtime=74.75 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 217419 0 0 0 7447 28 0 0 25 0 4 0 669532049 703782912 105292 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 171822 105292 743 106 0 167325 0
[pid=23405/tid=23407] ppid=23403 vsize=687288 CPUtime=24.8 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 10906 0 0 0 2478 2 0 0 25 0 4 0 669532114 703782912 105292 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=687288 CPUtime=24.41 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 8337 0 0 0 2441 0 0 0 25 0 4 0 669532114 703782912 105292 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=687288 CPUtime=12.89 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 100451 0 0 0 1277 12 0 0 25 0 4 0 669532114 703782912 105292 33554432000 4194304 4625164 140737285911552 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.75
Current children cumulated vsize (KiB) 687288

[startup+51.1007 s]
/proc/loadavg: 8.92 9.04 8.31 10/506 23410
/proc/meminfo: memFree=22790012/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=720376 CPUtime=151.13 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 318704 0 0 0 15069 44 0 0 25 0 4 0 669532049 737665024 108360 33554432000 4194304 4625164 140737285911552 18446744073709551615 4390621 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 180094 108360 744 106 0 175597 0
[pid=23405/tid=23407] ppid=23403 vsize=720376 CPUtime=50.4 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 15624 0 0 0 5037 3 0 0 25 0 4 0 669532114 737665024 108360 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=720376 CPUtime=49.59 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 13111 0 0 0 4958 1 0 0 25 0 4 0 669532114 737665024 108360 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=720376 CPUtime=25.69 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 192127 0 0 0 2543 26 0 0 25 0 4 0 669532114 737665024 108360 33554432000 4194304 4625164 140737285911552 18446744073709551615 4554736 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 151.13
Current children cumulated vsize (KiB) 720376

[startup+102.32 s]
/proc/loadavg: 9.05 9.05 8.35 10/506 23411
/proc/meminfo: memFree=22695352/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=778740 CPUtime=303.95 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 571033 0 0 0 30315 80 0 0 25 0 4 0 669532049 797429760 125295 33554432000 4194304 4625164 140737285911552 18446744073709551615 4511956 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 194685 125295 744 106 0 190188 0
[pid=23405/tid=23407] ppid=23403 vsize=778740 CPUtime=101.62 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 25083 0 0 0 10157 5 0 0 25 0 4 0 669532114 797429760 125295 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=778740 CPUtime=99.97 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 22731 0 0 0 9994 3 0 0 25 0 4 0 669532114 797429760 125295 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=778740 CPUtime=51.29 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 415609 0 0 0 5072 57 0 0 25 0 4 0 669532114 797429760 125295 33554432000 4194304 4625164 140737285911552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 303.95
Current children cumulated vsize (KiB) 778740

[startup+162.301 s]
/proc/loadavg: 9.09 9.06 8.40 10/506 23413
/proc/meminfo: memFree=22635300/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=778740 CPUtime=482.92 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 811096 0 0 0 48179 113 0 0 25 0 4 0 669532049 797429760 130057 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509061 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 194685 130057 741 106 0 190188 0
[pid=23405/tid=23407] ppid=23403 vsize=778740 CPUtime=161.6 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 26501 0 0 0 16155 5 0 0 25 0 4 0 669532114 797429760 130057 33554432000 4194304 4625164 140737285911552 18446744073709551615 4352549 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=778740 CPUtime=158.97 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 24089 0 0 0 15894 3 0 0 25 0 4 0 669532114 797429760 130057 33554432000 4194304 4625164 140737285911552 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=778740 CPUtime=81.28 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 651752 0 0 0 8039 89 0 0 25 0 4 0 669532114 797429760 130057 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334224 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 482.92
Current children cumulated vsize (KiB) 778740

[startup+222.3 s]
/proc/loadavg: 9.10 9.06 8.44 10/506 23414
/proc/meminfo: memFree=22552168/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=854388 CPUtime=661.93 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 1059969 0 0 0 66046 147 0 0 25 0 4 0 669532049 874893312 140878 33554432000 4194304 4625164 140737285911552 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23405/statm: 213597 140878 715 106 0 209100 0
[pid=23405/tid=23407] ppid=23403 vsize=854388 CPUtime=221.61 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 37731 0 0 0 22154 7 0 0 25 0 4 0 669532114 874893312 140878 33554432000 4194304 4625164 140737285911552 18446744073709551615 4464492 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=854388 CPUtime=217.98 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 35513 0 0 0 21794 4 0 0 25 0 4 0 669532114 874893312 140878 33554432000 4194304 4625164 140737285911552 18446744073709551615 4352472 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=854388 CPUtime=111.28 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 866857 0 0 0 11010 118 0 0 25 0 4 0 669532114 874893312 140878 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334747 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 661.93
Current children cumulated vsize (KiB) 854388

[startup+282.301 s]

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


[startup+1002.3 s]
/proc/loadavg: 9.08 9.07 8.78 10/506 23508
/proc/meminfo: memFree=15245832/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9722028 CPUtime=3078.01 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7643339 0 0 0 306826 975 0 0 25 0 4 0 669532049 9955356672 1849808 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2430507 1849808 353 106 0 2426010 0
[pid=23405/tid=23407] ppid=23403 vsize=9722028 CPUtime=878.12 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1490023 0 0 0 87621 191 0 0 25 0 4 0 669532114 9955356672 1849808 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9722028 CPUtime=901.02 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1500732 0 0 0 89908 194 0 0 25 0 4 0 669532114 9955356672 1849808 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9722028 CPUtime=647.52 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2874224 0 0 0 64375 377 0 0 25 0 4 0 669532114 9955356672 1849808 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288765 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3078.01
Current children cumulated vsize (KiB) 9722028

[startup+1062.3 s]
/proc/loadavg: 9.21 9.10 8.80 10/506 23510
/proc/meminfo: memFree=15015404/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9722028 CPUtime=3287.05 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7737456 0 0 0 327714 991 0 0 25 0 4 0 669532049 9955356672 1898396 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2430507 1898396 353 106 0 2426010 0
[pid=23405/tid=23407] ppid=23403 vsize=9722028 CPUtime=938.13 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1503112 0 0 0 93619 194 0 0 25 0 4 0 669532114 9955356672 1898396 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288755 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9722028 CPUtime=946.53 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1514032 0 0 0 94456 197 0 0 25 0 4 0 669532114 9955356672 1898396 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9722028 CPUtime=692.02 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2929034 0 0 0 68817 385 0 0 25 0 4 0 669532114 9955356672 1898396 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3287.05
Current children cumulated vsize (KiB) 9722028

[startup+1122.3 s]
/proc/loadavg: 9.18 9.11 8.83 10/506 23511
/proc/meminfo: memFree=14796752/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9853100 CPUtime=3496.07 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7824781 0 0 0 348603 1004 0 0 25 0 4 0 669532049 10089574400 1952262 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509083 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2463275 1952262 353 106 0 2458778 0
[pid=23405/tid=23407] ppid=23403 vsize=9853100 CPUtime=975.74 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1515736 0 0 0 97378 196 0 0 25 0 4 0 669532114 10089574400 1952262 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9853100 CPUtime=1006.53 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1522718 0 0 0 100454 199 0 0 25 0 4 0 669532114 10089574400 1952262 33554432000 4194304 4625164 140737285911552 18446744073709551615 4316846 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9853100 CPUtime=744.43 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2941428 0 0 0 74056 387 0 0 25 0 4 0 669532114 10089574400 1952262 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3496.07
Current children cumulated vsize (KiB) 9853100

[startup+1182.3 s]
/proc/loadavg: 9.11 9.10 8.84 10/506 23513
/proc/meminfo: memFree=14552192/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9853100 CPUtime=3705.11 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7882711 0 0 0 369496 1015 0 0 25 0 4 0 669532049 10089574400 2010190 33554432000 4194304 4625164 140737285911552 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2463275 2010190 351 106 0 2458778 0
[pid=23405/tid=23407] ppid=23403 vsize=9853100 CPUtime=1005.74 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1530167 0 0 0 100375 199 0 0 25 0 4 0 669532114 10089574400 2010190 33554432000 4194304 4625164 140737285911552 18446744073709551615 4481855 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9853100 CPUtime=1066.53 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1537509 0 0 0 106451 202 0 0 25 0 4 0 669532114 10089574400 2010190 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9853100 CPUtime=804.43 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2955409 0 0 0 80053 390 0 0 25 0 4 0 669532114 10089574400 2010190 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3705.11
Current children cumulated vsize (KiB) 9853100

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

[startup+1203.1 s]
/proc/loadavg: 9.08 9.09 8.84 10/506 23514
/proc/meminfo: memFree=14307896/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9853100 CPUtime=3777.58 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7941705 0 0 0 376735 1023 0 0 25 0 4 0 669532049 10089574400 2069184 33554432000 4194304 4625164 140737285911552 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2463275 2069184 351 106 0 2458778 0
[pid=23405/tid=23407] ppid=23403 vsize=9853100 CPUtime=1016.15 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1544480 0 0 0 101414 201 0 0 25 0 4 0 669532114 10089574400 2069184 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9853100 CPUtime=1087.33 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1551777 0 0 0 108530 203 0 0 25 0 4 0 669532114 10089574400 2069184 33554432000 4194304 4625164 140737285911552 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9853100 CPUtime=825.22 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2969541 0 0 0 82131 391 0 0 25 0 4 0 669532114 10089574400 2069184 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288719 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3777.58
Current children cumulated vsize (KiB) 9853100

[startup+1209.5 s]
/proc/loadavg: 9.14 9.11 8.84 10/506 23514
/proc/meminfo: memFree=14300204/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9853100 CPUtime=3799.87 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7943055 0 0 0 378964 1023 0 0 25 0 4 0 669532049 10089574400 2070527 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2463275 2070527 344 106 0 2458778 0
[pid=23405/tid=23407] ppid=23403 vsize=9853100 CPUtime=1019.35 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1544915 0 0 0 101734 201 0 0 25 0 4 0 669532114 10089574400 2070527 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9853100 CPUtime=1093.73 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1552011 0 0 0 109170 203 0 0 25 0 4 0 669532114 10089574400 2070527 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288780 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9853100 CPUtime=831.63 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2969864 0 0 0 82771 392 0 0 25 0 4 0 669532114 10089574400 2070527 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334264 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3799.87
Current children cumulated vsize (KiB) 9853100

[startup+1215.9 s]
/proc/loadavg: 9.13 9.10 8.85 10/506 23514
/proc/meminfo: memFree=14285944/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=9853100 CPUtime=3822.16 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 7946842 0 0 0 381193 1023 0 0 25 0 4 0 669532049 10089574400 2074314 33554432000 4194304 4625164 140737285911552 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 2463275 2074314 344 106 0 2458778 0
[pid=23405/tid=23407] ppid=23403 vsize=9853100 CPUtime=1022.55 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1545480 0 0 0 102054 201 0 0 25 0 4 0 669532114 10089574400 2074314 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=9853100 CPUtime=1100.12 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1552760 0 0 0 109809 203 0 0 25 0 4 0 669532114 10089574400 2074314 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=9853100 CPUtime=838.03 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2970656 0 0 0 83411 392 0 0 25 0 4 0 669532114 10089574400 2074314 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288793 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3822.16
Current children cumulated vsize (KiB) 9853100

[startup+1217.5 s]
/proc/loadavg: 9.13 9.10 8.85 10/506 23514
/proc/meminfo: memFree=14285324/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=13137024 CPUtime=3827.74 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 8028071 0 0 0 381743 1031 0 0 25 0 4 0 669532049 13452312576 2155543 33554432000 4194304 4625164 140737285911552 18446744073709551615 270612808062 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 3284256 2155543 344 106 0 3279759 0
[pid=23405/tid=23407] ppid=23403 vsize=13137024 CPUtime=1023.35 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1545815 0 0 0 102134 201 0 0 25 0 4 0 669532114 13452312576 2155543 33554432000 4194304 4625164 140737285911552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13137024 CPUtime=1101.72 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1552760 0 0 0 109969 203 0 0 25 0 4 0 669532114 13452312576 2155543 33554432000 4194304 4625164 140737285911552 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13137024 CPUtime=839.63 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2971291 0 0 0 83571 392 0 0 25 0 4 0 669532114 13452312576 2155543 33554432000 4194304 4625164 140737285911552 18446744073709551615 4481855 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3827.74
Current children cumulated vsize (KiB) 13137024

[startup+1219.1 s]
/proc/loadavg: 9.12 9.10 8.85 10/506 23514
/proc/meminfo: memFree=13939364/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=14164772 CPUtime=3833.3 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) R 23403 23405 22974 0 -1 4202496 8606076 0 0 0 382232 1098 0 0 25 0 4 0 669532049 14504726528 2186291 33554432000 4194304 4625164 140737285911552 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 3541193 2186313 344 106 0 3536696 0
[pid=23405/tid=23407] ppid=23403 vsize=14164772 CPUtime=1024.15 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1563447 0 0 0 102212 203 0 0 25 0 4 0 669532114 14504726528 2186324 33554432000 4194304 4625164 140737285911552 18446744073709551615 270612808149 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=14164772 CPUtime=1103.33 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (SArTagnan) R 23403 23405 22974 0 -1 4202560 1556341 0 0 0 110129 204 0 0 25 0 4 0 669532114 14504726528 2186336 33554432000 4194304 4625164 140737285911552 18446744073709551615 4352612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=14164772 CPUtime=841.23 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (SArTagnan) R 23403 23405 22974 0 -1 4202560 2974607 0 0 0 83731 392 0 0 25 0 4 0 669532114 14504726528 2186348 33554432000 4194304 4625164 140737285911552 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3833.3
Current children cumulated vsize (KiB) 14164772

[startup+1219.92 s]
/proc/loadavg: 9.12 9.10 8.85 10/506 23514
/proc/meminfo: memFree=13151964/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=0 CPUtime=3835.98 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) Z 23403 23405 22974 0 -1 4203548 8804699 0 0 0 382472 1126 0 0 25 0 2 0 669532049 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23407] ppid=23403 vsize=0 CPUtime=1024.56 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4203588 1740023 0 0 0 102228 228 0 0 25 0 2 0 669532114 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3835.98
Current children cumulated vsize (KiB) 0

[startup+1220.1 s]
/proc/loadavg: 9.12 9.10 8.85 10/506 23514
/proc/meminfo: memFree=13151964/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=0 CPUtime=3836.17 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) Z 23403 23405 22974 0 -1 4203548 8804699 0 0 0 382472 1145 0 0 25 0 2 0 669532049 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23407] ppid=23403 vsize=0 CPUtime=1024.74 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4203588 1740023 0 0 0 102228 246 0 0 25 0 2 0 669532114 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3836.17
Current children cumulated vsize (KiB) 0

[startup+1220.2 s]
/proc/loadavg: 9.12 9.10 8.85 10/506 23514
/proc/meminfo: memFree=13151964/32951124 swapFree=60609076/67111528
[pid=23405] ppid=23403 vsize=0 CPUtime=3836.27 cores=1,3,5,7
/proc/23405/stat : 23405 (SArTagnan) Z 23403 23405 22974 0 -1 4203548 8804699 0 0 0 382472 1155 0 0 25 0 2 0 669532049 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23405/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23407] ppid=23403 vsize=0 CPUtime=1024.84 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (SArTagnan) R 23403 23405 22974 0 -1 4203588 1740023 0 0 0 102228 256 0 0 25 0 2 0 669532114 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3836.27
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1220.2
CPU time (s): 3836.28
CPU user time (s): 3824.73
CPU system time (s): 11.5502
CPU usage (%): 314.397
Max. virtual memory (cumulated for all children) (KiB): 14164772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3824.73
system time used= 11.5502
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8804699
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= 481
involuntary context switches= 40472

runsolver used 5.41818 second user time and 14.5948 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-16 22:55:11
IDJOB=3386235
IDBENCH=82354
IDSOLVER=1871
FILE ID=node108/3386235-1305579310
RUNJOBID= node108-1305577160-22993
PBS_JOBID= 13350217
Free space on /tmp= 73432 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386235-1305579310/watcher-3386235-1305579310 -o /tmp/evaluation-result-3386235-1305579310/solver-3386235-1305579310 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386235-1305579310.cnf -threads=4

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=790765269

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23282004 kB
Buffers:         69216 kB
Cached:         742428 kB
SwapCached:      25796 kB
Active:        2096796 kB
Inactive:      7350220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23282004 kB
SwapTotal:    67111528 kB
SwapFree:     60609076 kB
Dirty:           21280 kB
Writeback:           0 kB
AnonPages:     8619080 kB
Mapped:          29276 kB
Slab:            83104 kB
PageTables:      67628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135828540 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= 73420 MiB
End job on node108 at 2011-05-16 23:15:31