Trace number 3282183

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282183-1304042710/watcher-3282183-1304042710 -o /tmp/evaluation-result-3282183-1304042710/solver-3282183-1304042710 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3282183-1304042710.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.78 8.05 7.92 3/174 9063
/proc/meminfo: memFree=26908276/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=19868 CPUtime=0 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 681 0 0 0 0 0 0 0 18 0 1 0 515869681 20344832 619 33554432000 4194304 4623224 140733810420752 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9063/statm: 4967 619 297 105 0 471 0

[startup+0.060194 s]
/proc/loadavg: 6.78 8.05 7.92 3/174 9063
/proc/meminfo: memFree=26908276/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=262284 CPUtime=0.2 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 8003 0 0 0 20 0 0 0 19 0 4 0 515869681 268578816 4579 33554432000 4194304 4623224 140733810420752 18446744073709551615 251814283399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 66196 6032 341 105 0 61700 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 262284

[startup+0.133403 s]
/proc/loadavg: 6.78 8.05 7.92 3/174 9063
/proc/meminfo: memFree=26908276/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=271364 CPUtime=0.49 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 14309 0 0 0 48 1 0 0 19 0 4 0 515869681 277876736 7418 33554432000 4194304 4623224 140733810420752 18446744073709551615 4384347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 67841 7418 342 105 0 63345 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 271364

[startup+0.33337 s]
/proc/loadavg: 6.78 8.05 7.92 3/174 9063
/proc/meminfo: memFree=26908276/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=273820 CPUtime=1.29 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 14964 0 0 0 128 1 0 0 19 0 4 0 515869681 280391680 7929 33554432000 4194304 4623224 140733810420752 18446744073709551615 4517551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 68455 7929 343 105 0 63959 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 273820

[startup+0.700311 s]
/proc/loadavg: 6.78 8.05 7.92 3/174 9063
/proc/meminfo: memFree=26908276/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=273820 CPUtime=2.76 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 15026 0 0 0 275 1 0 0 19 0 4 0 515869681 280391680 7991 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 68455 7991 343 105 0 63959 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 273820

[startup+1.50118 s]
/proc/loadavg: 6.78 8.05 7.92 9/184 9076
/proc/meminfo: memFree=26627708/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=275048 CPUtime=5.96 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 19197 0 0 0 594 2 0 0 21 0 4 0 515869681 281649152 8784 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 68762 8784 344 105 0 64266 0
[pid=9063/tid=9065] ppid=9061 vsize=275048 CPUtime=1.48 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1901 0 0 0 148 0 0 0 23 0 4 0 515869682 281649152 8784 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=275048 CPUtime=1.48 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 2640 0 0 0 148 0 0 0 23 0 4 0 515869682 281649152 8784 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377897 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=275048 CPUtime=1.48 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 6023 0 0 0 148 0 0 0 23 0 4 0 515869682 281649152 8784 33554432000 4194304 4623224 140733810420752 18446744073709551615 4550548 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 275048

[startup+3.10091 s]
/proc/loadavg: 6.78 8.05 7.92 9/184 9076
/proc/meminfo: memFree=26492180/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=277540 CPUtime=12.36 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 30309 0 0 0 1231 5 0 0 25 0 4 0 515869681 284200960 9927 33554432000 4194304 4623224 140733810420752 18446744073709551615 4414474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 69385 9928 344 105 0 64889 0
[pid=9063/tid=9065] ppid=9061 vsize=277540 CPUtime=3.08 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 2591 0 0 0 308 0 0 0 25 0 4 0 515869682 284200960 9928 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=277540 CPUtime=3.07 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 3603 0 0 0 306 1 0 0 25 0 4 0 515869682 284200960 9928 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=277540 CPUtime=3.08 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 15457 0 0 0 306 2 0 0 25 0 4 0 515869682 284200960 9929 33554432000 4194304 4623224 140733810420752 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 277540

