Trace number 3292027

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.48 1203.51

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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-3292027-1304105884/watcher-3292027-1304105884 -o /tmp/evaluation-result-3292027-1304105884/solver-3292027-1304105884 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3292027-1304105884.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.78 8.00 7.98 6/180 10091
/proc/meminfo: memFree=27876124/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=21792 CPUtime=0 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 978 0 0 0 0 0 0 0 23 0 1 0 503003985 22315008 916 33554432000 4194304 4623224 140735691724960 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10091/statm: 5448 918 290 105 0 952 0

[startup+0.0612381 s]
/proc/loadavg: 7.78 8.00 7.98 6/180 10091
/proc/meminfo: memFree=27876124/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=125012 CPUtime=0.05 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 6290 0 0 0 5 0 0 0 23 0 1 0 503003985 128012288 5036 33554432000 4194304 4623224 140735691724960 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10091/statm: 31253 5038 297 105 0 26757 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 125012

[startup+0.100229 s]
/proc/loadavg: 7.78 8.00 7.98 6/180 10091
/proc/meminfo: memFree=27876124/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=127324 CPUtime=0.08 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 7458 0 0 0 8 0 0 0 23 0 1 0 503003985 130379776 5790 33554432000 4194304 4623224 140735691724960 18446744073709551615 254261616384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10091/statm: 31831 5791 298 105 0 27335 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 127324

[startup+0.300196 s]
/proc/loadavg: 7.78 8.00 7.98 6/180 10091
/proc/meminfo: memFree=27876124/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=143288 CPUtime=0.29 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 14691 0 0 0 27 2 0 0 25 0 1 0 503003985 146726912 9670 33554432000 4194304 4623224 140735691724960 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10091/statm: 35822 9671 303 105 0 31326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 143288

[startup+0.7011 s]
/proc/loadavg: 7.78 8.00 7.98 6/180 10091
/proc/meminfo: memFree=27876124/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=172620 CPUtime=0.69 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 27679 0 0 0 65 4 0 0 25 0 1 0 503003985 176762880 17361 33554432000 4194304 4623224 140735691724960 18446744073709551615 254261616384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10091/statm: 43155 17362 330 105 0 38659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 172620

[startup+1.50096 s]
/proc/loadavg: 7.78 8.00 7.98 6/181 10092
/proc/meminfo: memFree=27778524/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=238648 CPUtime=1.49 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 54889 0 0 0 139 10 0 0 25 0 1 0 503003985 244375552 32595 33554432000 4194304 4623224 140735691724960 18446744073709551615 254261616384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10091/statm: 59662 32597 477 105 0 55166 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 238648

[startup+3.10064 s]
/proc/loadavg: 7.80 8.00 7.98 9/184 10095
/proc/meminfo: memFree=27535212/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=705504 CPUtime=7.62 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 118350 0 0 0 744 18 0 0 25 0 4 0 503003985 722436096 94882 33554432000 4194304 4623224 140735691724960 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 176376 94882 859 105 0 171880 0
[pid=10091/tid=10093] ppid=10089 vsize=705504 CPUtime=1.5 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 3647 0 0 0 150 0 0 0 25 0 4 0 503004144 722436096 94882 33554432000 4194304 4623224 140735691724960 18446744073709551615 4330719 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=705504 CPUtime=1.5 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 4882 0 0 0 150 0 0 0 25 0 4 0 503004144 722436096 94882 33554432000 4194304 4623224 140735691724960 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=705504 CPUtime=1.5 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 6246 0 0 0 149 1 0 0 25 0 4 0 503004144 722436096 94882 33554432000 4194304 4623224 140735691724960 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 705504

