Trace number 3264072

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.3 1201.77

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb75-13-2.used-as.sat04-878.cnf
MD5SUM00e6f1cbbaaa8f43dc6451d49bfa1cef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.241962
Satisfiable
(Un)Satisfiability was proved
Number of variables975
Number of clauses34275
Sum of the clauses size69375
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264072-1304103211/watcher-3264072-1304103211 -o /tmp/evaluation-result-3264072-1304103211/solver-3264072-1304103211 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3264072-1304103211.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: 3.45 4.08 5.24 2/172 3933
/proc/meminfo: memFree=29539212/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=19616 CPUtime=0 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 593 0 0 0 0 0 0 0 18 0 1 0 600551778 20086784 470 33554432000 4194304 4623224 140735009475264 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3933/statm: 4904 470 297 105 0 408 0

[startup+0.061606 s]
/proc/loadavg: 3.45 4.08 5.24 2/172 3933
/proc/meminfo: memFree=29539212/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=251256 CPUtime=0.2 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 2624 0 0 0 20 0 0 0 19 0 4 0 600551778 257286144 2147 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 62814 2147 344 105 0 58318 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 251256

[startup+0.161586 s]
/proc/loadavg: 3.45 4.08 5.24 2/172 3933
/proc/meminfo: memFree=29539212/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=253640 CPUtime=0.6 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 3724 0 0 0 60 0 0 0 19 0 4 0 600551778 259727360 2687 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 63410 2688 344 105 0 58914 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 253640

[startup+0.36155 s]
/proc/loadavg: 3.45 4.08 5.24 2/172 3933
/proc/meminfo: memFree=29539212/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=255732 CPUtime=1.4 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 5915 0 0 0 139 1 0 0 19 0 4 0 600551778 261869568 3570 33554432000 4194304 4623224 140735009475264 18446744073709551615 4354519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 63933 3570 344 105 0 59437 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 255732

[startup+0.700488 s]
/proc/loadavg: 3.45 4.08 5.24 2/172 3933
/proc/meminfo: memFree=29539212/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=257740 CPUtime=2.76 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 8311 0 0 0 275 1 0 0 19 0 4 0 600551778 263925760 4506 33554432000 4194304 4623224 140735009475264 18446744073709551615 4512505 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 64435 4506 344 105 0 59939 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 257740

[startup+1.50034 s]
/proc/loadavg: 3.89 4.16 5.26 9/184 3946
/proc/meminfo: memFree=29496608/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=261276 CPUtime=5.95 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 12090 0 0 0 593 2 0 0 21 0 4 0 600551778 267546624 6374 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 65319 6374 344 105 0 60823 0
[pid=3933/tid=3940] ppid=3931 vsize=261276 CPUtime=1.47 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 2010 0 0 0 147 0 0 0 23 0 4 0 600551779 267546624 6374 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=261276 CPUtime=1.48 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 2452 0 0 0 148 0 0 0 23 0 4 0 600551779 267546624 6371 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=261276 CPUtime=1.48 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 3745 0 0 0 148 0 0 0 23 0 4 0 600551779 267546624 6371 33554432000 4194304 4623224 140735009475264 18446744073709551615 231895533927 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 261276

[startup+3.10104 s]
/proc/loadavg: 3.89 4.16 5.26 9/184 3946
/proc/meminfo: memFree=29480736/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=266360 CPUtime=12.35 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 19547 0 0 0 1231 4 0 0 25 0 4 0 600551778 272752640 8845 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 66590 8845 344 105 0 62094 0
[pid=3933/tid=3940] ppid=3931 vsize=266360 CPUtime=3.07 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 3202 0 0 0 307 0 0 0 25 0 4 0 600551779 272752640 8845 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=266360 CPUtime=3.08 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 3789 0 0 0 307 1 0 0 25 0 4 0 600551779 272752640 8845 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=266360 CPUtime=3.08 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 8505 0 0 0 307 1 0 0 25 0 4 0 600551779 272752640 8845 33554432000 4194304 4623224 140735009475264 18446744073709551615 4363992 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 266360

