Trace number 3281355

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.55 1203.98

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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-3281355-1304040288/watcher-3281355-1304040288 -o /tmp/evaluation-result-3281355-1304040288/solver-3281355-1304040288 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3281355-1304040288.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: 7.57 7.97 7.93 5/180 25825
/proc/meminfo: memFree=12968872/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=23316 CPUtime=0 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 1247 0 0 0 0 0 0 0 23 0 1 0 594259816 23875584 1184 33554432000 4194304 4623224 140736048398480 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25825/statm: 5829 1186 290 105 0 1333 0

[startup+0.088915 s]
/proc/loadavg: 7.57 7.97 7.93 5/180 25825
/proc/meminfo: memFree=12968872/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=193656 CPUtime=0.08 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 9037 0 0 0 7 1 0 0 23 0 1 0 594259816 198303744 7515 33554432000 4194304 4623224 140736048398480 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25825/statm: 48414 7516 299 105 0 43918 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 193656

[startup+0.100901 s]
/proc/loadavg: 7.57 7.97 7.93 5/180 25825
/proc/meminfo: memFree=12968872/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=193656 CPUtime=0.09 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 9178 0 0 0 8 1 0 0 23 0 1 0 594259816 198303744 7656 33554432000 4194304 4623224 140736048398480 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25825/statm: 48414 7658 299 105 0 43918 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 193656

[startup+0.300873 s]
/proc/loadavg: 7.57 7.97 7.93 5/180 25825
/proc/meminfo: memFree=12968872/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=212028 CPUtime=0.29 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 16679 0 0 0 26 3 0 0 25 0 1 0 594259816 217116672 11910 33554432000 4194304 4623224 140736048398480 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25825/statm: 53007 11911 325 105 0 48511 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 212028

[startup+0.700808 s]
/proc/loadavg: 7.57 7.97 7.93 5/180 25825
/proc/meminfo: memFree=12968872/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=244660 CPUtime=0.69 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 30471 0 0 0 64 5 0 0 25 0 1 0 594259816 250531840 19846 33554432000 4194304 4623224 140736048398480 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25825/statm: 61165 19846 413 105 0 56669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 244660

[startup+1.50066 s]
/proc/loadavg: 7.57 7.97 7.93 6/181 25826
/proc/meminfo: memFree=12859876/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=318108 CPUtime=1.49 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 59920 0 0 0 139 10 0 0 25 0 1 0 594259816 325742592 36130 33554432000 4194304 4623224 140736048398480 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25825/statm: 79527 36131 658 105 0 75031 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 318108

[startup+3.10031 s]
/proc/loadavg: 7.57 7.97 7.93 9/184 25829
/proc/meminfo: memFree=12461152/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=788140 CPUtime=4.44 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 164100 0 0 0 421 23 0 0 25 0 4 0 594259816 807055360 127725 33554432000 4194304 4623224 140736048398480 18446744073709551615 4497338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 197035 127725 584 105 0 192539 0
[pid=25825/tid=25827] ppid=25823 vsize=788140 CPUtime=0.44 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 1398 0 0 0 44 0 0 0 25 0 4 0 594260080 807055360 127725 33554432000 4194304 4623224 140736048398480 18446744073709551615 4476704 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=788140 CPUtime=0.44 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 2826 0 0 0 44 0 0 0 25 0 4 0 594260080 807055360 127725 33554432000 4194304 4623224 140736048398480 18446744073709551615 4476713 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=788140 CPUtime=0.43 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 5623 0 0 0 43 0 0 0 25 0 4 0 594260080 807055360 127725 33554432000 4194304 4623224 140736048398480 18446744073709551615 4476730 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 788140

