Trace number 3262004

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
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 variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

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-3262004-1304093555/watcher-3262004-1304093555 -o /tmp/evaluation-result-3262004-1304093555/solver-3262004-1304093555 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3262004-1304093555.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.10 8.11 8.02 6/180 28626
/proc/meminfo: memFree=18270280/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=19920 CPUtime=0 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 758 0 0 0 0 0 0 0 22 0 1 0 520952169 20398080 605 33554432000 4194304 4623224 140734443441824 18446744073709551615 254500735111 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28626/statm: 4980 610 297 105 0 484 0

[startup+0.843456 s]
/proc/loadavg: 8.10 8.11 8.02 6/180 28626
/proc/meminfo: memFree=18270280/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=196216 CPUtime=3.3 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 13426 0 0 0 329 1 0 0 25 0 4 0 520952169 200925184 4807 33554432000 4194304 4623224 140734443441824 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 49054 4807 337 105 0 44558 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 196216

[startup+0.900447 s]
/proc/loadavg: 8.10 8.11 8.02 6/180 28626
/proc/meminfo: memFree=18270280/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=195828 CPUtime=3.52 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 13973 0 0 0 351 1 0 0 25 0 4 0 520952169 200527872 4950 33554432000 4194304 4623224 140734443441824 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 48957 4950 337 105 0 44461 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 195828

[startup+1.00043 s]
/proc/loadavg: 8.10 8.11 8.02 6/180 28626
/proc/meminfo: memFree=18270280/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=195828 CPUtime=3.92 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 14612 0 0 0 391 1 0 0 25 0 4 0 520952169 200527872 5057 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 48957 5057 337 105 0 44461 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 195828

[startup+1.10041 s]
/proc/loadavg: 8.10 8.11 8.02 6/180 28626
/proc/meminfo: memFree=18270280/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=195996 CPUtime=4.32 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 15059 0 0 0 431 1 0 0 25 0 4 0 520952169 200699904 5172 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510123 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 48999 5172 337 105 0 44503 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 195996

[startup+1.50033 s]
/proc/loadavg: 8.10 8.11 8.02 6/180 28626
/proc/meminfo: memFree=18270280/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=197116 CPUtime=5.93 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 18916 0 0 0 591 2 0 0 25 0 4 0 520952169 201846784 6031 33554432000 4194304 4623224 140734443441824 18446744073709551615 4360122 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 49279 6031 341 105 0 44783 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 197116

[startup+3.10101 s]
/proc/loadavg: 8.09 8.11 8.02 9/184 28630
/proc/meminfo: memFree=18221460/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=202068 CPUtime=12.31 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 32030 0 0 0 1228 3 0 0 25 0 4 0 520952169 206917632 8889 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 50517 8889 341 105 0 46021 0
[pid=28626/tid=28628] ppid=28624 vsize=202068 CPUtime=3.07 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 3857 0 0 0 307 0 0 0 25 0 4 0 520952171 206917632 8889 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=202068 CPUtime=3.06 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 2606 0 0 0 306 0 0 0 25 0 4 0 520952171 206917632 8889 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=202068 CPUtime=3.07 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 21574 0 0 0 305 2 0 0 25 0 4 0 520952171 206917632 8889 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 202068

[startup+6.30637 s]
/proc/loadavg: 8.09 8.11 8.02 9/184 28630
/proc/meminfo: memFree=18184888/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=211040 CPUtime=25.11 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 56940 0 0 0 2504 7 0 0 25 0 4 0 520952169 216104960 13666 33554432000 4194304 4623224 140734443441824 18446744073709551615 4517519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 52760 13666 342 105 0 48264 0
[pid=28626/tid=28628] ppid=28624 vsize=211040 CPUtime=6.27 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5949 0 0 0 627 0 0 0 25 0 4 0 520952171 216104960 13666 33554432000 4194304 4623224 140734443441824 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=211040 CPUtime=6.24 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 4141 0 0 0 624 0 0 0 25 0 4 0 520952171 216104960 13666 33554432000 4194304 4623224 140734443441824 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=211040 CPUtime=6.28 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 42730 0 0 0 622 6 0 0 25 0 4 0 520952171 216104960 13666 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 211040