[startup+6.30044 s]
/proc/loadavg: 4.22 4.22 5.27 9/184 3946
/proc/meminfo: memFree=29444044/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=271824 CPUtime=25.13 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 47255 0 0 0 2504 9 0 0 25 0 4 0 600551778 278347776 12999 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 67956 12999 344 105 0 63460 0
[pid=3933/tid=3940] ppid=3931 vsize=271824 CPUtime=6.25 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 4906 0 0 0 624 1 0 0 25 0 4 0 600551779 278347776 12999 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=271824 CPUtime=6.28 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 6002 0 0 0 627 1 0 0 25 0 4 0 600551779 278347776 12999 33554432000 4194304 4623224 140735009475264 18446744073709551615 4377147 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=271824 CPUtime=6.28 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 31222 0 0 0 623 5 0 0 25 0 4 0 600551779 278347776 12999 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 271824

[startup+12.7002 s]
/proc/loadavg: 4.52 4.28 5.29 9/184 3946
/proc/meminfo: memFree=29399892/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=289292 CPUtime=50.69 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 75153 0 0 0 5055 14 0 0 25 0 4 0 600551778 296235008 18770 33554432000 4194304 4623224 140735009475264 18446744073709551615 4384347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 72323 18770 344 105 0 67827 0
[pid=3933/tid=3940] ppid=3931 vsize=289292 CPUtime=12.61 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 10211 0 0 0 1259 2 0 0 25 0 4 0 600551779 296235008 18770 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=289292 CPUtime=12.68 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 8569 0 0 0 1266 2 0 0 25 0 4 0 600551779 296235008 18770 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=289292 CPUtime=12.68 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 50870 0 0 0 1260 8 0 0 25 0 4 0 600551779 296235008 18770 33554432000 4194304 4623224 140735009475264 18446744073709551615 4363864 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 289292

[startup+25.5008 s]
/proc/loadavg: 5.06 4.41 5.31 9/184 3947
/proc/meminfo: memFree=29303308/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=308276 CPUtime=101.81 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 166823 0 0 0 10153 28 0 0 25 0 4 0 600551778 315674624 29902 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 77069 29902 362 105 0 72573 0
[pid=3933/tid=3940] ppid=3931 vsize=308276 CPUtime=25.34 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 16720 0 0 0 2531 3 0 0 25 0 4 0 600551779 315674624 29902 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=308276 CPUtime=25.48 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 15873 0 0 0 2544 4 0 0 25 0 4 0 600551779 315674624 29902 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=308276 CPUtime=25.47 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 124259 0 0 0 2529 18 0 0 25 0 4 0 600551779 315674624 29902 33554432000 4194304 4623224 140735009475264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 308276

[startup+51.1011 s]
/proc/loadavg: 6.22 4.75 5.40 9/184 3947
/proc/meminfo: memFree=29148144/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=359552 CPUtime=204.08 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 314959 0 0 0 20353 55 0 0 25 0 4 0 600551778 368181248 50696 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510172 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 89888 50696 436 105 0 85392 0
[pid=3933/tid=3940] ppid=3931 vsize=359552 CPUtime=50.8 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 23165 0 0 0 5076 4 0 0 25 0 4 0 600551779 368181248 50696 33554432000 4194304 4623224 140735009475264 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=359552 CPUtime=51.08 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 24017 0 0 0 5101 7 0 0 25 0 4 0 600551779 368181248 50696 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=359552 CPUtime=51.07 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 239103 0 0 0 5069 38 0 0 25 0 4 0 600551779 368181248 50696 33554432000 4194304 4623224 140735009475264 18446744073709551615 231895187783 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 359552

[startup+102.306 s]
/proc/loadavg: 7.22 5.25 5.53 9/184 3949
/proc/meminfo: memFree=28970172/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=402220 CPUtime=408.61 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 355245 0 0 0 40797 64 0 0 25 0 4 0 600551778 411873280 69329 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 100555 69329 355 105 0 96059 0
[pid=3933/tid=3940] ppid=3931 vsize=402220 CPUtime=101.73 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 35471 0 0 0 10165 8 0 0 25 0 4 0 600551779 411873280 69329 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=402220 CPUtime=102.28 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 26146 0 0 0 10220 8 0 0 25 0 4 0 600551779 411873280 69329 33554432000 4194304 4623224 140735009475264 18446744073709551615 4466439 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=402220 CPUtime=102.27 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 250576 0 0 0 10187 40 0 0 25 0 4 0 600551779 411873280 69329 33554432000 4194304 4623224 140735009475264 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 402220

