Trace number 3250474

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.2 1201.98

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
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-3250474-1304093543/watcher-3250474-1304093543 -o /tmp/evaluation-result-3250474-1304093543/solver-3250474-1304093543 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3250474-1304093543.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: 6.87 7.81 7.92 1/172 1234
/proc/meminfo: memFree=25630644/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=21332 CPUtime=0 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 555 0 0 0 0 0 0 0 21 0 1 0 501769828 21843968 492 33554432000 4194304 4623224 140736989792928 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/1234/statm: 5333 492 296 105 0 837 0

[startup+0.0184179 s]
/proc/loadavg: 6.87 7.81 7.92 1/172 1234
/proc/meminfo: memFree=25630644/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=23604 CPUtime=0.01 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 1851 0 0 0 1 0 0 0 21 0 1 0 501769828 24170496 1135 33554432000 4194304 4623224 140736989792928 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/1234/statm: 5901 1139 297 105 0 1405 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23604

[startup+0.100367 s]
/proc/loadavg: 6.87 7.81 7.92 1/172 1234
/proc/meminfo: memFree=25630644/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=213056 CPUtime=0.17 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 11093 0 0 0 14 3 0 0 23 0 4 0 501769828 218169344 8447 33554432000 4194304 4623224 140736989792928 18446744073709551615 4355914 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 53264 8447 332 105 0 48768 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 213056

[startup+0.300297 s]
/proc/loadavg: 6.87 7.81 7.92 1/172 1234
/proc/meminfo: memFree=25630644/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=215988 CPUtime=0.97 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 13157 0 0 0 93 4 0 0 23 0 4 0 501769828 221171712 9047 33554432000 4194304 4623224 140736989792928 18446744073709551615 4413247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 53997 9047 336 105 0 49501 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 215988

[startup+0.700223 s]
/proc/loadavg: 6.87 7.81 7.92 1/172 1234
/proc/meminfo: memFree=25630644/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=222788 CPUtime=2.57 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 17190 0 0 0 252 5 0 0 25 0 4 0 501769828 228134912 11220 33554432000 4194304 4623224 140736989792928 18446744073709551615 4203632 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 55697 11220 336 105 0 51201 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 222788

[startup+1.50108 s]
/proc/loadavg: 6.87 7.81 7.92 10/184 1251
/proc/meminfo: memFree=25569052/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=225956 CPUtime=5.77 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 24361 0 0 0 571 6 0 0 25 0 4 0 501769828 231378944 13076 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 56489 13076 336 105 0 51993 0
[pid=1234/tid=1236] ppid=1232 vsize=225956 CPUtime=1.41 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 1712 0 0 0 141 0 0 0 25 0 4 0 501769835 231378944 13076 33554432000 4194304 4623224 140736989792928 18446744073709551615 4463022 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=225956 CPUtime=1.42 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 1711 0 0 0 142 0 0 0 25 0 4 0 501769835 231378944 13076 33554432000 4194304 4623224 140736989792928 18446744073709551615 228095111877 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=225956 CPUtime=1.41 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 9687 0 0 0 138 3 0 0 25 0 4 0 501769835 231378944 13076 33554432000 4194304 4623224 140736989792928 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 225956

[startup+3.10078 s]
/proc/loadavg: 6.87 7.81 7.92 9/184 1251
/proc/meminfo: memFree=25545548/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=307628 CPUtime=12.16 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 40877 0 0 0 1207 9 0 0 25 0 4 0 501769828 315011072 18575 33554432000 4194304 4623224 140736989792928 18446744073709551615 4415167 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 76907 18575 340 105 0 72411 0
[pid=1234/tid=1236] ppid=1232 vsize=307628 CPUtime=3.01 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 3459 0 0 0 301 0 0 0 25 0 4 0 501769835 315011072 18575 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=307628 CPUtime=3.01 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 3234 0 0 0 301 0 0 0 25 0 4 0 501769835 315011072 18575 33554432000 4194304 4623224 140736989792928 18446744073709551615 4377664 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=307628 CPUtime=3 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 20341 0 0 0 295 5 0 0 25 0 4 0 501769835 315011072 18576 33554432000 4194304 4623224 140736989792928 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 307628