[startup+6.30675 s]
/proc/loadavg: 7.61 7.97 7.93 9/184 25829
/proc/meminfo: memFree=12338380/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=908596 CPUtime=17.25 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 199262 0 0 0 1698 27 0 0 25 0 4 0 594259816 930402304 149179 33554432000 4194304 4623224 140736048398480 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 227149 149179 778 105 0 222653 0
[pid=25825/tid=25827] ppid=25823 vsize=908596 CPUtime=3.65 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 4788 0 0 0 365 0 0 0 25 0 4 0 594260080 930402304 149179 33554432000 4194304 4623224 140736048398480 18446744073709551615 4485185 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=908596 CPUtime=3.64 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 6683 0 0 0 364 0 0 0 25 0 4 0 594260080 930402304 149179 33554432000 4194304 4623224 140736048398480 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=908596 CPUtime=3.63 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 12659 0 0 0 361 2 0 0 25 0 4 0 594260080 930402304 149179 33554432000 4194304 4623224 140736048398480 18446744073709551615 4365937 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.25
Current children cumulated vsize (KiB) 908596

[startup+12.7006 s]
/proc/loadavg: 7.72 7.99 7.94 9/184 25829
/proc/meminfo: memFree=12310604/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=908596 CPUtime=42.8 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 223080 0 0 0 4248 32 0 0 25 0 4 0 594259816 930402304 154371 33554432000 4194304 4623224 140736048398480 18446744073709551615 4412476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 227149 154371 783 105 0 222653 0
[pid=25825/tid=25827] ppid=25823 vsize=908596 CPUtime=10.04 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 5309 0 0 0 1004 0 0 0 25 0 4 0 594260080 930402304 154371 33554432000 4194304 4623224 140736048398480 18446744073709551615 4289785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=908596 CPUtime=10.04 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 14386 0 0 0 1003 1 0 0 25 0 4 0 594260080 930402304 154371 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=908596 CPUtime=10 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 26688 0 0 0 995 5 0 0 25 0 4 0 594260080 930402304 154371 33554432000 4194304 4623224 140736048398480 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.8
Current children cumulated vsize (KiB) 908596

[startup+25.5004 s]
/proc/loadavg: 7.85 8.00 7.95 9/184 25830
/proc/meminfo: memFree=12193452/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=1080608 CPUtime=93.92 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 283763 0 0 0 9351 41 0 0 25 0 4 0 594259816 1106542592 175844 33554432000 4194304 4623224 140736048398480 18446744073709551615 4278634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 270152 175844 1307 105 0 265656 0
[pid=25825/tid=25827] ppid=25823 vsize=1080608 CPUtime=22.84 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 10867 0 0 0 2283 1 0 0 25 0 4 0 594260080 1106542592 175844 33554432000 4194304 4623224 140736048398480 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=1080608 CPUtime=22.83 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 19493 0 0 0 2281 2 0 0 25 0 4 0 594260080 1106542592 175844 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=1080608 CPUtime=22.71 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 56487 0 0 0 2262 9 0 0 25 0 4 0 594260080 1106542592 175844 33554432000 4194304 4623224 140736048398480 18446744073709551615 4363992 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.92
Current children cumulated vsize (KiB) 1080608

[startup+51.1009 s]
/proc/loadavg: 7.90 8.00 7.95 9/184 25830
/proc/meminfo: memFree=12097684/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=1080608 CPUtime=196.18 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 415758 0 0 0 19553 65 0 0 25 0 4 0 594259816 1106542592 191302 33554432000 4194304 4623224 140736048398480 18446744073709551615 4412432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 270152 191302 1623 105 0 265656 0
[pid=25825/tid=25827] ppid=25823 vsize=1080608 CPUtime=48.44 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 12599 0 0 0 4843 1 0 0 25 0 4 0 594260080 1106542592 191302 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=1080608 CPUtime=48.44 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 22410 0 0 0 4841 3 0 0 25 0 4 0 594260080 1106542592 191302 33554432000 4194304 4623224 140736048398480 18446744073709551615 4316884 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=1080608 CPUtime=48.18 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 173356 0 0 0 4787 31 0 0 25 0 4 0 594260080 1106542592 191302 33554432000 4194304 4623224 140736048398480 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 196.18
Current children cumulated vsize (KiB) 1080608

