Trace number 3386317

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 3876.63 1300.34

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386317-1305577798/watcher-3386317-1305577798 -o /tmp/evaluation-result-3386317-1305577798/solver-3386317-1305577798 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386317-1305577798.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: 9.87 10.09 10.08 4/512 10227
/proc/meminfo: memFree=13524836/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=31764 CPUtime=0 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 2798 0 0 0 0 0 0 0 24 0 1 0 669377610 32526336 2736 33554432000 4194304 4625164 140734034497760 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/10227/statm: 7941 2746 291 106 0 3444 0

[startup+0.107069 s]
/proc/loadavg: 9.87 10.09 10.08 4/512 10227
/proc/meminfo: memFree=13524836/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=66036 CPUtime=0.1 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 8237 0 0 0 9 1 0 0 24 0 1 0 669377610 67620864 5469 33554432000 4194304 4625164 140734034497760 18446744073709551615 212687675136 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/10227/statm: 16509 5469 296 106 0 12012 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 66036

[startup+0.201049 s]
/proc/loadavg: 9.87 10.09 10.08 4/512 10227
/proc/meminfo: memFree=13524836/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=77572 CPUtime=0.2 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 12301 0 0 0 18 2 0 0 25 0 1 0 669377610 79433728 8146 33554432000 4194304 4625164 140734034497760 18446744073709551615 212687675136 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/10227/statm: 19393 8146 296 106 0 14896 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 77572

[startup+0.301033 s]
/proc/loadavg: 9.87 10.09 10.08 4/512 10227
/proc/meminfo: memFree=13524836/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=84976 CPUtime=0.29 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 15979 0 0 0 27 2 0 0 25 0 1 0 669377610 87015424 9743 33554432000 4194304 4625164 140734034497760 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/10227/statm: 21244 9746 296 106 0 16747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84976

[startup+1.4058 s]
/proc/loadavg: 9.87 10.09 10.08 4/512 10227
/proc/meminfo: memFree=13524836/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=371704 CPUtime=3.23 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 50481 0 0 0 316 7 0 0 25 0 4 0 669377610 380624896 42976 33554432000 4194304 4625164 140734034497760 18446744073709551615 4337998 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 92926 42976 334 106 0 88429 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 371704

[startup+1.50078 s]
/proc/loadavg: 9.87 10.09 10.08 4/512 10227
/proc/meminfo: memFree=13524836/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=371704 CPUtime=3.51 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 50481 0 0 0 344 7 0 0 25 0 4 0 669377610 380624896 42976 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390615 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 92926 42976 334 106 0 88429 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 371704

[startup+3.11949 s]
/proc/loadavg: 9.96 10.11 10.09 11/519 10234
/proc/meminfo: memFree=13085268/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=371960 CPUtime=8.33 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 50532 0 0 0 826 7 0 0 25 0 4 0 669377610 380887040 43027 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390623 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 92990 43027 334 106 0 88493 0
[pid=10227/tid=10229] ppid=10225 vsize=371960 CPUtime=2.61 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 242 0 0 0 261 0 0 0 25 0 4 0 669377659 380887040 43027 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=371960 CPUtime=2.58 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1207 0 0 0 258 0 0 0 22 0 4 0 669377659 380887040 43027 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=371960 CPUtime=1.4 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 3284 0 0 0 140 0 0 0 25 0 4 0 669377659 380887040 43027 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 371960

[startup+6.30091 s]
/proc/loadavg: 9.96 10.11 10.09 11/519 10234
/proc/meminfo: memFree=13086012/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=371960 CPUtime=17.85 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 51866 0 0 0 1778 7 0 0 25 0 4 0 669377610 380887040 44145 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390528 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 92990 44145 335 106 0 88493 0
[pid=10227/tid=10229] ppid=10225 vsize=371960 CPUtime=5.81 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 458 0 0 0 581 0 0 0 25 0 4 0 669377659 380887040 44145 33554432000 4194304 4625164 140734034497760 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=371960 CPUtime=5.73 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1802 0 0 0 573 0 0 0 25 0 4 0 669377659 380887040 44145 33554432000 4194304 4625164 140734034497760 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=371960 CPUtime=3 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 3284 0 0 0 300 0 0 0 25 0 4 0 669377659 380887040 44145 33554432000 4194304 4625164 140734034497760 18446744073709551615 4482035 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 371960

