Trace number 3386255

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)? (TO) 4800.46 1205.46

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3386255-1305577459/watcher-3386255-1305577459 -o /tmp/evaluation-result-3386255-1305577459/solver-3386255-1305577459 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386255-1305577459.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: 7.71 8.10 8.12 2/524 12249
/proc/meminfo: memFree=12530080/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=24796 CPUtime=0.01 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 1626 0 0 0 1 0 0 0 25 0 1 0 669344696 25391104 1346 33554432000 4194304 4625164 140736672051920 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12249/statm: 6199 1346 299 106 0 1702 0

[startup+0.162854 s]
/proc/loadavg: 7.71 8.10 8.12 2/524 12249
/proc/meminfo: memFree=12530080/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=276456 CPUtime=0.49 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 9962 0 0 0 49 0 0 0 25 0 4 0 669344696 283090944 7150 33554432000 4194304 4625164 140736672051920 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 69114 7150 335 106 0 64617 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 276456

[startup+0.200849 s]
/proc/loadavg: 7.71 8.10 8.12 2/524 12249
/proc/meminfo: memFree=12530080/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=276456 CPUtime=0.64 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 10187 0 0 0 64 0 0 0 25 0 4 0 669344696 283090944 7375 33554432000 4194304 4625164 140736672051920 18446744073709551615 4278655 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 69114 7375 335 106 0 64617 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 276456

[startup+0.300831 s]
/proc/loadavg: 7.71 8.10 8.12 2/524 12249
/proc/meminfo: memFree=12530080/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=276456 CPUtime=1.04 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 10840 0 0 0 104 0 0 0 25 0 4 0 669344696 283090944 7386 33554432000 4194304 4625164 140736672051920 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 69114 7386 341 106 0 64617 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 276456

[startup+0.700759 s]
/proc/loadavg: 7.71 8.10 8.12 2/524 12249
/proc/meminfo: memFree=12530080/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=279712 CPUtime=2.64 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 15128 0 0 0 263 1 0 0 25 0 4 0 669344696 286425088 8262 33554432000 4194304 4625164 140736672051920 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 69928 8263 341 106 0 65431 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 279712

[startup+1.50062 s]
/proc/loadavg: 7.71 8.10 8.12 9/534 12262
/proc/meminfo: memFree=12455352/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=304192 CPUtime=5.82 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 34515 0 0 0 579 3 0 0 25 0 4 0 669344696 311492608 17742 33554432000 4194304 4625164 140736672051920 18446744073709551615 268272350241 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 76048 17744 342 106 0 71551 0
[pid=12249/tid=12257] ppid=12247 vsize=304192 CPUtime=1.45 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 1865 0 0 0 145 0 0 0 25 0 4 0 669344701 311492608 17746 33554432000 4194304 4625164 140736672051920 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=304192 CPUtime=1.43 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 1797 0 0 0 143 0 0 0 25 0 4 0 669344701 311492608 17746 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=304192 CPUtime=1.45 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 6985 0 0 0 144 1 0 0 25 0 4 0 669344701 311492608 17747 33554432000 4194304 4625164 140736672051920 18446744073709551615 4477972 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 304192

[startup+3.10033 s]
/proc/loadavg: 7.71 8.10 8.12 11/534 12262
/proc/meminfo: memFree=12218388/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=379272 CPUtime=12.2 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 83934 0 0 0 1210 10 0 0 25 0 4 0 669344696 388374528 39439 33554432000 4194304 4625164 140736672051920 18446744073709551615 4519659 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 94818 39439 345 106 0 90321 0
[pid=12249/tid=12257] ppid=12247 vsize=379272 CPUtime=3.04 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 12976 0 0 0 303 1 0 0 25 0 4 0 669344701 388374528 39439 33554432000 4194304 4625164 140736672051920 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=379272 CPUtime=3.01 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 9727 0 0 0 300 1 0 0 25 0 4 0 669344701 388374528 39439 33554432000 4194304 4625164 140736672051920 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=379272 CPUtime=3.04 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 24540 0 0 0 301 3 0 0 25 0 4 0 669344701 388374528 39439 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 379272

