Trace number 3386246

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) 3096.32 1300.32

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9874
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

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-3386246-1305576332/watcher-3386246-1305576332 -o /tmp/evaluation-result-3386246-1305576332/solver-3386246-1305576332 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386246-1305576332.cnf -threads=4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.74 9.31 10.68 10/494 8351
/proc/meminfo: memFree=20953688/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=22608 CPUtime=0 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 1410 0 0 0 0 0 0 0 23 0 1 0 669230406 23150592 1349 33554432000 4194304 4625164 140734965446496 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8351/statm: 5652 1350 291 106 0 1155 0

[startup+0.0630969 s]
/proc/loadavg: 8.74 9.31 10.68 10/494 8351
/proc/meminfo: memFree=20953688/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=76776 CPUtime=0.05 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 7827 0 0 0 5 0 0 0 23 0 1 0 669230406 78618624 6711 33554432000 4194304 4625164 140734965446496 18446744073709551615 239476392405 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8351/statm: 19194 6732 296 106 0 14697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 76776

[startup+0.10109 s]
/proc/loadavg: 8.74 9.31 10.68 10/494 8351
/proc/meminfo: memFree=20953688/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=76156 CPUtime=0.09 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 9297 0 0 0 9 0 0 0 23 0 1 0 669230406 77983744 6639 33554432000 4194304 4625164 140734965446496 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8351/statm: 19039 6639 296 106 0 14542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 76156

[startup+0.301052 s]
/proc/loadavg: 8.74 9.31 10.68 10/494 8351
/proc/meminfo: memFree=20953688/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=96760 CPUtime=0.29 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 17864 0 0 0 27 2 0 0 25 0 1 0 669230406 99082240 11577 33554432000 4194304 4625164 140734965446496 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8351/statm: 24190 11577 296 106 0 19693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96760

[startup+0.700919 s]
/proc/loadavg: 8.74 9.31 10.68 10/494 8351
/proc/meminfo: memFree=20953688/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=332428 CPUtime=0.82 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 53599 0 0 0 76 6 0 0 25 0 4 0 669230406 340406272 47311 33554432000 4194304 4625164 140734965446496 18446744073709551615 239476355781 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 83107 47311 329 106 0 78610 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 332428

[startup+1.50077 s]
/proc/loadavg: 8.74 9.31 10.68 15/498 8355
/proc/meminfo: memFree=20744476/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=352108 CPUtime=2.4 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 63817 0 0 0 233 7 0 0 25 0 4 0 669230406 360558592 51832 33554432000 4194304 4625164 140734965446496 18446744073709551615 4500697 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 88027 51832 336 106 0 83530 0
[pid=8351/tid=8353] ppid=8349 vsize=352108 CPUtime=0.52 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2174 0 0 0 52 0 0 0 25 0 4 0 669230462 360558592 51832 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=352108 CPUtime=0.41 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2032 0 0 0 41 0 0 0 25 0 4 0 669230462 360558592 51832 33554432000 4194304 4625164 140734965446496 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=352108 CPUtime=0.5 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2559 0 0 0 50 0 0 0 25 0 4 0 669230462 360558592 51832 33554432000 4194304 4625164 140734965446496 18446744073709551615 239476350983 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 352108

[startup+3.10046 s]
/proc/loadavg: 9.16 9.39 10.69 14/498 8355
/proc/meminfo: memFree=20738024/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=417644 CPUtime=5.59 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 64299 0 0 0 552 7 0 0 25 0 4 0 669230406 427667456 52275 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 104411 52275 336 106 0 99914 0
[pid=8351/tid=8353] ppid=8349 vsize=417644 CPUtime=1.31 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2524 0 0 0 131 0 0 0 25 0 4 0 669230462 427667456 52275 33554432000 4194304 4625164 140734965446496 18446744073709551615 4317270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=417644 CPUtime=1.21 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2033 0 0 0 121 0 0 0 25 0 4 0 669230462 427667456 52275 33554432000 4194304 4625164 140734965446496 18446744073709551615 4317270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=417644 CPUtime=1.29 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2560 0 0 0 129 0 0 0 25 0 4 0 669230462 427667456 52275 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 417644