[startup+6.30107 s]
/proc/loadavg: 7.80 8.00 7.98 9/184 10095
/proc/meminfo: memFree=27490072/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=705504 CPUtime=20.4 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 128077 0 0 0 2020 20 0 0 25 0 4 0 503003985 722436096 96114 33554432000 4194304 4623224 140735691724960 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 176376 96114 859 105 0 171880 0
[pid=10091/tid=10093] ppid=10089 vsize=705504 CPUtime=4.7 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 3752 0 0 0 470 0 0 0 25 0 4 0 503004144 722436096 96114 33554432000 4194304 4623224 140735691724960 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=705504 CPUtime=4.68 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 5044 0 0 0 468 0 0 0 25 0 4 0 503004144 722436096 96114 33554432000 4194304 4623224 140735691724960 18446744073709551615 4485272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=705504 CPUtime=4.71 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 15029 0 0 0 468 3 0 0 25 0 4 0 503004144 722436096 96114 33554432000 4194304 4623224 140735691724960 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.4
Current children cumulated vsize (KiB) 705504

[startup+12.7009 s]
/proc/loadavg: 7.81 8.00 7.98 9/184 10095
/proc/meminfo: memFree=27467644/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=705504 CPUtime=45.97 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 153877 0 0 0 4573 24 0 0 25 0 4 0 503003985 722436096 100757 33554432000 4194304 4623224 140735691724960 18446744073709551615 4412527 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 176376 100757 1003 105 0 171880 0
[pid=10091/tid=10093] ppid=10089 vsize=705504 CPUtime=11.1 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 3872 0 0 0 1110 0 0 0 25 0 4 0 503004144 722436096 100757 33554432000 4194304 4623224 140735691724960 18446744073709551615 4289772 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=705504 CPUtime=11.04 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 8497 0 0 0 1104 0 0 0 25 0 4 0 503004144 722436096 100757 33554432000 4194304 4623224 140735691724960 18446744073709551615 4317268 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=705504 CPUtime=11.1 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 36172 0 0 0 1104 6 0 0 25 0 4 0 503004144 722436096 100757 33554432000 4194304 4623224 140735691724960 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.97
Current children cumulated vsize (KiB) 705504

[startup+25.5007 s]
/proc/loadavg: 7.85 8.00 7.98 9/184 10096
/proc/meminfo: memFree=27445312/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=705504 CPUtime=97.09 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 203749 0 0 0 9675 34 0 0 25 0 4 0 503003985 722436096 103120 33554432000 4194304 4623224 140735691724960 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 176376 103120 1001 105 0 171880 0
[pid=10091/tid=10093] ppid=10089 vsize=705504 CPUtime=23.9 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 4132 0 0 0 2390 0 0 0 25 0 4 0 503004144 722436096 103120 33554432000 4194304 4623224 140735691724960 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=705504 CPUtime=23.77 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 8887 0 0 0 2377 0 0 0 25 0 4 0 503004144 722436096 103120 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=705504 CPUtime=23.9 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 84459 0 0 0 2374 16 0 0 25 0 4 0 503004144 722436096 103120 33554432000 4194304 4623224 140735691724960 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.09
Current children cumulated vsize (KiB) 705504

[startup+51.1011 s]
/proc/loadavg: 7.97 8.02 7.99 9/184 10097
/proc/meminfo: memFree=27331320/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=777160 CPUtime=199.35 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 329097 0 0 0 19879 56 0 0 25 0 4 0 503003985 795811840 125117 33554432000 4194304 4623224 140735691724960 18446744073709551615 4412783 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 194290 125117 777 105 0 189794 0
[pid=10091/tid=10093] ppid=10089 vsize=777160 CPUtime=49.51 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 10437 0 0 0 4948 3 0 0 25 0 4 0 503004144 795811840 125117 33554432000 4194304 4623224 140735691724960 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=777160 CPUtime=49.23 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 16463 0 0 0 4921 2 0 0 25 0 4 0 503004144 795811840 125117 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=777160 CPUtime=49.5 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 177430 0 0 0 4919 31 0 0 25 0 4 0 503004144 795811840 125117 33554432000 4194304 4623224 140735691724960 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.35
Current children cumulated vsize (KiB) 777160