[startup+6.30076 s]
/proc/loadavg: 7.73 8.10 8.12 9/534 12262
/proc/meminfo: memFree=12211452/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=385552 CPUtime=24.95 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 114051 0 0 0 2481 14 0 0 25 0 4 0 669344696 394805248 40147 33554432000 4194304 4625164 140736672051920 18446744073709551615 4509133 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 96388 40147 346 106 0 91891 0
[pid=12249/tid=12257] ppid=12247 vsize=385552 CPUtime=6.24 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 13182 0 0 0 623 1 0 0 25 0 4 0 669344701 394805248 40147 33554432000 4194304 4625164 140736672051920 18446744073709551615 4465280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=385552 CPUtime=6.15 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 9737 0 0 0 614 1 0 0 25 0 4 0 669344701 394805248 40147 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351875 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=385552 CPUtime=6.24 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 50989 0 0 0 617 7 0 0 25 0 4 0 669344701 394805248 40147 33554432000 4194304 4625164 140736672051920 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 385552

[startup+12.7006 s]
/proc/loadavg: 7.75 8.09 8.12 9/534 12262
/proc/meminfo: memFree=12206904/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=385552 CPUtime=50.43 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 155044 0 0 0 5022 21 0 0 25 0 4 0 669344696 394805248 42054 33554432000 4194304 4625164 140736672051920 18446744073709551615 4337104 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 96388 42054 346 106 0 91891 0
[pid=12249/tid=12257] ppid=12247 vsize=385552 CPUtime=12.64 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 13293 0 0 0 1263 1 0 0 25 0 4 0 669344701 394805248 42054 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=385552 CPUtime=12.43 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 9742 0 0 0 1242 1 0 0 25 0 4 0 669344701 394805248 42054 33554432000 4194304 4625164 140736672051920 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=385552 CPUtime=12.64 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 90703 0 0 0 1250 14 0 0 25 0 4 0 669344701 394805248 42054 33554432000 4194304 4625164 140736672051920 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 385552

[startup+25.5013 s]
/proc/loadavg: 7.88 8.10 8.12 9/534 12292
/proc/meminfo: memFree=12257588/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=387728 CPUtime=101.39 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 184687 0 0 0 10114 25 0 0 25 0 4 0 669344696 397033472 45974 33554432000 4194304 4625164 140736672051920 18446744073709551615 4509348 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 96932 45974 346 106 0 92435 0
[pid=12249/tid=12257] ppid=12247 vsize=387728 CPUtime=25.44 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 17619 0 0 0 2543 1 0 0 25 0 4 0 669344701 397033472 45974 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=387728 CPUtime=24.99 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 9806 0 0 0 2498 1 0 0 25 0 4 0 669344701 397033472 45974 33554432000 4194304 4625164 140736672051920 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=387728 CPUtime=25.44 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 111337 0 0 0 2527 17 0 0 25 0 4 0 669344701 397033472 45974 33554432000 4194304 4625164 140736672051920 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 387728

[startup+51.1008 s]
/proc/loadavg: 7.92 8.09 8.11 9/534 12293
/proc/meminfo: memFree=12133864/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=387728 CPUtime=203.36 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 279574 0 0 0 20297 39 0 0 25 0 4 0 669344696 397033472 47547 33554432000 4194304 4625164 140736672051920 18446744073709551615 4289357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 96932 47547 346 106 0 92435 0
[pid=12249/tid=12257] ppid=12247 vsize=387728 CPUtime=51.04 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 17742 0 0 0 5103 1 0 0 25 0 4 0 669344701 397033472 47547 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=387728 CPUtime=50.15 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 9971 0 0 0 5014 1 0 0 25 0 4 0 669344701 397033472 47548 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=387728 CPUtime=51.04 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 205504 0 0 0 5074 30 0 0 25 0 4 0 669344701 397033472 47548 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.36
Current children cumulated vsize (KiB) 387728