[startup+102.301 s]
/proc/loadavg: 8.05 8.03 7.96 9/184 25832
/proc/meminfo: memFree=11827196/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=1232496 CPUtime=400.7 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 838873 0 0 0 39936 134 0 0 25 0 4 0 594259816 1262075904 230508 33554432000 4194304 4623224 140736048398480 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 308124 230508 1419 105 0 303628 0
[pid=25825/tid=25827] ppid=25823 vsize=1232496 CPUtime=99.64 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 32631 0 0 0 9960 4 0 0 25 0 4 0 594260080 1262075904 230508 33554432000 4194304 4623224 140736048398480 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=1232496 CPUtime=99.64 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 71988 0 0 0 9952 12 0 0 25 0 4 0 594260080 1262075904 230508 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=1232496 CPUtime=99.1 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 474283 0 0 0 9830 80 0 0 25 0 4 0 594260080 1262075904 230508 33554432000 4194304 4623224 140736048398480 18446744073709551615 4289711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 1232496

[startup+162.3 s]
/proc/loadavg: 8.10 8.05 7.97 9/184 25833
/proc/meminfo: memFree=11543556/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=1491452 CPUtime=640.37 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 1317386 0 0 0 63823 214 0 0 25 0 4 0 594259816 1527246848 269627 33554432000 4194304 4623224 140736048398480 18446744073709551615 4412510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 372863 269627 612 105 0 368367 0
[pid=25825/tid=25827] ppid=25823 vsize=1491452 CPUtime=159.65 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 37053 0 0 0 15959 6 0 0 25 0 4 0 594260080 1527246848 269627 33554432000 4194304 4623224 140736048398480 18446744073709551615 4289772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=1491452 CPUtime=159.63 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 111949 0 0 0 15942 21 0 0 25 0 4 0 594260080 1527246848 269627 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=1491452 CPUtime=158.78 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 823171 0 0 0 15740 138 0 0 25 0 4 0 594260080 1527246848 269627 33554432000 4194304 4623224 140736048398480 18446744073709551615 4364107 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 640.37
Current children cumulated vsize (KiB) 1491452

[startup+222.301 s]
/proc/loadavg: 8.12 8.07 7.98 9/184 25835
/proc/meminfo: memFree=11186024/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=1653180 CPUtime=880.05 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 1726585 0 0 0 87724 281 0 0 25 0 4 0 594259816 1692856320 317301 33554432000 4194304 4623224 140736048398480 18446744073709551615 4412535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 413295 317301 335 105 0 408799 0
[pid=25825/tid=25827] ppid=25823 vsize=1653180 CPUtime=219.65 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 59146 0 0 0 21955 10 0 0 25 0 4 0 594260080 1692856320 317301 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=1653180 CPUtime=219.63 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 147996 0 0 0 21935 28 0 0 25 0 4 0 594260080 1692856320 317301 33554432000 4194304 4623224 140736048398480 18446744073709551615 4317157 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=1653180 CPUtime=218.45 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 1090584 0 0 0 21663 182 0 0 25 0 4 0 594260080 1692856320 317301 33554432000 4194304 4623224 140736048398480 18446744073709551615 4545702 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 880.05
Current children cumulated vsize (KiB) 1653180

[startup+282.301 s]
/proc/loadavg: 8.12 8.08 7.99 9/184 25836
/proc/meminfo: memFree=10169928/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=2721356 CPUtime=1119.71 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 2518039 0 0 0 111565 406 0 0 25 0 4 0 594259816 2786668544 544817 33554432000 4194304 4623224 140736048398480 18446744073709551615 218880225989 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 680339 544817 335 105 0 675843 0
[pid=25825/tid=25827] ppid=25823 vsize=2721356 CPUtime=279.65 cores=1,3,5,7

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

[pid=25825/tid=25829] ppid=25823 vsize=7196708 CPUtime=695.78 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 2753531 0 0 0 69107 471 0 0 25 0 4 0 594260080 7369428992 1448672 33554432000 4194304 4623224 140736048398480 18446744073709551615 4545699 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2797.32
Current children cumulated vsize (KiB) 7196708

