Trace number 3263280

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.51 1202.09

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3263280-1304100887/watcher-3263280-1304100887 -o /tmp/evaluation-result-3263280-1304100887/solver-3263280-1304100887 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263280-1304100887.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.14 8.13 8.03 5/180 2402
/proc/meminfo: memFree=30510468/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=19724 CPUtime=0 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 483 0 0 0 0 0 0 0 25 0 1 0 521687496 20197376 420 33554432000 4194304 4623224 140734695173008 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/2402/statm: 4931 420 297 105 0 435 0

[startup+0.160382 s]
/proc/loadavg: 8.14 8.13 8.03 5/180 2402
/proc/meminfo: memFree=30510468/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=252876 CPUtime=0.59 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 4616 0 0 0 58 1 0 0 25 0 4 0 521687496 258945024 3277 33554432000 4194304 4623224 140734695173008 18446744073709551615 4368751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 63219 3277 344 105 0 58723 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 252876

[startup+0.200377 s]
/proc/loadavg: 8.14 8.13 8.03 5/180 2402
/proc/meminfo: memFree=30510468/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=253648 CPUtime=0.75 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 5178 0 0 0 74 1 0 0 25 0 4 0 521687496 259735552 3832 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 63412 3832 345 105 0 58916 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 253648

[startup+0.30036 s]
/proc/loadavg: 8.14 8.13 8.03 5/180 2402
/proc/meminfo: memFree=30510468/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=253648 CPUtime=1.15 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 6012 0 0 0 114 1 0 0 25 0 4 0 521687496 259735552 4665 33554432000 4194304 4623224 140734695173008 18446744073709551615 4416176 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 63412 4665 346 105 0 58916 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 253648

[startup+0.700289 s]
/proc/loadavg: 8.14 8.13 8.03 5/180 2402
/proc/meminfo: memFree=30510468/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=255808 CPUtime=2.75 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 9096 0 0 0 274 1 0 0 25 0 4 0 521687496 261947392 7171 33554432000 4194304 4623224 140734695173008 18446744073709551615 4509913 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 63952 7171 352 105 0 59456 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 255808

[startup+1.50115 s]
/proc/loadavg: 8.13 8.13 8.03 9/184 2406
/proc/meminfo: memFree=30473968/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=263352 CPUtime=5.95 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 13987 0 0 0 593 2 0 0 25 0 4 0 521687496 269672448 10674 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510026 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 65838 10674 381 105 0 61342 0
[pid=2402/tid=2404] ppid=2400 vsize=263352 CPUtime=1.47 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 2860 0 0 0 147 0 0 0 25 0 4 0 521687498 269672448 10674 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=263352 CPUtime=1.47 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 2789 0 0 0 147 0 0 0 25 0 4 0 521687498 269672448 10674 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376865 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=263352 CPUtime=1.48 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 2220 0 0 0 148 0 0 0 25 0 4 0 521687498 269672448 10674 33554432000 4194304 4623224 140734695173008 18446744073709551615 4377579 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 263352

[startup+3.10087 s]
/proc/loadavg: 8.13 8.13 8.03 9/184 2406
/proc/meminfo: memFree=30456472/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=278080 CPUtime=12.34 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 21896 0 0 0 1230 4 0 0 25 0 4 0 521687496 284753920 15170 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 69520 15170 386 105 0 65024 0
[pid=2402/tid=2404] ppid=2400 vsize=278080 CPUtime=3.06 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 4428 0 0 0 306 0 0 0 25 0 4 0 521687498 284753920 15170 33554432000 4194304 4623224 140734695173008 18446744073709551615 4289797 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=278080 CPUtime=3.08 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 5800 0 0 0 307 1 0 0 25 0 4 0 521687498 284753920 15170 33554432000 4194304 4623224 140734695173008 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=278080 CPUtime=3.08 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 3087 0 0 0 308 0 0 0 25 0 4 0 521687498 284753920 15170 33554432000 4194304 4623224 140734695173008 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 278080

[startup+6.30031 s]
/proc/loadavg: 8.12 8.12 8.03 9/184 2406
/proc/meminfo: memFree=30426564/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=292144 CPUtime=25.12 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 35845 0 0 0 2506 6 0 0 25 0 4 0 521687496 299155456 21671 33554432000 4194304 4623224 140734695173008 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 73036 21671 350 105 0 68540 0
[pid=2402/tid=2404] ppid=2400 vsize=292144 CPUtime=6.25 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 7555 0 0 0 624 1 0 0 25 0 4 0 521687498 299155456 21671 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=292144 CPUtime=6.28 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 8781 0 0 0 626 2 0 0 25 0 4 0 521687498 299155456 21671 33554432000 4194304 4623224 140734695173008 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=292144 CPUtime=6.28 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 7242 0 0 0 627 1 0 0 25 0 4 0 521687498 299155456 21671 33554432000 4194304 4623224 140734695173008 18446744073709551615 235594533792 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 292144