[startup+102.301 s]
/proc/loadavg: 8.04 8.09 8.11 9/534 12294
/proc/meminfo: memFree=11832628/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=394012 CPUtime=407.31 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 454242 0 0 0 40664 67 0 0 25 0 4 0 669344696 403468288 49449 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 98503 49449 347 106 0 94006 0
[pid=12249/tid=12257] ppid=12247 vsize=394012 CPUtime=102.26 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 17918 0 0 0 10225 1 0 0 25 0 4 0 669344701 403468288 49126 33554432000 4194304 4625164 140736672051920 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=394012 CPUtime=100.45 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 13302 0 0 0 10044 1 0 0 25 0 4 0 669344701 403468288 49126 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=394012 CPUtime=102.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 376642 0 0 0 10168 58 0 0 25 0 4 0 669344701 403468288 49126 33554432000 4194304 4625164 140736672051920 18446744073709551615 4554657 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.31
Current children cumulated vsize (KiB) 394012

[startup+162.301 s]
/proc/loadavg: 8.06 8.09 8.10 9/534 12296
/proc/meminfo: memFree=11485760/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=419608 CPUtime=646.2 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 617804 0 0 0 64527 93 0 0 25 0 4 0 669344696 429678592 55617 33554432000 4194304 4625164 140736672051920 18446744073709551615 4356341 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 104902 55617 347 106 0 100405 0
[pid=12249/tid=12257] ppid=12247 vsize=419608 CPUtime=162.24 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 18160 0 0 0 16223 1 0 0 25 0 4 0 669344701 429678592 55617 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=419608 CPUtime=159.38 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 13498 0 0 0 15937 1 0 0 25 0 4 0 669344701 429678592 55617 33554432000 4194304 4625164 140736672051920 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=419608 CPUtime=162.25 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 539733 0 0 0 16141 84 0 0 25 0 4 0 669344701 429678592 55617 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.2
Current children cumulated vsize (KiB) 419608

[startup+222.32 s]
/proc/loadavg: 8.13 8.10 8.10 9/534 12297
/proc/meminfo: memFree=11257204/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=421020 CPUtime=885.21 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 941686 0 0 0 88383 138 0 0 25 0 4 0 669344696 431124480 60690 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 105255 60690 347 106 0 100758 0
[pid=12249/tid=12257] ppid=12247 vsize=421020 CPUtime=222.27 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 18401 0 0 0 22225 2 0 0 25 0 4 0 669344701 431124480 60690 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=421020 CPUtime=218.33 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 13776 0 0 0 21832 1 0 0 25 0 4 0 669344701 431124480 60690 33554432000 4194304 4625164 140736672051920 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=421020 CPUtime=222.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 863037 0 0 0 22097 129 0 0 25 0 4 0 669344701 431124480 60690 33554432000 4194304 4625164 140736672051920 18446744073709551615 4547164 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 885.21
Current children cumulated vsize (KiB) 421020

[startup+282.301 s]

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

[pid=12249] ppid=12247 vsize=679692 CPUtime=2796.7 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 2589169 0 0 0 279279 391 0 0 25 0 4 0 669344696 696004608 124838 33554432000 4194304 4625164 140736672051920 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 169923 124838 347 106 0 165426 0
[pid=12249/tid=12257] ppid=12247 vsize=679692 CPUtime=702.26 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 25465 0 0 0 70223 3 0 0 25 0 4 0 669344701 696004608 124838 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=679692 CPUtime=689.87 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 20754 0 0 0 68984 3 0 0 25 0 4 0 669344701 696004608 124838 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=679692 CPUtime=702.25 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 2406498 0 0 0 69863 362 0 0 25 0 4 0 669344701 696004608 124838 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2796.7
Current children cumulated vsize (KiB) 679692