[startup+12.7011 s]
/proc/loadavg: 8.08 8.10 8.02 9/184 28630
/proc/meminfo: memFree=18127488/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=234120 CPUtime=50.67 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 96926 0 0 0 5054 13 0 0 25 0 4 0 520952169 239738880 20951 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 58530 20951 343 105 0 54034 0
[pid=28626/tid=28628] ppid=28624 vsize=234120 CPUtime=12.67 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 9343 0 0 0 1266 1 0 0 25 0 4 0 520952171 239738880 20951 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=234120 CPUtime=12.61 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 6934 0 0 0 1261 0 0 0 25 0 4 0 520952171 239738880 20951 33554432000 4194304 4623224 140734443441824 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=234120 CPUtime=12.67 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 76031 0 0 0 1257 10 0 0 25 0 4 0 520952171 239738880 20951 33554432000 4194304 4623224 140734443441824 18446744073709551615 4545609 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 234120

[startup+25.5006 s]
/proc/loadavg: 8.15 8.12 8.03 9/184 28631
/proc/meminfo: memFree=18033608/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=252500 CPUtime=101.8 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 179965 0 0 0 10154 26 0 0 25 0 4 0 520952169 258560000 34350 33554432000 4194304 4623224 140734443441824 18446744073709551615 4414875 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 63125 34350 389 105 0 58629 0
[pid=28626/tid=28628] ppid=28624 vsize=252500 CPUtime=25.47 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 15186 0 0 0 2545 2 0 0 25 0 4 0 520952171 258560000 34350 33554432000 4194304 4623224 140734443441824 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=252500 CPUtime=25.34 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 11262 0 0 0 2533 1 0 0 25 0 4 0 520952171 258560000 34350 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=252500 CPUtime=25.48 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 147593 0 0 0 2526 22 0 0 25 0 4 0 520952171 258560000 34350 33554432000 4194304 4623224 140734443441824 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 252500

[startup+51.1005 s]
/proc/loadavg: 8.16 8.12 8.03 9/184 28631
/proc/meminfo: memFree=17918880/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=287980 CPUtime=204.07 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 365081 0 0 0 20353 54 0 0 25 0 4 0 520952169 294891520 46985 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 71995 47005 342 105 0 67499 0
[pid=28626/tid=28628] ppid=28624 vsize=287980 CPUtime=51.06 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 23382 0 0 0 5103 3 0 0 25 0 4 0 520952171 294891520 47014 33554432000 4194304 4623224 140734443441824 18446744073709551615 4377147 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=287980 CPUtime=50.81 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 16421 0 0 0 5079 2 0 0 25 0 4 0 520952171 294891520 47027 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=287980 CPUtime=51.07 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 318804 0 0 0 5060 47 0 0 25 0 4 0 520952171 294891520 47038 33554432000 4194304 4623224 140734443441824 18446744073709551615 254500389323 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 287980

[startup+102.3 s]
/proc/loadavg: 8.20 8.13 8.04 9/184 28633
/proc/meminfo: memFree=17698392/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=447596 CPUtime=408.59 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 518435 0 0 0 40779 80 0 0 25 0 4 0 520952169 458338304 77012 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 111899 77012 513 105 0 107403 0
[pid=28626/tid=28628] ppid=28624 vsize=447596 CPUtime=102.26 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 38172 0 0 0 10219 7 0 0 25 0 4 0 520952171 458338304 77012 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=447596 CPUtime=101.73 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 26519 0 0 0 10168 5 0 0 25 0 4 0 520952171 458338304 77012 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=447596 CPUtime=102.27 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 441204 0 0 0 10162 65 0 0 25 0 4 0 520952171 458338304 77012 33554432000 4194304 4623224 140734443441824 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 447596

[startup+162.3 s]
/proc/loadavg: 8.19 8.14 8.04 9/184 28634
/proc/meminfo: memFree=17474804/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=610356 CPUtime=648.27 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 993580 0 0 0 64668 159 0 0 25 0 4 0 520952169 625004544 108007 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510066 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 152589 108007 1834 105 0 148093 0
[pid=28626/tid=28628] ppid=28624 vsize=610356 CPUtime=162.25 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 57463 0 0 0 16211 14 0 0 25 0 4 0 520952171 625004544 108007 33554432000 4194304 4623224 140734443441824 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=610356 CPUtime=161.41 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 38070 0 0 0 16133 8 0 0 25 0 4 0 520952171 625004544 108007 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=610356 CPUtime=162.28 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 877483 0 0 0 16095 133 0 0 25 0 4 0 520952171 625004544 108007 33554432000 4194304 4623224 140734443441824 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.27
Current children cumulated vsize (KiB) 610356

