Trace number 3291475

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.14 1201.76

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3291475-1304102852/watcher-3291475-1304102852 -o /tmp/evaluation-result-3291475-1304102852/solver-3291475-1304102852 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3291475-1304102852.cnf -threads=4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.06 7.99 7.53 1/172 20734
/proc/meminfo: memFree=30342792/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=23484 CPUtime=0 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 978 0 0 0 0 0 0 0 25 0 1 0 521885656 24047616 916 33554432000 4194304 4623224 140737459883872 18446744073709551615 253640859392 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/20734/statm: 5871 917 296 105 0 1375 0

[startup+0.062167 s]
/proc/loadavg: 8.06 7.99 7.53 1/172 20734
/proc/meminfo: memFree=30342792/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=31692 CPUtime=0.04 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4606 0 0 0 4 0 0 0 25 0 1 0 521885656 32452608 2915 33554432000 4194304 4623224 140737459883872 18446744073709551615 253640557013 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/20734/statm: 7923 2936 301 105 0 3427 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31692

[startup+0.101149 s]
/proc/loadavg: 8.06 7.99 7.53 1/172 20734
/proc/meminfo: memFree=30342792/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=85968 CPUtime=0.08 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 10910 0 0 0 7 1 0 0 25 0 4 0 521885656 88031232 7774 33554432000 4194304 4623224 140737459883872 18446744073709551615 47278935275432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20734/statm: 21492 7774 306 105 0 16996 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85968

[startup+1.00289 s]
/proc/loadavg: 8.06 7.99 7.53 1/172 20734
/proc/meminfo: memFree=30342792/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=301548 CPUtime=3.68 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 25362 0 0 0 364 4 0 0 19 0 4 0 521885656 308785152 14250 33554432000 4194304 4623224 140737459883872 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 75387 14250 342 105 0 70891 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 301548

[startup+1.10088 s]
/proc/loadavg: 8.06 7.99 7.53 1/172 20734
/proc/meminfo: memFree=30342792/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=301548 CPUtime=4.07 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 25782 0 0 0 403 4 0 0 19 0 4 0 521885656 308785152 14295 33554432000 4194304 4623224 140737459883872 18446744073709551615 4507561 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 75387 14295 342 105 0 70891 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 301548

[startup+1.5008 s]
/proc/loadavg: 8.06 7.99 7.53 1/172 20734
/proc/meminfo: memFree=30342792/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=301548 CPUtime=5.68 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 27566 0 0 0 563 5 0 0 19 0 4 0 521885656 308785152 14392 33554432000 4194304 4623224 140737459883872 18446744073709551615 4368435 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 75387 14392 343 105 0 70891 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 301548

[startup+3.10051 s]
/proc/loadavg: 8.14 8.00 7.53 9/184 20749
/proc/meminfo: memFree=30075388/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=338116 CPUtime=12.06 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 67956 0 0 0 1195 11 0 0 19 0 4 0 521885656 346230784 28147 33554432000 4194304 4623224 140737459883872 18446744073709551615 4507447 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 84529 28147 345 105 0 80033 0
[pid=20734/tid=20738] ppid=20732 vsize=338116 CPUtime=2.98 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 7920 0 0 0 298 0 0 0 25 0 4 0 521885666 346230784 28147 33554432000 4194304 4623224 140737459883872 18446744073709551615 4365140 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=338116 CPUtime=2.99 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 7813 0 0 0 297 2 0 0 24 0 4 0 521885666 346230784 28147 33554432000 4194304 4623224 140737459883872 18446744073709551615 4485229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=338116 CPUtime=2.98 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 22192 0 0 0 295 3 0 0 24 0 4 0 521885666 346230784 28147 33554432000 4194304 4623224 140737459883872 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 338116

[startup+6.30692 s]
/proc/loadavg: 8.12 8.00 7.54 9/184 20749
/proc/meminfo: memFree=30058904/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=338116 CPUtime=24.87 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 82456 0 0 0 2473 14 0 0 25 0 4 0 521885656 346230784 29118 33554432000 4194304 4623224 140737459883872 18446744073709551615 4368409 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 84529 29118 345 105 0 80033 0
[pid=20734/tid=20738] ppid=20732 vsize=338116 CPUtime=6.19 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 7937 0 0 0 619 0 0 0 25 0 4 0 521885666 346230784 29118 33554432000 4194304 4623224 140737459883872 18446744073709551615 4467683 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=338116 CPUtime=6.19 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 7941 0 0 0 617 2 0 0 25 0 4 0 521885666 346230784 29118 33554432000 4194304 4623224 140737459883872 18446744073709551615 253640517769 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=338116 CPUtime=6.2 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 35251 0 0 0 614 6 0 0 25 0 4 0 521885666 346230784 29118 33554432000 4194304 4623224 140737459883872 18446744073709551615 253640517760 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 338116