[startup+102.307 s]
/proc/loadavg: 8.05 8.03 7.99 9/184 10098
/proc/meminfo: memFree=26990568/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=1092076 CPUtime=403.87 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 544622 0 0 0 40297 90 0 0 25 0 4 0 503003985 1118285824 198465 33554432000 4194304 4623224 140735691724960 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 273019 198465 819 105 0 268523 0
[pid=10091/tid=10093] ppid=10089 vsize=1092076 CPUtime=100.71 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 35776 0 0 0 10065 6 0 0 25 0 4 0 503004144 1118285824 198465 33554432000 4194304 4623224 140735691724960 18446744073709551615 4377457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=1092076 CPUtime=100.15 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 23609 0 0 0 10011 4 0 0 25 0 4 0 503004144 1118285824 198465 33554432000 4194304 4623224 140735691724960 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=1092076 CPUtime=100.7 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 227280 0 0 0 10031 39 0 0 25 0 4 0 503004144 1118285824 198465 33554432000 4194304 4623224 140735691724960 18446744073709551615 4551401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 403.87
Current children cumulated vsize (KiB) 1092076

[startup+162.3 s]
/proc/loadavg: 7.44 7.89 7.95 9/184 10130
/proc/meminfo: memFree=26707572/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=2309176 CPUtime=643.39 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 1325965 0 0 0 64106 233 0 0 25 0 4 0 503003985 2364596224 462338 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 577294 462338 527 105 0 572798 0
[pid=10091/tid=10093] ppid=10089 vsize=2309176 CPUtime=160.66 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 64809 0 0 0 16048 18 0 0 25 0 4 0 503004144 2364596224 462338 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=2309176 CPUtime=159.78 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 67660 0 0 0 15962 16 0 0 25 0 4 0 503004144 2364596224 462338 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=2309176 CPUtime=160.67 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 390889 0 0 0 16003 64 0 0 25 0 4 0 503004144 2364596224 462338 33554432000 4194304 4623224 140735691724960 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 643.39
Current children cumulated vsize (KiB) 2309176

[startup+222.301 s]
/proc/loadavg: 7.88 7.93 7.96 9/184 10132
/proc/meminfo: memFree=26040080/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=2883180 CPUtime=883.03 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 1639595 0 0 0 87997 306 0 0 25 0 4 0 503003985 2952376320 596082 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 720795 596082 354 105 0 716299 0
[pid=10091/tid=10093] ppid=10089 vsize=2883180 CPUtime=220.66 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 122976 0 0 0 22027 39 0 0 25 0 4 0 503004144 2952376320 596082 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=2883180 CPUtime=219.44 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 144768 0 0 0 21902 42 0 0 25 0 4 0 503004144 2952376320 596082 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=2883180 CPUtime=220.67 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 455973 0 0 0 21993 74 0 0 25 0 4 0 503004144 2952376320 596082 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 883.03
Current children cumulated vsize (KiB) 2883180

[startup+282.301 s]
/proc/loadavg: 8.05 7.97 7.97 9/184 10134
/proc/meminfo: memFree=25356976/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=3653776 CPUtime=1122.62 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 2151378 0 0 0 111860 402 0 0 25 0 4 0 503003985 3741466624 731412 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510175 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 913444 731412 343 105 0 908948 0
[pid=10091/tid=10093] ppid=10089 vsize=3653776 CPUtime=280.62 cores=0,2,4,6

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

[pid=10091/tid=10095] ppid=10089 vsize=8431112 CPUtime=700.34 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2099118 0 0 0 69705 329 0 0 25 0 4 0 503004144 8633458688 1677506 33554432000 4194304 4623224 140735691724960 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2799.58
Current children cumulated vsize (KiB) 8431112