[startup+6.30119 s]
/proc/loadavg: 6.96 7.82 7.92 9/184 1252
/proc/meminfo: memFree=25497196/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=323988 CPUtime=24.94 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 73882 0 0 0 2478 16 0 0 25 0 4 0 501769828 331763712 24880 33554432000 4194304 4623224 140736989792928 18446744073709551615 4366412 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 80997 24880 340 105 0 76501 0
[pid=1234/tid=1236] ppid=1232 vsize=323988 CPUtime=6.21 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 7797 0 0 0 619 2 0 0 25 0 4 0 501769835 331763712 24880 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=323988 CPUtime=6.22 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 7199 0 0 0 621 1 0 0 25 0 4 0 501769835 331763712 24880 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=323988 CPUtime=6.19 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 43036 0 0 0 609 10 0 0 20 0 4 0 501769835 331763712 24880 33554432000 4194304 4623224 140736989792928 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 323988

[startup+12.701 s]
/proc/loadavg: 7.04 7.82 7.92 9/184 1252
/proc/meminfo: memFree=25426352/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=343612 CPUtime=50.5 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 127359 0 0 0 5024 26 0 0 25 0 4 0 501769828 351858688 36334 33554432000 4194304 4623224 140736989792928 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 85903 36334 340 105 0 81407 0
[pid=1234/tid=1236] ppid=1232 vsize=343612 CPUtime=12.61 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 12350 0 0 0 1256 5 0 0 25 0 4 0 501769835 351858688 36334 33554432000 4194304 4623224 140736989792928 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=343612 CPUtime=12.62 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 12840 0 0 0 1260 2 0 0 25 0 4 0 501769835 351858688 36334 33554432000 4194304 4623224 140736989792928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=343612 CPUtime=12.55 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 83242 0 0 0 1240 15 0 0 25 0 4 0 501769835 351858688 36334 33554432000 4194304 4623224 140736989792928 18446744073709551615 4467877 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 343612

[startup+25.5006 s]
/proc/loadavg: 7.25 7.83 7.92 9/184 1252
/proc/meminfo: memFree=25324416/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=386760 CPUtime=101.63 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 241336 0 0 0 10113 50 0 0 25 0 4 0 501769828 396042240 57505 33554432000 4194304 4623224 140736989792928 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 96690 57505 342 105 0 92194 0
[pid=1234/tid=1236] ppid=1232 vsize=386760 CPUtime=25.41 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 22442 0 0 0 2530 11 0 0 25 0 4 0 501769835 396042240 57505 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=386760 CPUtime=25.41 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 26849 0 0 0 2536 5 0 0 25 0 4 0 501769835 396042240 57505 33554432000 4194304 4623224 140736989792928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=386760 CPUtime=25.29 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 168150 0 0 0 2499 30 0 0 25 0 4 0 501769835 396042240 57505 33554432000 4194304 4623224 140736989792928 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 386760

[startup+51.1009 s]
/proc/loadavg: 7.51 7.84 7.92 9/184 1253
/proc/meminfo: memFree=25168732/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=485448 CPUtime=203.9 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 411198 0 0 0 20301 89 0 0 25 0 4 0 501769828 497098752 87023 33554432000 4194304 4623224 140736989792928 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 121362 87023 340 105 0 116866 0
[pid=1234/tid=1236] ppid=1232 vsize=485448 CPUtime=51.01 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 32902 0 0 0 5084 17 0 0 25 0 4 0 501769835 497098752 87023 33554432000 4194304 4623224 140736989792928 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=485448 CPUtime=51.02 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 43197 0 0 0 5090 12 0 0 25 0 4 0 501769835 497098752 87023 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=485448 CPUtime=50.75 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 301131 0 0 0 5021 54 0 0 25 0 4 0 501769835 497098752 87023 33554432000 4194304 4623224 140736989792928 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 485448

[startup+102.306 s]
/proc/loadavg: 7.82 7.88 7.93 9/184 1254
/proc/meminfo: memFree=24923804/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=715928 CPUtime=408.44 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 748421 0 0 0 40681 163 0 0 25 0 4 0 501769828 733110272 137671 33554432000 4194304 4623224 140736989792928 18446744073709551615 4416162 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 178982 137671 348 105 0 174486 0
[pid=1234/tid=1236] ppid=1232 vsize=715928 CPUtime=102.21 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 53405 0 0 0 10191 30 0 0 25 0 4 0 501769835 733110272 137671 33554432000 4194304 4623224 140736989792928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=715928 CPUtime=102.22 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 66265 0 0 0 10201 21 0 0 25 0 4 0 501769835 733110272 137671 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=715928 CPUtime=101.68 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 575616 0 0 0 10065 103 0 0 25 0 4 0 501769835 733110272 137671 33554432000 4194304 4623224 140736989792928 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 715928