[startup+222.3 s]
/proc/loadavg: 8.13 8.12 8.04 9/184 28636
/proc/meminfo: memFree=17346448/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=717708 CPUtime=887.95 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 1550613 0 0 0 88545 250 0 0 25 0 4 0 520952169 734932992 122203 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 179427 122203 1629 105 0 174931 0
[pid=28626/tid=28628] ppid=28624 vsize=717708 CPUtime=222.25 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 60183 0 0 0 22210 15 0 0 25 0 4 0 520952171 734932992 122203 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=717708 CPUtime=221.08 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 53709 0 0 0 22097 11 0 0 25 0 4 0 520952171 734932992 122203 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=717708 CPUtime=222.28 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 1409261 0 0 0 22010 218 0 0 25 0 4 0 520952171 734932992 122203 33554432000 4194304 4623224 140734443441824 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.95
Current children cumulated vsize (KiB) 717708

[startup+282.3 s]
/proc/loadavg: 8.10 8.11 8.04 9/184 28638
/proc/meminfo: memFree=17151372/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=783244 CPUtime=1127.64 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 1906226 0 0 0 112456 308 0 0 25 0 4 0 520952169 802041856 145555 33554432000 4194304 4623224 140734443441824 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 195811 145555 1151 105 0 191315 0
[pid=28626/tid=28628] ppid=28624 vsize=783244 CPUtime=282.25 cores=0,2,4,6

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

[pid=28626] ppid=28624 vsize=1152220 CPUtime=2805.34 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 5475210 0 0 0 279679 855 0 0 25 0 4 0 520952169 1179873280 219802 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 288055 219802 854 105 0 283559 0
[pid=28626/tid=28628] ppid=28624 vsize=1152220 CPUtime=702.21 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 103711 0 0 0 70191 30 0 0 25 0 4 0 520952171 1179873280 219802 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1152220 CPUtime=698.49 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 98477 0 0 0 69814 35 0 0 25 0 4 0 520952171 1179873280 219802 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1152220 CPUtime=702.29 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5167154 0 0 0 69458 771 0 0 25 0 4 0 520952171 1179873280 219802 33554432000 4194304 4623224 140734443441824 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1152220

[startup+762.301 s]
/proc/loadavg: 8.04 8.06 8.03 9/184 28650
/proc/meminfo: memFree=16404356/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1165676 CPUtime=3045.01 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 5510495 0 0 0 303641 860 0 0 25 0 4 0 520952169 1193652224 225726 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510093 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 291419 225726 681 105 0 286923 0
[pid=28626/tid=28628] ppid=28624 vsize=1165676 CPUtime=762.2 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 105147 0 0 0 76190 30 0 0 25 0 4 0 520952171 1193652224 225726 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1165676 CPUtime=758.16 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 99859 0 0 0 75781 35 0 0 25 0 4 0 520952171 1193652224 225726 33554432000 4194304 4623224 140734443441824 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1165676 CPUtime=762.29 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5199573 0 0 0 75454 775 0 0 25 0 4 0 520952171 1193652224 225726 33554432000 4194304 4623224 140734443441824 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1165676

[startup+822.301 s]
/proc/loadavg: 8.20 8.09 8.04 9/184 28652
/proc/meminfo: memFree=16301540/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1330096 CPUtime=3284.68 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 5898316 0 0 0 327553 915 0 0 25 0 4 0 520952169 1362018304 247529 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 332524 247529 700 105 0 328028 0
[pid=28626/tid=28628] ppid=28624 vsize=1330096 CPUtime=822.2 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 136689 0 0 0 82185 35 0 0 25 0 4 0 520952171 1362018304 247529 33554432000 4194304 4623224 140734443441824 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1330096 CPUtime=817.84 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 138568 0 0 0 81743 41 0 0 25 0 4 0 520952171 1362018304 247529 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1330096 CPUtime=822.29 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5516706 0 0 0 81409 820 0 0 25 0 4 0 520952171 1362018304 247529 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1330096