[startup+6.30085 s]
/proc/loadavg: 9.16 9.39 10.69 13/498 8355
/proc/meminfo: memFree=20708264/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=440920 CPUtime=11.94 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 71301 0 0 0 1186 8 0 0 25 0 4 0 669230406 451502080 58304 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 110230 58304 408 106 0 105733 0
[pid=8351/tid=8353] ppid=8349 vsize=440920 CPUtime=2.91 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 3751 0 0 0 291 0 0 0 25 0 4 0 669230462 451502080 58304 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=440920 CPUtime=2.81 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2038 0 0 0 281 0 0 0 25 0 4 0 669230462 451502080 58304 33554432000 4194304 4625164 140734965446496 18446744073709551615 4317935 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=440920 CPUtime=2.84 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 2580 0 0 0 284 0 0 0 25 0 4 0 669230462 451502080 58304 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 440920

[startup+12.7006 s]
/proc/loadavg: 9.60 9.47 10.71 13/498 8355
/proc/meminfo: memFree=20683208/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=467892 CPUtime=24.63 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 95945 0 0 0 2452 11 0 0 25 0 4 0 669230406 479121408 62068 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390879 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 116973 62068 408 106 0 112476 0
[pid=8351/tid=8353] ppid=8349 vsize=467892 CPUtime=6.12 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 8050 0 0 0 611 1 0 0 25 0 4 0 669230462 479121408 62068 33554432000 4194304 4625164 140734965446496 18446744073709551615 4291687 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=467892 CPUtime=6 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 13367 0 0 0 600 0 0 0 25 0 4 0 669230462 479121408 62068 33554432000 4194304 4625164 140734965446496 18446744073709551615 4288950 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=467892 CPUtime=5.99 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 5798 0 0 0 599 0 0 0 25 0 4 0 669230462 479121408 62068 33554432000 4194304 4625164 140734965446496 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 467892

[startup+25.5012 s]
/proc/loadavg: 9.96 9.56 10.72 13/498 8355
/proc/meminfo: memFree=20550288/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=592672 CPUtime=50 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 183524 0 0 0 4978 22 0 0 25 0 4 0 669230406 606896128 83515 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390540 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 148168 83515 417 106 0 143671 0
[pid=8351/tid=8353] ppid=8349 vsize=592672 CPUtime=12.48 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 11609 0 0 0 1246 2 0 0 25 0 4 0 669230462 606896128 83515 33554432000 4194304 4625164 140734965446496 18446744073709551615 4464310 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=592672 CPUtime=12.34 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 38941 0 0 0 1231 3 0 0 25 0 4 0 669230462 606896128 83515 33554432000 4194304 4625164 140734965446496 18446744073709551615 4278665 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=592672 CPUtime=12.29 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 23155 0 0 0 1227 2 0 0 25 0 4 0 669230462 606896128 83515 33554432000 4194304 4625164 140734965446496 18446744073709551615 4550103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 592672

[startup+51.1003 s]
/proc/loadavg: 10.66 9.75 10.75 14/498 8356
/proc/meminfo: memFree=20389452/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=609180 CPUtime=110.56 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 251047 0 0 0 11024 32 0 0 25 0 4 0 669230406 623800320 107331 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390560 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 152295 107331 409 106 0 147798 0
[pid=8351/tid=8353] ppid=8349 vsize=609180 CPUtime=25.02 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 20439 0 0 0 2498 4 0 0 25 0 4 0 669230462 623800320 107331 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=609180 CPUtime=24.9 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 63388 0 0 0 2483 7 0 0 25 0 4 0 669230462 623800320 107331 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=609180 CPUtime=27.2 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 53232 0 0 0 2714 6 0 0 25 0 4 0 669230462 623800320 107331 33554432000 4194304 4625164 140734965446496 18446744073709551615 4567897 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.56
Current children cumulated vsize (KiB) 609180

