Trace number 3283517

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-24UNSAT 2643.74 662.377

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

2643.46/662.23	
2643.46/662.23	s UNSATISFIABLE
2643.46/662.23	c Conflict at level 0

Verifier Data

No possible verification on an UNSAT instance

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-3283517-1304048624/watcher-3283517-1304048624 -o /tmp/evaluation-result-3283517-1304048624/solver-3283517-1304048624 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3283517-1304048624.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: 7.76 6.39 6.28 6/180 10231
/proc/meminfo: memFree=25883764/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=21628 CPUtime=0 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 929 0 0 0 0 0 0 0 24 0 1 0 516461153 22147072 866 33554432000 4194304 4623224 140734168604400 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10231/statm: 5407 867 290 105 0 911 0

[startup+0.0796459 s]
/proc/loadavg: 7.76 6.39 6.28 6/180 10231
/proc/meminfo: memFree=25883764/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=64184 CPUtime=0.06 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 7128 0 0 0 6 0 0 0 24 0 1 0 516461153 65724416 5284 33554432000 4194304 4623224 140734168604400 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10231/statm: 16046 5285 297 105 0 11550 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 64184

[startup+0.100642 s]
/proc/loadavg: 7.76 6.39 6.28 6/180 10231
/proc/meminfo: memFree=25883764/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=66032 CPUtime=0.08 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 8209 0 0 0 8 0 0 0 24 0 1 0 516461153 67616768 5440 33554432000 4194304 4623224 140734168604400 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10231/statm: 16508 5440 297 105 0 12012 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 66032

[startup+0.300608 s]
/proc/loadavg: 7.76 6.39 6.28 6/180 10231
/proc/meminfo: memFree=25883764/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=84972 CPUtime=0.28 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 16104 0 0 0 27 1 0 0 25 0 1 0 516461153 87011328 9867 33554432000 4194304 4623224 140734168604400 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10231/statm: 21243 9867 301 105 0 16747 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84972

[startup+0.700545 s]
/proc/loadavg: 7.76 6.39 6.28 6/180 10231
/proc/meminfo: memFree=25883764/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=440692 CPUtime=1.35 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 49565 0 0 0 129 6 0 0 25 0 4 0 516461153 451268608 42225 33554432000 4194304 4623224 140734168604400 18446744073709551615 4360030 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 110173 42225 334 105 0 105677 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 440692

[startup+1.50041 s]
/proc/loadavg: 7.76 6.39 6.28 9/184 10235
/proc/meminfo: memFree=25707040/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=440692 CPUtime=4.54 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 52245 0 0 0 448 6 0 0 25 0 4 0 516461153 451268608 42296 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 110173 42296 335 105 0 105677 0
[pid=10231/tid=10233] ppid=10229 vsize=440692 CPUtime=1.01 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 553 0 0 0 101 0 0 0 25 0 4 0 516461201 451268608 42296 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317463 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=440692 CPUtime=1.01 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 1986 0 0 0 101 0 0 0 25 0 4 0 516461201 451268608 42296 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317154 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=440692 CPUtime=1 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 4368 0 0 0 100 0 0 0 25 0 4 0 516461201 451268608 42296 33554432000 4194304 4623224 140734168604400 18446744073709551615 4552832 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 440692

[startup+3.10114 s]
/proc/loadavg: 7.76 6.39 6.28 9/184 10236
/proc/meminfo: memFree=25708036/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=442228 CPUtime=10.94 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 65650 0 0 0 1086 8 0 0 25 0 4 0 516461153 452841472 44426 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412617 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 110557 44426 335 105 0 106061 0
[pid=10231/tid=10233] ppid=10229 vsize=442228 CPUtime=2.61 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 998 0 0 0 261 0 0 0 25 0 4 0 516461201 452841472 44426 33554432000 4194304 4623224 140734168604400 18446744073709551615 4466141 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=442228 CPUtime=2.61 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 8734 0 0 0 260 1 0 0 25 0 4 0 516461201 452841472 44426 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=442228 CPUtime=2.6 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 10090 0 0 0 259 1 0 0 25 0 4 0 516461201 452841472 44426 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 442228