[startup+762.301 s]
/proc/loadavg: 8.11 8.13 8.09 9/534 12312
/proc/meminfo: memFree=9436516/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=745228 CPUtime=3035.72 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 2953427 0 0 0 303125 447 0 0 25 0 4 0 669344696 763113472 134041 33554432000 4194304 4625164 140736672051920 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 186307 134041 347 106 0 181810 0
[pid=12249/tid=12257] ppid=12247 vsize=745228 CPUtime=762.28 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 25840 0 0 0 76225 3 0 0 25 0 4 0 669344701 763113472 134303 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=745228 CPUtime=748.83 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 20888 0 0 0 74880 3 0 0 25 0 4 0 669344701 763113472 134303 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=745228 CPUtime=762.27 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 2764493 0 0 0 75811 416 0 0 25 0 4 0 669344701 763113472 134303 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3035.72
Current children cumulated vsize (KiB) 745228

[startup+822.301 s]
/proc/loadavg: 8.18 8.14 8.10 9/534 12313
/proc/meminfo: memFree=9128100/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=828672 CPUtime=3274.63 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 3315095 0 0 0 326963 500 0 0 25 0 4 0 669344696 848560128 146306 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 207168 146306 347 106 0 202671 0
[pid=12249/tid=12257] ppid=12247 vsize=828672 CPUtime=822.26 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 33542 0 0 0 82222 4 0 0 25 0 4 0 669344701 848560128 146306 33554432000 4194304 4625164 140736672051920 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=828672 CPUtime=807.78 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 20977 0 0 0 80775 3 0 0 25 0 4 0 669344701 848560128 146306 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=828672 CPUtime=822.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 3110887 0 0 0 81760 466 0 0 25 0 4 0 669344701 848560128 146306 33554432000 4194304 4625164 140736672051920 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3274.63
Current children cumulated vsize (KiB) 828672

[startup+882.321 s]
/proc/loadavg: 8.12 8.12 8.09 9/534 12315
/proc/meminfo: memFree=8977936/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=904064 CPUtime=3513.65 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 3706325 0 0 0 350807 558 0 0 25 0 4 0 669344696 925761536 158996 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 226016 158996 347 106 0 221519 0
[pid=12249/tid=12257] ppid=12247 vsize=904064 CPUtime=882.28 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 33916 0 0 0 88224 4 0 0 25 0 4 0 669344701 925761536 158996 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=904064 CPUtime=866.73 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 21083 0 0 0 86670 3 0 0 25 0 4 0 669344701 925761536 158996 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=904064 CPUtime=882.27 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 3455050 0 0 0 87709 518 0 0 25 0 4 0 669344701 925761536 158996 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3513.65
Current children cumulated vsize (KiB) 904064

[startup+942.301 s]
/proc/loadavg: 8.21 8.14 8.10 9/534 12317
/proc/meminfo: memFree=8802584/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=904064 CPUtime=3752.54 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 4065704 0 0 0 374643 611 0 0 25 0 4 0 669344696 925761536 169477 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 226016 169477 347 106 0 221519 0
[pid=12249/tid=12257] ppid=12247 vsize=904064 CPUtime=942.26 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 34186 0 0 0 94222 4 0 0 25 0 4 0 669344701 925761536 169477 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=904064 CPUtime=925.68 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 21406 0 0 0 92564 4 0 0 25 0 4 0 669344701 925761536 169477 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=904064 CPUtime=942.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 3807944 0 0 0 93657 569 0 0 25 0 4 0 669344701 925761536 169477 33554432000 4194304 4625164 140736672051920 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3752.54
Current children cumulated vsize (KiB) 904064