[startup+12.7008 s]
/proc/loadavg: 8.11 8.00 7.54 9/184 20749
/proc/meminfo: memFree=30050128/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=338116 CPUtime=50.41 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 111090 0 0 0 5023 18 0 0 25 0 4 0 521885656 346230784 31528 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 84529 31528 345 105 0 80033 0
[pid=20734/tid=20738] ppid=20732 vsize=338116 CPUtime=12.58 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 7954 0 0 0 1258 0 0 0 25 0 4 0 521885666 346230784 31528 33554432000 4194304 4623224 140737459883872 18446744073709551615 4363992 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=338116 CPUtime=12.58 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 8889 0 0 0 1256 2 0 0 25 0 4 0 521885666 346230784 31528 33554432000 4194304 4623224 140737459883872 18446744073709551615 4377864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=338116 CPUtime=12.59 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 62726 0 0 0 1250 9 0 0 25 0 4 0 521885666 346230784 31528 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 338116

[startup+25.5004 s]
/proc/loadavg: 8.10 8.00 7.54 9/184 20750
/proc/meminfo: memFree=29986548/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=355652 CPUtime=101.55 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 178524 0 0 0 10126 29 0 0 25 0 4 0 521885656 364187648 40691 33554432000 4194304 4623224 140737459883872 18446744073709551615 4415920 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 88913 40691 345 105 0 84417 0
[pid=20734/tid=20738] ppid=20732 vsize=355652 CPUtime=25.39 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 15176 0 0 0 2535 4 0 0 25 0 4 0 521885666 364187648 40691 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376643 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=355652 CPUtime=25.39 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 13129 0 0 0 2536 3 0 0 25 0 4 0 521885666 364187648 40692 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=355652 CPUtime=25.38 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 115304 0 0 0 2523 15 0 0 25 0 4 0 521885666 364187648 40692 33554432000 4194304 4623224 140737459883872 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 355652

[startup+51.1007 s]
/proc/loadavg: 8.06 8.00 7.55 9/184 20751
/proc/meminfo: memFree=29779388/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=372548 CPUtime=203.83 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 297638 0 0 0 20325 58 0 0 25 0 4 0 521885656 381489152 67188 33554432000 4194304 4623224 140737459883872 18446744073709551615 4413785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 93137 67188 345 105 0 88641 0
[pid=20734/tid=20738] ppid=20732 vsize=372548 CPUtime=50.98 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 28664 0 0 0 5083 15 0 0 25 0 4 0 521885666 381489152 67188 33554432000 4194304 4623224 140737459883872 18446744073709551615 4377923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=372548 CPUtime=50.98 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 18553 0 0 0 5093 5 0 0 25 0 4 0 521885666 381489152 67188 33554432000 4194304 4623224 140737459883872 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=372548 CPUtime=50.99 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 211198 0 0 0 5070 29 0 0 25 0 4 0 521885666 381489152 67188 33554432000 4194304 4623224 140737459883872 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 372548

[startup+102.3 s]
/proc/loadavg: 8.10 8.02 7.58 9/184 20752
/proc/meminfo: memFree=29322564/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=638384 CPUtime=408.37 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 611197 0 0 0 40727 110 0 0 25 0 4 0 521885656 653705216 113553 33554432000 4194304 4623224 140737459883872 18446744073709551615 4413966 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 159596 113553 345 105 0 155100 0
[pid=20734/tid=20738] ppid=20732 vsize=638384 CPUtime=102.17 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 64257 0 0 0 10191 26 0 0 25 0 4 0 521885666 653705216 113553 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=638384 CPUtime=102.18 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 31348 0 0 0 10206 12 0 0 25 0 4 0 521885666 653705216 113553 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=638384 CPUtime=102.18 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 464105 0 0 0 10157 61 0 0 25 0 4 0 521885666 653705216 113553 33554432000 4194304 4623224 140737459883872 18446744073709551615 4377655 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 638384