[startup+882.301 s]
/proc/loadavg: 8.21 8.10 8.04 9/184 28654
/proc/meminfo: memFree=16256508/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1333744 CPUtime=3524.35 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6175974 0 0 0 351478 957 0 0 25 0 4 0 520952169 1365753856 250777 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 333436 250777 681 105 0 328940 0
[pid=28626/tid=28628] ppid=28624 vsize=1333744 CPUtime=882.19 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 138884 0 0 0 88183 36 0 0 25 0 4 0 520952171 1365753856 250777 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1333744 CPUtime=877.51 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 139292 0 0 0 87710 41 0 0 25 0 4 0 520952171 1365753856 250777 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1333744 CPUtime=882.29 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5790174 0 0 0 87369 860 0 0 25 0 4 0 520952171 1365753856 250777 33554432000 4194304 4623224 140734443441824 18446744073709551615 4291873 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1333744

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 8.04 9/184 28655
/proc/meminfo: memFree=16191760/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1346140 CPUtime=3764.06 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6193830 0 0 0 375444 962 0 0 25 0 4 0 520952169 1378447360 258034 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 336535 258034 712 105 0 332039 0
[pid=28626/tid=28628] ppid=28624 vsize=1346140 CPUtime=942.19 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 142066 0 0 0 94182 37 0 0 25 0 4 0 520952171 1378447360 258034 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1346140 CPUtime=937.19 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 140075 0 0 0 93677 42 0 0 25 0 4 0 520952171 1378447360 258034 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1346140 CPUtime=942.3 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5803111 0 0 0 93368 862 0 0 25 0 4 0 520952171 1378447360 258034 33554432000 4194304 4623224 140734443441824 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 1346140

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 8.04 9/184 28657
/proc/meminfo: memFree=16095392/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1426824 CPUtime=4003.71 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6221249 0 0 0 399403 968 0 0 25 0 4 0 520952169 1461067776 274381 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 356706 274381 681 105 0 352210 0
[pid=28626/tid=28628] ppid=28624 vsize=1426824 CPUtime=1002.18 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 151507 0 0 0 100178 40 0 0 25 0 4 0 520952171 1461067776 274381 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1426824 CPUtime=996.86 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 143410 0 0 0 99643 43 0 0 25 0 4 0 520952171 1461067776 274381 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1426824 CPUtime=1002.29 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5803471 0 0 0 99367 862 0 0 25 0 4 0 520952171 1461067776 274381 33554432000 4194304 4623224 140734443441824 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1426824

[startup+1062.31 s]
/proc/loadavg: 8.16 8.10 8.04 9/184 28658
/proc/meminfo: memFree=16019356/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1454768 CPUtime=4243.41 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6237779 0 0 0 423370 971 0 0 25 0 4 0 520952169 1489682432 280031 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510985 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 363692 280031 681 105 0 359196 0
[pid=28626/tid=28628] ppid=28624 vsize=1454768 CPUtime=1062.18 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 153188 0 0 0 106178 40 0 0 25 0 4 0 520952171 1489682432 280031 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1454768 CPUtime=1056.55 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 146070 0 0 0 105610 45 0 0 25 0 4 0 520952171 1489682432 280031 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1454768 CPUtime=1062.31 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5814945 0 0 0 105367 864 0 0 25 0 4 0 520952171 1489682432 280031 33554432000 4194304 4623224 140734443441824 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 1454768