[startup+6.30061 s]
/proc/loadavg: 7.78 6.41 6.29 9/184 10236
/proc/meminfo: memFree=25678028/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=442228 CPUtime=23.71 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 82640 0 0 0 2360 11 0 0 25 0 4 0 516461153 452841472 49759 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412804 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 110557 49765 335 105 0 106061 0
[pid=10231/tid=10233] ppid=10229 vsize=442228 CPUtime=5.8 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 2181 0 0 0 580 0 0 0 25 0 4 0 516461201 452841472 49775 33554432000 4194304 4623224 140734168604400 18446744073709551615 4462587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=442228 CPUtime=5.81 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 17327 0 0 0 578 3 0 0 25 0 4 0 516461201 452841472 49788 33554432000 4194304 4623224 140734168604400 18446744073709551615 4279464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=442228 CPUtime=5.78 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 16909 0 0 0 576 2 0 0 25 0 4 0 516461201 452841472 49792 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 442228

[startup+12.7005 s]
/proc/loadavg: 7.79 6.44 6.30 9/184 10236
/proc/meminfo: memFree=25600176/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=489104 CPUtime=49.28 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 137506 0 0 0 4909 19 0 0 25 0 4 0 516461153 500842496 63001 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 122276 63001 350 105 0 117780 0
[pid=10231/tid=10233] ppid=10229 vsize=489104 CPUtime=12.21 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 9048 0 0 0 1219 2 0 0 25 0 4 0 516461201 500842496 63001 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=489104 CPUtime=12.21 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 33461 0 0 0 1216 5 0 0 25 0 4 0 516461201 500842496 63001 33554432000 4194304 4623224 140734168604400 18446744073709551615 4316589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=489104 CPUtime=12.14 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 40534 0 0 0 1209 5 0 0 25 0 4 0 516461201 500842496 63001 33554432000 4194304 4623224 140734168604400 18446744073709551615 4577438 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.28
Current children cumulated vsize (KiB) 489104

[startup+25.5004 s]
/proc/loadavg: 7.84 6.51 6.33 9/184 10236
/proc/meminfo: memFree=25500140/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=505524 CPUtime=100.41 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 209585 0 0 0 10009 32 0 0 25 0 4 0 516461153 517656576 78934 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 126381 78934 372 105 0 121885 0
[pid=10231/tid=10233] ppid=10229 vsize=505524 CPUtime=25 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 14938 0 0 0 2497 3 0 0 25 0 4 0 516461201 517656576 78934 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=505524 CPUtime=25.01 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 50727 0 0 0 2493 8 0 0 25 0 4 0 516461201 517656576 78934 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317264 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=505524 CPUtime=24.87 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 85537 0 0 0 2475 12 0 0 25 0 4 0 516461201 517656576 78934 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.41
Current children cumulated vsize (KiB) 505524

[startup+51.1011 s]
/proc/loadavg: 7.89 6.63 6.37 9/184 10236
/proc/meminfo: memFree=25317128/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=595100 CPUtime=202.67 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 299928 0 0 0 20217 50 0 0 25 0 4 0 516461153 609382400 110671 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 148775 110671 352 105 0 144279 0
[pid=10231/tid=10233] ppid=10229 vsize=595100 CPUtime=50.6 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 24551 0 0 0 5054 6 0 0 25 0 4 0 516461201 609382400 110671 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=595100 CPUtime=50.61 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 75460 0 0 0 5048 13 0 0 25 0 4 0 516461201 609382400 110671 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=595100 CPUtime=50.34 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 104551 0 0 0 5019 15 0 0 25 0 4 0 516461201 609382400 110671 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.67
Current children cumulated vsize (KiB) 595100

