Trace number 3250650

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.37 1201.77

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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-3250650-1304095591/watcher-3250650-1304095591 -o /tmp/evaluation-result-3250650-1304095591/solver-3250650-1304095591 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3250650-1304095591.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.73 4.06 5.13 1/172 8087
/proc/meminfo: memFree=31382124/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=19764 CPUtime=0 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 682 0 0 0 0 0 0 0 23 0 1 0 501974765 20238336 583 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8087/statm: 4941 583 297 105 0 445 0

[startup+0.028319 s]
/proc/loadavg: 3.73 4.06 5.13 1/172 8087
/proc/meminfo: memFree=31382124/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=254756 CPUtime=0.04 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 3468 0 0 0 4 0 0 0 25 0 4 0 501974765 260870144 2556 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 63689 2556 335 105 0 59193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 254756

[startup+0.100263 s]
/proc/loadavg: 3.73 4.06 5.13 1/172 8087
/proc/meminfo: memFree=31382124/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=256912 CPUtime=0.33 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 4652 0 0 0 33 0 0 0 25 0 4 0 501974765 263077888 2975 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510302 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 64228 2975 336 105 0 59732 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 256912

[startup+0.300224 s]
/proc/loadavg: 3.73 4.06 5.13 1/172 8087
/proc/meminfo: memFree=31382124/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=258024 CPUtime=1.12 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 7629 0 0 0 112 0 0 0 25 0 4 0 501974765 264216576 3467 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 64506 3467 336 105 0 60010 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 258024

[startup+0.700145 s]
/proc/loadavg: 3.73 4.06 5.13 1/172 8087
/proc/meminfo: memFree=31382124/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=259680 CPUtime=2.73 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 13006 0 0 0 271 2 0 0 25 0 4 0 501974765 265912320 4358 33554432000 4194304 4623224 140733459472176 18446744073709551615 4414880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 64920 4358 336 105 0 60424 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 259680

[startup+1.50099 s]
/proc/loadavg: 4.15 4.14 5.15 9/184 8102
/proc/meminfo: memFree=31338580/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=261284 CPUtime=5.93 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 21509 0 0 0 590 3 0 0 25 0 4 0 501974765 267554816 6279 33554432000 4194304 4623224 140733459472176 18446744073709551615 4528260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 65321 6279 340 105 0 60825 0
[pid=8087/tid=8091] ppid=8085 vsize=261284 CPUtime=1.47 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 2659 0 0 0 147 0 0 0 25 0 4 0 501974767 267554816 6279 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=261284 CPUtime=1.47 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 1995 0 0 0 147 0 0 0 25 0 4 0 501974767 267554816 6279 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366665 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=261284 CPUtime=1.47 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 13016 0 0 0 145 2 0 0 25 0 4 0 501974767 267554816 6279 33554432000 4194304 4623224 140733459472176 18446744073709551615 4555177 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 261284

[startup+3.10067 s]
/proc/loadavg: 4.15 4.14 5.15 9/184 8102
/proc/meminfo: memFree=31316632/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=266312 CPUtime=12.32 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 35619 0 0 0 1227 5 0 0 25 0 4 0 501974765 272703488 9961 33554432000 4194304 4623224 140733459472176 18446744073709551615 4511040 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 66578 9961 342 105 0 62082 0
[pid=8087/tid=8091] ppid=8085 vsize=266312 CPUtime=3.07 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 4800 0 0 0 307 0 0 0 25 0 4 0 501974767 272703488 9961 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=266312 CPUtime=3.07 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 3771 0 0 0 307 0 0 0 25 0 4 0 501974767 272703488 9961 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=266312 CPUtime=3.06 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 22619 0 0 0 303 3 0 0 25 0 4 0 501974767 272703488 9961 33554432000 4194304 4623224 140733459472176 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 266312