[startup+762.301 s]
/proc/loadavg: 8.06 8.04 8.00 9/184 25880
/proc/meminfo: memFree=8182088/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=7357520 CPUtime=3036.99 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 6516308 0 0 0 302619 1080 0 0 25 0 4 0 594259816 7534100480 1480861 33554432000 4194304 4623224 140736048398480 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 1839380 1480861 346 105 0 1834884 0
[pid=25825/tid=25827] ppid=25823 vsize=7357520 CPUtime=759.63 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 180336 0 0 0 75927 36 0 0 25 0 4 0 594260080 7534100480 1480861 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=7357520 CPUtime=759.61 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 365762 0 0 0 75881 80 0 0 25 0 4 0 594260080 7534100480 1480861 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=7357520 CPUtime=755.44 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 2991070 0 0 0 75026 518 0 0 25 0 4 0 594260080 7534100480 1480861 33554432000 4194304 4623224 140736048398480 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3036.99
Current children cumulated vsize (KiB) 7357520

[startup+822.301 s]
/proc/loadavg: 8.18 8.07 8.01 9/184 25882
/proc/meminfo: memFree=7908904/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=7619808 CPUtime=3276.68 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 6756642 0 0 0 326548 1120 0 0 25 0 4 0 594259816 7802683392 1532731 33554432000 4194304 4623224 140736048398480 18446744073709551615 4507293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 1904952 1532731 345 105 0 1900456 0
[pid=25825/tid=25827] ppid=25823 vsize=7619808 CPUtime=819.62 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 217459 0 0 0 81921 41 0 0 25 0 4 0 594260080 7802683392 1532731 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=7619808 CPUtime=819.61 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 402753 0 0 0 81875 86 0 0 25 0 4 0 594260080 7802683392 1532731 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=7619808 CPUtime=815.12 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 3105361 0 0 0 80973 539 0 0 25 0 4 0 594260080 7802683392 1532731 33554432000 4194304 4623224 140736048398480 18446744073709551615 4364437 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3276.68
Current children cumulated vsize (KiB) 7619808

[startup+882.301 s]
/proc/loadavg: 8.39 8.15 8.04 9/184 25886
/proc/meminfo: memFree=7762616/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=7689520 CPUtime=3516.35 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 6939209 0 0 0 350485 1150 0 0 25 0 4 0 594259816 7874068480 1557776 33554432000 4194304 4623224 140736048398480 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 1922380 1557776 351 105 0 1917884 0
[pid=25825/tid=25827] ppid=25823 vsize=7689520 CPUtime=879.63 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 220978 0 0 0 87921 42 0 0 25 0 4 0 594260080 7874068480 1557776 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=7689520 CPUtime=879.61 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 406308 0 0 0 87874 87 0 0 25 0 4 0 594260080 7874068480 1557776 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=7689520 CPUtime=874.8 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 3276330 0 0 0 86912 568 0 0 25 0 4 0 594260080 7874068480 1557776 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3516.35
Current children cumulated vsize (KiB) 7689520

[startup+942.301 s]
/proc/loadavg: 8.14 8.12 8.03 9/184 25888
/proc/meminfo: memFree=7520652/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=7925272 CPUtime=3756.05 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 7276794 0 0 0 374396 1209 0 0 25 0 4 0 594259816 8115478528 1603221 33554432000 4194304 4623224 140736048398480 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 1981318 1603221 344 105 0 1976822 0
[pid=25825/tid=25827] ppid=25823 vsize=7925272 CPUtime=939.63 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 270878 0 0 0 93916 47 0 0 25 0 4 0 594260080 8115478528 1603221 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=7925272 CPUtime=939.62 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 455923 0 0 0 93867 95 0 0 25 0 4 0 594260080 8115478528 1603221 33554432000 4194304 4623224 140736048398480 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=7925272 CPUtime=934.48 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 3504250 0 0 0 92837 611 0 0 25 0 4 0 594260080 8115478528 1603221 33554432000 4194304 4623224 140736048398480 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3756.05
Current children cumulated vsize (KiB) 7925272