[startup+162.3 s]
/proc/loadavg: 7.76 5.76 5.69 9/184 3950
/proc/meminfo: memFree=28730552/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=632860 CPUtime=648.26 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 600643 0 0 0 64724 102 0 0 25 0 4 0 600551778 648048640 105908 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 158215 105908 632 105 0 153719 0
[pid=3933/tid=3940] ppid=3931 vsize=632860 CPUtime=161.41 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 37524 0 0 0 16132 9 0 0 25 0 4 0 600551779 648048640 105908 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=632860 CPUtime=162.28 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 34052 0 0 0 16219 9 0 0 25 0 4 0 600551779 648048640 105908 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=632860 CPUtime=162.26 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 408577 0 0 0 16160 66 0 0 25 0 4 0 600551779 648048640 105908 33554432000 4194304 4623224 140735009475264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 632860

[startup+222.301 s]
/proc/loadavg: 7.95 6.18 5.84 9/184 3952
/proc/meminfo: memFree=28609736/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=674960 CPUtime=887.93 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 634776 0 0 0 88685 108 0 0 25 0 4 0 600551778 691159040 121863 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 168740 121863 398 105 0 164244 0
[pid=3933/tid=3940] ppid=3931 vsize=674960 CPUtime=221.08 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 50170 0 0 0 22097 11 0 0 25 0 4 0 600551779 691159040 121863 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376865 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=674960 CPUtime=222.28 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 35812 0 0 0 22218 10 0 0 25 0 4 0 600551779 691159040 121863 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=674960 CPUtime=222.26 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 411127 0 0 0 22159 67 0 0 25 0 4 0 600551779 691159040 121863 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 674960

[startup+282.301 s]

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

[pid=3933] ppid=3931 vsize=1151652 CPUtime=2805.32 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 846446 0 0 0 280362 170 0 0 25 0 4 0 600551778 1179291648 218221 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 287913 218221 402 105 0 283417 0
[pid=3933/tid=3940] ppid=3931 vsize=1151652 CPUtime=698.48 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 95617 0 0 0 69808 40 0 0 25 0 4 0 600551779 1179291648 218221 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1151652 CPUtime=702.29 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 54643 0 0 0 70213 16 0 0 25 0 4 0 600551779 1179291648 218221 33554432000 4194304 4623224 140735009475264 18446744073709551615 4377380 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1151652 CPUtime=702.21 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 440405 0 0 0 70148 73 0 0 25 0 4 0 600551779 1179291648 218221 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1151652

[startup+762.307 s]
/proc/loadavg: 8.18 7.82 6.84 9/184 3975
/proc/meminfo: memFree=27404076/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1217188 CPUtime=3045.01 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 858965 0 0 0 304328 173 0 0 25 0 4 0 600551778 1246400512 223494 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510353 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 304297 223494 402 105 0 299801 0
[pid=3933/tid=3940] ppid=3931 vsize=1217188 CPUtime=758.15 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 98529 0 0 0 75773 42 0 0 25 0 4 0 600551779 1246400512 223494 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1217188 CPUtime=762.3 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 55293 0 0 0 76214 16 0 0 25 0 4 0 600551779 1246400512 223494 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1217188 CPUtime=762.21 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 440634 0 0 0 76148 73 0 0 25 0 4 0 600551779 1246400512 223494 33554432000 4194304 4623224 140735009475264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1217188

[startup+822.301 s]
/proc/loadavg: 8.17 7.88 6.92 9/184 3977
/proc/meminfo: memFree=27267248/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1393864 CPUtime=3284.67 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 949942 0 0 0 328280 187 0 0 25 0 4 0 600551778 1427316736 243537 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 348466 243537 349 105 0 343970 0
[pid=3933/tid=3940] ppid=3931 vsize=1393864 CPUtime=817.82 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 126391 0 0 0 81735 47 0 0 25 0 4 0 600551779 1427316736 243537 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1393864 CPUtime=822.29 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 55812 0 0 0 82213 16 0 0 25 0 4 0 600551779 1427316736 243537 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1393864 CPUtime=822.21 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 441016 0 0 0 82147 74 0 0 25 0 4 0 600551779 1427316736 243537 33554432000 4194304 4623224 140735009475264 18446744073709551615 4364099 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1393864