[startup+6.30103 s]
/proc/loadavg: 4.15 4.14 5.15 9/184 8103
/proc/meminfo: memFree=31265404/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=280768 CPUtime=25.11 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 44318 0 0 0 2504 7 0 0 25 0 4 0 501974765 287506432 16254 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 70192 16254 352 105 0 65696 0
[pid=8087/tid=8091] ppid=8085 vsize=280768 CPUtime=6.27 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 7652 0 0 0 626 1 0 0 25 0 4 0 501974767 287506432 16254 33554432000 4194304 4623224 140733459472176 18446744073709551615 4463048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=280768 CPUtime=6.27 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 6135 0 0 0 626 1 0 0 25 0 4 0 501974767 287506432 16254 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366354 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=280768 CPUtime=6.25 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 24824 0 0 0 622 3 0 0 25 0 4 0 501974767 287506432 16254 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 280768

[startup+12.7008 s]
/proc/loadavg: 4.74 4.27 5.18 9/184 8103
/proc/meminfo: memFree=31196924/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=295756 CPUtime=50.67 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 68635 0 0 0 5055 12 0 0 25 0 4 0 501974765 302854144 24018 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510498 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 73939 24018 422 105 0 69443 0
[pid=8087/tid=8091] ppid=8085 vsize=295756 CPUtime=12.67 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 12367 0 0 0 1264 3 0 0 25 0 4 0 501974767 302854144 24018 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=295756 CPUtime=12.67 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 9424 0 0 0 1265 2 0 0 25 0 4 0 501974767 302854144 24018 33554432000 4194304 4623224 140733459472176 18446744073709551615 4377703 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=295756 CPUtime=12.61 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 38477 0 0 0 1256 5 0 0 25 0 4 0 501974767 302854144 24018 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 295756

[startup+25.5002 s]
/proc/loadavg: 5.24 4.39 5.21 9/184 8103
/proc/meminfo: memFree=31094480/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=307244 CPUtime=101.8 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 168712 0 0 0 10149 31 0 0 25 0 4 0 501974765 314617856 36014 33554432000 4194304 4623224 140733459472176 18446744073709551615 4416157 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 76811 36014 390 105 0 72315 0
[pid=8087/tid=8091] ppid=8085 vsize=307244 CPUtime=25.47 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 19413 0 0 0 2541 6 0 0 25 0 4 0 501974767 314617856 36014 33554432000 4194304 4623224 140733459472176 18446744073709551615 4377703 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=307244 CPUtime=25.47 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 14039 0 0 0 2543 4 0 0 25 0 4 0 501974767 314617856 36014 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=307244 CPUtime=25.34 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 126395 0 0 0 2515 19 0 0 25 0 4 0 501974767 314617856 36014 33554432000 4194304 4623224 140733459472176 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 307244

[startup+51.1011 s]
/proc/loadavg: 6.39 4.75 5.31 9/184 8104
/proc/meminfo: memFree=30934640/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=337248 CPUtime=204.08 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 252176 0 0 0 20360 48 0 0 25 0 4 0 501974765 345341952 54876 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510086 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 84312 54876 628 105 0 79816 0
[pid=8087/tid=8091] ppid=8085 vsize=337248 CPUtime=51.07 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 29101 0 0 0 5098 9 0 0 25 0 4 0 501974767 345341952 54876 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=337248 CPUtime=51.07 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 22439 0 0 0 5101 6 0 0 25 0 4 0 501974767 345341952 54876 33554432000 4194304 4623224 140733459472176 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=337248 CPUtime=50.82 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 184462 0 0 0 5052 30 0 0 25 0 4 0 501974767 345341952 54876 33554432000 4194304 4623224 140733459472176 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 337248

[startup+102.307 s]
/proc/loadavg: 7.36 5.26 5.45 9/184 8105
/proc/meminfo: memFree=30701488/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=560360 CPUtime=408.63 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 335873 0 0 0 40800 63 0 0 25 0 4 0 501974765 573808640 82976 33554432000 4194304 4623224 140733459472176 18446744073709551615 4517517 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 140090 82976 845 105 0 135594 0
[pid=8087/tid=8091] ppid=8085 vsize=560360 CPUtime=102.28 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 44177 0 0 0 10214 14 0 0 25 0 4 0 501974767 573808640 82976 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=560360 CPUtime=102.28 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 31585 0 0 0 10220 8 0 0 25 0 4 0 501974767 573808640 82976 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=560360 CPUtime=101.75 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 233483 0 0 0 10138 37 0 0 25 0 4 0 501974767 573808640 82976 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 560360