[startup+12.7008 s]
/proc/loadavg: 9.96 10.11 10.09 11/519 10234
/proc/meminfo: memFree=12957444/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=557704 CPUtime=36.92 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 172948 0 0 0 3669 23 0 0 25 0 4 0 669377610 571088896 88748 33554432000 4194304 4625164 140734034497760 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10227/statm: 139426 88748 337 106 0 134929 0
[pid=10227/tid=10229] ppid=10225 vsize=557704 CPUtime=12.18 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 9974 0 0 0 1216 2 0 0 25 0 4 0 669377659 571088896 88748 33554432000 4194304 4625164 140734034497760 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=557704 CPUtime=12 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 16156 0 0 0 1198 2 0 0 25 0 4 0 669377659 571088896 88748 33554432000 4194304 4625164 140734034497760 18446744073709551615 4463952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=557704 CPUtime=6.23 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 8547 0 0 0 622 1 0 0 25 0 4 0 669377659 571088896 88748 33554432000 4194304 4625164 140734034497760 18446744073709551615 212687342610 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.92
Current children cumulated vsize (KiB) 557704

[startup+25.5004 s]
/proc/loadavg: 9.97 10.10 10.09 11/519 10234
/proc/meminfo: memFree=12045120/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=1494900 CPUtime=75.03 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 684856 0 0 0 7411 92 0 0 25 0 4 0 669377610 1530777600 304282 33554432000 4194304 4625164 140734034497760 18446744073709551615 212687336133 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 373725 304283 357 106 0 369228 0
[pid=10227/tid=10229] ppid=10225 vsize=1494900 CPUtime=24.15 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 18585 0 0 0 2412 3 0 0 25 0 4 0 669377659 1530777600 304283 33554432000 4194304 4625164 140734034497760 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=1494900 CPUtime=21.37 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 27874 0 0 0 2133 4 0 0 25 0 4 0 669377659 1530777600 304284 33554432000 4194304 4625164 140734034497760 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=1494900 CPUtime=15.3 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 41655 0 0 0 1524 6 0 0 25 0 4 0 669377659 1530777600 304284 33554432000 4194304 4625164 140734034497760 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 75.03
Current children cumulated vsize (KiB) 1494900

[startup+51.1008 s]
/proc/loadavg: 9.98 10.09 10.08 11/519 10235
/proc/meminfo: memFree=11056844/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=2632636 CPUtime=151.29 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 1355815 0 0 0 14950 179 0 0 23 0 4 0 669377610 2695819264 507029 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10227/statm: 658159 507029 337 106 0 653662 0
[pid=10227/tid=10229] ppid=10225 vsize=2632636 CPUtime=40 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 25612 0 0 0 3995 5 0 0 25 0 4 0 669377659 2695819264 507029 33554432000 4194304 4625164 140734034497760 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=2632636 CPUtime=40.85 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 51070 0 0 0 4077 8 0 0 25 0 4 0 669377659 2695819264 507029 33554432000 4194304 4625164 140734034497760 18446744073709551615 4288831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=2632636 CPUtime=38.84 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 107195 0 0 0 3869 15 0 0 25 0 4 0 669377659 2695819264 507029 33554432000 4194304 4625164 140734034497760 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 151.29
Current children cumulated vsize (KiB) 2632636

[startup+102.3 s]
/proc/loadavg: 10.08 10.10 10.09 11/519 10236
/proc/meminfo: memFree=10669844/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=2927620 CPUtime=304 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 1448026 0 0 0 30201 199 0 0 25 0 4 0 669377610 2997882880 566072 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 731905 566072 348 106 0 727408 0
[pid=10227/tid=10229] ppid=10225 vsize=2927620 CPUtime=80.34 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 42465 0 0 0 8024 10 0 0 25 0 4 0 669377659 2997882880 566072 33554432000 4194304 4625164 140734034497760 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=2927620 CPUtime=78.6 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 79447 0 0 0 7847 13 0 0 25 0 4 0 669377659 2997882880 566072 33554432000 4194304 4625164 140734034497760 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=2927620 CPUtime=87.08 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 121850 0 0 0 8691 17 0 0 25 0 4 0 669377659 2997882880 566072 33554432000 4194304 4625164 140734034497760 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 304
Current children cumulated vsize (KiB) 2927620