[startup+102.306 s]
/proc/loadavg: 7.95 6.84 6.45 9/184 10238
/proc/meminfo: memFree=24666372/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=1249684 CPUtime=407.2 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 670124 0 0 0 40609 111 0 0 25 0 4 0 516461153 1279676416 246573 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 312421 246573 1064 105 0 307925 0
[pid=10231/tid=10233] ppid=10229 vsize=1249684 CPUtime=101.8 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 51689 0 0 0 10168 12 0 0 25 0 4 0 516461201 1279676416 246573 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=1249684 CPUtime=101.81 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 115558 0 0 0 10162 19 0 0 25 0 4 0 516461201 1279676416 246573 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=1249684 CPUtime=101.26 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 190964 0 0 0 10097 29 0 0 25 0 4 0 516461201 1279676416 246573 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.2
Current children cumulated vsize (KiB) 1249684

[startup+162.3 s]
/proc/loadavg: 8.05 7.07 6.55 9/184 10240
/proc/meminfo: memFree=24300672/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=1539416 CPUtime=646.85 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 897790 0 0 0 64536 149 0 0 25 0 4 0 516461153 1576361984 298387 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 384854 298387 348 105 0 380358 0
[pid=10231/tid=10233] ppid=10229 vsize=1539416 CPUtime=161.79 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 57060 0 0 0 16165 14 0 0 25 0 4 0 516461201 1576361984 298387 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=1539416 CPUtime=161.81 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 128959 0 0 0 16159 22 0 0 25 0 4 0 516461201 1576361984 298387 33554432000 4194304 4623224 140734168604400 18446744073709551615 4316766 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=1539416 CPUtime=160.92 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 259521 0 0 0 16053 39 0 0 25 0 4 0 516461201 1576361984 298387 33554432000 4194304 4623224 140734168604400 18446744073709551615 4550476 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.85
Current children cumulated vsize (KiB) 1539416

[startup+222.3 s]
/proc/loadavg: 8.09 7.25 6.65 9/184 10241
/proc/meminfo: memFree=23376352/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=2411264 CPUtime=886.49 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 1562911 0 0 0 88395 254 0 0 25 0 4 0 516461153 2469134336 485438 33554432000 4194304 4623224 140734168604400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 602816 485438 343 105 0 598320 0
[pid=10231/tid=10233] ppid=10229 vsize=2411264 CPUtime=221.78 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 75829 0 0 0 22160 18 0 0 25 0 4 0 516461201 2469134336 485438 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=2411264 CPUtime=221.79 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 162536 0 0 0 22150 29 0 0 25 0 4 0 516461201 2469134336 485438 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=2411264 CPUtime=220.59 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 394307 0 0 0 21998 61 0 0 25 0 4 0 516461201 2469134336 485438 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.49
Current children cumulated vsize (KiB) 2411264

[startup+282.3 s]

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

/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 93553 0 0 0 34153 25 0 0 25 0 4 0 516461201 2844786688 569658 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=2778112 CPUtime=341.8 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 187792 0 0 0 34146 34 0 0 25 0 4 0 516461201 2844786688 569658 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=2778112 CPUtime=339.94 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 466583 0 0 0 33922 72 0 0 25 0 4 0 516461201 2844786688 569658 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1365.83
Current children cumulated vsize (KiB) 2778112

[startup+402.301 s]
/proc/loadavg: 8.12 7.64 6.90 9/184 10246
/proc/meminfo: memFree=22667124/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=2856472 CPUtime=1605.51 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 1965430 0 0 0 160228 323 0 0 25 0 4 0 516461153 2925027328 589581 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 714118 589581 343 105 0 709622 0
[pid=10231/tid=10233] ppid=10229 vsize=2856472 CPUtime=401.77 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 94487 0 0 0 40152 25 0 0 25 0 4 0 516461201 2925027328 589581 33554432000 4194304 4623224 140734168604400 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=2856472 CPUtime=401.79 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 195342 0 0 0 40143 36 0 0 25 0 4 0 516461201 2925027328 589581 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317840 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=2856472 CPUtime=399.62 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 616968 0 0 0 39870 92 0 0 25 0 4 0 516461201 2925027328 589581 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1605.51
Current children cumulated vsize (KiB) 2856472