[startup+162.301 s]
/proc/loadavg: 7.86 5.79 5.62 9/184 8107
/proc/meminfo: memFree=30544352/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=628276 CPUtime=648.29 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 373481 0 0 0 64755 74 0 0 25 0 4 0 501974765 643354624 102347 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 157069 102347 416 105 0 152573 0
[pid=8087/tid=8091] ppid=8085 vsize=628276 CPUtime=162.27 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 62291 0 0 0 16207 20 0 0 25 0 4 0 501974767 643354624 102347 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=628276 CPUtime=162.27 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 34172 0 0 0 16219 8 0 0 25 0 4 0 501974767 643354624 102347 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=628276 CPUtime=161.43 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 237415 0 0 0 16104 39 0 0 25 0 4 0 501974767 643354624 102347 33554432000 4194304 4623224 140733459472176 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 628276

[startup+222.301 s]
/proc/loadavg: 8.10 6.23 5.78 9/184 8108
/proc/meminfo: memFree=30339220/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=727072 CPUtime=887.97 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 493624 0 0 0 88697 100 0 0 25 0 4 0 501974765 744521728 124952 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510042 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 181768 124952 460 105 0 177272 0
[pid=8087/tid=8091] ppid=8085 vsize=727072 CPUtime=222.28 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 67430 0 0 0 22204 24 0 0 25 0 4 0 501974767 744521728 124952 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=727072 CPUtime=222.28 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 47990 0 0 0 22213 15 0 0 25 0 4 0 501974767 744521728 124952 33554432000 4194304 4623224 140733459472176 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=727072 CPUtime=221.11 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 325772 0 0 0 22058 53 0 0 25 0 4 0 501974767 744521728 124952 33554432000 4194304 4623224 140733459472176 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.97
Current children cumulated vsize (KiB) 727072

[startup+282.3 s]

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

[pid=8087] ppid=8085 vsize=1167092 CPUtime=2805.39 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 884714 0 0 0 280344 195 0 0 25 0 4 0 501974765 1195102208 223152 33554432000 4194304 4623224 140733459472176 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 291773 223152 444 105 0 287277 0
[pid=8087/tid=8091] ppid=8085 vsize=1167092 CPUtime=702.29 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 116406 0 0 0 70177 52 0 0 25 0 4 0 501974767 1195102208 223152 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1167092 CPUtime=702.3 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 81851 0 0 0 70198 32 0 0 25 0 4 0 501974767 1195102208 223152 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1167092 CPUtime=698.52 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 529053 0 0 0 69768 84 0 0 25 0 4 0 501974767 1195102208 223152 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376806 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 1167092

[startup+762.307 s]
/proc/loadavg: 8.05 7.78 6.79 9/184 8123
/proc/meminfo: memFree=29468100/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1247912 CPUtime=3045.08 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 933029 0 0 0 304301 207 0 0 25 0 4 0 501974765 1277861888 233520 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 311978 233520 341 105 0 307482 0
[pid=8087/tid=8091] ppid=8085 vsize=1247912 CPUtime=762.31 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 118950 0 0 0 76175 56 0 0 25 0 4 0 501974767 1277861888 233520 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1247912 CPUtime=762.31 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 103135 0 0 0 76193 38 0 0 25 0 4 0 501974767 1277861888 233520 33554432000 4194304 4623224 140733459472176 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1247912 CPUtime=758.2 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 541187 0 0 0 75735 85 0 0 25 0 4 0 501974767 1277861888 233520 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 1247912

[startup+822.301 s]
/proc/loadavg: 8.02 7.82 6.86 9/184 8124
/proc/meminfo: memFree=29387840/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1388876 CPUtime=3284.74 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 972947 0 0 0 328257 217 0 0 25 0 4 0 501974765 1422209024 246381 33554432000 4194304 4623224 140733459472176 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 347219 246381 341 105 0 342723 0
[pid=8087/tid=8091] ppid=8085 vsize=1388876 CPUtime=822.31 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 151289 0 0 0 82168 63 0 0 25 0 4 0 501974767 1422209024 246381 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1388876 CPUtime=822.3 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 104606 0 0 0 82191 39 0 0 25 0 4 0 501974767 1422209024 246381 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1388876 CPUtime=817.87 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 545794 0 0 0 81701 86 0 0 25 0 4 0 501974767 1422209024 246381 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 1388876