[startup+102.318 s]
/proc/loadavg: 11.54 10.15 10.83 13/498 8357
/proc/meminfo: memFree=19848692/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=989088 CPUtime=227.84 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 480193 0 0 0 22718 66 0 0 25 0 4 0 669230406 1012826112 186758 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8351/statm: 247272 186758 441 106 0 242775 0
[pid=8351/tid=8353] ppid=8349 vsize=989088 CPUtime=50.47 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 28017 0 0 0 5041 6 0 0 25 0 4 0 669230462 1012826112 186758 33554432000 4194304 4625164 140734965446496 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=989088 CPUtime=54.09 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 84841 0 0 0 5398 11 0 0 25 0 4 0 669230462 1012826112 186758 33554432000 4194304 4625164 140734965446496 18446744073709551615 4375272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=989088 CPUtime=59.78 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 97954 0 0 0 5966 12 0 0 25 0 4 0 669230462 1012826112 186758 33554432000 4194304 4625164 140734965446496 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 227.84
Current children cumulated vsize (KiB) 989088

[startup+162.301 s]
/proc/loadavg: 11.97 10.53 10.92 13/498 8359
/proc/meminfo: memFree=18792684/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=1913388 CPUtime=359.01 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 913562 0 0 0 35767 134 0 0 25 0 4 0 669230406 1959309312 367273 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8351/statm: 478347 367273 495 106 0 473850 0
[pid=8351/tid=8353] ppid=8349 vsize=1913388 CPUtime=82.3 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 48814 0 0 0 8218 12 0 0 25 0 4 0 669230462 1959309312 367273 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=1913388 CPUtime=84.63 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 122154 0 0 0 8444 19 0 0 25 0 4 0 669230462 1959309312 367273 33554432000 4194304 4625164 140734965446496 18446744073709551615 4278657 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=1913388 CPUtime=100.11 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 141218 0 0 0 9992 19 0 0 25 0 4 0 669230462 1959309312 367273 33554432000 4194304 4625164 140734965446496 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 359.01
Current children cumulated vsize (KiB) 1913388

[startup+222.301 s]
/proc/loadavg: 12.21 10.87 11.01 14/498 8361
/proc/meminfo: memFree=17750700/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=2466368 CPUtime=486.9 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 1323225 0 0 0 48494 196 0 0 25 0 4 0 669230406 2525560832 514611 33554432000 4194304 4625164 140734965446496 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8351/statm: 616592 514611 337 106 0 612095 0
[pid=8351/tid=8353] ppid=8349 vsize=2466368 CPUtime=115.39 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 65286 0 0 0 11522 17 0 0 25 0 4 0 669230462 2525560832 514611 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=2466368 CPUtime=115.19 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 145488 0 0 0 11496 23 0 0 25 0 4 0 669230462 2525560832 514611 33554432000 4194304 4625164 140734965446496 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=2466368 CPUtime=137.14 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 208575 0 0 0 13686 28 0 0 25 0 4 0 669230462 2525560832 514611 33554432000 4194304 4625164 140734965446496 18446744073709551615 4554582 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 486.9
Current children cumulated vsize (KiB) 2466368

[startup+282.301 s]

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

[pid=8351/tid=8355] ppid=8349 vsize=8899872 CPUtime=426.63 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 680147 0 0 0 42569 94 0 0 25 0 4 0 669230462 9113468928 1750098 33554432000 4194304 4625164 140734965446496 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1759.4
Current children cumulated vsize (KiB) 8899872

[startup+822.301 s]
/proc/loadavg: 12.13 11.98 11.54 13/498 8377
/proc/meminfo: memFree=9931444/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=8965408 CPUtime=1908.43 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5358522 0 0 0 190089 754 0 0 25 0 4 0 669230406 9180577792 1763785 33554432000 4194304 4625164 140734965446496 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2241352 1763785 344 106 0 2236855 0
[pid=8351/tid=8353] ppid=8349 vsize=8965408 CPUtime=530.93 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 111715 0 0 0 53065 28 0 0 25 0 4 0 669230462 9180577792 1763785 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330814 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=8965408 CPUtime=517.43 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 264972 0 0 0 51695 48 0 0 25 0 4 0 669230462 9180577792 1763785 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=8965408 CPUtime=456.62 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 754114 0 0 0 45557 105 0 0 25 0 4 0 669230462 9180577792 1763785 33554432000 4194304 4625164 140734965446496 18446744073709551615 4334254 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1908.43
Current children cumulated vsize (KiB) 8965408