[startup+462.301 s]
/proc/loadavg: 8.14 7.74 6.98 9/184 10248
/proc/meminfo: memFree=22512860/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=2879184 CPUtime=1845.18 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2113748 0 0 0 184172 346 0 0 25 0 4 0 516461153 2948284416 603617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4507221 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 719796 603617 343 105 0 715300 0
[pid=10231/tid=10233] ppid=10229 vsize=2879184 CPUtime=461.77 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 95633 0 0 0 46152 25 0 0 25 0 4 0 516461201 2948284416 603617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=2879184 CPUtime=461.8 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 200381 0 0 0 46142 38 0 0 25 0 4 0 516461201 2948284416 603617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=2879184 CPUtime=459.29 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 749196 0 0 0 45818 111 0 0 25 0 4 0 516461201 2948284416 603617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4560635 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1845.18
Current children cumulated vsize (KiB) 2879184

[startup+522.301 s]
/proc/loadavg: 8.15 7.81 7.05 9/184 10249
/proc/meminfo: memFree=22276012/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3084748 CPUtime=2084.85 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2166111 0 0 0 208131 354 0 0 25 0 4 0 516461153 3158781952 621794 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 771187 621794 344 105 0 766691 0
[pid=10231/tid=10233] ppid=10229 vsize=3084748 CPUtime=521.76 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 105147 0 0 0 52150 26 0 0 25 0 4 0 516461201 3158781952 621794 33554432000 4194304 4623224 140734168604400 18446744073709551615 4486229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3084748 CPUtime=521.79 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 216295 0 0 0 52139 40 0 0 25 0 4 0 516461201 3158781952 621794 33554432000 4194304 4623224 140734168604400 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3084748 CPUtime=518.97 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 761675 0 0 0 51783 114 0 0 25 0 4 0 516461201 3158781952 621794 33554432000 4194304 4623224 140734168604400 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2084.85
Current children cumulated vsize (KiB) 3084748

[startup+582.301 s]
/proc/loadavg: 8.15 7.87 7.12 9/184 10251
/proc/meminfo: memFree=22133024/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3132280 CPUtime=2324.45 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2301868 0 0 0 232070 375 0 0 25 0 4 0 516461153 3207454720 635697 33554432000 4194304 4623224 140734168604400 18446744073709551615 251813896211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 783070 635697 356 105 0 778574 0
[pid=10231/tid=10233] ppid=10229 vsize=3132280 CPUtime=581.75 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 105653 0 0 0 58149 26 0 0 25 0 4 0 516461201 3207454720 635697 33554432000 4194304 4623224 140734168604400 18446744073709551615 4476730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3132280 CPUtime=581.79 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 218666 0 0 0 58138 41 0 0 25 0 4 0 516461201 3207454720 635697 33554432000 4194304 4623224 140734168604400 18446744073709551615 4476720 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3132280 CPUtime=578.64 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 887743 0 0 0 57731 133 0 0 25 0 4 0 516461201 3207454720 635697 33554432000 4194304 4623224 140734168604400 18446744073709551615 4476592 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2324.45
Current children cumulated vsize (KiB) 3132280

[startup+642.301 s]
/proc/loadavg: 8.14 7.92 7.18 9/184 10252
/proc/meminfo: memFree=21724060/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3409260 CPUtime=2563.98 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2434478 0 0 0 256002 396 0 0 25 0 4 0 516461153 3491082240 706534 33554432000 4194304 4623224 140734168604400 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 852315 706534 344 105 0 847819 0
[pid=10231/tid=10233] ppid=10229 vsize=3409260 CPUtime=641.69 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 142160 0 0 0 64137 32 0 0 25 0 4 0 516461201 3491082240 706534 33554432000 4194304 4623224 140734168604400 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3409260 CPUtime=641.7 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 239648 0 0 0 64126 44 0 0 25 0 4 0 516461201 3491082240 706534 33554432000 4194304 4623224 140734168604400 18446744073709551615 4363752 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3409260 CPUtime=638.32 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 915854 0 0 0 63696 136 0 0 25 0 4 0 516461201 3491082240 706534 33554432000 4194304 4623224 140734168604400 18446744073709551615 4364012 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.98
Current children cumulated vsize (KiB) 3409260

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