[startup+882.3 s]
/proc/loadavg: 8.09 7.88 6.94 9/184 8135
/proc/meminfo: memFree=29296052/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1409200 CPUtime=3524.39 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 982439 0 0 0 352217 222 0 0 25 0 4 0 501974765 1443020800 255784 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 352300 255784 341 105 0 347804 0
[pid=8087/tid=8091] ppid=8085 vsize=1409200 CPUtime=882.29 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 155176 0 0 0 88163 66 0 0 25 0 4 0 501974767 1443020800 255784 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376617 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1409200 CPUtime=882.3 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 105041 0 0 0 88190 40 0 0 25 0 4 0 501974767 1443020800 255784 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1409200 CPUtime=877.53 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 549293 0 0 0 87667 86 0 0 25 0 4 0 501974767 1443020800 255784 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 1409200

[startup+942.3 s]
/proc/loadavg: 8.07 7.91 7.01 9/184 8137
/proc/meminfo: memFree=29234196/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1415340 CPUtime=3764.07 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 990961 0 0 0 376179 228 0 0 25 0 4 0 501974765 1449308160 264219 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 353835 264219 341 105 0 349339 0
[pid=8087/tid=8091] ppid=8085 vsize=1415340 CPUtime=942.29 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 157518 0 0 0 94160 69 0 0 25 0 4 0 501974767 1449308160 264219 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1415340 CPUtime=942.3 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 107752 0 0 0 94188 42 0 0 25 0 4 0 501974767 1449308160 264219 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1415340 CPUtime=937.22 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 551139 0 0 0 93635 87 0 0 25 0 4 0 501974767 1449308160 264219 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 1415340

[startup+1002.3 s]
/proc/loadavg: 8.18 7.97 7.09 9/184 8138
/proc/meminfo: memFree=29154816/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1419696 CPUtime=4003.74 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 998070 0 0 0 400141 233 0 0 25 0 4 0 501974765 1453768704 271230 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 354924 271230 341 105 0 350428 0
[pid=8087/tid=8091] ppid=8085 vsize=1419696 CPUtime=1002.3 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 160774 0 0 0 100158 72 0 0 25 0 4 0 501974767 1453768704 271230 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1419696 CPUtime=1002.31 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 109007 0 0 0 100187 44 0 0 25 0 4 0 501974767 1453768704 271230 33554432000 4194304 4623224 140733459472176 18446744073709551615 4366349 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1419696 CPUtime=996.89 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 552814 0 0 0 99602 87 0 0 25 0 4 0 501974767 1453768704 271230 33554432000 4194304 4623224 140733459472176 18446744073709551615 4545699 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 1419696

[startup+1062.3 s]
/proc/loadavg: 8.12 7.99 7.14 9/184 8140
/proc/meminfo: memFree=29072576/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1479372 CPUtime=4243.42 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 1010890 0 0 0 424104 238 0 0 25 0 4 0 501974765 1514876928 283934 33554432000 4194304 4623224 140733459472176 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 369843 283934 341 105 0 365347 0
[pid=8087/tid=8091] ppid=8085 vsize=1479372 CPUtime=1062.31 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 163294 0 0 0 106156 75 0 0 25 0 4 0 501974767 1514876928 283934 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1479372 CPUtime=1062.31 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 116897 0 0 0 106185 46 0 0 25 0 4 0 501974767 1514876928 283934 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1479372 CPUtime=1056.57 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 554446 0 0 0 105570 87 0 0 25 0 4 0 501974767 1514876928 283934 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 1479372

[startup+1122.3 s]
/proc/loadavg: 8.13 8.02 7.21 9/184 8141
/proc/meminfo: memFree=29005344/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1485656 CPUtime=4483.09 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 1017526 0 0 0 448068 241 0 0 25 0 4 0 501974765 1521311744 290460 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 371414 290460 341 105 0 366918 0
[pid=8087/tid=8091] ppid=8085 vsize=1485656 CPUtime=1122.31 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 165393 0 0 0 112154 77 0 0 25 0 4 0 501974767 1521311744 290460 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1485656 CPUtime=1122.32 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 118410 0 0 0 112185 47 0 0 25 0 4 0 501974767 1521311744 290460 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1485656 CPUtime=1116.24 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 556419 0 0 0 111537 87 0 0 25 0 4 0 501974767 1521311744 290460 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 1485656