[startup+162.301 s]
/proc/loadavg: 10.07 10.10 10.09 11/519 10238
/proc/meminfo: memFree=10145812/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=3139980 CPUtime=482.93 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 1666929 0 0 0 48057 236 0 0 25 0 4 0 669377610 3215339520 656335 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10227/statm: 784995 656335 367 106 0 780498 0
[pid=10227/tid=10229] ppid=10225 vsize=3139980 CPUtime=129.98 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 53806 0 0 0 12986 12 0 0 25 0 4 0 669377659 3215339520 656335 33554432000 4194304 4625164 140734034497760 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=3139980 CPUtime=131.36 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 101621 0 0 0 13118 18 0 0 25 0 4 0 669377659 3215339520 656335 33554432000 4194304 4625164 140734034497760 18446744073709551615 4288837 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=3139980 CPUtime=126.67 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 216904 0 0 0 12638 29 0 0 25 0 4 0 669377659 3215339520 656335 33554432000 4194304 4625164 140734034497760 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 482.93
Current children cumulated vsize (KiB) 3139980

[startup+222.301 s]
/proc/loadavg: 10.15 10.12 10.09 11/519 10240
/proc/meminfo: memFree=9575148/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=3379136 CPUtime=661.85 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 1829729 0 0 0 65914 271 0 0 25 0 4 0 669377610 3460235264 755753 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10227/statm: 844784 755753 337 106 0 840287 0
[pid=10227/tid=10229] ppid=10225 vsize=3379136 CPUtime=184.27 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 73574 0 0 0 18411 16 0 0 25 0 4 0 669377659 3460235264 755753 33554432000 4194304 4625164 140734034497760 18446744073709551615 4464009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=3379136 CPUtime=179.4 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 114954 0 0 0 17919 21 0 0 25 0 4 0 669377659 3460235264 755753 33554432000 4194304 4625164 140734034497760 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=3379136 CPUtime=171.49 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 259748 0 0 0 17112 37 0 0 25 0 4 0 669377659 3460235264 755753 33554432000 4194304 4625164 140734034497760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 661.85
Current children cumulated vsize (KiB) 3379136

[startup+282.301 s]
/proc/loadavg: 10.24 10.16 10.10 11/519 10241
/proc/meminfo: memFree=8961216/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=4343036 CPUtime=840.8 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 2404584 0 0 0 83729 351 0 0 25 0 4 0 669377610 4447268864 870487 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10227/statm: 1085759 870487 343 106 0 1081262 0
[pid=10227/tid=10229] ppid=10225 vsize=4343036 CPUtime=238.55 cores=1,3,5,7

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


[startup+762.3 s]
/proc/loadavg: 10.16 10.14 10.09 11/519 10254
/proc/meminfo: memFree=5670532/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=7015944 CPUtime=2272.43 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 4167102 0 0 0 226599 644 0 0 25 0 4 0 669377610 7184326656 1497248 33554432000 4194304 4625164 140734034497760 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10227/statm: 1753986 1497248 347 106 0 1749489 0
[pid=10227/tid=10229] ppid=10225 vsize=7015944 CPUtime=663.15 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 114427 0 0 0 66292 23 0 0 25 0 4 0 669377659 7184326656 1497248 33554432000 4194304 4625164 140734034497760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=7015944 CPUtime=627.5 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 216400 0 0 0 62708 42 0 0 25 0 4 0 669377659 7184326656 1497248 33554432000 4194304 4625164 140734034497760 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=7015944 CPUtime=544.43 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 781132 0 0 0 54324 119 0 0 25 0 4 0 669377659 7184326656 1497248 33554432000 4194304 4625164 140734034497760 18446744073709551615 4562881 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2272.43
Current children cumulated vsize (KiB) 7015944