[startup+1002.3 s]
/proc/loadavg: 8.22 8.16 8.10 9/534 12318
/proc/meminfo: memFree=8693552/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=895580 CPUtime=3991.48 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 4442220 0 0 0 398484 664 0 0 25 0 4 0 669344696 917073920 179989 33554432000 4194304 4625164 140736672051920 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 223895 179989 347 106 0 219398 0
[pid=12249/tid=12257] ppid=12247 vsize=895580 CPUtime=1002.27 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 36744 0 0 0 100222 5 0 0 25 0 4 0 669344701 917073920 179989 33554432000 4194304 4625164 140736672051920 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=895580 CPUtime=984.62 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 21419 0 0 0 98458 4 0 0 25 0 4 0 669344701 917073920 179989 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=895580 CPUtime=1002.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 4174809 0 0 0 99606 620 0 0 25 0 4 0 669344701 917073920 179989 33554432000 4194304 4625164 140736672051920 18446744073709551615 4334910 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3991.48
Current children cumulated vsize (KiB) 895580

[startup+1062.3 s]
/proc/loadavg: 8.24 8.17 8.11 9/534 12320
/proc/meminfo: memFree=8558992/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=989796 CPUtime=4230.43 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 4846944 0 0 0 422320 723 0 0 25 0 4 0 669344696 1013551104 194125 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 247449 194125 347 106 0 242952 0
[pid=12249/tid=12257] ppid=12247 vsize=989796 CPUtime=1062.26 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 36954 0 0 0 106221 5 0 0 25 0 4 0 669344701 1013551104 194125 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=989796 CPUtime=1043.57 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 29476 0 0 0 104352 5 0 0 25 0 4 0 669344701 1013551104 194125 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=989796 CPUtime=1062.25 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 4529291 0 0 0 105554 671 0 0 25 0 4 0 669344701 1013551104 194125 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4230.43
Current children cumulated vsize (KiB) 989796

[startup+1122.3 s]
/proc/loadavg: 8.19 8.17 8.11 9/534 12321
/proc/meminfo: memFree=8421312/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=1108976 CPUtime=4469.37 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 5180347 0 0 0 446166 771 0 0 25 0 4 0 669344696 1135591424 204355 33554432000 4194304 4625164 140736672051920 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 277244 204355 350 106 0 272747 0
[pid=12249/tid=12257] ppid=12247 vsize=1108976 CPUtime=1122.27 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 37304 0 0 0 112222 5 0 0 25 0 4 0 669344701 1135591424 204355 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=1108976 CPUtime=1102.51 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 29566 0 0 0 110246 5 0 0 25 0 4 0 669344701 1135591424 204355 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=1108976 CPUtime=1122.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 4853210 0 0 0 111509 717 0 0 25 0 4 0 669344701 1135591424 204355 33554432000 4194304 4625164 140736672051920 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4469.37
Current children cumulated vsize (KiB) 1108976