[startup+1002.3 s]
/proc/loadavg: 8.09 8.11 8.03 9/184 25890
/proc/meminfo: memFree=7367108/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=8042852 CPUtime=3995.71 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 7547460 0 0 0 398319 1252 0 0 25 0 4 0 594259816 8235880448 1630758 33554432000 4194304 4623224 140736048398480 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 2010713 1630758 348 105 0 2006217 0
[pid=25825/tid=25827] ppid=25823 vsize=8042852 CPUtime=999.63 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 276064 0 0 0 99914 49 0 0 25 0 4 0 594260080 8235880448 1630758 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357430 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=8042852 CPUtime=999.61 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 461148 0 0 0 99864 97 0 0 25 0 4 0 594260080 8235880448 1630758 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=8042852 CPUtime=994.15 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 3696494 0 0 0 98772 643 0 0 25 0 4 0 594260080 8235880448 1630758 33554432000 4194304 4623224 140736048398480 18446744073709551615 4363777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3995.71
Current children cumulated vsize (KiB) 8042852

[startup+1062.31 s]
/proc/loadavg: 8.07 8.10 8.03 9/184 25891
/proc/meminfo: memFree=7091932/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=8525756 CPUtime=4235.41 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 7955915 0 0 0 422224 1317 0 0 25 0 4 0 594259816 8730374144 1683440 33554432000 4194304 4623224 140736048398480 18446744073709551615 4511047 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 2131439 1683440 349 105 0 2126943 0
[pid=25825/tid=25827] ppid=25823 vsize=8525756 CPUtime=1059.64 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 346536 0 0 0 105904 60 0 0 25 0 4 0 594260080 8730374144 1683440 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357394 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=8525756 CPUtime=1059.62 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 531660 0 0 0 105853 109 0 0 25 0 4 0 594260080 8730374144 1683440 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=8525756 CPUtime=1053.82 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 3952890 0 0 0 104699 683 0 0 25 0 4 0 594260080 8730374144 1683440 33554432000 4194304 4623224 140736048398480 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.41
Current children cumulated vsize (KiB) 8525756

[startup+1122.3 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 25893
/proc/meminfo: memFree=6954880/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=8525756 CPUtime=4475.06 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 8139273 0 0 0 446153 1353 0 0 25 0 4 0 594259816 8730374144 1710558 33554432000 4194304 4623224 140736048398480 18446744073709551615 4507293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 2131439 1710558 344 105 0 2126943 0
[pid=25825/tid=25827] ppid=25823 vsize=8525756 CPUtime=1119.64 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 352665 0 0 0 111902 62 0 0 25 0 4 0 594260080 8730374144 1710558 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=8525756 CPUtime=1119.62 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 537794 0 0 0 111852 110 0 0 25 0 4 0 594260080 8730374144 1710558 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357413 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=8525756 CPUtime=1113.49 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 4116827 0 0 0 110634 715 0 0 25 0 4 0 594260080 8730374144 1710558 33554432000 4194304 4623224 140736048398480 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.06
Current children cumulated vsize (KiB) 8525756

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.03 9/184 25894
/proc/meminfo: memFree=6812768/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=8540416 CPUtime=4714.74 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 8306152 0 0 0 470093 1381 0 0 25 0 4 0 594259816 8745385984 1731851 33554432000 4194304 4623224 140736048398480 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 2135104 1731851 344 105 0 2130608 0
[pid=25825/tid=25827] ppid=25823 vsize=8540416 CPUtime=1179.63 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 357481 0 0 0 117900 63 0 0 25 0 4 0 594260080 8745385984 1731851 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=8540416 CPUtime=1179.62 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 542651 0 0 0 117851 111 0 0 25 0 4 0 594260080 8745385984 1731851 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=8540416 CPUtime=1173.16 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 4270590 0 0 0 116576 740 0 0 25 0 4 0 594260080 8745385984 1731851 33554432000 4194304 4623224 140736048398480 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.74
Current children cumulated vsize (KiB) 8540416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.14 8.11 8.04 9/184 25895
/proc/meminfo: memFree=6708608/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=8720276 CPUtime=4800.25 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) R 25823 25825 25497 0 -1 4202496 8415702 0 0 0 478629 1396 0 0 25 0 4 0 594259816 8929562624 1753218 33554432000 4194304 4623224 140736048398480 18446744073709551615 4507293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 2180069 1753218 344 105 0 2175573 0
[pid=25825/tid=25827] ppid=25823 vsize=8720276 CPUtime=1201.04 cores=1,3,5,7
/proc/25825/task/25827/stat : 25827 (SArTagnan) R 25823 25825 25497 0 -1 4202560 361580 0 0 0 120040 64 0 0 25 0 4 0 594260080 8929562624 1753218 33554432000 4194304 4623224 140736048398480 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25825/tid=25828] ppid=25823 vsize=8720276 CPUtime=1201.02 cores=1,3,5,7
/proc/25825/task/25828/stat : 25828 (SArTagnan) R 25823 25825 25497 0 -1 4202560 546772 0 0 0 119990 112 0 0 25 0 4 0 594260080 8929562624 1753218 33554432000 4194304 4623224 140736048398480 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=8720276 CPUtime=1194.45 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4202560 4275232 0 0 0 118704 741 0 0 25 0 4 0 594260080 8929562624 1753218 33554432000 4194304 4623224 140736048398480 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 8720276

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

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