[startup+1182.3 s]
/proc/loadavg: 8.21 8.06 7.27 9/184 8143
/proc/meminfo: memFree=28908100/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1545504 CPUtime=4722.77 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 1033800 0 0 0 472032 245 0 0 25 0 4 0 501974765 1582596096 306614 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 386376 306614 341 105 0 381880 0
[pid=8087/tid=8091] ppid=8085 vsize=1545504 CPUtime=1182.31 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 175866 0 0 0 118152 79 0 0 25 0 4 0 501974767 1582596096 306614 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1545504 CPUtime=1182.32 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 120737 0 0 0 118184 48 0 0 25 0 4 0 501974767 1582596096 306614 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1545504 CPUtime=1175.92 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 558198 0 0 0 117504 88 0 0 25 0 4 0 501974767 1582596096 306614 33554432000 4194304 4623224 140733459472176 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 1545504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.05 7.28 9/184 8143
/proc/meminfo: memFree=28899656/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1546240 CPUtime=4800.28 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 1035096 0 0 0 479782 246 0 0 25 0 4 0 501974765 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 386560 307868 341 105 0 382064 0
[pid=8087/tid=8091] ppid=8085 vsize=1546240 CPUtime=1201.71 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 175990 0 0 0 120092 79 0 0 25 0 4 0 501974767 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1546240 CPUtime=1201.73 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 120922 0 0 0 120125 48 0 0 25 0 4 0 501974767 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1546240 CPUtime=1195.22 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 558614 0 0 0 119434 88 0 0 25 0 4 0 501974767 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1546240

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.15 8.05 7.28 9/184 8143
/proc/meminfo: memFree=28899656/32951124 swapFree=67111356/67111528
[pid=8087] ppid=8085 vsize=1546240 CPUtime=4800.28 cores=0,2,4,6
/proc/8087/stat : 8087 (SArTagnan) R 8085 8087 7164 0 -1 4202496 1035096 0 0 0 479782 246 0 0 25 0 4 0 501974765 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8087/statm: 386560 307868 341 105 0 382064 0
[pid=8087/tid=8091] ppid=8085 vsize=1546240 CPUtime=1201.71 cores=0,2,4,6
/proc/8087/task/8091/stat : 8091 (SArTagnan) R 8085 8087 7164 0 -1 4202560 175990 0 0 0 120092 79 0 0 25 0 4 0 501974767 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8087/tid=8092] ppid=8085 vsize=1546240 CPUtime=1201.73 cores=0,2,4,6
/proc/8087/task/8092/stat : 8092 (SArTagnan) R 8085 8087 7164 0 -1 4202560 120922 0 0 0 120125 48 0 0 25 0 4 0 501974767 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8087/tid=8093] ppid=8085 vsize=1546240 CPUtime=1195.22 cores=0,2,4,6
/proc/8087/task/8093/stat : 8093 (SArTagnan) R 8085 8087 7164 0 -1 4202560 558614 0 0 0 119434 88 0 0 25 0 4 0 501974767 1583349760 307868 33554432000 4194304 4623224 140733459472176 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1546240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.37
CPU user time (s): 4797.85
CPU system time (s): 2.51562
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 1546240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.85
system time used= 2.51562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1035096
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= 374
involuntary context switches= 33835

runsolver used 1.93171 second user time and 4.5863 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 18:46:32
IDJOB=3250650
IDBENCH=83335
IDSOLVER=1656
FILE ID=node143/3250650-1304095591
RUNJOBID= node143-1304095591-8075
PBS_JOBID= 13170544
Free space on /tmp= 72924 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250650-1304095591/watcher-3250650-1304095591 -o /tmp/evaluation-result-3250650-1304095591/solver-3250650-1304095591 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250650-1304095591.cnf -threads=4

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=497145927

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31382288 kB
Buffers:        223548 kB
Cached:        1006048 kB
SwapCached:        168 kB
Active:         272640 kB
Inactive:      1020920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31382288 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:       63516 kB
Mapped:          14696 kB
Slab:           212256 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183936 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= 72924 MiB
End job on node143 at 2011-04-29 19:06:35