[startup+762.307 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 10146
/proc/meminfo: memFree=18898720/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=8627720 CPUtime=3039.28 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 6252067 0 0 0 302865 1063 0 0 25 0 4 0 503003985 8834785280 1774605 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2156930 1774605 345 105 0 2152434 0
[pid=10091/tid=10093] ppid=10089 vsize=8627720 CPUtime=760.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 387228 0 0 0 75932 106 0 0 25 0 4 0 503004144 8834785280 1774605 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=8627720 CPUtime=756.3 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 421877 0 0 0 75515 115 0 0 25 0 4 0 503004144 8834785280 1774605 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=8627720 CPUtime=760.35 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2100895 0 0 0 75705 330 0 0 25 0 4 0 503004144 8834785280 1774605 33554432000 4194304 4623224 140735691724960 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.28
Current children cumulated vsize (KiB) 8627720

[startup+822.301 s]
/proc/loadavg: 8.14 8.09 8.02 9/184 10148
/proc/meminfo: memFree=18710048/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=8700148 CPUtime=3278.93 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 6273988 0 0 0 326824 1069 0 0 25 0 4 0 503003985 8908951552 1795615 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2175037 1795615 345 105 0 2170541 0
[pid=10091/tid=10093] ppid=10089 vsize=8700148 CPUtime=820.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 387283 0 0 0 81932 106 0 0 25 0 4 0 503004144 8908951552 1795615 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=8700148 CPUtime=815.96 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 422263 0 0 0 81481 115 0 0 25 0 4 0 503004144 8908951552 1795615 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357413 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=8700148 CPUtime=820.34 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2102858 0 0 0 81704 330 0 0 25 0 4 0 503004144 8908951552 1795615 33554432000 4194304 4623224 140735691724960 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.93
Current children cumulated vsize (KiB) 8700148

[startup+882.301 s]
/proc/loadavg: 8.28 8.13 8.03 9/184 10150
/proc/meminfo: memFree=18517292/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=8706960 CPUtime=3518.6 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 6306610 0 0 0 350784 1076 0 0 25 0 4 0 503003985 8915927040 1825877 33554432000 4194304 4623224 140735691724960 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2176740 1825877 345 105 0 2172244 0
[pid=10091/tid=10093] ppid=10089 vsize=8706960 CPUtime=880.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 387523 0 0 0 87932 106 0 0 25 0 4 0 503004144 8915927040 1825877 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=8706960 CPUtime=875.63 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 422905 0 0 0 87448 115 0 0 25 0 4 0 503004144 8915927040 1825877 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=8706960 CPUtime=880.34 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2105218 0 0 0 87704 330 0 0 25 0 4 0 503004144 8915927040 1825877 33554432000 4194304 4623224 140735691724960 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.6
Current children cumulated vsize (KiB) 8706960

[startup+942.301 s]
/proc/loadavg: 8.24 8.14 8.04 9/184 10151
/proc/meminfo: memFree=18246784/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=8778060 CPUtime=3758.27 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 6324207 0 0 0 374747 1080 0 0 25 0 4 0 503003985 8988733440 1842451 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2194515 1842451 345 105 0 2190019 0
[pid=10091/tid=10093] ppid=10089 vsize=8778060 CPUtime=940.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 387554 0 0 0 93932 106 0 0 25 0 4 0 503004144 8988733440 1842451 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=8778060 CPUtime=935.3 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 422992 0 0 0 93415 115 0 0 25 0 4 0 503004144 8988733440 1842451 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357433 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=8778060 CPUtime=940.34 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2107309 0 0 0 93703 331 0 0 25 0 4 0 503004144 8988733440 1842451 33554432000 4194304 4623224 140735691724960 18446744073709551615 4363728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.27
Current children cumulated vsize (KiB) 8778060

[startup+1002.3 s]
/proc/loadavg: 8.12 8.12 8.04 10/184 10153
/proc/meminfo: memFree=16865364/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=9445184 CPUtime=3997.94 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 6646656 0 0 0 398651 1143 0 0 25 0 4 0 503003985 9671868416 1990189 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2361296 1990189 345 105 0 2356800 0
[pid=10091/tid=10093] ppid=10089 vsize=9445184 CPUtime=1000.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 388065 0 0 0 99932 106 0 0 25 0 4 0 503004144 9671868416 1990189 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=9445184 CPUtime=994.96 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 424297 0 0 0 99380 116 0 0 25 0 4 0 503004144 9671868416 1990189 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=9445184 CPUtime=1000.35 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2111710 0 0 0 99703 332 0 0 25 0 4 0 503004144 9671868416 1990189 33554432000 4194304 4623224 140735691724960 18446744073709551615 4289892 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.94
Current children cumulated vsize (KiB) 9445184

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 8.04 9/184 10154
/proc/meminfo: memFree=15725216/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=11394076 CPUtime=4237.61 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 7745586 0 0 0 422470 1291 0 0 25 0 4 0 503003985 11667533824 2228676 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2848519 2228676 345 105 0 2844023 0
[pid=10091/tid=10093] ppid=10089 vsize=11394076 CPUtime=1060.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 388065 0 0 0 105932 106 0 0 25 0 4 0 503004144 11667533824 2228676 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=11394076 CPUtime=1054.63 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 424959 0 0 0 105347 116 0 0 25 0 4 0 503004144 11667533824 2228676 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357413 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=11394076 CPUtime=1060.35 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2113655 0 0 0 105702 333 0 0 25 0 4 0 503004144 11667533824 2228676 33554432000 4194304 4623224 140735691724960 18446744073709551615 4552727 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.61
Current children cumulated vsize (KiB) 11394076

[startup+1122.3 s]
/proc/loadavg: 8.06 8.10 8.04 9/184 10156
/proc/meminfo: memFree=15468596/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=11528928 CPUtime=4477.28 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 7780661 0 0 0 446428 1300 0 0 25 0 4 0 503003985 11805622272 2263135 33554432000 4194304 4623224 140735691724960 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2882232 2263135 345 105 0 2877736 0
[pid=10091/tid=10093] ppid=10089 vsize=11528928 CPUtime=1120.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 388155 0 0 0 111932 106 0 0 25 0 4 0 503004144 11805622272 2263135 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357413 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=11528928 CPUtime=1114.3 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 425360 0 0 0 111314 116 0 0 25 0 4 0 503004144 11805622272 2263135 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=11528928 CPUtime=1120.34 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2115167 0 0 0 111701 333 0 0 25 0 4 0 503004144 11805622272 2263135 33554432000 4194304 4623224 140735691724960 18446744073709551615 4363765 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4477.28
Current children cumulated vsize (KiB) 11528928

[startup+1182.3 s]
/proc/loadavg: 8.02 8.08 8.03 9/184 10158
/proc/meminfo: memFree=15332880/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=11539324 CPUtime=4716.96 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 7814493 0 0 0 470388 1308 0 0 25 0 4 0 503003985 11816267776 2296145 33554432000 4194304 4623224 140735691724960 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2884831 2296145 345 105 0 2880335 0
[pid=10091/tid=10093] ppid=10089 vsize=11539324 CPUtime=1180.38 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 388220 0 0 0 117932 106 0 0 25 0 4 0 503004144 11816267776 2296145 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=11539324 CPUtime=1173.97 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 425393 0 0 0 117281 116 0 0 25 0 4 0 503004144 11816267776 2296145 33554432000 4194304 4623224 140735691724960 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=11539324 CPUtime=1180.34 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2118533 0 0 0 117700 334 0 0 25 0 4 0 503004144 11816267776 2296145 33554432000 4194304 4623224 140735691724960 18446744073709551615 4552741 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.96
Current children cumulated vsize (KiB) 11539324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.07 8.09 8.03 9/184 10158
/proc/meminfo: memFree=15147956/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=11606856 CPUtime=4800.06 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) R 10089 10091 9954 0 -1 4202496 7824997 0 0 0 478696 1310 0 0 25 0 4 0 503003985 11885420544 2306341 33554432000 4194304 4623224 140735691724960 18446744073709551615 4513753 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 2901714 2306341 345 105 0 2897218 0
[pid=10091/tid=10093] ppid=10089 vsize=11606856 CPUtime=1201.19 cores=0,2,4,6
/proc/10091/task/10093/stat : 10093 (SArTagnan) R 10089 10091 9954 0 -1 4202560 388264 0 0 0 120013 106 0 0 25 0 4 0 503004144 11885420544 2306341 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=11606856 CPUtime=1194.65 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4202560 425440 0 0 0 119349 116 0 0 25 0 4 0 503004144 11885420544 2306341 33554432000 4194304 4623224 140735691724960 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10091/tid=10095] ppid=10089 vsize=11606856 CPUtime=1201.15 cores=0,2,4,6
/proc/10091/task/10095/stat : 10095 (SArTagnan) R 10089 10091 9954 0 -1 4202560 2119175 0 0 0 119781 334 0 0 25 0 4 0 503004144 11885420544 2306341 33554432000 4194304 4623224 140735691724960 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 11606856

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

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