[startup+882.3 s]
/proc/loadavg: 12.13 12.01 11.57 14/498 8378
/proc/meminfo: memFree=9585684/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=8986912 CPUtime=2057.44 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5467552 0 0 0 204975 769 0 0 25 0 4 0 669230406 9202597888 1784279 33554432000 4194304 4625164 140734965446496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2246728 1784279 344 106 0 2242231 0
[pid=8351/tid=8353] ppid=8349 vsize=8986912 CPUtime=560.93 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 112156 0 0 0 56064 29 0 0 25 0 4 0 669230462 9202597888 1784279 33554432000 4194304 4625164 140734965446496 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=8986912 CPUtime=576.45 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 265400 0 0 0 57597 48 0 0 25 0 4 0 669230462 9202597888 1784279 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=8986912 CPUtime=486.62 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 843716 0 0 0 48545 117 0 0 25 0 4 0 669230462 9202597888 1784279 33554432000 4194304 4625164 140734965446496 18446744073709551615 4375528 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2057.44
Current children cumulated vsize (KiB) 8986912

[startup+942.301 s]
/proc/loadavg: 12.16 12.05 11.61 14/498 8380
/proc/meminfo: memFree=9283720/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9030380 CPUtime=2206.49 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5531055 0 0 0 219871 778 0 0 25 0 4 0 669230406 9247109120 1808640 33554432000 4194304 4625164 140734965446496 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2257595 1808640 344 106 0 2253098 0
[pid=8351/tid=8353] ppid=8349 vsize=9030380 CPUtime=590.93 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 112583 0 0 0 59064 29 0 0 25 0 4 0 669230462 9247109120 1808640 33554432000 4194304 4625164 140734965446496 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9030380 CPUtime=635.5 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 265837 0 0 0 63502 48 0 0 25 0 4 0 669230462 9247109120 1808640 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9030380 CPUtime=516.62 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 887181 0 0 0 51538 124 0 0 25 0 4 0 669230462 9247109120 1808640 33554432000 4194304 4625164 140734965446496 18446744073709551615 4554582 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2206.49
Current children cumulated vsize (KiB) 9030380

[startup+1002.3 s]
/proc/loadavg: 12.25 12.08 11.65 14/498 8381
/proc/meminfo: memFree=8615952/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9056544 CPUtime=2355.52 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5616360 0 0 0 234760 792 0 0 25 0 4 0 669230406 9273901056 1821843 33554432000 4194304 4625164 140734965446496 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2264136 1821843 344 106 0 2259639 0
[pid=8351/tid=8353] ppid=8349 vsize=9056544 CPUtime=620.9 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 112956 0 0 0 62061 29 0 0 25 0 4 0 669230462 9273901056 1821843 33554432000 4194304 4625164 140734965446496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9056544 CPUtime=694.56 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 266195 0 0 0 69408 48 0 0 25 0 4 0 669230462 9273901056 1821843 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9056544 CPUtime=546.61 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 962737 0 0 0 54525 136 0 0 25 0 4 0 669230462 9273901056 1821843 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2355.52
Current children cumulated vsize (KiB) 9056544