[startup+6.30037 s]
/proc/loadavg: 6.87 8.04 7.92 9/184 9076
/proc/meminfo: memFree=26484128/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=278788 CPUtime=25.14 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 48480 0 0 0 2505 9 0 0 25 0 4 0 515869681 285478912 11941 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 69697 11941 344 105 0 65201 0
[pid=9063/tid=9065] ppid=9061 vsize=278788 CPUtime=6.28 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 2744 0 0 0 628 0 0 0 25 0 4 0 515869682 285478912 11941 33554432000 4194304 4623224 140733810420752 18446744073709551615 4289691 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=278788 CPUtime=6.25 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 4418 0 0 0 624 1 0 0 25 0 4 0 515869682 285478912 11941 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376745 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=278788 CPUtime=6.28 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 32560 0 0 0 623 5 0 0 25 0 4 0 515869682 285478912 11941 33554432000 4194304 4623224 140733810420752 18446744073709551615 4553424 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 278788

[startup+12.7003 s]
/proc/loadavg: 6.96 8.04 7.92 9/184 9076
/proc/meminfo: memFree=26466388/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=287456 CPUtime=50.7 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 97337 0 0 0 5053 17 0 0 25 0 4 0 515869681 294354944 15834 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 71864 15834 344 105 0 67368 0
[pid=9063/tid=9065] ppid=9061 vsize=287456 CPUtime=12.68 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 4411 0 0 0 1268 0 0 0 25 0 4 0 515869682 294354944 15834 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=287456 CPUtime=12.62 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 6170 0 0 0 1260 2 0 0 25 0 4 0 515869682 294354944 15834 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=287456 CPUtime=12.68 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 77666 0 0 0 1255 13 0 0 25 0 4 0 515869682 294354944 15834 33554432000 4194304 4623224 140733810420752 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 287456

[startup+25.5011 s]
/proc/loadavg: 7.19 8.04 7.92 9/184 9076
/proc/meminfo: memFree=26430812/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=300692 CPUtime=101.83 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 197209 0 0 0 10150 33 0 0 25 0 4 0 515869681 307908608 22720 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 75173 22720 344 105 0 70677 0
[pid=9063/tid=9065] ppid=9061 vsize=300692 CPUtime=25.48 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 7485 0 0 0 2547 1 0 0 25 0 4 0 515869682 307908608 22720 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=300692 CPUtime=25.35 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 8603 0 0 0 2532 3 0 0 25 0 4 0 515869682 307908608 22720 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=300692 CPUtime=25.48 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 170560 0 0 0 2521 27 0 0 25 0 4 0 515869682 307908608 22720 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 300692

[startup+51.1009 s]
/proc/loadavg: 7.59 8.07 7.93 9/184 9077
/proc/meminfo: memFree=26363760/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=314268 CPUtime=204.09 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 377689 0 0 0 20339 70 0 0 25 0 4 0 515869681 321810432 33624 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 78567 33624 345 105 0 74071 0
[pid=9063/tid=9065] ppid=9061 vsize=314268 CPUtime=51.08 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 11753 0 0 0 5105 3 0 0 25 0 4 0 515869682 321810432 33624 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=314268 CPUtime=50.8 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 10700 0 0 0 5076 4 0 0 25 0 4 0 515869682 321810432 33624 33554432000 4194304 4623224 140733810420752 18446744073709551615 4463064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=314268 CPUtime=51.08 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 341735 0 0 0 5049 59 0 0 25 0 4 0 515869682 321810432 33624 33554432000 4194304 4623224 140733810420752 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 314268

[startup+102.306 s]
/proc/loadavg: 7.96 8.09 7.94 9/184 9078
/proc/meminfo: memFree=26227964/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=363452 CPUtime=408.63 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 693047 0 0 0 40733 130 0 0 25 0 4 0 515869681 372174848 55334 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 90863 55334 561 105 0 86367 0
[pid=9063/tid=9065] ppid=9061 vsize=363452 CPUtime=102.28 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 20116 0 0 0 10221 7 0 0 25 0 4 0 515869682 372174848 55334 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=363452 CPUtime=101.73 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 16284 0 0 0 10166 7 0 0 25 0 4 0 515869682 372174848 55334 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=363452 CPUtime=102.29 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 631534 0 0 0 10119 110 0 0 25 0 4 0 515869682 372174848 55334 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 363452