[startup+162.3 s]
/proc/loadavg: 8.19 8.04 7.62 9/184 20753
/proc/meminfo: memFree=28929600/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=780096 CPUtime=648.08 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 816941 0 0 0 64653 155 0 0 25 0 4 0 521885656 798818304 151582 33554432000 4194304 4623224 140737459883872 18446744073709551615 4415985 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 195024 151582 345 105 0 190528 0
[pid=20734/tid=20738] ppid=20732 vsize=780096 CPUtime=162.17 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 93343 0 0 0 16172 45 0 0 25 0 4 0 521885666 798818304 151582 33554432000 4194304 4623224 140737459883872 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=780096 CPUtime=162.18 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 34921 0 0 0 16204 14 0 0 25 0 4 0 521885666 798818304 151582 33554432000 4194304 4623224 140737459883872 18446744073709551615 4377864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=780096 CPUtime=162.18 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 620736 0 0 0 16135 83 0 0 25 0 4 0 521885666 798818304 151582 33554432000 4194304 4623224 140737459883872 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.08
Current children cumulated vsize (KiB) 780096

[startup+222.3 s]
/proc/loadavg: 8.14 8.05 7.64 9/184 20755
/proc/meminfo: memFree=28544072/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=980748 CPUtime=887.78 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 1161900 0 0 0 88563 215 0 0 25 0 4 0 521885656 1004285952 184374 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 245187 184374 345 105 0 240691 0
[pid=20734/tid=20738] ppid=20732 vsize=980748 CPUtime=222.17 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 119982 0 0 0 22160 57 0 0 25 0 4 0 521885666 1004285952 184374 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=980748 CPUtime=222.18 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 37918 0 0 0 22202 16 0 0 25 0 4 0 521885666 1004285952 184374 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=980748 CPUtime=222.19 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 921233 0 0 0 22093 126 0 0 25 0 4 0 521885666 1004285952 184374 33554432000 4194304 4623224 140737459883872 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.78
Current children cumulated vsize (KiB) 980748

[startup+282.301 s]
/proc/loadavg: 8.12 8.05 7.67 9/184 20757
/proc/meminfo: memFree=28355324/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1052180 CPUtime=1127.47 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 1429086 0 0 0 112484 263 0 0 25 0 4 0 521885656 1077432320 202526 33554432000 4194304 4623224 140737459883872 18446744073709551615 4360078 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 263045 202526 373 105 0 258549 0
[pid=20734/tid=20738] ppid=20732 vsize=1052180 CPUtime=282.17 cores=0,2,4,6

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

[pid=20734] ppid=20732 vsize=1207480 CPUtime=2805.16 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 3519022 0 0 0 279915 601 0 0 25 0 4 0 521885656 1236459520 261233 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 301870 261233 345 105 0 297374 0
[pid=20734/tid=20738] ppid=20732 vsize=1207480 CPUtime=702.14 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 121214 0 0 0 70156 58 0 0 25 0 4 0 521885666 1236459520 261233 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1207480 CPUtime=702.19 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 77935 0 0 0 70180 39 0 0 25 0 4 0 521885666 1236459520 261233 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1207480 CPUtime=702.2 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 3149371 0 0 0 69747 473 0 0 25 0 4 0 521885666 1236459520 261233 33554432000 4194304 4623224 140737459883872 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.16
Current children cumulated vsize (KiB) 1207480

[startup+762.301 s]
/proc/loadavg: 8.03 8.08 7.83 9/184 20769
/proc/meminfo: memFree=27717276/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1380152 CPUtime=3044.84 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 3862010 0 0 0 303827 657 0 0 25 0 4 0 521885656 1413275648 268955 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 345038 268955 345 105 0 340542 0
[pid=20734/tid=20738] ppid=20732 vsize=1380152 CPUtime=762.13 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 121420 0 0 0 76155 58 0 0 25 0 4 0 521885666 1413275648 268955 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1380152 CPUtime=762.19 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 79656 0 0 0 76178 41 0 0 25 0 4 0 521885666 1413275648 268956 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1380152 CPUtime=762.19 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 3466245 0 0 0 75697 522 0 0 25 0 4 0 521885666 1413275648 268956 33554432000 4194304 4623224 140737459883872 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 1380152

[startup+822.301 s]
/proc/loadavg: 8.01 8.06 7.83 9/184 20780
/proc/meminfo: memFree=27636372/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1445688 CPUtime=3284.5 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4175128 0 0 0 327740 710 0 0 25 0 4 0 521885656 1480384512 279166 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 361422 279166 345 105 0 356926 0
[pid=20734/tid=20738] ppid=20732 vsize=1445688 CPUtime=822.13 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 121555 0 0 0 82155 58 0 0 25 0 4 0 521885666 1480384512 279166 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1445688 CPUtime=822.19 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 81600 0 0 0 82176 43 0 0 25 0 4 0 521885666 1480384512 279166 33554432000 4194304 4623224 140737459883872 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1445688 CPUtime=822.18 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 3771374 0 0 0 81647 571 0 0 25 0 4 0 521885666 1480384512 279166 33554432000 4194304 4623224 140737459883872 18446744073709551615 4552683 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.5
Current children cumulated vsize (KiB) 1445688

