Trace number 3263148

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

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-3263148-1304100039/watcher-3263148-1304100039 -o /tmp/evaluation-result-3263148-1304100039/solver-3263148-1304100039 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263148-1304100039.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.05 8.01 5/180 1641
/proc/meminfo: memFree=30510016/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=19916 CPUtime=0 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 461 0 0 0 0 0 0 0 25 0 1 0 600234599 20393984 398 33554432000 4194304 4623224 140733235282288 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/1641/statm: 4979 398 296 105 0 483 0

[startup+0.0206541 s]
/proc/loadavg: 8.10 8.05 8.01 5/180 1641
/proc/meminfo: memFree=30510016/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=22940 CPUtime=0.01 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 1857 0 0 0 1 0 0 0 25 0 1 0 600234599 23490560 1107 33554432000 4194304 4623224 140733235282288 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/1641/statm: 5735 1107 297 105 0 1239 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22940

[startup+0.131218 s]
/proc/loadavg: 8.10 8.05 8.01 5/180 1641
/proc/meminfo: memFree=30510016/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=213404 CPUtime=0.3 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 12558 0 0 0 29 1 0 0 25 0 4 0 600234599 218525696 9566 33554432000 4194304 4623224 140733235282288 18446744073709551615 4511649 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 53351 9568 439 105 0 48855 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 213404

[startup+0.300541 s]
/proc/loadavg: 8.10 8.05 8.01 5/180 1641
/proc/meminfo: memFree=30510016/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=219120 CPUtime=0.98 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 15123 0 0 0 97 1 0 0 25 0 4 0 600234599 224378880 11106 33554432000 4194304 4623224 140733235282288 18446744073709551615 4355953 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 54780 11106 446 105 0 50284 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 219120

[startup+0.70047 s]
/proc/loadavg: 8.10 8.05 8.01 5/180 1641
/proc/meminfo: memFree=30510016/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=228744 CPUtime=2.58 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 18917 0 0 0 256 2 0 0 25 0 4 0 600234599 234233856 12988 33554432000 4194304 4623224 140733235282288 18446744073709551615 4280377 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 57186 12988 440 105 0 52690 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 228744

[startup+1.50033 s]
/proc/loadavg: 8.10 8.05 8.01 9/184 1645
/proc/meminfo: memFree=30456424/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=228744 CPUtime=5.77 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 20276 0 0 0 575 2 0 0 25 0 4 0 600234599 234233856 13713 33554432000 4194304 4623224 140733235282288 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 57186 13713 404 105 0 52690 0
[pid=1641/tid=1643] ppid=1639 vsize=228744 CPUtime=1.42 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 3195 0 0 0 142 0 0 0 25 0 4 0 600234606 234233856 13713 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=228744 CPUtime=1.42 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 2385 0 0 0 142 0 0 0 25 0 4 0 600234606 234233856 13713 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=228744 CPUtime=1.42 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 3811 0 0 0 142 0 0 0 25 0 4 0 600234606 234233856 13713 33554432000 4194304 4623224 140733235282288 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 228744

[startup+3.10105 s]
/proc/loadavg: 8.09 8.05 8.01 9/184 1645
/proc/meminfo: memFree=30450100/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=237484 CPUtime=12.17 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 32191 0 0 0 1213 4 0 0 25 0 4 0 600234599 243183616 15143 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 59371 15143 388 105 0 54875 0
[pid=1641/tid=1643] ppid=1639 vsize=237484 CPUtime=3.02 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 4974 0 0 0 302 0 0 0 25 0 4 0 600234606 243183616 15143 33554432000 4194304 4623224 140733235282288 18446744073709551615 4463048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=237484 CPUtime=3.02 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 4224 0 0 0 302 0 0 0 25 0 4 0 600234606 243183616 15143 33554432000 4194304 4623224 140733235282288 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=237484 CPUtime=3.03 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 10291 0 0 0 302 1 0 0 25 0 4 0 600234606 243183616 15143 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 237484