[startup+1062.3 s]
/proc/loadavg: 12.20 12.10 11.68 14/498 8383
/proc/meminfo: memFree=8278916/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9241664 CPUtime=2504.58 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5802539 0 0 0 249641 817 0 0 25 0 4 0 669230406 9463463936 1835027 33554432000 4194304 4625164 140734965446496 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2310416 1835028 344 106 0 2305919 0
[pid=8351/tid=8353] ppid=8349 vsize=9241664 CPUtime=650.9 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 113403 0 0 0 65061 29 0 0 25 0 4 0 669230462 9463463936 1835028 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330613 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9241664 CPUtime=753.6 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 266653 0 0 0 75312 48 0 0 25 0 4 0 669230462 9463463936 1835028 33554432000 4194304 4625164 140734965446496 18446744073709551615 4488274 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9241664 CPUtime=576.6 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 1046046 0 0 0 57513 147 0 0 25 0 4 0 669230462 9463463936 1835028 33554432000 4194304 4625164 140734965446496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2504.58
Current children cumulated vsize (KiB) 9241664

[startup+1122.3 s]
/proc/loadavg: 12.21 12.12 11.71 14/498 8385
/proc/meminfo: memFree=7892772/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9245688 CPUtime=2653.5 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5876753 0 0 0 264521 829 0 0 25 0 4 0 669230406 9467584512 1847958 33554432000 4194304 4625164 140734965446496 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2311422 1847958 344 106 0 2306925 0
[pid=8351/tid=8353] ppid=8349 vsize=9245688 CPUtime=680.81 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 113780 0 0 0 68052 29 0 0 25 0 4 0 669230462 9467584512 1847958 33554432000 4194304 4625164 140734965446496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9245688 CPUtime=812.61 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 267042 0 0 0 81213 48 0 0 25 0 4 0 669230462 9467584512 1847958 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9245688 CPUtime=606.61 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 1111066 0 0 0 60503 158 0 0 25 0 4 0 669230462 9467584512 1847958 33554432000 4194304 4625164 140734965446496 18446744073709551615 4334910 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2653.5
Current children cumulated vsize (KiB) 9245688

[startup+1182.3 s]
/proc/loadavg: 12.15 12.11 11.74 13/498 8386
/proc/meminfo: memFree=7514684/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9320292 CPUtime=2802.55 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5917194 0 0 0 279420 835 0 0 25 0 4 0 669230406 9543979008 1861856 33554432000 4194304 4625164 140734965446496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8351/statm: 2330073 1861856 344 106 0 2325576 0
[pid=8351/tid=8353] ppid=8349 vsize=9320292 CPUtime=710.82 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 114012 0 0 0 71052 30 0 0 25 0 4 0 669230462 9543979008 1861856 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9320292 CPUtime=871.66 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 267268 0 0 0 87118 48 0 0 25 0 4 0 669230462 9543979008 1861856 33554432000 4194304 4625164 140734965446496 18446744073709551615 4488302 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9320292 CPUtime=636.58 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 1140476 0 0 0 63496 162 0 0 25 0 4 0 669230462 9543979008 1861856 33554432000 4194304 4625164 140734965446496 18446744073709551615 4551249 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2802.55
Current children cumulated vsize (KiB) 9320292