[startup+882.3 s]
/proc/loadavg: 8.16 7.93 6.99 9/184 3979
/proc/meminfo: memFree=27221180/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1405396 CPUtime=3524.33 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 956130 0 0 0 352243 190 0 0 25 0 4 0 600551778 1439125504 249671 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 351349 249671 344 105 0 346853 0
[pid=3933/tid=3940] ppid=3931 vsize=1405396 CPUtime=877.49 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 128734 0 0 0 87699 50 0 0 25 0 4 0 600551779 1439125504 249671 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1405396 CPUtime=882.29 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 56031 0 0 0 88213 16 0 0 25 0 4 0 600551779 1439125504 249671 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1405396 CPUtime=882.19 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 443027 0 0 0 88145 74 0 0 25 0 4 0 600551779 1439125504 249671 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1405396

[startup+942.3 s]
/proc/loadavg: 8.10 7.95 7.06 9/184 3980
/proc/meminfo: memFree=27157512/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1410956 CPUtime=3764.01 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 961518 0 0 0 376208 193 0 0 25 0 4 0 600551778 1444818944 255011 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 352739 255011 344 105 0 348243 0
[pid=3933/tid=3940] ppid=3931 vsize=1410956 CPUtime=937.17 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 130456 0 0 0 93665 52 0 0 25 0 4 0 600551779 1444818944 255011 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1410956 CPUtime=942.29 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 56469 0 0 0 94213 16 0 0 25 0 4 0 600551779 1444818944 255011 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1410956 CPUtime=942.19 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 444742 0 0 0 94144 75 0 0 25 0 4 0 600551779 1444818944 255011 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 1410956

[startup+1002.3 s]
/proc/loadavg: 8.17 8.00 7.13 9/184 3982
/proc/meminfo: memFree=27027384/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1418772 CPUtime=4003.69 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 968823 0 0 0 400170 199 0 0 25 0 4 0 600551778 1452822528 262263 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 354693 262263 344 105 0 350197 0
[pid=3933/tid=3940] ppid=3931 vsize=1418772 CPUtime=996.84 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 133370 0 0 0 99630 54 0 0 25 0 4 0 600551779 1452822528 262263 33554432000 4194304 4623224 140735009475264 18446744073709551615 4461117 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1418772 CPUtime=1002.3 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 57618 0 0 0 100212 18 0 0 25 0 4 0 600551779 1452822528 262263 33554432000 4194304 4623224 140735009475264 18446744073709551615 4377018 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1418772 CPUtime=1002.19 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 446842 0 0 0 100144 75 0 0 25 0 4 0 600551779 1452822528 262263 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 1418772

[startup+1062.3 s]
/proc/loadavg: 8.11 8.01 7.19 9/184 3983
/proc/meminfo: memFree=26947244/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1473072 CPUtime=4243.35 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 980095 0 0 0 424134 201 0 0 25 0 4 0 600551778 1508425728 273464 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 368268 273464 344 105 0 363772 0
[pid=3933/tid=3940] ppid=3931 vsize=1473072 CPUtime=1056.52 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 141052 0 0 0 105596 56 0 0 25 0 4 0 600551779 1508425728 273464 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1473072 CPUtime=1062.31 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 58080 0 0 0 106212 19 0 0 25 0 4 0 600551779 1508425728 273464 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1473072 CPUtime=1062.18 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 448432 0 0 0 106142 76 0 0 25 0 4 0 600551779 1508425728 273464 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 1473072

[startup+1122.3 s]
/proc/loadavg: 8.08 8.02 7.24 9/184 3985
/proc/meminfo: memFree=26904668/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1480896 CPUtime=4483.03 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 984663 0 0 0 448100 203 0 0 25 0 4 0 600551778 1516437504 277950 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 370224 277950 344 105 0 365728 0
[pid=3933/tid=3940] ppid=3931 vsize=1480896 CPUtime=1116.19 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 142119 0 0 0 111563 56 0 0 25 0 4 0 600551779 1516437504 277950 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1480896 CPUtime=1122.31 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 58387 0 0 0 112212 19 0 0 25 0 4 0 600551779 1516437504 277950 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1480896 CPUtime=1122.17 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 450704 0 0 0 112141 76 0 0 25 0 4 0 600551779 1516437504 277950 33554432000 4194304 4623224 140735009475264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1480896