[startup+162.3 s]
/proc/loadavg: 8.02 7.93 7.94 9/184 1256
/proc/meminfo: memFree=24703692/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=944468 CPUtime=648.09 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 1162514 0 0 0 64564 245 0 0 25 0 4 0 501769828 967135232 180418 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 236117 180418 349 105 0 231621 0
[pid=1234/tid=1236] ppid=1232 vsize=944468 CPUtime=162.2 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 74677 0 0 0 16173 47 0 0 25 0 4 0 501769835 967135232 180418 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=944468 CPUtime=162.21 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 74612 0 0 0 16197 24 0 0 25 0 4 0 501769835 967135232 180418 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=944468 CPUtime=161.36 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 938476 0 0 0 15975 161 0 0 25 0 4 0 501769835 967135232 180418 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.09
Current children cumulated vsize (KiB) 944468

[startup+222.3 s]
/proc/loadavg: 8.17 7.98 7.95 9/184 1257
/proc/meminfo: memFree=24499196/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1079444 CPUtime=887.77 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 1482946 0 0 0 88466 311 0 0 25 0 4 0 501769828 1105350656 216236 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 269861 216236 403 105 0 265365 0
[pid=1234/tid=1236] ppid=1232 vsize=1079444 CPUtime=222.2 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 85279 0 0 0 22165 55 0 0 25 0 4 0 501769835 1105350656 216236 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1079444 CPUtime=222.21 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 100117 0 0 0 22186 35 0 0 25 0 4 0 501769835 1105350656 216236 33554432000 4194304 4623224 140736989792928 18446744073709551615 4377153 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1079444 CPUtime=221.04 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 1219494 0 0 0 21896 208 0 0 25 0 4 0 501769835 1105350656 216236 33554432000 4194304 4623224 140736989792928 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.77
Current children cumulated vsize (KiB) 1079444

[startup+282.3 s]

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

[pid=1234] ppid=1232 vsize=1541256 CPUtime=2805.18 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 3283446 0 0 0 279854 664 0 0 25 0 4 0 501769828 1578246144 329249 33554432000 4194304 4623224 140736989792928 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 385314 329249 341 105 0 380818 0
[pid=1234/tid=1236] ppid=1232 vsize=1541256 CPUtime=702.15 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 138675 0 0 0 70119 96 0 0 25 0 4 0 501769835 1578246144 329249 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357758 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1541256 CPUtime=702.23 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122214 0 0 0 70171 52 0 0 25 0 4 0 501769835 1578246144 329249 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1541256 CPUtime=698.45 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 2859107 0 0 0 69356 489 0 0 25 0 4 0 501769835 1578246144 329249 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 1541256