[startup+1203.41 s]
/proc/loadavg: 8.07 8.09 8.03 6/183 10159
/proc/meminfo: memFree=19233516/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=0 CPUtime=4800.37 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) Z 10089 10091 9954 0 -1 4203548 7824998 0 0 0 478698 1339 0 0 25 0 2 0 503003985 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 0 0 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=0 CPUtime=1194.95 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4203588 425440 0 0 0 119350 145 0 0 25 0 2 0 503004144 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 0

[startup+1203.5 s]
/proc/loadavg: 8.07 8.09 8.03 6/183 10159
/proc/meminfo: memFree=19233516/32951124 swapFree=67111348/67111528
[pid=10091] ppid=10089 vsize=0 CPUtime=4800.47 cores=0,2,4,6
/proc/10091/stat : 10091 (SArTagnan) Z 10089 10091 9954 0 -1 4203548 7824998 0 0 0 478698 1349 0 0 25 0 2 0 503003985 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10091/statm: 0 0 0 0 0 0 0
[pid=10091/tid=10094] ppid=10089 vsize=0 CPUtime=1195.05 cores=0,2,4,6
/proc/10091/task/10094/stat : 10094 (SArTagnan) R 10089 10091 9954 0 -1 4203588 425440 0 0 0 119350 155 0 0 25 0 2 0 503004144 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.47
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.51
CPU time (s): 4800.48
CPU user time (s): 4786.99
CPU system time (s): 13.4939
CPU usage (%): 398.875
Max. virtual memory (cumulated for all children) (KiB): 14686700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.99
system time used= 13.4939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7824998
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= 43227
involuntary context switches= 26242

runsolver used 1.93771 second user time and 4.63429 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 21:38:07
IDJOB=3292027
IDBENCH=85007
IDSOLVER=1656
FILE ID=node140/3292027-1304105884
RUNJOBID= node140-1304104680-9972
PBS_JOBID= 13170652
Free space on /tmp= 72588 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292027-1304105884/watcher-3292027-1304105884 -o /tmp/evaluation-result-3292027-1304105884/solver-3292027-1304105884 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3292027-1304105884.cnf -threads=4

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=117472828

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27876280 kB
Buffers:       1008516 kB
Cached:        1736384 kB
SwapCached:        180 kB
Active:        2113596 kB
Inactive:      2466104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27876280 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           77100 kB
Writeback:           0 kB
AnonPages:     1833932 kB
Mapped:          15520 kB
Slab:           428448 kB
PageTables:       8328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2267892 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= 72380 MiB
End job on node140 at 2011-04-29 21:58:12