[startup+1182.3 s]
/proc/loadavg: 8.06 8.03 7.29 9/184 3986
/proc/meminfo: memFree=26870028/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1487420 CPUtime=4722.71 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 988784 0 0 0 472067 204 0 0 25 0 4 0 600551778 1523118080 281981 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 371855 281981 344 105 0 367359 0
[pid=3933/tid=3940] ppid=3931 vsize=1487420 CPUtime=1175.88 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 142691 0 0 0 117531 57 0 0 25 0 4 0 600551779 1523118080 281981 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1487420 CPUtime=1182.31 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 58715 0 0 0 118212 19 0 0 25 0 4 0 600551779 1523118080 281981 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1487420 CPUtime=1182.17 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 452622 0 0 0 118141 76 0 0 25 0 4 0 600551779 1523118080 281981 33554432000 4194304 4623224 140735009475264 18446744073709551615 4545471 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 1487420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.04 7.31 9/184 3987
/proc/meminfo: memFree=26853268/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1490928 CPUtime=4800.21 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 990233 0 0 0 479817 204 0 0 25 0 4 0 600551778 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 372732 283403 344 105 0 368236 0
[pid=3933/tid=3940] ppid=3931 vsize=1490928 CPUtime=1195.17 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 142855 0 0 0 119460 57 0 0 25 0 4 0 600551779 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1490928 CPUtime=1201.71 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 58819 0 0 0 120152 19 0 0 25 0 4 0 600551779 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1490928 CPUtime=1201.57 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 453504 0 0 0 120081 76 0 0 25 0 4 0 600551779 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1490928

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.04 7.31 9/184 3987
/proc/meminfo: memFree=26853268/32950928 swapFree=67111356/67111528
[pid=3933] ppid=3931 vsize=1490928 CPUtime=4800.21 cores=0,2,4,6
/proc/3933/stat : 3933 (SArTagnan) R 3931 3933 3901 0 -1 4202496 990233 0 0 0 479817 204 0 0 25 0 4 0 600551778 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4510192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3933/statm: 372732 283403 344 105 0 368236 0
[pid=3933/tid=3940] ppid=3931 vsize=1490928 CPUtime=1195.17 cores=0,2,4,6
/proc/3933/task/3940/stat : 3940 (SArTagnan) R 3931 3933 3901 0 -1 4202560 142855 0 0 0 119460 57 0 0 25 0 4 0 600551779 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1490928 CPUtime=1201.71 cores=0,2,4,6
/proc/3933/task/3941/stat : 3941 (SArTagnan) R 3931 3933 3901 0 -1 4202560 58819 0 0 0 120152 19 0 0 25 0 4 0 600551779 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1490928 CPUtime=1201.57 cores=0,2,4,6
/proc/3933/task/3942/stat : 3942 (SArTagnan) R 3931 3933 3901 0 -1 4202560 453504 0 0 0 120081 76 0 0 25 0 4 0 600551779 1526710272 283403 33554432000 4194304 4623224 140735009475264 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1490928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.3
CPU user time (s): 4798.2
CPU system time (s): 2.10268
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 1586004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.2
system time used= 2.10268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 990233
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= 802
involuntary context switches= 19480

runsolver used 1.88871 second user time and 4.67829 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 20:53:31
IDJOB=3264072
IDBENCH=84551
IDSOLVER=1656
FILE ID=node114/3264072-1304103211
RUNJOBID= node114-1304103211-3919
PBS_JOBID= 13170639
Free space on /tmp= 71804 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb75-13-2.used-as.sat04-878.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264072-1304103211/watcher-3264072-1304103211 -o /tmp/evaluation-result-3264072-1304103211/solver-3264072-1304103211 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264072-1304103211.cnf -threads=4

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

MD5SUM BENCH= 00e6f1cbbaaa8f43dc6451d49bfa1cef
RANDOM SEED=177051116

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29537888 kB
Buffers:       1057316 kB
Cached:        1783180 kB
SwapCached:        168 kB
Active:         105860 kB
Inactive:      2801468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29537888 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1316 kB
Writeback:           0 kB
AnonPages:       66996 kB
Mapped:          14096 kB
Slab:           440752 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188384 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= 71804 MiB
End job on node114 at 2011-04-29 21:13:35