[startup+762.307 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 1274
/proc/meminfo: memFree=23778824/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1546500 CPUtime=3044.87 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 3319177 0 0 0 303815 672 0 0 25 0 4 0 501769828 1583616000 334253 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 386625 334253 341 105 0 382129 0
[pid=1234/tid=1236] ppid=1232 vsize=1546500 CPUtime=762.16 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 138719 0 0 0 76120 96 0 0 25 0 4 0 501769835 1583616000 334253 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1546500 CPUtime=762.24 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122245 0 0 0 76172 52 0 0 25 0 4 0 501769835 1583616000 334253 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1546500 CPUtime=758.13 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 2891470 0 0 0 75317 496 0 0 25 0 4 0 501769835 1583616000 334253 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.87
Current children cumulated vsize (KiB) 1546500

[startup+822.301 s]
/proc/loadavg: 8.26 8.16 8.04 9/184 1276
/proc/meminfo: memFree=23721300/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1548004 CPUtime=3283.68 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 3484728 0 0 0 327665 703 0 0 25 0 4 0 501769828 1585156096 337160 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 387001 337160 341 105 0 382505 0
[pid=1234/tid=1236] ppid=1232 vsize=1548004 CPUtime=821.99 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 138779 0 0 0 82103 96 0 0 25 0 4 0 501769835 1585156096 337160 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1548004 CPUtime=822.23 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122277 0 0 0 82171 52 0 0 25 0 4 0 501769835 1585156096 337160 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1548004 CPUtime=817.79 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 3055956 0 0 0 81253 526 0 0 25 0 4 0 501769835 1585156096 337160 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.68
Current children cumulated vsize (KiB) 1548004

[startup+882.3 s]
/proc/loadavg: 8.13 8.14 8.04 9/184 1278
/proc/meminfo: memFree=23698724/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1613596 CPUtime=3523.34 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 3799485 0 0 0 351576 758 0 0 25 0 4 0 501769828 1652322304 339108 33554432000 4194304 4623224 140736989792928 18446744073709551615 4384347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 403399 339108 341 105 0 398903 0
[pid=1234/tid=1236] ppid=1232 vsize=1613596 CPUtime=881.93 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 138848 0 0 0 88097 96 0 0 25 0 4 0 501769835 1652322304 339108 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1613596 CPUtime=882.23 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122309 0 0 0 88171 52 0 0 25 0 4 0 501769835 1652322304 339108 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1613596 CPUtime=877.52 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 3350675 0 0 0 87173 579 0 0 25 0 4 0 501769835 1652322304 339108 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.34
Current children cumulated vsize (KiB) 1613596

[startup+942.3 s]
/proc/loadavg: 8.05 8.12 8.03 9/184 1280
/proc/meminfo: memFree=23673532/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1681428 CPUtime=3763.02 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 3912415 0 0 0 375523 779 0 0 25 0 4 0 501769828 1721782272 343325 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 420357 343325 347 105 0 415861 0
[pid=1234/tid=1236] ppid=1232 vsize=1681428 CPUtime=941.6 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 138961 0 0 0 94064 96 0 0 25 0 4 0 501769835 1721782272 343325 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1681428 CPUtime=942.24 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122355 0 0 0 94172 52 0 0 25 0 4 0 501769835 1721782272 343325 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1681428 CPUtime=937.51 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 3461784 0 0 0 93153 598 0 0 25 0 4 0 501769835 1721782272 343325 33554432000 4194304 4623224 140736989792928 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.02
Current children cumulated vsize (KiB) 1681428

[startup+1002.3 s]
/proc/loadavg: 8.02 8.09 8.03 9/184 1281
/proc/meminfo: memFree=23647596/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1620940 CPUtime=4002.7 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 3936686 0 0 0 399486 784 0 0 25 0 4 0 501769828 1659842560 344768 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 405235 344768 341 105 0 400739 0
[pid=1234/tid=1236] ppid=1232 vsize=1620940 CPUtime=1001.28 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 139016 0 0 0 100032 96 0 0 25 0 4 0 501769835 1659842560 344768 33554432000 4194304 4623224 140736989792928 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1620940 CPUtime=1002.23 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122376 0 0 0 100171 52 0 0 25 0 4 0 501769835 1659842560 344768 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1620940 CPUtime=997.51 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 3484512 0 0 0 99149 602 0 0 25 0 4 0 501769835 1659842560 344768 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.7
Current children cumulated vsize (KiB) 1620940

[startup+1062.3 s]
/proc/loadavg: 8.00 8.07 8.02 9/184 1283
/proc/meminfo: memFree=23611492/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1635388 CPUtime=4242.36 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 4069903 0 0 0 423427 809 0 0 25 0 4 0 501769828 1674637312 352788 33554432000 4194304 4623224 140736989792928 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 408847 352788 356 105 0 404351 0
[pid=1234/tid=1236] ppid=1232 vsize=1635388 CPUtime=1060.95 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 139083 0 0 0 105999 96 0 0 25 0 4 0 501769835 1674637312 352788 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1635388 CPUtime=1062.23 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122407 0 0 0 106171 52 0 0 25 0 4 0 501769835 1674637312 352788 33554432000 4194304 4623224 140736989792928 18446744073709551615 4486219 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1635388 CPUtime=1057.5 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 3615965 0 0 0 105123 627 0 0 25 0 4 0 501769835 1674637312 352788 33554432000 4194304 4623224 140736989792928 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 1635388

[startup+1122.3 s]
/proc/loadavg: 6.86 7.80 7.93 5/175 1301
/proc/meminfo: memFree=24206252/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1635388 CPUtime=4482.06 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 4325814 0 0 0 447348 858 0 0 25 0 4 0 501769828 1674637312 355820 33554432000 4194304 4623224 140736989792928 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 408847 355820 354 105 0 404351 0
[pid=1234/tid=1236] ppid=1232 vsize=1635388 CPUtime=1120.64 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 139173 0 0 0 111968 96 0 0 25 0 4 0 501769835 1674637312 355820 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1635388 CPUtime=1122.24 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122443 0 0 0 112172 52 0 0 25 0 4 0 501769835 1674637312 355820 33554432000 4194304 4623224 140736989792928 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1635388 CPUtime=1117.51 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 3870343 0 0 0 111075 676 0 0 25 0 4 0 501769835 1674637312 355820 33554432000 4194304 4623224 140736989792928 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.06
Current children cumulated vsize (KiB) 1635388

[startup+1182.3 s]
/proc/loadavg: 5.09 7.12 7.69 5/175 1303
/proc/meminfo: memFree=24202092/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1635708 CPUtime=4721.78 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 4624390 0 0 0 471261 917 0 0 25 0 4 0 501769828 1674964992 356604 33554432000 4194304 4623224 140736989792928 18446744073709551615 4510353 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 408927 356604 341 105 0 404431 0
[pid=1234/tid=1236] ppid=1232 vsize=1635708 CPUtime=1180.38 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 139224 0 0 0 117941 97 0 0 25 0 4 0 501769835 1674964992 356604 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1635708 CPUtime=1182.24 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122465 0 0 0 118172 52 0 0 25 0 4 0 501769835 1674964992 356604 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1635708 CPUtime=1177.49 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 4167473 0 0 0 117016 733 0 0 25 0 4 0 501769835 1674964992 356604 33554432000 4194304 4623224 140736989792928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.78
Current children cumulated vsize (KiB) 1635708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.78 6.92 7.61 5/175 1303
/proc/meminfo: memFree=24197004/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1640032 CPUtime=4800.1 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 4625782 0 0 0 479092 918 0 0 25 0 4 0 501769828 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4360099 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 410008 357942 341 105 0 405512 0
[pid=1234/tid=1236] ppid=1232 vsize=1640032 CPUtime=1199.89 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 139236 0 0 0 119892 97 0 0 25 0 4 0 501769835 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1640032 CPUtime=1201.84 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122471 0 0 0 120132 52 0 0 25 0 4 0 501769835 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1640032 CPUtime=1197.1 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 4168598 0 0 0 118976 734 0 0 25 0 4 0 501769835 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4572080 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1640032

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

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

[startup+1201.9 s]
/proc/loadavg: 4.78 6.92 7.61 5/175 1303
/proc/meminfo: memFree=24197004/32951124 swapFree=67111524/67111528
[pid=1234] ppid=1232 vsize=1640032 CPUtime=4800.1 cores=0,2,4,6
/proc/1234/stat : 1234 (SArTagnan) R 1232 1234 530 0 -1 4202496 4625782 0 0 0 479092 918 0 0 25 0 4 0 501769828 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4360099 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 410008 357942 341 105 0 405512 0
[pid=1234/tid=1236] ppid=1232 vsize=1640032 CPUtime=1199.89 cores=0,2,4,6
/proc/1234/task/1236/stat : 1236 (SArTagnan) R 1232 1234 530 0 -1 4202560 139236 0 0 0 119892 97 0 0 25 0 4 0 501769835 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1234/tid=1237] ppid=1232 vsize=1640032 CPUtime=1201.84 cores=0,2,4,6
/proc/1234/task/1237/stat : 1237 (SArTagnan) R 1232 1234 530 0 -1 4202560 122471 0 0 0 120132 52 0 0 25 0 4 0 501769835 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1234/tid=1238] ppid=1232 vsize=1640032 CPUtime=1197.1 cores=0,2,4,6
/proc/1234/task/1238/stat : 1238 (SArTagnan) R 1232 1234 530 0 -1 4202560 4168598 0 0 0 118976 734 0 0 25 0 4 0 501769835 1679392768 357942 33554432000 4194304 4623224 140736989792928 18446744073709551615 4572080 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1640032

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.98
CPU time (s): 4800.2
CPU user time (s): 4790.96
CPU system time (s): 9.24859
CPU usage (%): 399.359
Max. virtual memory (cumulated for all children) (KiB): 1700924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.96
system time used= 9.24859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4625782
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= 2400
involuntary context switches= 22038

runsolver used 1.92971 second user time and 4.49332 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 18:12:24
IDJOB=3250474
IDBENCH=83254
IDSOLVER=1656
FILE ID=node142/3250474-1304093543
RUNJOBID= node142-1304093543-1224
PBS_JOBID= 13170558
Free space on /tmp= 71312 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250474-1304093543/watcher-3250474-1304093543 -o /tmp/evaluation-result-3250474-1304093543/solver-3250474-1304093543 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250474-1304093543.cnf -threads=4

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1656067265

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25631048 kB
Buffers:       1677872 kB
Cached:        5036312 kB
SwapCached:          4 kB
Active:         868592 kB
Inactive:      5909648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25631048 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2896 kB
Writeback:           0 kB
AnonPages:       63412 kB
Mapped:          14416 kB
Slab:           478124 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187236 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= 71312 MiB
End job on node142 at 2011-04-29 18:32:28