[startup+162.301 s]
/proc/loadavg: 8.11 8.10 7.95 9/184 9080
/proc/meminfo: memFree=26109396/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=414364 CPUtime=648.29 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 807177 0 0 0 64676 153 0 0 25 0 4 0 515869681 424308736 72163 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 103591 72163 345 105 0 99095 0
[pid=9063/tid=9065] ppid=9061 vsize=414364 CPUtime=162.28 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 28766 0 0 0 16217 11 0 0 25 0 4 0 515869682 424308736 72163 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=414364 CPUtime=161.4 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 16843 0 0 0 16133 7 0 0 25 0 4 0 515869682 424308736 72163 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=414364 CPUtime=162.28 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 725037 0 0 0 16102 126 0 0 25 0 4 0 515869682 424308736 72163 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 414364

[startup+222.301 s]
/proc/loadavg: 8.15 8.11 7.96 9/184 9082
/proc/meminfo: memFree=25984884/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=463332 CPUtime=887.96 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 843919 0 0 0 88633 163 0 0 25 0 4 0 515869681 474451968 90753 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 115833 90753 344 105 0 111337 0
[pid=9063/tid=9065] ppid=9061 vsize=463332 CPUtime=222.27 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 31997 0 0 0 22213 14 0 0 25 0 4 0 515869682 474451968 90753 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=463332 CPUtime=221.07 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 21245 0 0 0 22099 8 0 0 25 0 4 0 515869682 474451968 90753 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=463332 CPUtime=222.28 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 737423 0 0 0 22100 128 0 0 25 0 4 0 515869682 474451968 90753 33554432000 4194304 4623224 140733810420752 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.96
Current children cumulated vsize (KiB) 463332

[startup+282.301 s]

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

[pid=9063] ppid=9061 vsize=1064960 CPUtime=2805.34 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2003294 0 0 0 280141 393 0 0 25 0 4 0 515869681 1090519040 205566 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 266240 205566 345 105 0 261744 0
[pid=9063/tid=9065] ppid=9061 vsize=1064960 CPUtime=702.26 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 72531 0 0 0 70186 40 0 0 25 0 4 0 515869682 1090519040 205566 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1064960 CPUtime=698.46 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 22771 0 0 0 69837 9 0 0 25 0 4 0 515869682 1090519040 205566 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1064960 CPUtime=702.29 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1764507 0 0 0 69915 314 0 0 25 0 4 0 515869682 1090519040 205566 33554432000 4194304 4623224 140733810420752 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1064960

[startup+762.307 s]
/proc/loadavg: 8.00 8.06 8.00 9/184 9096
/proc/meminfo: memFree=25067252/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1095440 CPUtime=3045.04 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2015920 0 0 0 304106 398 0 0 25 0 4 0 515869681 1121730560 218141 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 273860 218141 345 105 0 269364 0
[pid=9063/tid=9065] ppid=9061 vsize=1095440 CPUtime=762.27 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 75391 0 0 0 76184 43 0 0 25 0 4 0 515869682 1121730560 218141 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1095440 CPUtime=758.13 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 22850 0 0 0 75804 9 0 0 25 0 4 0 515869682 1121730560 218141 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1095440 CPUtime=762.3 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1772151 0 0 0 75914 316 0 0 25 0 4 0 515869682 1121730560 218141 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376820 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 1095440

