Trace number 3282597

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.34 1201.74

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
Bench CategoryAPPLICATION (applications 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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
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: 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-3282597-1304044508/watcher-3282597-1304044508 -o /tmp/evaluation-result-3282597-1304044508/solver-3282597-1304044508 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3282597-1304044508.cnf -threads=4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.44 4.10 5.56 5/180 13749
/proc/meminfo: memFree=30598228/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=29520 CPUtime=0 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 1687 0 0 0 0 0 0 0 21 0 1 0 516053173 30228480 1624 33554432000 4194304 4623224 140735596319616 18446744073709551615 212436016896 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13749/statm: 7380 1626 298 105 0 2884 0

[startup+0.0412771 s]
/proc/loadavg: 3.44 4.10 5.56 5/180 13749
/proc/meminfo: memFree=30598228/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=34280 CPUtime=0.03 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 4249 0 0 0 3 0 0 0 21 0 1 0 516053173 35102720 2889 33554432000 4194304 4623224 140735596319616 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13749/statm: 8570 2891 301 105 0 4074 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34280

[startup+0.100266 s]
/proc/loadavg: 3.44 4.10 5.56 5/180 13749
/proc/meminfo: memFree=30598228/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=43464 CPUtime=0.09 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 9666 0 0 0 8 1 0 0 21 0 1 0 516053173 44507136 5209 33554432000 4194304 4623224 140735596319616 18446744073709551615 212435677893 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13749/statm: 10866 5212 301 105 0 6370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43464

[startup+0.300196 s]
/proc/loadavg: 3.44 4.10 5.56 5/180 13749
/proc/meminfo: memFree=30598228/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=330780 CPUtime=0.79 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 27817 0 0 0 77 2 0 0 23 0 4 0 516053173 338718720 19910 33554432000 4194304 4623224 140735596319616 18446744073709551615 4368625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 82695 19910 334 105 0 78199 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 330780

[startup+0.701119 s]
/proc/loadavg: 3.44 4.10 5.56 5/180 13749
/proc/meminfo: memFree=30598228/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=333212 CPUtime=2.39 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 31592 0 0 0 236 3 0 0 25 0 4 0 516053173 341209088 20376 33554432000 4194304 4623224 140735596319616 18446744073709551615 4507508 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 83303 20376 343 105 0 78807 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 333212

[startup+1.50097 s]
/proc/loadavg: 3.44 4.10 5.56 9/184 13753
/proc/meminfo: memFree=30439484/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=398700 CPUtime=5.57 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 89318 0 0 0 544 13 0 0 18 0 4 0 516053173 408268800 48498 33554432000 4194304 4623224 140735596319616 18446744073709551615 212436060343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 99675 48500 343 105 0 95179 0
[pid=13749/tid=13751] ppid=13747 vsize=398700 CPUtime=1.35 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 11370 0 0 0 135 0 0 0 18 0 4 0 516053187 408268800 48500 33554432000 4194304 4623224 140735596319616 18446744073709551615 4289757 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=398700 CPUtime=1.36 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 2747 0 0 0 136 0 0 0 25 0 4 0 516053187 408268800 48502 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=398700 CPUtime=1.34 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 21001 0 0 0 132 2 0 0 25 0 4 0 516053187 408268800 48503 33554432000 4194304 4623224 140735596319616 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 398700

[startup+3.10066 s]
/proc/loadavg: 3.44 4.10 5.56 9/184 13753
/proc/meminfo: memFree=30296016/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=439900 CPUtime=11.96 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 131633 0 0 0 1177 19 0 0 20 0 4 0 516053173 450457600 56542 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 109975 56542 344 105 0 105479 0
[pid=13749/tid=13751] ppid=13747 vsize=439900 CPUtime=2.95 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 20151 0 0 0 293 2 0 0 20 0 4 0 516053187 450457600 56542 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=439900 CPUtime=2.96 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 2749 0 0 0 296 0 0 0 25 0 4 0 516053187 450457600 56542 33554432000 4194304 4623224 140735596319616 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=439900 CPUtime=2.94 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 41730 0 0 0 289 5 0 0 20 0 4 0 516053187 450457600 56542 33554432000 4194304 4623224 140735596319616 18446744073709551615 4577488 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 439900

[startup+6.30105 s]
/proc/loadavg: 3.80 4.17 5.57 9/184 13753
/proc/meminfo: memFree=30256964/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=466108 CPUtime=24.74 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 170695 0 0 0 2449 25 0 0 25 0 4 0 516053173 477294592 62541 33554432000 4194304 4623224 140735596319616 18446744073709551615 4368435 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 116527 62541 345 105 0 112031 0
[pid=13749/tid=13751] ppid=13747 vsize=466108 CPUtime=6.15 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 20151 0 0 0 613 2 0 0 25 0 4 0 516053187 477294592 62541 33554432000 4194304 4623224 140735596319616 18446744073709551615 4462925 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=466108 CPUtime=6.15 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 11375 0 0 0 614 1 0 0 25 0 4 0 516053187 477294592 62541 33554432000 4194304 4623224 140735596319616 18446744073709551615 4463048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=466108 CPUtime=6.12 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 72139 0 0 0 602 10 0 0 25 0 4 0 516053187 477294592 62541 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 466108

[startup+12.7008 s]
/proc/loadavg: 4.22 4.25 5.59 9/184 13753
/proc/meminfo: memFree=30213932/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=466108 CPUtime=50.3 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 206075 0 0 0 4998 32 0 0 25 0 4 0 516053173 477294592 65549 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 116527 65549 345 105 0 112031 0
[pid=13749/tid=13751] ppid=13747 vsize=466108 CPUtime=12.55 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 20766 0 0 0 1253 2 0 0 25 0 4 0 516053187 477294592 65549 33554432000 4194304 4623224 140735596319616 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=466108 CPUtime=12.55 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 12557 0 0 0 1253 2 0 0 25 0 4 0 516053187 477294592 65549 33554432000 4194304 4623224 140735596319616 18446744073709551615 4366400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=466108 CPUtime=12.48 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 103716 0 0 0 1234 14 0 0 25 0 4 0 516053187 477294592 65549 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545328 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 466108

[startup+25.5004 s]
/proc/loadavg: 5.05 4.43 5.63 9/184 13754
/proc/meminfo: memFree=30134936/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=490744 CPUtime=101.43 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 245567 0 0 0 10106 37 0 0 25 0 4 0 516053173 502521856 71348 33554432000 4194304 4623224 140735596319616 18446744073709551615 4517551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 122686 71348 345 105 0 118190 0
[pid=13749/tid=13751] ppid=13747 vsize=490744 CPUtime=25.35 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 20925 0 0 0 2533 2 0 0 25 0 4 0 516053187 502521856 71348 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=490744 CPUtime=25.35 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 16932 0 0 0 2533 2 0 0 25 0 4 0 516053187 502521856 71348 33554432000 4194304 4623224 140735596319616 18446744073709551615 4463825 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=490744 CPUtime=25.21 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 138410 0 0 0 2503 18 0 0 25 0 4 0 516053187 502521856 71348 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 490744

[startup+51.1005 s]
/proc/loadavg: 6.06 4.72 5.69 9/184 13754
/proc/meminfo: memFree=30065456/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=490744 CPUtime=203.69 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 256691 0 0 0 20330 39 0 0 25 0 4 0 516053173 502521856 72040 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 122686 72040 345 105 0 118190 0
[pid=13749/tid=13751] ppid=13747 vsize=490744 CPUtime=50.95 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 21228 0 0 0 5093 2 0 0 25 0 4 0 516053187 502521856 72040 33554432000 4194304 4623224 140735596319616 18446744073709551615 4461113 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=490744 CPUtime=50.96 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 17172 0 0 0 5093 3 0 0 25 0 4 0 516053187 502521856 72040 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=490744 CPUtime=50.67 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 148757 0 0 0 5047 20 0 0 25 0 4 0 516053187 502521856 72040 33554432000 4194304 4623224 140735596319616 18446744073709551615 4363962 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 490744

[startup+102.307 s]
/proc/loadavg: 7.20 5.24 5.82 10/184 13756
/proc/meminfo: memFree=29919360/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=490744 CPUtime=408.25 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 435972 0 0 0 40759 66 0 0 25 0 4 0 516053173 502521856 77565 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 122686 77565 345 105 0 118190 0
[pid=13749/tid=13751] ppid=13747 vsize=490744 CPUtime=102.16 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 22165 0 0 0 10213 3 0 0 25 0 4 0 516053187 502521856 77565 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=490744 CPUtime=102.16 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 17934 0 0 0 10213 3 0 0 25 0 4 0 516053187 502521856 77565 33554432000 4194304 4623224 140735596319616 18446744073709551615 4463069 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=490744 CPUtime=101.6 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 325843 0 0 0 10114 46 0 0 25 0 4 0 516053187 502521856 77565 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 490744

[startup+162.3 s]
/proc/loadavg: 7.79 5.76 5.96 9/184 13757
/proc/meminfo: memFree=29818512/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=503072 CPUtime=647.9 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 664553 0 0 0 64689 101 0 0 25 0 4 0 516053173 515145728 81600 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 125768 81600 345 105 0 121272 0
[pid=13749/tid=13751] ppid=13747 vsize=503072 CPUtime=162.15 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 23789 0 0 0 16211 4 0 0 25 0 4 0 516053187 515145728 81600 33554432000 4194304 4623224 140735596319616 18446744073709551615 4461113 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=503072 CPUtime=162.16 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 18381 0 0 0 16213 3 0 0 25 0 4 0 516053187 515145728 81600 33554432000 4194304 4623224 140735596319616 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=503072 CPUtime=161.28 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 545535 0 0 0 16049 79 0 0 25 0 4 0 516053187 515145728 81600 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.9
Current children cumulated vsize (KiB) 503072

[startup+222.301 s]
/proc/loadavg: 7.96 6.18 6.09 9/184 13759
/proc/meminfo: memFree=29694356/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=515392 CPUtime=887.58 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 1183608 0 0 0 88576 182 0 0 25 0 4 0 516053173 527761408 89151 33554432000 4194304 4623224 140735596319616 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 128848 89151 345 105 0 124352 0
[pid=13749/tid=13751] ppid=13747 vsize=515392 CPUtime=222.15 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 31026 0 0 0 22210 5 0 0 25 0 4 0 516053187 527761408 89151 33554432000 4194304 4623224 140735596319616 18446744073709551615 4461212 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=515392 CPUtime=222.16 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 18651 0 0 0 22213 3 0 0 25 0 4 0 516053187 527761408 89151 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=515392 CPUtime=220.95 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 1056438 0 0 0 21937 158 0 0 25 0 4 0 516053187 527761408 89151 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.58
Current children cumulated vsize (KiB) 515392

[startup+282.3 s]

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

[pid=13749] ppid=13747 vsize=793928 CPUtime=2805.03 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 4965583 0 0 0 279743 760 0 0 25 0 4 0 516053173 812982272 140007 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 198482 140007 345 105 0 193986 0
[pid=13749/tid=13751] ppid=13747 vsize=793928 CPUtime=702.18 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 43192 0 0 0 70210 8 0 0 25 0 4 0 516053187 812982272 140007 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=793928 CPUtime=702.17 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 32724 0 0 0 70210 7 0 0 25 0 4 0 516053187 812982272 140007 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=793928 CPUtime=698.34 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 4790582 0 0 0 69109 725 0 0 25 0 4 0 516053187 812982272 140007 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.03
Current children cumulated vsize (KiB) 793928

[startup+762.307 s]
/proc/loadavg: 8.03 7.78 6.97 10/184 13773
/proc/meminfo: memFree=28683360/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=793928 CPUtime=3044.74 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 5416907 0 0 0 303647 827 0 0 25 0 4 0 516053173 812982272 145921 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 198482 145921 345 105 0 193986 0
[pid=13749/tid=13751] ppid=13747 vsize=793928 CPUtime=762.18 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 43499 0 0 0 76210 8 0 0 25 0 4 0 516053187 812982272 145921 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=793928 CPUtime=762.19 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 33243 0 0 0 76211 8 0 0 25 0 4 0 516053187 812982272 145921 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=793928 CPUtime=758.03 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 5240427 0 0 0 75011 792 0 0 25 0 4 0 516053187 812982272 145921 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.74
Current children cumulated vsize (KiB) 793928

[startup+822.301 s]
/proc/loadavg: 6.27 7.38 6.89 5/175 13792
/proc/meminfo: memFree=29995612/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=859464 CPUtime=3284.43 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 5864779 0 0 0 327542 901 0 0 25 0 4 0 516053173 880091136 154915 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 214866 154915 345 105 0 210370 0
[pid=13749/tid=13751] ppid=13747 vsize=859464 CPUtime=822.18 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 45193 0 0 0 82209 9 0 0 25 0 4 0 516053187 880091136 154915 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=859464 CPUtime=822.18 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 34336 0 0 0 82209 9 0 0 25 0 4 0 516053187 880091136 154915 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=859464 CPUtime=817.72 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 5684258 0 0 0 80909 863 0 0 25 0 4 0 516053187 880091136 154915 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364687 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.43
Current children cumulated vsize (KiB) 859464

[startup+882.301 s]
/proc/loadavg: 4.89 6.78 6.71 5/175 13794
/proc/meminfo: memFree=29969048/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=897976 CPUtime=3524.15 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 6362536 0 0 0 351430 985 0 0 25 0 4 0 516053173 919527424 160464 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 224494 160464 345 105 0 219998 0
[pid=13749/tid=13751] ppid=13747 vsize=897976 CPUtime=882.18 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 46145 0 0 0 88209 9 0 0 25 0 4 0 516053187 919527424 160464 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=897976 CPUtime=882.18 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 44627 0 0 0 88206 12 0 0 25 0 4 0 516053187 919527424 160464 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=897976 CPUtime=877.43 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 6169780 0 0 0 86800 943 0 0 25 0 4 0 516053187 919527424 160464 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.15
Current children cumulated vsize (KiB) 897976

[startup+942.301 s]
/proc/loadavg: 4.37 6.29 6.54 5/175 13795
/proc/meminfo: memFree=29930216/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=907028 CPUtime=3763.88 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 6754529 0 0 0 375338 1050 0 0 25 0 4 0 516053173 928796672 170363 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510130 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 226757 170363 345 105 0 222261 0
[pid=13749/tid=13751] ppid=13747 vsize=907028 CPUtime=942.19 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 46706 0 0 0 94209 10 0 0 25 0 4 0 516053187 928796672 170363 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=907028 CPUtime=942.19 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 47560 0 0 0 94204 15 0 0 25 0 4 0 516053187 928796672 170363 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=907028 CPUtime=937.15 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 6556813 0 0 0 92711 1004 0 0 25 0 4 0 516053187 928796672 170363 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 907028

[startup+1002.3 s]
/proc/loadavg: 4.13 5.87 6.38 5/175 13797
/proc/meminfo: memFree=29899440/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=1000712 CPUtime=4003.58 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 7191890 0 0 0 399234 1124 0 0 25 0 4 0 516053173 1024729088 176857 33554432000 4194304 4623224 140735596319616 18446744073709551615 4511029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 250178 176857 345 105 0 245682 0
[pid=13749/tid=13751] ppid=13747 vsize=1000712 CPUtime=1002.18 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 47352 0 0 0 100208 10 0 0 25 0 4 0 516053187 1024729088 176857 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=1000712 CPUtime=1002.19 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 47835 0 0 0 100203 16 0 0 25 0 4 0 516053187 1024729088 176857 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=1000712 CPUtime=996.85 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 6978479 0 0 0 98611 1074 0 0 25 0 4 0 516053187 1024729088 176857 33554432000 4194304 4623224 140735596319616 18446744073709551615 4364007 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 1000712

[startup+1062.3 s]
/proc/loadavg: 4.09 5.54 6.23 5/175 13798
/proc/meminfo: memFree=29872380/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=1028460 CPUtime=4243.31 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 7663965 0 0 0 423129 1202 0 0 25 0 4 0 516053173 1053143040 183461 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 257115 183461 345 105 0 252619 0
[pid=13749/tid=13751] ppid=13747 vsize=1028460 CPUtime=1062.19 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 63400 0 0 0 106206 13 0 0 25 0 4 0 516053187 1053143040 183461 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=1028460 CPUtime=1062.19 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 48119 0 0 0 106203 16 0 0 25 0 4 0 516053187 1053143040 183461 33554432000 4194304 4623224 140735596319616 18446744073709551615 4461113 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=1028460 CPUtime=1056.57 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 7433105 0 0 0 104508 1149 0 0 25 0 4 0 516053187 1053143040 183461 33554432000 4194304 4623224 140735596319616 18446744073709551615 4552730 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 1028460

[startup+1122.3 s]
/proc/loadavg: 4.07 5.27 6.10 5/175 13800
/proc/meminfo: memFree=29848676/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=1046968 CPUtime=4483.02 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 8125649 0 0 0 447026 1276 0 0 25 0 4 0 516053173 1072095232 191297 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 261742 191297 345 105 0 257246 0
[pid=13749/tid=13751] ppid=13747 vsize=1046968 CPUtime=1122.19 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 64061 0 0 0 112206 13 0 0 25 0 4 0 516053187 1072095232 191297 33554432000 4194304 4623224 140735596319616 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=1046968 CPUtime=1122.19 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 48429 0 0 0 112203 16 0 0 25 0 4 0 516053187 1072095232 191297 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=1046968 CPUtime=1116.28 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 7883207 0 0 0 110407 1221 0 0 25 0 4 0 516053187 1072095232 191297 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 1046968

[startup+1182.3 s]
/proc/loadavg: 4.06 5.05 5.97 5/175 13801
/proc/meminfo: memFree=29827076/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=1054536 CPUtime=4722.75 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 8587177 0 0 0 470925 1350 0 0 25 0 4 0 516053173 1079844864 197566 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 263634 197566 345 105 0 259138 0
[pid=13749/tid=13751] ppid=13747 vsize=1054536 CPUtime=1182.19 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 66214 0 0 0 118206 13 0 0 25 0 4 0 516053187 1079844864 197566 33554432000 4194304 4623224 140735596319616 18446744073709551615 4461117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=1054536 CPUtime=1182.2 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 48822 0 0 0 118203 17 0 0 25 0 4 0 516053187 1079844864 197566 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=1054536 CPUtime=1176 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 8341430 0 0 0 116306 1294 0 0 25 0 4 0 516053187 1079844864 197566 33554432000 4194304 4623224 140735596319616 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 1054536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.10 5.00 5.93 5/175 13802
/proc/meminfo: memFree=29812556/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=1059132 CPUtime=4800.27 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 8737747 0 0 0 478655 1372 0 0 25 0 4 0 516053173 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 264783 199766 345 105 0 260287 0
[pid=13749/tid=13751] ppid=13747 vsize=1059132 CPUtime=1201.6 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 66381 0 0 0 120147 13 0 0 25 0 4 0 516053187 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=1059132 CPUtime=1201.61 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 48827 0 0 0 120144 17 0 0 25 0 4 0 516053187 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=1059132 CPUtime=1195.31 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 8491529 0 0 0 118214 1317 0 0 25 0 4 0 516053187 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1059132

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: 4.10 5.00 5.93 5/175 13802
/proc/meminfo: memFree=29812556/32951124 swapFree=67111416/67111528
[pid=13749] ppid=13747 vsize=1059132 CPUtime=4800.27 cores=1,3,5,7
/proc/13749/stat : 13749 (SArTagnan) R 13747 13749 11686 0 -1 4202496 8737747 0 0 0 478655 1372 0 0 25 0 4 0 516053173 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13749/statm: 264783 199766 345 105 0 260287 0
[pid=13749/tid=13751] ppid=13747 vsize=1059132 CPUtime=1201.6 cores=1,3,5,7
/proc/13749/task/13751/stat : 13751 (SArTagnan) R 13747 13749 11686 0 -1 4202560 66381 0 0 0 120147 13 0 0 25 0 4 0 516053187 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13749/tid=13752] ppid=13747 vsize=1059132 CPUtime=1201.61 cores=1,3,5,7
/proc/13749/task/13752/stat : 13752 (SArTagnan) R 13747 13749 11686 0 -1 4202560 48827 0 0 0 120144 17 0 0 25 0 4 0 516053187 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13749/tid=13753] ppid=13747 vsize=1059132 CPUtime=1195.31 cores=1,3,5,7
/proc/13749/task/13753/stat : 13753 (SArTagnan) R 13747 13749 11686 0 -1 4202560 8491529 0 0 0 118214 1317 0 0 25 0 4 0 516053187 1084551168 199766 33554432000 4194304 4623224 140735596319616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1059132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.34
CPU user time (s): 4786.58
CPU system time (s): 13.7579
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 1124260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.58
system time used= 13.7579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8737779
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= 1258
involuntary context switches= 29990

runsolver used 1.83872 second user time and 4.45032 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 04:35:08
IDJOB=3282597
IDBENCH=70829
IDSOLVER=1656
FILE ID=node102/3282597-1304044508
RUNJOBID= node102-1304044508-13727
PBS_JOBID= 13170350
Free space on /tmp= 71556 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282597-1304044508/watcher-3282597-1304044508 -o /tmp/evaluation-result-3282597-1304044508/solver-3282597-1304044508 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3282597-1304044508.cnf -threads=4

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=251921209

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.82
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.828
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:     32951124 kB
MemFree:      30598260 kB
Buffers:        620860 kB
Cached:        1231724 kB
SwapCached:          8 kB
Active:         229480 kB
Inactive:      1699920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30598260 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            5556 kB
Writeback:           0 kB
AnonPages:       76632 kB
Mapped:          14880 kB
Slab:           358348 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251724 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= 71556 MiB
End job on node102 at 2011-04-29 04:55:12