[startup+652.701 s]
/proc/loadavg: 8.12 7.92 7.19 9/184 10252
/proc/meminfo: memFree=21617792/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3447304 CPUtime=2605.5 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2461738 0 0 0 260149 401 0 0 25 0 4 0 516461153 3530039296 729539 33554432000 4194304 4623224 140734168604400 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 861826 729539 344 105 0 857330 0
[pid=10231/tid=10233] ppid=10229 vsize=3447304 CPUtime=652.09 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 142608 0 0 0 65177 32 0 0 25 0 4 0 516461201 3530039296 729539 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3447304 CPUtime=652.1 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 239875 0 0 0 65166 44 0 0 25 0 4 0 516461201 3530039296 729539 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317180 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3447304 CPUtime=648.65 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 917553 0 0 0 64729 136 0 0 25 0 4 0 516461201 3530039296 729539 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2605.5
Current children cumulated vsize (KiB) 3447304

[startup+659.101 s]
/proc/loadavg: 8.11 7.93 7.19 9/184 10253
/proc/meminfo: memFree=21539048/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3475924 CPUtime=2631.06 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2481570 0 0 0 262701 405 0 0 25 0 4 0 516461153 3559346176 746484 33554432000 4194304 4623224 140734168604400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 868981 746484 344 105 0 864485 0
[pid=10231/tid=10233] ppid=10229 vsize=3475924 CPUtime=658.48 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 142855 0 0 0 65816 32 0 0 25 0 4 0 516461201 3559346176 746484 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3475924 CPUtime=658.5 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 239952 0 0 0 65806 44 0 0 22 0 4 0 516461201 3559346176 746484 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3475924 CPUtime=655.02 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 917596 0 0 0 65366 136 0 0 25 0 4 0 516461201 3559346176 746484 33554432000 4194304 4623224 140734168604400 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2631.06
Current children cumulated vsize (KiB) 3475924

[startup+660.701 s]
/proc/loadavg: 8.18 7.94 7.20 9/184 10253
/proc/meminfo: memFree=21527640/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3978692 CPUtime=2637.46 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2754825 0 0 0 263307 439 0 0 25 0 4 0 516461153 4074180608 770553 33554432000 4194304 4623224 140734168604400 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 994673 770553 344 105 0 990177 0
[pid=10231/tid=10233] ppid=10229 vsize=3978692 CPUtime=660.08 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 142858 0 0 0 65976 32 0 0 25 0 4 0 516461201 4074180608 770553 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3978692 CPUtime=660.1 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 239956 0 0 0 65966 44 0 0 25 0 4 0 516461201 4074180608 770553 33554432000 4194304 4623224 140734168604400 18446744073709551615 4316589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3978692 CPUtime=656.62 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 926887 0 0 0 65524 138 0 0 25 0 4 0 516461201 4074180608 770553 33554432000 4194304 4623224 140734168604400 18446744073709551615 4545757 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2637.46
Current children cumulated vsize (KiB) 3978692

[startup+661.501 s]
/proc/loadavg: 8.18 7.94 7.20 9/184 10253
/proc/meminfo: memFree=21428812/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3981080 CPUtime=2640.66 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2755975 0 0 0 263627 439 0 0 25 0 4 0 516461153 4076625920 771702 33554432000 4194304 4623224 140734168604400 18446744073709551615 4507293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 995270 771702 344 105 0 990774 0
[pid=10231/tid=10233] ppid=10229 vsize=3981080 CPUtime=660.88 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 142862 0 0 0 66056 32 0 0 25 0 4 0 516461201 4076625920 771702 33554432000 4194304 4623224 140734168604400 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3981080 CPUtime=660.9 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 239956 0 0 0 66046 44 0 0 25 0 4 0 516461201 4076625920 771702 33554432000 4194304 4623224 140734168604400 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3981080 CPUtime=657.41 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 926921 0 0 0 65603 138 0 0 25 0 4 0 516461201 4076625920 771702 33554432000 4194304 4623224 140734168604400 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2640.66
Current children cumulated vsize (KiB) 3981080