[startup+6.30049 s]
/proc/loadavg: 8.09 8.05 8.01 9/184 1645
/proc/meminfo: memFree=30434280/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=312868 CPUtime=24.95 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 73391 0 0 0 2485 10 0 0 25 0 4 0 600234599 320376832 18624 33554432000 4194304 4623224 140733235282288 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 78217 18624 392 105 0 73721 0
[pid=1641/tid=1643] ppid=1639 vsize=312868 CPUtime=6.22 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 5309 0 0 0 622 0 0 0 25 0 4 0 600234606 320376832 18624 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=312868 CPUtime=6.22 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 8043 0 0 0 620 2 0 0 25 0 4 0 600234606 320376832 18624 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=312868 CPUtime=6.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 45560 0 0 0 617 5 0 0 25 0 4 0 600234606 320376832 18624 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 312868

[startup+12.7004 s]
/proc/loadavg: 8.08 8.05 8.01 9/184 1646
/proc/meminfo: memFree=30408264/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=326064 CPUtime=50.51 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 101495 0 0 0 5034 17 0 0 25 0 4 0 600234599 333889536 22494 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1641/statm: 81516 22494 369 105 0 77020 0
[pid=1641/tid=1643] ppid=1639 vsize=326064 CPUtime=12.62 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 8572 0 0 0 1261 1 0 0 25 0 4 0 600234606 333889536 22494 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=326064 CPUtime=12.62 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 13537 0 0 0 1258 4 0 0 25 0 4 0 600234606 333889536 22494 33554432000 4194304 4623224 140733235282288 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=326064 CPUtime=12.62 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 64563 0 0 0 1254 8 0 0 25 0 4 0 600234606 333889536 22494 33554432000 4194304 4623224 140733235282288 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 326064

[startup+25.5011 s]
/proc/loadavg: 8.07 8.05 8.01 9/184 1655
/proc/meminfo: memFree=30345500/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=347948 CPUtime=101.62 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 213953 0 0 0 10127 35 0 0 25 0 4 0 600234599 356298752 28056 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 86987 28056 353 105 0 82491 0
[pid=1641/tid=1643] ppid=1639 vsize=347948 CPUtime=25.42 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 9569 0 0 0 2540 2 0 0 25 0 4 0 600234606 356298752 28056 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=347948 CPUtime=25.39 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 21857 0 0 0 2533 6 0 0 25 0 4 0 600234606 356298752 28056 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=347948 CPUtime=25.41 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 167521 0 0 0 2517 24 0 0 25 0 4 0 600234606 356298752 28056 33554432000 4194304 4623224 140733235282288 18446744073709551615 4545358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 347948

[startup+51.1007 s]
/proc/loadavg: 8.10 8.06 8.02 9/184 1656
/proc/meminfo: memFree=30274764/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=354736 CPUtime=203.88 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 514958 0 0 0 20305 83 0 0 25 0 4 0 600234599 363249664 35825 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 88684 35827 342 105 0 84188 0
[pid=1641/tid=1643] ppid=1639 vsize=354736 CPUtime=51.02 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 13842 0 0 0 5099 3 0 0 25 0 4 0 600234606 363249664 35827 33554432000 4194304 4623224 140733235282288 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=354736 CPUtime=50.84 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 26030 0 0 0 5076 8 0 0 25 0 4 0 600234606 363249664 35827 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=354736 CPUtime=51 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 460010 0 0 0 5032 68 0 0 25 0 4 0 600234606 363249664 35827 33554432000 4194304 4623224 140733235282288 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 354736

[startup+102.307 s]
/proc/loadavg: 8.17 8.08 8.02 10/184 1657
/proc/meminfo: memFree=30168960/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=359964 CPUtime=408.4 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 848590 0 0 0 40705 135 0 0 25 0 4 0 600234599 368603136 39976 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 89991 39976 341 105 0 85495 0
[pid=1641/tid=1643] ppid=1639 vsize=359964 CPUtime=102.22 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 14632 0 0 0 10219 3 0 0 25 0 4 0 600234606 368603136 39976 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=359964 CPUtime=101.75 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 34917 0 0 0 10166 9 0 0 25 0 4 0 600234606 368603136 39976 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=359964 CPUtime=102.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 783891 0 0 0 10102 120 0 0 25 0 4 0 600234606 368603136 39976 33554432000 4194304 4623224 140733235282288 18446744073709551615 4577474 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.4
Current children cumulated vsize (KiB) 359964