[startup+882.301 s]
/proc/loadavg: 8.04 8.06 7.85 9/184 20782
/proc/meminfo: memFree=27537888/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1502892 CPUtime=3524.18 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4498783 0 0 0 351653 765 0 0 25 0 4 0 521885656 1538961408 295719 33554432000 4194304 4623224 140737459883872 18446744073709551615 4415008 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 375723 295719 345 105 0 371227 0
[pid=20734/tid=20738] ppid=20732 vsize=1502892 CPUtime=882.12 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 121756 0 0 0 88154 58 0 0 25 0 4 0 521885666 1538961408 295719 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357625 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1502892 CPUtime=882.2 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 88406 0 0 0 88170 50 0 0 25 0 4 0 521885666 1538961408 295719 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1502892 CPUtime=882.18 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4046901 0 0 0 87604 614 0 0 25 0 4 0 521885666 1538961408 295719 33554432000 4194304 4623224 140737459883872 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 1502892

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 7.86 9/184 20783
/proc/meminfo: memFree=27482456/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1503824 CPUtime=3763.87 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4504837 0 0 0 375618 769 0 0 25 0 4 0 521885656 1539915776 301690 33554432000 4194304 4623224 140737459883872 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 375956 301690 345 105 0 371460 0
[pid=20734/tid=20738] ppid=20732 vsize=1503824 CPUtime=942.12 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 121904 0 0 0 94154 58 0 0 25 0 4 0 521885666 1539915776 301690 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1503824 CPUtime=942.2 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 90438 0 0 0 94168 52 0 0 25 0 4 0 521885666 1539915776 301690 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1503824 CPUtime=942.18 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4047805 0 0 0 93604 614 0 0 25 0 4 0 521885666 1539915776 301690 33554432000 4194304 4623224 140737459883872 18446744073709551615 4549260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 1503824

[startup+1002.3 s]
/proc/loadavg: 8.36 8.14 7.89 9/184 20788
/proc/meminfo: memFree=27420656/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1506588 CPUtime=4003.53 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4512101 0 0 0 399581 772 0 0 25 0 4 0 521885656 1542746112 307695 33554432000 4194304 4623224 140737459883872 18446744073709551615 4360092 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 376647 307695 345 105 0 372151 0
[pid=20734/tid=20738] ppid=20732 vsize=1506588 CPUtime=1002.12 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 121988 0 0 0 100153 59 0 0 25 0 4 0 521885666 1542746112 307695 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1506588 CPUtime=1002.19 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 90681 0 0 0 100167 52 0 0 25 0 4 0 521885666 1542746112 307695 33554432000 4194304 4623224 140737459883872 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1506588 CPUtime=1002.18 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4050119 0 0 0 99602 616 0 0 25 0 4 0 521885666 1542746112 307695 33554432000 4194304 4623224 140737459883872 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 1506588