[startup+1122.3 s]
/proc/loadavg: 8.17 8.11 8.05 9/184 28660
/proc/meminfo: memFree=15978792/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1460840 CPUtime=4483.06 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6240825 0 0 0 447334 972 0 0 25 0 4 0 520952169 1495900160 283002 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 365210 283002 681 105 0 360714 0
[pid=28626/tid=28628] ppid=28624 vsize=1460840 CPUtime=1122.17 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 153561 0 0 0 112176 41 0 0 25 0 4 0 520952171 1495900160 283002 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1460840 CPUtime=1116.22 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 147853 0 0 0 111577 45 0 0 25 0 4 0 520952171 1495900160 283002 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376946 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1460840 CPUtime=1122.31 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5814964 0 0 0 111367 864 0 0 25 0 4 0 520952171 1495900160 283002 33554432000 4194304 4623224 140734443441824 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1460840

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 8.05 9/184 28662
/proc/meminfo: memFree=15919872/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1467440 CPUtime=4722.73 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6402590 0 0 0 471276 997 0 0 25 0 4 0 520952169 1502658560 290105 33554432000 4194304 4623224 140734443441824 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 366860 290105 386 105 0 362364 0
[pid=28626/tid=28628] ppid=28624 vsize=1467440 CPUtime=1182.16 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 155026 0 0 0 118175 41 0 0 25 0 4 0 520952171 1502658560 290105 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1467440 CPUtime=1175.89 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 150903 0 0 0 117543 46 0 0 25 0 4 0 520952171 1502658560 290105 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1467440 CPUtime=1182.31 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 5970574 0 0 0 117344 887 0 0 25 0 4 0 520952171 1502658560 290105 33554432000 4194304 4623224 140734443441824 18446744073709551615 4364041 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 1467440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.13 8.06 10/184 28693
/proc/meminfo: memFree=17123748/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1469156 CPUtime=4800.24 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6542791 0 0 0 479007 1017 0 0 25 0 4 0 520952169 1504415744 291392 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 367289 291393 412 105 0 362793 0
[pid=28626/tid=28628] ppid=28624 vsize=1469156 CPUtime=1201.57 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 155113 0 0 0 120116 41 0 0 25 0 4 0 520952171 1504415744 291393 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1469156 CPUtime=1195.18 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 151429 0 0 0 119472 46 0 0 25 0 4 0 520952171 1504415744 291393 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1469156 CPUtime=1201.72 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 6110067 0 0 0 119265 907 0 0 25 0 4 0 520952171 1504415744 291393 33554432000 4194304 4623224 140734443441824 18446744073709551615 4545699 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1469156

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

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

[startup+1201.7 s]
/proc/loadavg: 8.19 8.13 8.06 10/184 28693
/proc/meminfo: memFree=17123748/32950928 swapFree=67111528/67111528
[pid=28626] ppid=28624 vsize=1469156 CPUtime=4800.24 cores=0,2,4,6
/proc/28626/stat : 28626 (SArTagnan) R 28624 28626 28449 0 -1 4202496 6542791 0 0 0 479007 1017 0 0 25 0 4 0 520952169 1504415744 291392 33554432000 4194304 4623224 140734443441824 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28626/statm: 367289 291393 412 105 0 362793 0
[pid=28626/tid=28628] ppid=28624 vsize=1469156 CPUtime=1201.57 cores=0,2,4,6
/proc/28626/task/28628/stat : 28628 (SArTagnan) R 28624 28626 28449 0 -1 4202560 155113 0 0 0 120116 41 0 0 25 0 4 0 520952171 1504415744 291393 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28626/tid=28629] ppid=28624 vsize=1469156 CPUtime=1195.18 cores=0,2,4,6
/proc/28626/task/28629/stat : 28629 (SArTagnan) R 28624 28626 28449 0 -1 4202560 151429 0 0 0 119472 46 0 0 25 0 4 0 520952171 1504415744 291393 33554432000 4194304 4623224 140734443441824 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28626/tid=28630] ppid=28624 vsize=1469156 CPUtime=1201.72 cores=0,2,4,6
/proc/28626/task/28630/stat : 28630 (SArTagnan) R 28624 28626 28449 0 -1 4202560 6110067 0 0 0 119265 907 0 0 25 0 4 0 520952171 1504415744 291393 33554432000 4194304 4623224 140734443441824 18446744073709551615 4545699 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1469156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.33
CPU user time (s): 4790.1
CPU system time (s): 10.2324
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 1469156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.1
system time used= 10.2324
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6542829
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= 1010
involuntary context switches= 20900

runsolver used 1.92971 second user time and 4.6113 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 18:12:35
IDJOB=3262004
IDBENCH=83268
IDSOLVER=1656
FILE ID=node149/3262004-1304093555
RUNJOBID= node149-1304092347-28467
PBS_JOBID= 13170582
Free space on /tmp= 71932 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_464.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262004-1304093555/watcher-3262004-1304093555 -o /tmp/evaluation-result-3262004-1304093555/solver-3262004-1304093555 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3262004-1304093555.cnf -threads=4

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=655691754

node149.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.806
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.61
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.806
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.83
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      18270436 kB
Buffers:       2225124 kB
Cached:       11803440 kB
SwapCached:          0 kB
Active:        6091912 kB
Inactive:      8037872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18270436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2624 kB
Writeback:           0 kB
AnonPages:      100392 kB
Mapped:          15356 kB
Slab:           486192 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   281744 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= 71932 MiB
End job on node149 at 2011-04-29 18:32:39