[startup+162.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/184 1659
/proc/meminfo: memFree=30029992/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=379564 CPUtime=648.05 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 1204374 0 0 0 64613 192 0 0 25 0 4 0 600234599 388673536 49966 33554432000 4194304 4623224 140733235282288 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 94891 49966 410 105 0 90395 0
[pid=1641/tid=1643] ppid=1639 vsize=379564 CPUtime=162.22 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 20723 0 0 0 16218 4 0 0 25 0 4 0 600234606 388673536 49966 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=379564 CPUtime=161.43 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 36048 0 0 0 16133 10 0 0 25 0 4 0 600234606 388673536 49966 33554432000 4194304 4623224 140733235282288 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=379564 CPUtime=162.21 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 1122756 0 0 0 16048 173 0 0 25 0 4 0 600234606 388673536 49966 33554432000 4194304 4623224 140733235282288 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.05
Current children cumulated vsize (KiB) 379564

[startup+222.301 s]
/proc/loadavg: 8.10 8.07 8.01 9/184 1660
/proc/meminfo: memFree=29953656/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=403680 CPUtime=887.72 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 1381668 0 0 0 88551 221 0 0 25 0 4 0 600234599 413368320 60258 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 100920 60258 754 105 0 96424 0
[pid=1641/tid=1643] ppid=1639 vsize=403680 CPUtime=222.21 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 22899 0 0 0 22217 4 0 0 25 0 4 0 600234606 413368320 60258 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=403680 CPUtime=221.1 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 36698 0 0 0 22100 10 0 0 25 0 4 0 600234606 413368320 60258 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=403680 CPUtime=222.21 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 1279718 0 0 0 22023 198 0 0 25 0 4 0 600234606 413368320 60258 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.72
Current children cumulated vsize (KiB) 403680

[startup+282.3 s]

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

[pid=1641] ppid=1639 vsize=634628 CPUtime=2805.08 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 4058798 0 0 0 279860 648 0 0 25 0 4 0 600234599 649859072 109425 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 158657 109425 551 105 0 154161 0
[pid=1641/tid=1643] ppid=1639 vsize=634628 CPUtime=702.22 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 36320 0 0 0 70214 8 0 0 25 0 4 0 600234606 649859072 109425 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=634628 CPUtime=698.48 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 54298 0 0 0 69834 14 0 0 25 0 4 0 600234606 649859072 109425 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=634628 CPUtime=702.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 3342599 0 0 0 69712 510 0 0 25 0 4 0 600234606 649859072 109425 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.08
Current children cumulated vsize (KiB) 634628

[startup+762.307 s]
/proc/loadavg: 8.06 8.08 8.02 9/184 1675
/proc/meminfo: memFree=29412812/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=634628 CPUtime=3044.77 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 4726581 0 0 0 303719 758 0 0 25 0 4 0 600234599 649859072 113909 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 158657 113909 563 105 0 154161 0
[pid=1641/tid=1643] ppid=1639 vsize=634628 CPUtime=762.23 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 36515 0 0 0 76215 8 0 0 25 0 4 0 600234606 649859072 113909 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=634628 CPUtime=758.16 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 55102 0 0 0 75801 15 0 0 25 0 4 0 600234606 649859072 113909 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=634628 CPUtime=762.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 3826764 0 0 0 75635 587 0 0 25 0 4 0 600234606 649859072 113909 33554432000 4194304 4623224 140733235282288 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.77
Current children cumulated vsize (KiB) 634628

[startup+822.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/184 1676
/proc/meminfo: memFree=29344048/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=668132 CPUtime=3284.42 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 5430394 0 0 0 327574 868 0 0 25 0 4 0 600234599 684167168 118766 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 167033 118766 536 105 0 162537 0
[pid=1641/tid=1643] ppid=1639 vsize=668132 CPUtime=822.22 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 36837 0 0 0 82214 8 0 0 25 0 4 0 600234606 684167168 118766 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=668132 CPUtime=817.83 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 56004 0 0 0 81767 16 0 0 25 0 4 0 600234606 684167168 118766 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=668132 CPUtime=822.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 4313220 0 0 0 81560 662 0 0 25 0 4 0 600234606 684167168 118766 33554432000 4194304 4623224 140733235282288 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.42
Current children cumulated vsize (KiB) 668132

[startup+882.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 1678
/proc/meminfo: memFree=29293512/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=691856 CPUtime=3524.09 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 6121613 0 0 0 351433 976 0 0 25 0 4 0 600234599 708460544 124748 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 172964 124748 546 105 0 168468 0
[pid=1641/tid=1643] ppid=1639 vsize=691856 CPUtime=882.22 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 50189 0 0 0 88213 9 0 0 25 0 4 0 600234606 708460544 124748 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=691856 CPUtime=877.5 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 56923 0 0 0 87734 16 0 0 25 0 4 0 600234606 708460544 124748 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=691856 CPUtime=882.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 4796057 0 0 0 87486 736 0 0 25 0 4 0 600234606 708460544 124748 33554432000 4194304 4623224 140733235282288 18446744073709551615 4577476 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 691856

[startup+942.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/184 1679
/proc/meminfo: memFree=29229572/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=769276 CPUtime=3763.77 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 6647822 0 0 0 375316 1061 0 0 25 0 4 0 600234599 787738624 130756 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 192319 130756 365 105 0 187823 0
[pid=1641/tid=1643] ppid=1639 vsize=769276 CPUtime=942.23 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 51747 0 0 0 94213 10 0 0 25 0 4 0 600234606 787738624 130756 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=769276 CPUtime=937.18 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 57414 0 0 0 93702 16 0 0 25 0 4 0 600234606 787738624 130756 33554432000 4194304 4623224 140733235282288 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=769276 CPUtime=942.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 5239324 0 0 0 93415 807 0 0 25 0 4 0 600234606 787738624 130756 33554432000 4194304 4623224 140733235282288 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 769276

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/184 1681
/proc/meminfo: memFree=29179520/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=800928 CPUtime=4003.44 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 7130879 0 0 0 399208 1136 0 0 25 0 4 0 600234599 820150272 139133 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 200232 139133 375 105 0 195736 0
[pid=1641/tid=1643] ppid=1639 vsize=800928 CPUtime=1002.23 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 52164 0 0 0 100213 10 0 0 25 0 4 0 600234606 820150272 139133 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=800928 CPUtime=996.86 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 58772 0 0 0 99669 17 0 0 25 0 4 0 600234606 820150272 139133 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=800928 CPUtime=1002.22 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 5700623 0 0 0 99344 878 0 0 25 0 4 0 600234606 820150272 139133 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.44
Current children cumulated vsize (KiB) 800928

[startup+1062.3 s]
/proc/loadavg: 7.47 7.93 7.97 5/175 1701
/proc/meminfo: memFree=30290056/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=800928 CPUtime=4243.12 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 7598155 0 0 0 423106 1206 0 0 25 0 4 0 600234599 820150272 143430 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 200232 143430 365 105 0 195736 0
[pid=1641/tid=1643] ppid=1639 vsize=800928 CPUtime=1062.23 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 52366 0 0 0 106213 10 0 0 25 0 4 0 600234606 820150272 143430 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=800928 CPUtime=1056.54 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 59391 0 0 0 105637 17 0 0 25 0 4 0 600234606 820150272 143430 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=800928 CPUtime=1062.23 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 6165167 0 0 0 105275 948 0 0 25 0 4 0 600234606 820150272 143430 33554432000 4194304 4623224 140733235282288 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.12
Current children cumulated vsize (KiB) 800928

[startup+1122.3 s]
/proc/loadavg: 5.32 7.23 7.72 5/175 1702
/proc/meminfo: memFree=30275316/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=800928 CPUtime=4482.84 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 8020558 0 0 0 447007 1277 0 0 25 0 4 0 600234599 820150272 148040 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 200232 148040 372 105 0 195736 0
[pid=1641/tid=1643] ppid=1639 vsize=800928 CPUtime=1122.23 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 52610 0 0 0 112213 10 0 0 25 0 4 0 600234606 820150272 148040 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=800928 CPUtime=1116.26 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 60357 0 0 0 111607 19 0 0 25 0 4 0 600234606 820150272 148040 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=800928 CPUtime=1122.23 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 6585065 0 0 0 111207 1016 0 0 25 0 4 0 600234606 820150272 148040 33554432000 4194304 4623224 140733235282288 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.84
Current children cumulated vsize (KiB) 800928

[startup+1182.3 s]
/proc/loadavg: 4.53 6.65 7.49 5/175 1704
/proc/meminfo: memFree=30258420/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=801720 CPUtime=4722.57 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 8475757 0 0 0 470902 1355 0 0 25 0 4 0 600234599 820961280 152210 33554432000 4194304 4623224 140733235282288 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 200430 152210 384 105 0 195934 0
[pid=1641/tid=1643] ppid=1639 vsize=801720 CPUtime=1182.23 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 53237 0 0 0 118213 10 0 0 25 0 4 0 600234606 820961280 152210 33554432000 4194304 4623224 140733235282288 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=801720 CPUtime=1175.99 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 60856 0 0 0 117579 20 0 0 25 0 4 0 600234606 820961280 152210 33554432000 4194304 4623224 140733235282288 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=801720 CPUtime=1182.23 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 7037467 0 0 0 117131 1092 0 0 25 0 4 0 600234606 820961280 152210 33554432000 4194304 4623224 140733235282288 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 801720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.46 6.50 7.42 5/175 1704
/proc/meminfo: memFree=30247360/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=852700 CPUtime=4800.09 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 8648259 0 0 0 478626 1383 0 0 25 0 4 0 600234599 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 213175 154559 372 105 0 208679 0
[pid=1641/tid=1643] ppid=1639 vsize=852700 CPUtime=1201.64 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 53559 0 0 0 120153 11 0 0 25 0 4 0 600234606 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376726 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=852700 CPUtime=1195.3 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 61018 0 0 0 119510 20 0 0 25 0 4 0 600234606 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=852700 CPUtime=1201.64 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 7183180 0 0 0 119048 1116 0 0 25 0 4 0 600234606 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 852700

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

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

[startup+1201.7 s]
/proc/loadavg: 4.46 6.50 7.42 5/175 1704
/proc/meminfo: memFree=30247360/32950928 swapFree=67111524/67111528
[pid=1641] ppid=1639 vsize=852700 CPUtime=4800.09 cores=0,2,4,6
/proc/1641/stat : 1641 (SArTagnan) R 1639 1641 1141 0 -1 4202496 8648259 0 0 0 478626 1383 0 0 25 0 4 0 600234599 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1641/statm: 213175 154559 372 105 0 208679 0
[pid=1641/tid=1643] ppid=1639 vsize=852700 CPUtime=1201.64 cores=0,2,4,6
/proc/1641/task/1643/stat : 1643 (SArTagnan) R 1639 1641 1141 0 -1 4202560 53559 0 0 0 120153 11 0 0 25 0 4 0 600234606 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376726 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1641/tid=1644] ppid=1639 vsize=852700 CPUtime=1195.3 cores=0,2,4,6
/proc/1641/task/1644/stat : 1644 (SArTagnan) R 1639 1641 1141 0 -1 4202560 61018 0 0 0 119510 20 0 0 25 0 4 0 600234606 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1641/tid=1645] ppid=1639 vsize=852700 CPUtime=1201.64 cores=0,2,4,6
/proc/1641/task/1645/stat : 1645 (SArTagnan) R 1639 1641 1141 0 -1 4202560 7183180 0 0 0 119048 1116 0 0 25 0 4 0 600234606 873164800 154559 33554432000 4194304 4623224 140733235282288 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 852700

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.16
CPU user time (s): 4786.29
CPU system time (s): 13.8659
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 918236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.29
system time used= 13.8659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8648259
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= 1254
involuntary context switches= 23285

runsolver used 1.86072 second user time and 4.55131 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 20:00:39
IDJOB=3263148
IDBENCH=83930
IDSOLVER=1656
FILE ID=node112/3263148-1304100039
RUNJOBID= node112-1304097479-1159
PBS_JOBID= 13170614
Free space on /tmp= 72564 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263148-1304100039/watcher-3263148-1304100039 -o /tmp/evaluation-result-3263148-1304100039/solver-3263148-1304100039 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263148-1304100039.cnf -threads=4

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=1054900866

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30510296 kB
Buffers:        444376 kB
Cached:        1176848 kB
SwapCached:          4 kB
Active:         492628 kB
Inactive:      1548080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30510296 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2524 kB
Writeback:           0 kB
AnonPages:      419644 kB
Mapped:          15400 kB
Slab:           334632 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   642660 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= 72564 MiB
End job on node112 at 2011-04-29 20:20:43