[startup+822.301 s]
/proc/loadavg: 10.21 10.16 10.10 11/519 10256
/proc/meminfo: memFree=5135580/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=7184904 CPUtime=2451.4 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 4372748 0 0 0 244461 679 0 0 25 0 4 0 669377610 7357341696 1606077 33554432000 4194304 4625164 140734034497760 18446744073709551615 4278665 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10227/statm: 1796226 1606077 344 106 0 1791729 0
[pid=10227/tid=10229] ppid=10225 vsize=7184904 CPUtime=717.71 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 115346 0 0 0 71747 24 0 0 25 0 4 0 669377659 7357341696 1606077 33554432000 4194304 4625164 140734034497760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=7184904 CPUtime=680.88 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 229734 0 0 0 68043 45 0 0 25 0 4 0 669377659 7357341696 1606077 33554432000 4194304 4625164 140734034497760 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=7184904 CPUtime=580.87 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 879904 0 0 0 57953 134 0 0 25 0 4 0 669377659 7357341696 1606077 33554432000 4194304 4625164 140734034497760 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2451.4
Current children cumulated vsize (KiB) 7184904

[startup+882.301 s]
/proc/loadavg: 10.16 10.15 10.10 11/519 10257
/proc/meminfo: memFree=4583276/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=7518704 CPUtime=2630.36 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 4637576 0 0 0 262310 726 0 0 25 0 4 0 669377610 7699152896 1704619 33554432000 4194304 4625164 140734034497760 18446744073709551615 4509133 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10227/statm: 1879676 1704619 344 106 0 1875179 0
[pid=10227/tid=10229] ppid=10225 vsize=7518704 CPUtime=761.2 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 116278 0 0 0 76096 24 0 0 25 0 4 0 669377659 7699152896 1704619 33554432000 4194304 4625164 140734034497760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=7518704 CPUtime=723.8 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 237484 0 0 0 72334 46 0 0 25 0 4 0 669377659 7699152896 1704619 33554432000 4194304 4625164 140734034497760 18446744073709551615 4462312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=7518704 CPUtime=626.42 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 969359 0 0 0 62494 148 0 0 25 0 4 0 669377659 7699152896 1704619 33554432000 4194304 4625164 140734034497760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2630.36
Current children cumulated vsize (KiB) 7518704

[startup+942.301 s]
/proc/loadavg: 10.06 10.12 10.09 11/519 10259
/proc/meminfo: memFree=4036180/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9166996 CPUtime=2809.28 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5632456 0 0 0 280062 866 0 0 25 0 4 0 669377610 9387003904 1816374 33554432000 4194304 4625164 140734034497760 18446744073709551615 4511933 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10227/statm: 2291749 1816374 344 106 0 2287252 0
[pid=10227/tid=10229] ppid=10225 vsize=9166996 CPUtime=821.2 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 116950 0 0 0 82096 24 0 0 25 0 4 0 669377659 9387003904 1816374 33554432000 4194304 4625164 140734034497760 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9166996 CPUtime=753.76 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 241950 0 0 0 75329 47 0 0 25 0 4 0 669377659 9387003904 1816374 33554432000 4194304 4625164 140734034497760 18446744073709551615 4316686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9166996 CPUtime=656.4 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1046328 0 0 0 65479 161 0 0 25 0 4 0 669377659 9387003904 1816374 33554432000 4194304 4625164 140734034497760 18446744073709551615 212687331483 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2809.28
Current children cumulated vsize (KiB) 9166996