[startup+12.7012 s]
/proc/loadavg: 8.11 8.12 8.03 5/179 2408
/proc/meminfo: memFree=31291284/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=339024 CPUtime=50.68 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 112875 0 0 0 5047 21 0 0 25 0 4 0 521687496 347160576 36851 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 84756 36851 359 105 0 80260 0
[pid=2402/tid=2404] ppid=2400 vsize=339024 CPUtime=12.61 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 12082 0 0 0 1259 2 0 0 25 0 4 0 521687498 347160576 36851 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=339024 CPUtime=12.67 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 14233 0 0 0 1264 3 0 0 25 0 4 0 521687498 347160576 36851 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376595 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=339024 CPUtime=12.68 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 50798 0 0 0 1259 9 0 0 25 0 4 0 521687498 347160576 36851 33554432000 4194304 4623224 140734695173008 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 339024

[startup+25.5009 s]
/proc/loadavg: 8.17 8.13 8.03 9/184 2438
/proc/meminfo: memFree=31061968/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=400780 CPUtime=101.81 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 211569 0 0 0 10144 37 0 0 25 0 4 0 521687496 410398720 64351 33554432000 4194304 4623224 140734695173008 18446744073709551615 4511659 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 100195 64351 715 105 0 95699 0
[pid=2402/tid=2404] ppid=2400 vsize=400780 CPUtime=25.34 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 19212 0 0 0 2531 3 0 0 25 0 4 0 521687498 410398720 64351 33554432000 4194304 4623224 140734695173008 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=400780 CPUtime=25.47 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 22264 0 0 0 2541 6 0 0 25 0 4 0 521687498 410398720 64351 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376732 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=400780 CPUtime=25.48 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 97847 0 0 0 2533 15 0 0 25 0 4 0 521687498 410398720 64351 33554432000 4194304 4623224 140734695173008 18446744073709551615 4545477 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 400780

[startup+51.1004 s]
/proc/loadavg: 8.10 8.12 8.03 9/184 2439
/proc/meminfo: memFree=30550796/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=967060 CPUtime=204.05 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 433927 0 0 0 20339 66 0 0 25 0 4 0 521687496 990269440 159737 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 241765 159737 1240 105 0 237269 0
[pid=2402/tid=2404] ppid=2400 vsize=967060 CPUtime=50.79 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 39487 0 0 0 5073 6 0 0 25 0 4 0 521687498 990269440 159737 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=967060 CPUtime=51.07 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 31208 0 0 0 5098 9 0 0 25 0 4 0 521687498 990269440 159737 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=967060 CPUtime=51.06 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 110598 0 0 0 5089 17 0 0 25 0 4 0 521687498 990269440 159737 33554432000 4194304 4623224 140734695173008 18446744073709551615 235594971679 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 967060

[startup+102.3 s]
/proc/loadavg: 8.09 8.11 8.03 9/184 2440
/proc/meminfo: memFree=30151324/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=1003104 CPUtime=408.58 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 484135 0 0 0 40780 78 0 0 25 0 4 0 521687496 1027178496 184377 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 250776 184377 708 105 0 246280 0
[pid=2402/tid=2404] ppid=2400 vsize=1003104 CPUtime=101.72 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 43699 0 0 0 10164 8 0 0 25 0 4 0 521687498 1027178496 184377 33554432000 4194304 4623224 140734695173008 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=1003104 CPUtime=102.28 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 34341 0 0 0 10216 12 0 0 25 0 4 0 521687498 1027178496 184377 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=1003104 CPUtime=102.27 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 115141 0 0 0 10209 18 0 0 25 0 4 0 521687498 1027178496 184377 33554432000 4194304 4623224 140734695173008 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 1003104

[startup+162.301 s]
/proc/loadavg: 8.03 8.09 8.02 9/184 2442
/proc/meminfo: memFree=29674604/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=1234808 CPUtime=648.17 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 795835 0 0 0 64687 130 0 0 25 0 4 0 521687496 1264443392 228528 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 308702 228529 344 105 0 304206 0
[pid=2402/tid=2404] ppid=2400 vsize=1234808 CPUtime=161.38 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 60883 0 0 0 16128 10 0 0 25 0 4 0 521687498 1264443392 228529 33554432000 4194304 4623224 140734695173008 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=1234808 CPUtime=162.26 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 47866 0 0 0 16207 19 0 0 25 0 4 0 521687498 1264443392 228529 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=1234808 CPUtime=162.26 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 279529 0 0 0 16184 42 0 0 25 0 4 0 521687498 1264443392 228530 33554432000 4194304 4623224 140734695173008 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.17
Current children cumulated vsize (KiB) 1234808