[startup+822.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/184 9098
/proc/meminfo: memFree=24964200/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1160548 CPUtime=3284.7 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2032181 0 0 0 328067 403 0 0 25 0 4 0 515869681 1188401152 234325 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 290137 234325 345 105 0 285641 0
[pid=9063/tid=9065] ppid=9061 vsize=1160548 CPUtime=822.27 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 81426 0 0 0 82182 45 0 0 25 0 4 0 515869682 1188401152 234325 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1160548 CPUtime=817.8 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 22913 0 0 0 81771 9 0 0 25 0 4 0 515869682 1188401152 234325 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1160548 CPUtime=822.29 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1779514 0 0 0 81911 318 0 0 25 0 4 0 515869682 1188401152 234325 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 1160548

[startup+882.3 s]
/proc/loadavg: 8.16 8.08 8.01 9/184 9099
/proc/meminfo: memFree=24881700/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1189824 CPUtime=3524.37 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2043536 0 0 0 352029 408 0 0 25 0 4 0 515869681 1218379776 245564 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 297456 245564 345 105 0 292960 0
[pid=9063/tid=9065] ppid=9061 vsize=1189824 CPUtime=882.26 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 83485 0 0 0 88179 47 0 0 25 0 4 0 515869682 1218379776 245564 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1189824 CPUtime=877.48 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 22965 0 0 0 87738 10 0 0 25 0 4 0 515869682 1218379776 245564 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1189824 CPUtime=882.3 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1786982 0 0 0 87910 320 0 0 25 0 4 0 515869682 1218379776 245564 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1189824

[startup+942.3 s]
/proc/loadavg: 8.18 8.10 8.02 9/184 9100
/proc/meminfo: memFree=24787196/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1330376 CPUtime=3764.05 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2083347 0 0 0 375988 417 0 0 25 0 4 0 515869681 1362305024 261289 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 332594 261289 698 105 0 328098 0
[pid=9063/tid=9065] ppid=9061 vsize=1330376 CPUtime=942.26 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 85295 0 0 0 94176 50 0 0 25 0 4 0 515869682 1362305024 261289 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1330376 CPUtime=937.15 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 28178 0 0 0 93705 10 0 0 25 0 4 0 515869682 1362305024 261289 33554432000 4194304 4623224 140733810420752 18446744073709551615 4330680 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1330376 CPUtime=942.29 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1793695 0 0 0 93908 321 0 0 25 0 4 0 515869682 1362305024 261289 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 1330376

[startup+1002.3 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 9102
/proc/meminfo: memFree=24709044/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1358320 CPUtime=4003.72 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2094389 0 0 0 399953 419 0 0 25 0 4 0 515869681 1390919680 272233 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 339580 272233 698 105 0 335084 0
[pid=9063/tid=9065] ppid=9061 vsize=1358320 CPUtime=1002.27 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 85746 0 0 0 100176 51 0 0 25 0 4 0 515869682 1390919680 272233 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1358320 CPUtime=996.82 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 29499 0 0 0 99672 10 0 0 25 0 4 0 515869682 1390919680 272233 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1358320 CPUtime=1002.29 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1800906 0 0 0 99907 322 0 0 25 0 4 0 515869682 1390919680 272233 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376933 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1358320

[startup+1062.3 s]
/proc/loadavg: 8.17 8.12 8.02 9/184 9104
/proc/meminfo: memFree=24598780/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1428728 CPUtime=4243.4 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2110972 0 0 0 423918 422 0 0 25 0 4 0 515869681 1463017472 288704 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 357182 288704 836 105 0 352686 0
[pid=9063/tid=9065] ppid=9061 vsize=1428728 CPUtime=1062.27 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 85992 0 0 0 106176 51 0 0 25 0 4 0 515869682 1463017472 288704 33554432000 4194304 4623224 140733810420752 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1428728 CPUtime=1056.5 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 29523 0 0 0 105640 10 0 0 25 0 4 0 515869682 1463017472 288704 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1428728 CPUtime=1062.3 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1815297 0 0 0 105905 325 0 0 25 0 4 0 515869682 1463017472 288704 33554432000 4194304 4623224 140733810420752 18446744073709551615 4546788 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1428728

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.03 9/184 9106
/proc/meminfo: memFree=24514432/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1455908 CPUtime=4483.08 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2120549 0 0 0 447883 425 0 0 25 0 4 0 515869681 1490849792 298119 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 363977 298119 807 105 0 359481 0
[pid=9063/tid=9065] ppid=9061 vsize=1455908 CPUtime=1122.26 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 86262 0 0 0 112175 51 0 0 25 0 4 0 515869682 1490849792 298119 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1455908 CPUtime=1116.17 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 29600 0 0 0 111607 10 0 0 25 0 4 0 515869682 1490849792 298119 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1455908 CPUtime=1122.3 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1822350 0 0 0 111904 326 0 0 25 0 4 0 515869682 1490849792 298119 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 1455908

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.03 9/184 9107
/proc/meminfo: memFree=24434416/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1528288 CPUtime=4722.74 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2153827 0 0 0 471844 430 0 0 25 0 4 0 515869681 1564966912 309690 33554432000 4194304 4623224 140733810420752 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 382072 309690 566 105 0 377576 0
[pid=9063/tid=9065] ppid=9061 vsize=1528288 CPUtime=1182.26 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 86742 0 0 0 118175 51 0 0 25 0 4 0 515869682 1564966912 309690 33554432000 4194304 4623224 140733810420752 18446744073709551615 4461290 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1528288 CPUtime=1175.85 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 29634 0 0 0 117575 10 0 0 25 0 4 0 515869682 1564966912 309690 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1528288 CPUtime=1182.3 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1829525 0 0 0 117902 328 0 0 25 0 4 0 515869682 1564966912 309690 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1528288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.10 8.03 9/184 9108
/proc/meminfo: memFree=24422016/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1536656 CPUtime=4800.25 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2156885 0 0 0 479594 431 0 0 25 0 4 0 515869681 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4388779 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 384164 312662 483 105 0 379668 0
[pid=9063/tid=9065] ppid=9061 vsize=1536656 CPUtime=1201.67 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 86989 0 0 0 120115 52 0 0 25 0 4 0 515869682 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1536656 CPUtime=1195.14 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 29693 0 0 0 119504 10 0 0 25 0 4 0 515869682 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1536656 CPUtime=1201.7 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1831865 0 0 0 119842 328 0 0 25 0 4 0 515869682 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1536656

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.10 8.03 9/184 9108
/proc/meminfo: memFree=24422016/32950928 swapFree=67111524/67111528
[pid=9063] ppid=9061 vsize=1536656 CPUtime=4800.25 cores=1,3,5,7
/proc/9063/stat : 9063 (SArTagnan) R 9061 9063 7632 0 -1 4202496 2156885 0 0 0 479594 431 0 0 25 0 4 0 515869681 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4388779 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9063/statm: 384164 312662 483 105 0 379668 0
[pid=9063/tid=9065] ppid=9061 vsize=1536656 CPUtime=1201.67 cores=1,3,5,7
/proc/9063/task/9065/stat : 9065 (SArTagnan) R 9061 9063 7632 0 -1 4202560 86989 0 0 0 120115 52 0 0 25 0 4 0 515869682 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9063/tid=9066] ppid=9061 vsize=1536656 CPUtime=1195.14 cores=1,3,5,7
/proc/9063/task/9066/stat : 9066 (SArTagnan) R 9061 9063 7632 0 -1 4202560 29693 0 0 0 119504 10 0 0 25 0 4 0 515869682 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9063/tid=9067] ppid=9061 vsize=1536656 CPUtime=1201.7 cores=1,3,5,7
/proc/9063/task/9067/stat : 9067 (SArTagnan) R 9061 9063 7632 0 -1 4202560 1831865 0 0 0 119842 328 0 0 25 0 4 0 515869682 1573535744 312662 33554432000 4194304 4623224 140733810420752 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1536656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.35
CPU user time (s): 4795.97
CPU system time (s): 4.37333
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 1536656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.97
system time used= 4.37333
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2156885
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= 525
involuntary context switches= 31589

runsolver used 1.9647 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 04:05:10
IDJOB=3282183
IDBENCH=70785
IDSOLVER=1656
FILE ID=node126/3282183-1304042710
RUNJOBID= node126-1304042710-9050
PBS_JOBID= 13170358
Free space on /tmp= 71600 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282183-1304042710/watcher-3282183-1304042710 -o /tmp/evaluation-result-3282183-1304042710/solver-3282183-1304042710 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3282183-1304042710.cnf -threads=4

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=541592906

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:      26908680 kB
Buffers:       1404396 kB
Cached:        4028036 kB
SwapCached:          4 kB
Active:         178000 kB
Inactive:      5320888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26908680 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:       66412 kB
Mapped:          14500 kB
Slab:           480196 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191444 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= 71596 MiB
End job on node126 at 2011-04-29 04:25:14