[startup+1242.3 s]
/proc/loadavg: 12.12 12.11 11.75 14/498 8388
/proc/meminfo: memFree=6960644/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9393208 CPUtime=2951.69 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 5967708 0 0 0 294326 843 0 0 25 0 4 0 669230406 9618644992 1891672 33554432000 4194304 4625164 140734965446496 18446744073709551615 4509428 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8351/statm: 2348302 1891672 344 106 0 2343805 0
[pid=8351/tid=8353] ppid=8349 vsize=9393208 CPUtime=740.81 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 114362 0 0 0 74051 30 0 0 25 0 4 0 669230462 9618644992 1891672 33554432000 4194304 4625164 140734965446496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9393208 CPUtime=930.68 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 267555 0 0 0 93020 48 0 0 25 0 4 0 669230462 9618644992 1891672 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330470 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9393208 CPUtime=666.59 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 1163088 0 0 0 66494 165 0 0 25 0 4 0 669230462 9618644992 1891672 33554432000 4194304 4625164 140734965446496 18446744073709551615 4570717 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2951.69
Current children cumulated vsize (KiB) 9393208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.96 12.04 11.75 13/498 8420
/proc/meminfo: memFree=13256892/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=9521992 CPUtime=3095.99 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) R 8349 8351 8278 0 -1 4202496 6097256 0 0 0 308733 866 0 0 25 0 4 0 669230406 9750519808 1917973 33554432000 4194304 4625164 140734965446496 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8351/statm: 2380498 1917973 344 106 0 2376001 0
[pid=8351/tid=8353] ppid=8349 vsize=9521992 CPUtime=769.59 cores=0,2,4,6
/proc/8351/task/8353/stat : 8353 (SArTagnan) R 8349 8351 8278 0 -1 4202560 125421 0 0 0 76928 31 0 0 25 0 4 0 669230462 9750519808 1917973 33554432000 4194304 4625164 140734965446496 18446744073709551615 4488274 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=9521992 CPUtime=987.46 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4202560 278536 0 0 0 98697 49 0 0 25 0 4 0 669230462 9750519808 1917973 33554432000 4194304 4625164 140734965446496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8351/tid=8355] ppid=8349 vsize=9521992 CPUtime=696.49 cores=0,2,4,6
/proc/8351/task/8355/stat : 8355 (SArTagnan) R 8349 8351 8278 0 -1 4202560 1247369 0 0 0 69472 177 0 0 25 0 4 0 669230462 9750519808 1917973 33554432000 4194304 4625164 140734965446496 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3095.99
Current children cumulated vsize (KiB) 9521992

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

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

[startup+1300.22 s]
/proc/loadavg: 11.96 12.04 11.75 10/497 8421
/proc/meminfo: memFree=15629268/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=0 CPUtime=3096.2 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) Z 8349 8351 8278 0 -1 4203548 6097258 0 0 0 308735 885 0 0 25 0 2 0 669230406 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8351/statm: 0 0 0 0 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=0 CPUtime=987.67 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4203588 278536 0 0 0 98698 69 0 0 25 0 2 0 669230462 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3096.2
Current children cumulated vsize (KiB) 0

[startup+1300.3 s]
/proc/loadavg: 11.96 12.04 11.75 10/497 8421
/proc/meminfo: memFree=15629268/32950928 swapFree=67056568/67111528
[pid=8351] ppid=8349 vsize=0 CPUtime=3096.28 cores=0,2,4,6
/proc/8351/stat : 8351 (SArTagnan) Z 8349 8351 8278 0 -1 4203548 6097258 0 0 0 308735 893 0 0 25 0 2 0 669230406 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8351/statm: 0 0 0 0 0 0 0
[pid=8351/tid=8354] ppid=8349 vsize=0 CPUtime=987.75 cores=0,2,4,6
/proc/8351/task/8354/stat : 8354 (SArTagnan) R 8349 8351 8278 0 -1 4203588 278536 0 0 0 98698 77 0 0 25 0 2 0 669230462 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3096.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.32
CPU time (s): 3096.32
CPU user time (s): 3087.36
CPU system time (s): 8.95664
CPU usage (%): 238.12
Max. virtual memory (cumulated for all children) (KiB): 11938112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3087.36
system time used= 8.95664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6097258
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= 50085
involuntary context switches= 40028

runsolver used 5.95109 second user time and 14.7168 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 22:05:33
IDJOB=3386246
IDBENCH=20352
IDSOLVER=1871
FILE ID=node148/3386246-1305576332
RUNJOBID= node148-1305576286-8296
PBS_JOBID= 13350202
Free space on /tmp= 72836 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386246-1305576332/watcher-3386246-1305576332 -o /tmp/evaluation-result-3386246-1305576332/solver-3386246-1305576332 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386246-1305576332.cnf -threads=4

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

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED=1643380406

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      20953720 kB
Buffers:        354200 kB
Cached:        5055796 kB
SwapCached:       8488 kB
Active:        8413140 kB
Inactive:      3215208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20953720 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           22208 kB
Writeback:           0 kB
AnonPages:     6215952 kB
Mapped:          38196 kB
Slab:           251148 kB
PageTables:      49980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 142190192 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= 72860 MiB
End job on node148 at 2011-05-16 22:27:15