[startup+222.306 s]
/proc/loadavg: 8.06 8.09 8.02 9/184 2443
/proc/meminfo: memFree=29367256/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=1306632 CPUtime=887.87 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 1270307 0 0 0 88587 200 0 0 25 0 4 0 521687496 1337991168 244273 33554432000 4194304 4623224 140734695173008 18446744073709551615 4388119 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 326658 244273 346 105 0 322162 0
[pid=2402/tid=2404] ppid=2400 vsize=1306632 CPUtime=221.06 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 87308 0 0 0 22092 14 0 0 25 0 4 0 521687498 1337991168 244273 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=1306632 CPUtime=222.27 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 50542 0 0 0 22207 20 0 0 25 0 4 0 521687498 1337991168 244273 33554432000 4194304 4623224 140734695173008 18446744073709551615 4377579 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=1306632 CPUtime=222.27 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 722106 0 0 0 22120 107 0 0 25 0 4 0 521687498 1337991168 244273 33554432000 4194304 4623224 140734695173008 18446744073709551615 4364894 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 887.87
Current children cumulated vsize (KiB) 1306632

[startup+282.301 s]

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

[pid=2402/tid=2406] ppid=2400 vsize=4008564 CPUtime=702.19 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 3299766 0 0 0 69747 472 0 0 25 0 4 0 521687498 4104769536 828191 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.16
Current children cumulated vsize (KiB) 4008564

[startup+762.3 s]
/proc/loadavg: 8.01 8.06 8.02 9/184 2458
/proc/meminfo: memFree=25211304/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=4084272 CPUtime=3044.84 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 5804374 0 0 0 303613 871 0 0 25 0 4 0 521687496 4182294528 865625 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1021068 865625 360 105 0 1016572 0
[pid=2402/tid=2404] ppid=2400 vsize=4084272 CPUtime=758.1 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 201456 0 0 0 75773 37 0 0 25 0 4 0 521687498 4182294528 865652 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=4084272 CPUtime=762.27 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 119798 0 0 0 76174 53 0 0 25 0 4 0 521687498 4182294528 865652 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=4084272 CPUtime=762.19 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 3758308 0 0 0 75684 535 0 0 25 0 4 0 521687498 4182294528 865652 33554432000 4194304 4623224 140734695173008 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 4084272

[startup+822.301 s]
/proc/loadavg: 8.00 8.04 8.02 9/184 2459
/proc/meminfo: memFree=24815536/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=4941984 CPUtime=3284.39 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 6653030 0 0 0 327455 984 0 0 25 0 4 0 521687496 5060591616 932890 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510108 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1235496 932890 344 105 0 1231000 0
[pid=2402/tid=2404] ppid=2400 vsize=4941984 CPUtime=817.77 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 202502 0 0 0 81739 38 0 0 25 0 4 0 521687498 5060591616 932890 33554432000 4194304 4623224 140734695173008 18446744073709551615 4486198 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=4941984 CPUtime=822.2 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 124576 0 0 0 82162 58 0 0 25 0 4 0 521687498 5060591616 932890 33554432000 4194304 4623224 140734695173008 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=4941984 CPUtime=822.13 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 4154707 0 0 0 81622 591 0 0 25 0 4 0 521687498 5060591616 932890 33554432000 4194304 4623224 140734695173008 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.39
Current children cumulated vsize (KiB) 4941984

[startup+882.306 s]
/proc/loadavg: 8.06 8.05 8.02 9/184 2461
/proc/meminfo: memFree=24535700/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=4946504 CPUtime=3524.08 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 6697239 0 0 0 351415 993 0 0 25 0 4 0 521687496 5065220096 949169 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1236626 949169 344 105 0 1232130 0
[pid=2402/tid=2404] ppid=2400 vsize=4946504 CPUtime=877.45 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 202729 0 0 0 87707 38 0 0 25 0 4 0 521687498 5065220096 949169 33554432000 4194304 4623224 140734695173008 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=4946504 CPUtime=882.21 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 127771 0 0 0 88161 60 0 0 25 0 4 0 521687498 5065220096 949169 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=4946504 CPUtime=882.13 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 4156406 0 0 0 87622 591 0 0 25 0 4 0 521687498 5065220096 949169 33554432000 4194304 4623224 140734695173008 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 4946504