[startup+1182.3 s]
/proc/loadavg: 8.11 8.15 8.10 9/534 12323
/proc/meminfo: memFree=8249216/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=1156716 CPUtime=4708.34 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 5553705 0 0 0 470008 826 0 0 25 0 4 0 669344696 1184477184 212460 33554432000 4194304 4625164 140736672051920 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 289179 212460 347 106 0 284682 0
[pid=12249/tid=12257] ppid=12247 vsize=1156716 CPUtime=1182.26 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 37612 0 0 0 118221 5 0 0 25 0 4 0 669344701 1184477184 212460 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=1156716 CPUtime=1161.47 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 29789 0 0 0 116142 5 0 0 25 0 4 0 669344701 1184477184 212460 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=1156716 CPUtime=1182.26 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 5196881 0 0 0 117459 767 0 0 25 0 4 0 669344701 1184477184 212461 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4708.34
Current children cumulated vsize (KiB) 1156716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 8.14 8.15 8.10 9/534 12324
/proc/meminfo: memFree=8215712/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=1156716 CPUtime=4800.37 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 5694575 0 0 0 479190 847 0 0 25 0 4 0 669344696 1184477184 216260 33554432000 4194304 4625164 140736672051920 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 289179 216260 347 106 0 284682 0
[pid=12249/tid=12257] ppid=12247 vsize=1156716 CPUtime=1205.38 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 37852 0 0 0 120533 5 0 0 25 0 4 0 669344701 1184477184 216533 33554432000 4194304 4625164 140736672051920 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=1156716 CPUtime=1184.17 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 29806 0 0 0 118412 5 0 0 25 0 4 0 669344701 1184477184 216534 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=1156716 CPUtime=1205.38 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 5335514 0 0 0 119750 788 0 0 25 0 4 0 669344701 1184477184 216534 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1156716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1205.4 s]
/proc/loadavg: 8.14 8.15 8.10 9/534 12324
/proc/meminfo: memFree=8215712/32950928 swapFree=60199076/67111528
[pid=12249] ppid=12247 vsize=1156716 CPUtime=4800.37 cores=0,2,4,6
/proc/12249/stat : 12249 (SArTagnan) R 12247 12249 12217 0 -1 4202496 5694575 0 0 0 479190 847 0 0 25 0 4 0 669344696 1184477184 216260 33554432000 4194304 4625164 140736672051920 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12249/statm: 289179 216260 347 106 0 284682 0
[pid=12249/tid=12257] ppid=12247 vsize=1156716 CPUtime=1205.38 cores=0,2,4,6
/proc/12249/task/12257/stat : 12257 (SArTagnan) R 12247 12249 12217 0 -1 4202560 37852 0 0 0 120533 5 0 0 25 0 4 0 669344701 1184477184 216533 33554432000 4194304 4625164 140736672051920 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12249/tid=12258] ppid=12247 vsize=1156716 CPUtime=1184.17 cores=0,2,4,6
/proc/12249/task/12258/stat : 12258 (SArTagnan) R 12247 12249 12217 0 -1 4202560 29806 0 0 0 118412 5 0 0 25 0 4 0 669344701 1184477184 216534 33554432000 4194304 4625164 140736672051920 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12249/tid=12259] ppid=12247 vsize=1156716 CPUtime=1205.38 cores=0,2,4,6
/proc/12249/task/12259/stat : 12259 (SArTagnan) R 12247 12249 12217 0 -1 4202560 5335514 0 0 0 119750 788 0 0 25 0 4 0 669344701 1184477184 216534 33554432000 4194304 4625164 140736672051920 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1156716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.46
CPU time (s): 4800.46
CPU user time (s): 4791.95
CPU system time (s): 8.50971
CPU usage (%): 398.226
Max. virtual memory (cumulated for all children) (KiB): 1252164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.95
system time used= 8.50971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5694899
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= 718
involuntary context switches= 22320

runsolver used 5.85911 second user time and 15.2227 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-16 22:24:19
IDJOB=3386255
IDBENCH=70873
IDSOLVER=1871
FILE ID=node122/3386255-1305577459
RUNJOBID= node122-1305577459-12235
PBS_JOBID= 13350225
Free space on /tmp= 73376 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386255-1305577459/watcher-3386255-1305577459 -o /tmp/evaluation-result-3386255-1305577459/solver-3386255-1305577459 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386255-1305577459.cnf -threads=4

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1418672493

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12530352 kB
Buffers:        332588 kB
Cached:        4383072 kB
SwapCached:      50104 kB
Active:       15653964 kB
Inactive:      4468608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12530352 kB
SwapTotal:    67111528 kB
SwapFree:     60199076 kB
Dirty:            2776 kB
Writeback:           0 kB
AnonPages:    15367824 kB
Mapped:          30364 kB
Slab:           137720 kB
PageTables:      87352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 160560300 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= 73376 MiB
End job on node122 at 2011-05-16 22:44:26