[startup+1062.31 s]
/proc/loadavg: 8.20 8.13 7.91 9/184 20789
/proc/meminfo: memFree=27363392/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1506588 CPUtime=4243.22 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4645069 0 0 0 423527 795 0 0 25 0 4 0 521885656 1542746112 312558 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 376647 312558 345 105 0 372151 0
[pid=20734/tid=20738] ppid=20732 vsize=1506588 CPUtime=1062.12 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 125290 0 0 0 106153 59 0 0 25 0 4 0 521885666 1542746112 312558 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1506588 CPUtime=1062.2 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 91102 0 0 0 106168 52 0 0 25 0 4 0 521885666 1542746112 312558 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1506588 CPUtime=1062.19 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4178606 0 0 0 105581 638 0 0 25 0 4 0 521885666 1542746112 312558 33554432000 4194304 4623224 140737459883872 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 1506588

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 7.91 9/184 20791
/proc/meminfo: memFree=27307584/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1545320 CPUtime=4482.88 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4665893 0 0 0 447489 799 0 0 25 0 4 0 521885656 1582407680 319349 33554432000 4194304 4623224 140737459883872 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 386330 319349 345 105 0 381834 0
[pid=20734/tid=20738] ppid=20732 vsize=1545320 CPUtime=1122.11 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 125560 0 0 0 112152 59 0 0 25 0 4 0 521885666 1582407680 319349 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1545320 CPUtime=1122.2 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 91440 0 0 0 112168 52 0 0 25 0 4 0 521885666 1582407680 319349 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1545320 CPUtime=1122.19 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4196028 0 0 0 111578 641 0 0 25 0 4 0 521885666 1582407680 319349 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.88
Current children cumulated vsize (KiB) 1545320

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 7.92 9/184 20793
/proc/meminfo: memFree=27246068/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1557268 CPUtime=4722.55 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4674848 0 0 0 471455 800 0 0 25 0 4 0 521885656 1594642432 327987 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510177 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 389317 327987 345 105 0 384821 0
[pid=20734/tid=20738] ppid=20732 vsize=1557268 CPUtime=1182.1 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 125857 0 0 0 118151 59 0 0 25 0 4 0 521885666 1594642432 327987 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1557268 CPUtime=1182.2 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 91647 0 0 0 118168 52 0 0 25 0 4 0 521885666 1594642432 327987 33554432000 4194304 4623224 140737459883872 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1557268 CPUtime=1182.19 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4199335 0 0 0 117578 641 0 0 25 0 4 0 521885666 1594642432 327987 33554432000 4194304 4623224 140737459883872 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 1557268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.10 7.92 9/184 20793
/proc/meminfo: memFree=27235276/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1558236 CPUtime=4800.06 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4676686 0 0 0 479205 801 0 0 25 0 4 0 521885656 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 389559 328673 345 105 0 385063 0
[pid=20734/tid=20738] ppid=20732 vsize=1558236 CPUtime=1201.51 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 125878 0 0 0 120092 59 0 0 25 0 4 0 521885666 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1558236 CPUtime=1201.6 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 91796 0 0 0 120108 52 0 0 25 0 4 0 521885666 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1558236 CPUtime=1201.59 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4200772 0 0 0 119518 641 0 0 25 0 4 0 521885666 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4283838 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) 1558236

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.08 8.10 7.92 9/184 20793
/proc/meminfo: memFree=27235276/32951124 swapFree=67111364/67111528
[pid=20734] ppid=20732 vsize=1558236 CPUtime=4800.06 cores=0,2,4,6
/proc/20734/stat : 20734 (SArTagnan) R 20732 20734 19972 0 -1 4202496 4676686 0 0 0 479205 801 0 0 25 0 4 0 521885656 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4510332 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20734/statm: 389559 328673 345 105 0 385063 0
[pid=20734/tid=20738] ppid=20732 vsize=1558236 CPUtime=1201.51 cores=0,2,4,6
/proc/20734/task/20738/stat : 20738 (SArTagnan) R 20732 20734 19972 0 -1 4202560 125878 0 0 0 120092 59 0 0 25 0 4 0 521885666 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20734/tid=20739] ppid=20732 vsize=1558236 CPUtime=1201.6 cores=0,2,4,6
/proc/20734/task/20739/stat : 20739 (SArTagnan) R 20732 20734 19972 0 -1 4202560 91796 0 0 0 120108 52 0 0 25 0 4 0 521885666 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20734/tid=20740] ppid=20732 vsize=1558236 CPUtime=1201.59 cores=0,2,4,6
/proc/20734/task/20740/stat : 20740 (SArTagnan) R 20732 20734 19972 0 -1 4202560 4200772 0 0 0 119518 641 0 0 25 0 4 0 521885666 1595633664 328673 33554432000 4194304 4623224 140737459883872 18446744073709551615 4283838 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) 1558236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.14
CPU user time (s): 4792.08
CPU system time (s): 8.06377
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 1626360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.08
system time used= 8.06377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4676686
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= 2412
involuntary context switches= 19181

runsolver used 1.92071 second user time and 4.47632 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 20:47:33
IDJOB=3291475
IDBENCH=84223
IDSOLVER=1656
FILE ID=node106/3291475-1304102852
RUNJOBID= node106-1304101649-20628
PBS_JOBID= 13170612
Free space on /tmp= 72156 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291475-1304102852/watcher-3291475-1304102852 -o /tmp/evaluation-result-3291475-1304102852/solver-3291475-1304102852 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291475-1304102852.cnf -threads=4

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1120769093

node106.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.830
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.830
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.20
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.830
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.830
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30343080 kB
Buffers:        254440 kB
Cached:        2078408 kB
SwapCached:         88 kB
Active:         789536 kB
Inactive:      1606932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30343080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2740 kB
Writeback:           0 kB
AnonPages:       63668 kB
Mapped:          14680 kB
Slab:           146372 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191020 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= 72152 MiB
End job on node106 at 2011-04-29 21:07:36