[startup+942.301 s]
/proc/loadavg: 8.08 8.05 8.02 9/184 2463
/proc/meminfo: memFree=24279176/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=5083000 CPUtime=3763.74 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 6859404 0 0 0 375352 1022 0 0 25 0 4 0 521687496 5204992000 991359 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1270750 991359 370 105 0 1266254 0
[pid=2402/tid=2404] ppid=2400 vsize=5083000 CPUtime=937.12 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 203086 0 0 0 93674 38 0 0 25 0 4 0 521687498 5204992000 991359 33554432000 4194304 4623224 140734695173008 18446744073709551615 4357655 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=5083000 CPUtime=942.21 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 130626 0 0 0 94158 63 0 0 25 0 4 0 521687498 5204992000 991359 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=5083000 CPUtime=942.12 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 4267541 0 0 0 93604 608 0 0 25 0 4 0 521687498 5204992000 991359 33554432000 4194304 4623224 140734695173008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 5083000

[startup+1002.3 s]
/proc/loadavg: 8.03 8.04 8.01 9/184 2464
/proc/meminfo: memFree=22294108/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=7322068 CPUtime=4003.29 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 8135424 0 0 0 399121 1208 0 0 25 0 4 0 521687496 7497797632 1453454 33554432000 4194304 4623224 140734695173008 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1830517 1453454 370 105 0 1826021 0
[pid=2402/tid=2404] ppid=2400 vsize=7322068 CPUtime=996.79 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 205521 0 0 0 99640 39 0 0 25 0 4 0 521687498 7497797632 1453454 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=7322068 CPUtime=1002.21 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 168022 0 0 0 100151 70 0 0 25 0 4 0 521687498 7497797632 1453454 33554432000 4194304 4623224 140734695173008 18446744073709551615 4373035 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=7322068 CPUtime=1002.02 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 4350728 0 0 0 99582 620 0 0 25 0 4 0 521687498 7497797632 1453454 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.29
Current children cumulated vsize (KiB) 7322068

[startup+1062.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/184 2466
/proc/meminfo: memFree=22147712/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=7333156 CPUtime=4242.97 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 8615388 0 0 0 423014 1283 0 0 25 0 4 0 521687496 7509151744 1473288 33554432000 4194304 4623224 140734695173008 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1833289 1473288 344 105 0 1828793 0
[pid=2402/tid=2404] ppid=2400 vsize=7333156 CPUtime=1056.47 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 205843 0 0 0 105608 39 0 0 25 0 4 0 521687498 7509151744 1473288 33554432000 4194304 4623224 140734695173008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=7333156 CPUtime=1062.21 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 171344 0 0 0 106150 71 0 0 25 0 4 0 521687498 7509151744 1473289 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=7333156 CPUtime=1062.02 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 4797206 0 0 0 105514 688 0 0 25 0 4 0 521687498 7509151744 1473290 33554432000 4194304 4623224 140734695173008 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.97
Current children cumulated vsize (KiB) 7333156

[startup+1122.3 s]
/proc/loadavg: 8.04 8.04 8.00 9/184 2467
/proc/meminfo: memFree=21212664/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=7861196 CPUtime=4482.62 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 9319857 0 0 0 446870 1392 0 0 25 0 4 0 521687496 8049864704 1620632 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1965299 1620632 344 105 0 1960803 0
[pid=2402/tid=2404] ppid=2400 vsize=7861196 CPUtime=1116.13 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 206289 0 0 0 111574 39 0 0 25 0 4 0 521687498 8049864704 1620632 33554432000 4194304 4623224 140734695173008 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=7861196 CPUtime=1122.2 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 173314 0 0 0 112148 72 0 0 25 0 4 0 521687498 8049864704 1620632 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=7861196 CPUtime=1122 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 5217771 0 0 0 111451 749 0 0 25 0 4 0 521687498 8049864704 1620632 33554432000 4194304 4623224 140734695173008 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.62
Current children cumulated vsize (KiB) 7861196

[startup+1182.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/184 2469
/proc/meminfo: memFree=20838220/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=7957032 CPUtime=4722.29 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 9669170 0 0 0 470781 1448 0 0 25 0 4 0 521687496 8148000768 1699951 33554432000 4194304 4623224 140734695173008 18446744073709551615 4517723 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 1989258 1699951 344 105 0 1984762 0
[pid=2402/tid=2404] ppid=2400 vsize=7957032 CPUtime=1175.81 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 207300 0 0 0 117542 39 0 0 25 0 4 0 521687498 8148000768 1699951 33554432000 4194304 4623224 140734695173008 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=7957032 CPUtime=1182.21 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 176571 0 0 0 118147 74 0 0 25 0 4 0 521687498 8148000768 1699951 33554432000 4194304 4623224 140734695173008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=7957032 CPUtime=1181.99 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 5475709 0 0 0 117412 787 0 0 25 0 4 0 521687498 8148000768 1699951 33554432000 4194304 4623224 140734695173008 18446744073709551615 4363928 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 7957032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.10 8.05 8.01 9/184 2469
/proc/meminfo: memFree=20647604/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=8153640 CPUtime=4800.19 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) R 2400 2402 2120 0 -1 4202496 9818295 0 0 0 478545 1474 0 0 25 0 4 0 521687496 8349327360 1743319 33554432000 4194304 4623224 140734695173008 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 2038410 1743320 365 105 0 2033914 0
[pid=2402/tid=2404] ppid=2400 vsize=8153640 CPUtime=1195.21 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4202560 207458 0 0 0 119481 40 0 0 25 0 4 0 521687498 8349327360 1743321 33554432000 4194304 4623224 140734695173008 18446744073709551615 4357780 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2402/tid=2405] ppid=2400 vsize=8153640 CPUtime=1201.71 cores=0,2,4,6
/proc/2402/task/2405/stat : 2405 (SArTagnan) R 2400 2402 2120 0 -1 4202560 176896 0 0 0 120097 74 0 0 25 0 4 0 521687498 8349327360 1743321 33554432000 4194304 4623224 140734695173008 18446744073709551615 4377088 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2402/tid=2406] ppid=2400 vsize=8153640 CPUtime=1201.5 cores=0,2,4,6
/proc/2402/task/2406/stat : 2406 (SArTagnan) R 2400 2402 2120 0 -1 4202560 5573469 0 0 0 119348 802 0 0 25 0 4 0 521687498 8349327360 1743321 33554432000 4194304 4623224 140734695173008 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 8153640

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

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