[startup+1002.3 s]
/proc/loadavg: 10.20 10.15 10.10 11/519 10260
/proc/meminfo: memFree=3691816/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9426344 CPUtime=2988.24 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5713974 0 0 0 297943 881 0 0 25 0 4 0 669377610 9652576256 1868650 33554432000 4194304 4625164 140734034497760 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 2356586 1868650 347 106 0 2352089 0
[pid=10227/tid=10229] ppid=10225 vsize=9426344 CPUtime=881.21 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 120846 0 0 0 88096 25 0 0 25 0 4 0 669377659 9652576256 1868650 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9426344 CPUtime=783.3 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 246238 0 0 0 78282 48 0 0 25 0 4 0 669377659 9652576256 1868650 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477968 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9426344 CPUtime=688.59 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1074542 0 0 0 68694 165 0 0 25 0 4 0 669377659 9652576256 1868650 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477984 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2988.24
Current children cumulated vsize (KiB) 9426344

[startup+1062.3 s]
/proc/loadavg: 10.25 10.18 10.11 11/519 10262
/proc/meminfo: memFree=3444800/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9426344 CPUtime=3167.23 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5715092 0 0 0 315842 881 0 0 25 0 4 0 669377610 9652576256 1869768 33554432000 4194304 4625164 140734034497760 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 2356586 1869768 347 106 0 2352089 0
[pid=10227/tid=10229] ppid=10225 vsize=9426344 CPUtime=941.23 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 120846 0 0 0 94098 25 0 0 25 0 4 0 669377659 9652576256 1869768 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9426344 CPUtime=812.78 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 246238 0 0 0 81230 48 0 0 25 0 4 0 669377659 9652576256 1869768 33554432000 4194304 4625164 140734034497760 18446744073709551615 4478025 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9426344 CPUtime=718.08 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1074542 0 0 0 71643 165 0 0 25 0 4 0 669377659 9652576256 1869768 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3167.23
Current children cumulated vsize (KiB) 9426344

[startup+1122.3 s]
/proc/loadavg: 10.13 10.16 10.10 11/519 10264
/proc/meminfo: memFree=3367408/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9457956 CPUtime=3346.18 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5733675 0 0 0 333734 884 0 0 25 0 4 0 669377610 9684946944 1872549 33554432000 4194304 4625164 140734034497760 18446744073709551615 4509099 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 2364489 1872549 347 106 0 2359992 0
[pid=10227/tid=10229] ppid=10225 vsize=9457956 CPUtime=974.52 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 120846 0 0 0 97427 25 0 0 25 0 4 0 669377659 9684946944 1872549 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477968 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9457956 CPUtime=868.53 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 246238 0 0 0 86805 48 0 0 25 0 4 0 669377659 9684946944 1872549 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477911 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9457956 CPUtime=747.98 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1074542 0 0 0 74633 165 0 0 25 0 4 0 669377659 9684946944 1872549 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3346.18
Current children cumulated vsize (KiB) 9457956

[startup+1182.32 s]
/proc/loadavg: 10.16 10.16 10.10 11/519 10265
/proc/meminfo: memFree=3362192/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9457956 CPUtime=3525.2 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5734664 0 0 0 351636 884 0 0 25 0 4 0 669377610 9684946944 1873538 33554432000 4194304 4625164 140734034497760 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 2364489 1873538 347 106 0 2359992 0
[pid=10227/tid=10229] ppid=10225 vsize=9457956 CPUtime=1004.51 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 120861 0 0 0 100426 25 0 0 25 0 4 0 669377659 9684946944 1873538 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9457956 CPUtime=926.77 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 246238 0 0 0 92629 48 0 0 25 0 4 0 669377659 9684946944 1873538 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9457956 CPUtime=778.75 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1074542 0 0 0 77710 165 0 0 25 0 4 0 669377659 9684946944 1873538 33554432000 4194304 4625164 140734034497760 18446744073709551615 4479584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3525.2
Current children cumulated vsize (KiB) 9457956