[startup+661.901 s]
/proc/loadavg: 8.18 7.94 7.20 9/184 10253
/proc/meminfo: memFree=21428812/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=3988400 CPUtime=2642.25 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) R 10229 10231 9252 0 -1 4202496 2758913 0 0 0 263786 439 0 0 25 0 4 0 516461153 4084121600 774617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 997100 774617 344 105 0 992604 0
[pid=10231/tid=10233] ppid=10229 vsize=3988400 CPUtime=661.28 cores=0,2,4,6
/proc/10231/task/10233/stat : 10233 (SArTagnan) R 10229 10231 9252 0 -1 4202560 142891 0 0 0 66096 32 0 0 25 0 4 0 516461201 4084121600 774617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10231/tid=10234] ppid=10229 vsize=3988400 CPUtime=661.3 cores=0,2,4,6
/proc/10231/task/10234/stat : 10234 (SArTagnan) R 10229 10231 9252 0 -1 4202560 239956 0 0 0 66086 44 0 0 25 0 4 0 516461201 4084121600 774617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=3988400 CPUtime=657.81 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4202560 926930 0 0 0 65643 138 0 0 25 0 4 0 516461201 4084121600 774617 33554432000 4194304 4623224 140734168604400 18446744073709551615 4468031 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2642.25
Current children cumulated vsize (KiB) 3988400

[startup+662.301 s]
/proc/loadavg: 8.18 7.94 7.20 9/184 10253
/proc/meminfo: memFree=21402772/32950928 swapFree=67111524/67111528
[pid=10231] ppid=10229 vsize=0 CPUtime=2643.66 cores=0,2,4,6
/proc/10231/stat : 10231 (SArTagnan) Z 10229 10231 9252 0 -1 4203548 2761802 0 0 0 263920 446 0 0 25 0 2 0 516461153 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10231/statm: 0 0 0 0 0 0 0
[pid=10231/tid=10235] ppid=10229 vsize=0 CPUtime=658.2 cores=0,2,4,6
/proc/10231/task/10235/stat : 10235 (SArTagnan) R 10229 10231 9252 0 -1 4203588 929041 0 0 0 65676 144 0 0 25 0 2 0 516461201 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2643.66
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 662.377
CPU time (s): 2643.74
CPU user time (s): 2639.21
CPU system time (s): 4.53631
CPU usage (%): 399.13
Max. virtual memory (cumulated for all children) (KiB): 4936080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2639.21
system time used= 4.53631
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2761802
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= 4738
involuntary context switches= 11068

runsolver used 1.09183 second user time and 2.52662 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 05:43:45
IDJOB=3283517
IDBENCH=71039
IDSOLVER=1656
FILE ID=node126/3283517-1304048624
RUNJOBID= node126-1304048377-10081
PBS_JOBID= 13170390
Free space on /tmp= 71556 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283517-1304048624/watcher-3283517-1304048624 -o /tmp/evaluation-result-3283517-1304048624/solver-3283517-1304048624 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283517-1304048624.cnf -threads=4

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1703062984

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25884052 kB
Buffers:       1407540 kB
Cached:        4235820 kB
SwapCached:          4 kB
Active:        1066944 kB
Inactive:      5454820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25884052 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           18820 kB
Writeback:           0 kB
AnonPages:      877792 kB
Mapped:          15492 kB
Slab:           480380 kB
PageTables:       6404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1179952 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= 71556 MiB
End job on node126 at 2011-04-29 05:54:47