[startup+1201.91 s]
/proc/loadavg: 8.10 8.05 8.01 9/184 2469
/proc/meminfo: memFree=20647604/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=0 CPUtime=4800.32 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) Z 2400 2402 2120 0 -1 4203548 9818297 0 0 0 478548 1484 0 0 25 0 2 0 521687496 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 0 0 0 0 0 0 0
[pid=2402/tid=2404] ppid=2400 vsize=0 CPUtime=1195.31 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4203588 207458 0 0 0 119481 50 0 0 25 0 2 0 521687498 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 0

[startup+1202 s]
/proc/loadavg: 8.10 8.05 8.01 9/184 2469
/proc/meminfo: memFree=20647604/32950928 swapFree=67111404/67111528
[pid=2402] ppid=2400 vsize=0 CPUtime=4800.41 cores=0,2,4,6
/proc/2402/stat : 2402 (SArTagnan) Z 2400 2402 2120 0 -1 4203548 9818297 0 0 0 478548 1493 0 0 25 0 2 0 521687496 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2402/statm: 0 0 0 0 0 0 0
[pid=2402/tid=2404] ppid=2400 vsize=0 CPUtime=1195.4 cores=0,2,4,6
/proc/2402/task/2404/stat : 2404 (SArTagnan) R 2400 2402 2120 0 -1 4203588 207458 0 0 0 119481 59 0 0 25 0 2 0 521687498 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.09
CPU time (s): 4800.51
CPU user time (s): 4785.48
CPU system time (s): 15.0257
CPU usage (%): 399.346
Max. virtual memory (cumulated for all children) (KiB): 9253960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.48
system time used= 15.0257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9818297
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= 7757
involuntary context switches= 22416

runsolver used 2.0027 second user time and 4.55831 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 20:14:47
IDJOB=3263280
IDBENCH=83949
IDSOLVER=1656
FILE ID=node120/3263280-1304100887
RUNJOBID= node120-1304098479-2138
PBS_JOBID= 13170619
Free space on /tmp= 72072 MiB

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

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=286593158

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.809
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:      30510872 kB
Buffers:        481520 kB
Cached:         612108 kB
SwapCached:          8 kB
Active:        1327080 kB
Inactive:       753300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30510872 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:      986060 kB
Mapped:          15652 kB
Slab:           295840 kB
PageTables:       6620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1358248 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= 72072 MiB
End job on node120 at 2011-04-29 20:34:51