[startup+1242.3 s]
/proc/loadavg: 10.17 10.16 10.10 11/519 10267
/proc/meminfo: memFree=3373224/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9479032 CPUtime=3704.12 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5749323 0 0 0 369525 887 0 0 25 0 4 0 669377610 9706528768 1870200 33554432000 4194304 4625164 140734034497760 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 2369758 1870200 347 106 0 2365261 0
[pid=10227/tid=10229] ppid=10225 vsize=9479032 CPUtime=1034.47 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 120861 0 0 0 103422 25 0 0 25 0 4 0 669377659 9706528768 1870200 33554432000 4194304 4625164 140734034497760 18446744073709551615 4478052 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9479032 CPUtime=981.97 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 260015 0 0 0 98147 50 0 0 25 0 4 0 669377659 9706528768 1870200 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9479032 CPUtime=812.54 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1074542 0 0 0 81088 166 0 0 25 0 4 0 669377659 9706528768 1870200 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3704.12
Current children cumulated vsize (KiB) 9479032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.02 s]
/proc/loadavg: 10.17 10.16 10.10 8/518 10269
/proc/meminfo: memFree=3906592/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=9531744 CPUtime=3876.29 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) R 10225 10227 10092 0 -1 4202496 5789633 0 0 0 386736 893 0 0 25 0 4 0 669377610 9760505856 1884155 33554432000 4194304 4625164 140734034497760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 2382936 1884155 347 106 0 2378439 0
[pid=10227/tid=10229] ppid=10225 vsize=9531744 CPUtime=1063.36 cores=1,3,5,7
/proc/10227/task/10229/stat : 10229 (SArTagnan) R 10225 10227 10092 0 -1 4202560 135617 0 0 0 106309 27 0 0 25 0 4 0 669377659 9760505856 1884155 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=9531744 CPUtime=1038.68 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4202560 284992 0 0 0 103814 54 0 0 25 0 4 0 669377659 9760505856 1884155 33554432000 4194304 4625164 140734034497760 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10227/tid=10231] ppid=10225 vsize=9531744 CPUtime=841.39 cores=1,3,5,7
/proc/10227/task/10231/stat : 10231 (SArTagnan) R 10225 10227 10092 0 -1 4202560 1074542 0 0 0 83973 166 0 0 25 0 4 0 669377659 9760505856 1884155 33554432000 4194304 4625164 140734034497760 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3876.29
Current children cumulated vsize (KiB) 9531744

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

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

[startup+1300.3 s]
/proc/loadavg: 10.17 10.16 10.10 8/518 10269
/proc/meminfo: memFree=3906592/32951124 swapFree=67111348/67111528
[pid=10227] ppid=10225 vsize=0 CPUtime=3876.59 cores=1,3,5,7
/proc/10227/stat : 10227 (SArTagnan) Z 10225 10227 10092 0 -1 4203548 5789633 0 0 0 386740 919 0 0 25 0 2 0 669377610 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10227/statm: 0 0 0 0 0 0 0
[pid=10227/tid=10230] ppid=10225 vsize=0 CPUtime=1038.94 cores=1,3,5,7
/proc/10227/task/10230/stat : 10230 (SArTagnan) R 10225 10227 10092 0 -1 4203588 284992 0 0 0 103815 79 0 0 25 0 2 0 669377659 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3876.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.34
CPU time (s): 3876.63
CPU user time (s): 3867.4
CPU system time (s): 9.2296
CPU usage (%): 298.124
Max. virtual memory (cumulated for all children) (KiB): 12365864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3867.4
system time used= 9.2296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5789633
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= 23740
involuntary context switches= 31344

runsolver used 6.07708 second user time and 16.3865 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 22:29:59
IDJOB=3386317
IDBENCH=71039
IDSOLVER=1871
FILE ID=node139/3386317-1305577798
RUNJOBID= node139-1305576495-10111
PBS_JOBID= 13350204
Free space on /tmp= 73232 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386317-1305577798/watcher-3386317-1305577798 -o /tmp/evaluation-result-3386317-1305577798/solver-3386317-1305577798 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386317-1305577798.cnf -threads=4

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=212283951

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13525488 kB
Buffers:        342100 kB
Cached:        3380712 kB
SwapCached:          0 kB
Active:       16884816 kB
Inactive:      2192312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13525488 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           45032 kB
Writeback:           0 kB
AnonPages:    15353416 kB
Mapped:          39128 kB
Slab:           210028 kB
PageTables:      70148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 140782164 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= 73232 MiB
End job on node139 at 2011-05-16 22:51:41