[startup+1203.81 s]
/proc/loadavg: 8.14 8.11 8.04 9/184 25895
/proc/meminfo: memFree=6708608/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=0 CPUtime=4800.37 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) Z 25823 25825 25497 0 -1 4203548 8415702 0 0 0 478631 1406 0 0 25 0 2 0 594259816 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 0 0 0 0 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=0 CPUtime=1194.56 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4203588 4275232 0 0 0 118705 751 0 0 25 0 2 0 594260080 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 0

[startup+1203.9 s]
/proc/loadavg: 8.14 8.11 8.04 9/184 25895
/proc/meminfo: memFree=6708608/32950928 swapFree=67111528/67111528
[pid=25825] ppid=25823 vsize=0 CPUtime=4800.46 cores=1,3,5,7
/proc/25825/stat : 25825 (SArTagnan) Z 25823 25825 25497 0 -1 4203548 8415702 0 0 0 478631 1415 0 0 25 0 2 0 594259816 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25825/statm: 0 0 0 0 0 0 0
[pid=25825/tid=25829] ppid=25823 vsize=0 CPUtime=1194.65 cores=1,3,5,7
/proc/25825/task/25829/stat : 25829 (SArTagnan) R 25823 25825 25497 0 -1 4203588 4275232 0 0 0 118705 760 0 0 25 0 2 0 594260080 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.46
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.98
CPU time (s): 4800.55
CPU user time (s): 4786.31
CPU system time (s): 14.2348
CPU usage (%): 398.722
Max. virtual memory (cumulated for all children) (KiB): 9073016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.31
system time used= 14.2348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8415702
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= 6819
involuntary context switches= 29550

runsolver used 1.80073 second user time and 4.76927 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 03:24:52
IDJOB=3281355
IDBENCH=20580
IDSOLVER=1656
FILE ID=node112/3281355-1304040288
RUNJOBID= node112-1304037872-25516
PBS_JOBID= 13170375
Free space on /tmp= 72432 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281355-1304040288/watcher-3281355-1304040288 -o /tmp/evaluation-result-3281355-1304040288/solver-3281355-1304040288 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3281355-1304040288.cnf -threads=4

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=999858400

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12969152 kB
Buffers:       1994440 kB
Cached:       15927892 kB
SwapCached:          0 kB
Active:        8632812 kB
Inactive:     10787684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12969152 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          131848 kB
Writeback:           0 kB
AnonPages:     1497400 kB
Mapped:          15524 kB
Slab:           495292 kB
PageTables:       7860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1814268 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= 72432 MiB
End job on node112 at 2011-04-29 03:44:57