Trace number 3377210

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
borg-sat 11.03.02-seq-random (fixed)? (TO) 1299.39 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.67/2.00	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.67/2.00	c INFO: solving HOME/instance-3377210-1305451360.cnf
0.67/2.00	c INFO: computing task features
1.15/2.52	c INFO: computed variable-clause graph statistics
1.15/2.54	c INFO: computed clause balance statistics
3.65/5.08	c INFO: computed variable balance statistics
5.75/7.16	c INFO: computed small-clause counts
5.75/7.17	c INFO: computed Horn-clause counts
7.35/8.73	c INFO: computed variable graph statistics
7.35/8.73	c INFO: collected features for HOME/instance-3377210-1305451360.cnf in 6.70 s
7.35/8.74	c INFO: running hybridGM3@0 for 97 with 2393 remaining (b = 0.36)
107.72/109.09	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.21)
208.13/209.45	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.14)
308.80/309.84	c INFO: running hybridGM3@100 for 97 with 2092 remaining (b = 0.11)
406.15/407.12	c INFO: running hybridGM3@100 for 97 with 1995 remaining (b = 0.11)
503.44/504.41	c INFO: running TNM@0 for 97 with 1898 remaining (b = 0.13)
603.43/604.71	c INFO: running hybridGM3@100 for 97 with 1799 remaining (b = 0.10)
700.04/701.03	c INFO: running hybridGM3@0 for 97 with 1702 remaining (b = 0.10)
800.43/801.44	c INFO: running hybridGM3@100 for 97 with 1602 remaining (b = 0.08)
895.81/896.72	c INFO: running hybridGM3@0 for 97 with 1507 remaining (b = 0.07)
996.51/997.12	c INFO: running hybridGM3@100 for 97 with 1407 remaining (b = 0.06)
1091.71/1092.40	c INFO: running hybridGM3@0 for 194 with 1312 remaining (b = 0.10)
1288.40/1289.09	c INFO: running hybridGM3@0 for 194 with 1116 remaining (b = 0.07)

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: 961)

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-3377210-1305451360/watcher-3377210-1305451360 -o /tmp/evaluation-result-3377210-1305451360/solver-3377210-1305451360 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377210-1305451360.cnf -seed 718033468 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.60 3.20 3.74 5/360 25879
/proc/meminfo: memFree=24994040/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=15760 CPUtime=0 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 843 0 0 0 0 0 0 0 17 0 1 0 735366736 16138240 727 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/25879/statm: 3940 727 334 364 0 427 0

[startup+0.085386 s]
/proc/loadavg: 1.60 3.20 3.74 5/360 25879
/proc/meminfo: memFree=24994040/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=29792 CPUtime=0.04 cores=1,3
/proc/25879/stat : 25879 (python) R 25877 25879 24847 0 -1 4202496 1449 0 2 0 3 1 0 0 17 0 1 0 735366736 30507008 1294 33554432000 4194304 5683644 140737418618256 18446744073709551615 5114143 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25879/statm: 7447 1294 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100389 s]
/proc/loadavg: 1.60 3.20 3.74 5/360 25879
/proc/meminfo: memFree=24994040/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=30112 CPUtime=0.04 cores=1,3
/proc/25879/stat : 25879 (python) R 25877 25879 24847 0 -1 4202496 1467 0 2 0 3 1 0 0 17 0 1 0 735366736 30834688 1309 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25879/statm: 7528 1309 443 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30112

[startup+0.300358 s]
/proc/loadavg: 1.60 3.20 3.74 5/360 25879
/proc/meminfo: memFree=24994040/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=85624 CPUtime=0.11 cores=1,3
/proc/25879/stat : 25879 (python) R 25877 25879 24847 0 -1 4202496 2617 0 12 0 5 6 0 0 17 0 1 0 735366736 87678976 2349 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367546624 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/25879/statm: 21406 2349 713 364 0 1623 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 85624

[startup+0.700278 s]
/proc/loadavg: 1.60 3.20 3.74 5/360 25879
/proc/meminfo: memFree=24994040/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=124064 CPUtime=0.22 cores=1,3
/proc/25879/stat : 25879 (python) R 25877 25879 24847 0 -1 4202496 4158 0 23 0 9 13 0 0 16 0 1 0 735366736 127041536 3796 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/25879/statm: 31016 3796 991 364 0 2827 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 124064

[startup+1.50107 s]
/proc/loadavg: 1.79 3.21 3.74 4/371 25906
/proc/meminfo: memFree=24925984/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=206288 CPUtime=0.5 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 7249 927 53 8 21 29 0 0 16 0 1 0 735366736 211238912 5314 33554432000 4194304 5683644 140737418618256 18446744073709551615 251362623044 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 16
/proc/25879/statm: 51572 5314 1500 364 0 4009 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 206288

[startup+3.10083 s]
/proc/loadavg: 1.79 3.21 3.74 5/371 25906
/proc/meminfo: memFree=24838064/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=312968 CPUtime=1.75 cores=1,3
/proc/25879/stat : 25879 (python) R 25877 25879 24847 0 -1 4202496 21904 927 77 8 137 38 0 0 16 0 1 0 735366736 320479232 15627 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367206309 0 0 16781312 2 0 0 0 17 1 0 0 23
/proc/25879/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 312968
heavy processes:

[startup+6.30023 s]
/proc/loadavg: 1.79 3.21 3.74 5/377 25912
/proc/meminfo: memFree=24760888/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=312968 CPUtime=4.95 cores=1,3
/proc/25879/stat : 25879 (python) R 25877 25879 24847 0 -1 4202496 21905 927 77 8 457 38 0 0 22 0 1 0 735366736 320479232 15628 33554432000 4194304 5683644 140737418618256 18446744073709551615 4567031 0 0 16781312 2 0 0 0 17 1 0 0 23
/proc/25879/statm: 78242 15628 1827 364 0 14166 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 312968
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 2.35 3.28 3.75 6/380 25915
/proc/meminfo: memFree=24729332/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=320504 CPUtime=7.4 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 22197 927 77 8 702 38 0 0 25 0 2 0 735366736 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 80126 14997 1875 364 0 16044 0
[pid=25913] ppid=25879 vsize=310260 CPUtime=0 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 735367611 317706240 13471 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566863 0 0 16781312 514 3475908103415759112 0 0 17 1 0 0 0
/proc/25913/statm: 77565 13471 353 364 0 13483 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=3.94 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) R 25913 25915 25915 0 -1 4202496 8087 0 0 0 393 1 0 0 25 0 1 0 735367611 274866176 7822 33554432000 134512640 135204385 4291474624 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25915/statm: 67106 7822 64 169 0 66936 0
[pid=25879/tid=25914] ppid=25877 vsize=320504 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 2 0 735367611 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 899188

[startup+25.5007 s]
/proc/loadavg: 2.60 3.31 3.76 5/383 25919
/proc/meminfo: memFree=24696980/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=320504 CPUtime=7.4 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 22197 927 77 8 702 38 0 0 25 0 2 0 735366736 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 80126 14997 1875 364 0 16044 0
[pid=25913] ppid=25879 vsize=310260 CPUtime=0.04 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 985 0 0 0 2 2 0 0 15 0 1 0 735367611 317706240 13499 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566863 0 0 16781312 514 5077280814278869256 0 0 17 1 0 0 0
/proc/25913/statm: 77565 13499 381 364 0 13483 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=16.7 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) R 25913 25915 25915 0 -1 4202496 8092 0 0 0 1669 1 0 0 25 0 1 0 735367611 274866176 7827 33554432000 134512640 135204385 4291474624 18446744073709551615 134546160 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25915/statm: 67106 7827 64 169 0 66936 0
[pid=25879/tid=25914] ppid=25877 vsize=320504 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 2 0 735367611 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 899188

[startup+51.101 s]
/proc/loadavg: 3.08 3.36 3.76 6/383 25919
/proc/meminfo: memFree=24697272/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=320504 CPUtime=7.4 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 22197 927 77 8 702 38 0 0 25 0 2 0 735366736 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 80126 14997 1875 364 0 16044 0
[pid=25913] ppid=25879 vsize=310260 CPUtime=0.1 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 997 0 0 0 5 5 0 0 15 0 1 0 735367611 317706240 13499 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566863 0 0 16781312 514 5077280814278869256 0 0 17 1 0 0 0
/proc/25913/statm: 77565 13499 381 364 0 13483 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=42.25 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) R 25913 25915 25915 0 -1 4202496 8093 0 0 0 4224 1 0 0 25 0 1 0 735367611 274866176 7828 33554432000 134512640 135204385 4291474624 18446744073709551615 134536866 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25915/statm: 67106 7828 64 169 0 66936 0
[pid=25879/tid=25914] ppid=25877 vsize=320504 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 2 0 735367611 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 899188

[startup+102.3 s]
/proc/loadavg: 3.63 3.47 3.77 5/387 25925
/proc/meminfo: memFree=24690788/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=320504 CPUtime=7.4 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 22197 927 77 8 702 38 0 0 25 0 2 0 735366736 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 80126 14997 1875 364 0 16044 0
[pid=25913] ppid=25879 vsize=310260 CPUtime=0.23 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 1017 0 0 0 12 11 0 0 15 0 1 0 735367611 317706240 13499 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566863 0 0 16781312 514 5077280814278869256 0 0 17 1 0 0 0
/proc/25913/statm: 77565 13499 381 364 0 13483 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=93.37 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) R 25913 25915 25915 0 -1 4202496 8093 0 0 0 9336 1 0 0 25 0 1 0 735367611 274866176 7828 33554432000 134512640 135204385 4291474624 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25915/statm: 67106 7828 64 169 0 66936 0
[pid=25879/tid=25914] ppid=25877 vsize=320504 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 2 0 735367611 328196096 14997 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 899188

[startup+162.301 s]
/proc/loadavg: 3.86 3.56 3.78 5/395 25977
/proc/meminfo: memFree=24555328/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=330760 CPUtime=7.41 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 23130 927 77 8 703 38 0 0 20 0 3 0 735366736 338698240 15004 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 82690 15004 1878 364 0 18605 0
[pid=25913] ppid=25879 vsize=320504 CPUtime=0.27 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 1161 0 0 0 14 13 0 0 16 0 2 0 735367611 328196096 13537 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25913/statm: 80126 13537 414 364 0 16044 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=100.12 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) T 25913 25915 25915 0 -1 4202496 8093 0 0 0 10011 1 0 0 25 0 1 0 735367611 274866176 7828 33554432000 134512640 135204385 4291474624 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25915/statm: 67106 7828 64 169 0 66936 0
[pid=25913/tid=25930] ppid=25879 vsize=320504 CPUtime=0 cores=1,3
/proc/25913/task/25930/stat : 25930 (python) S 25879 25879 24847 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735377644 328196096 13537 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604459551352064 0 0 -1 3 0 0 0
[pid=25931] ppid=25879 vsize=320516 CPUtime=0.14 cores=1,3
/proc/25931/stat : 25931 (python) S 25879 25879 24847 0 -1 4202560 914 0 0 0 6 8 0 0 15 0 1 0 735377645 328208384 13492 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566918 0 0 16781312 514 5077280814278869254 0 0 17 1 0 0 0
/proc/25931/statm: 80129 13492 370 364 0 16044 0
[pid=25933] ppid=25931 vsize=268420 CPUtime=53.07 cores=1,3
/proc/25933/stat : 25933 (hybridGM3) R 25931 25933 25933 0 -1 4202496 8090 0 0 0 5306 1 0 0 25 0 1 0 735377645 274862080 7823 33554432000 134512640 135204385 4292165984 18446744073709551615 134536961 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25933/statm: 67105 7823 64 169 0 66935 0
[pid=25879/tid=25914] ppid=25877 vsize=330760 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 25 0 3 0 735367611 338698240 15004 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=25932] ppid=25877 vsize=330760 CPUtime=0 cores=1,3
/proc/25879/task/25932/stat : 25932 (python) S 25877 25879 24847 0 -1 4202560 23 927 0 8 0 0 0 0 20 0 3 0 735377645 338698240 15004 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 1508624

[startup+222.315 s]
/proc/loadavg: 4.00 3.65 3.80 5/407 25991
/proc/meminfo: memFree=24464012/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=341016 CPUtime=7.43 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 24030 927 77 8 704 39 0 0 20 0 4 0 735366736 349200384 15010 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 85254 15010 1880 364 0 21166 0
[pid=25913] ppid=25879 vsize=320504 CPUtime=0.27 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 1161 0 0 0 14 13 0 0 16 0 2 0 735367611 328196096 13537 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25913/statm: 80126 13537 414 364 0 16044 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=100.12 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) T 25913 25915 25915 0 -1 4202496 8093 0 0 0 10011 1 0 0 25 0 1 0 735367611 274866176 7828 33554432000 134512640 135204385 4291474624 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25915/statm: 67106 7828 64 169 0 66936 0

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

[pid=25985] ppid=25879 vsize=330772 CPUtime=0.59 cores=1,3
/proc/25985/stat : 25985 (python) S 25879 25879 24847 0 -1 4202560 1134 0 0 0 29 30 0 0 15 0 2 0 735387681 338710528 13526 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25985/statm: 82693 13526 399 364 0 18605 0
[pid=25987] ppid=25985 vsize=268424 CPUtime=196.68 cores=1,3
/proc/25987/stat : 25987 (hybridGM3) T 25985 25987 25987 0 -1 4202496 8085 0 0 0 19667 1 0 0 25 0 1 0 735387681 274866176 7823 33554432000 134512640 135204385 4292902112 18446744073709551615 134545874 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25987/statm: 67106 7823 64 169 0 66936 0
[pid=25985/tid=26002] ppid=25879 vsize=330772 CPUtime=0 cores=1,3
/proc/25985/task/26002/stat : 26002 (python) S 25879 25879 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735397719 338710528 13526 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 3 0 0 0
[pid=26023] ppid=25879 vsize=341028 CPUtime=0.3 cores=1,3
/proc/26023/stat : 26023 (python) S 25879 25879 24847 0 -1 4202560 1098 0 0 0 16 14 0 0 19 0 2 0 735417177 349212672 13530 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26023/statm: 85257 13530 399 364 0 21166 0
[pid=26025] ppid=26023 vsize=465044 CPUtime=99.68 cores=1,3
/proc/26025/stat : 26025 (TNM) T 26023 26025 26025 0 -1 4202496 6012 0 0 0 9967 1 0 0 25 0 1 0 735417177 476205056 5749 33554432000 134512640 135008748 4292149008 18446744073709551615 134528942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26025/statm: 116261 5749 46 122 0 115161 0
[pid=26023/tid=26035] ppid=25879 vsize=341028 CPUtime=0 cores=1,3
/proc/26023/task/26035/stat : 26035 (python) S 25879 25879 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735427206 349212672 13530 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604464563949696 0 0 -1 3 0 0 0
[pid=26043] ppid=25879 vsize=351284 CPUtime=0.58 cores=1,3
/proc/26043/stat : 26043 (python) S 25879 25879 24847 0 -1 4202560 1142 0 0 0 32 26 0 0 16 0 2 0 735436839 359714816 13534 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26043/statm: 87821 13534 399 364 0 23727 0
[pid=26045] ppid=26043 vsize=268424 CPUtime=195.16 cores=1,3
/proc/26045/stat : 26045 (hybridGM3) T 26043 26045 26045 0 -1 4202496 8088 0 0 0 19514 2 0 0 25 0 1 0 735436839 274866176 7826 33554432000 134512640 135204385 4288974464 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26045/statm: 67106 7826 64 169 0 66936 0
[pid=26043/tid=26091] ppid=25879 vsize=351284 CPUtime=0 cores=1,3
/proc/26043/task/26091/stat : 26091 (python) S 25879 25879 24847 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735446879 359714816 13534 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604469589853376 0 0 -1 1 0 0 0
[pid=26138] ppid=25879 vsize=361540 CPUtime=0.59 cores=1,3
/proc/26138/stat : 26138 (python) S 25879 25879 24847 0 -1 4202560 1137 0 0 0 31 28 0 0 15 0 2 0 735456408 370216960 13538 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26138/statm: 90385 13538 399 364 0 26288 0
[pid=26140] ppid=26138 vsize=268420 CPUtime=195.37 cores=1,3
/proc/26140/stat : 26140 (hybridGM3) T 26138 26140 26140 0 -1 4202496 8085 0 0 0 19536 1 0 0 25 0 1 0 735456408 274862080 7824 33554432000 134512640 135204385 4286799072 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26140/statm: 67105 7824 64 169 0 66935 0
[pid=26138/tid=26154] ppid=25879 vsize=361540 CPUtime=0 cores=1,3
/proc/26138/task/26154/stat : 26154 (python) S 25879 25879 24847 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735466447 370216960 13538 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604459618799680 0 0 -1 1 0 0 0
[pid=26166] ppid=25879 vsize=371796 CPUtime=0.6 cores=1,3
/proc/26166/stat : 26166 (python) S 25879 25879 24847 0 -1 4202560 1138 0 0 0 29 31 0 0 16 0 2 0 735475976 380719104 13542 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26166/statm: 92949 13542 399 364 0 28849 0
[pid=26168] ppid=26166 vsize=268424 CPUtime=196.07 cores=1,3
/proc/26168/stat : 26168 (hybridGM3) T 26166 26168 26168 0 -1 4202496 8090 0 0 0 19606 1 0 0 25 0 1 0 735475976 274866176 7824 33554432000 134512640 135204385 4287955744 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26168/statm: 67106 7824 64 169 0 66936 0
[pid=26166/tid=26182] ppid=25879 vsize=371796 CPUtime=0 cores=1,3
/proc/26166/task/26182/stat : 26182 (python) S 25879 25879 24847 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 735495644 380719104 13542 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604462549957376 0 0 -1 1 0 0 0
[pid=26183] ppid=25879 vsize=382052 CPUtime=0.03 cores=1,3
/proc/26183/stat : 26183 (python) S 25879 25879 24847 0 -1 4202560 956 0 0 0 2 1 0 0 16 0 1 0 735495645 391221248 13522 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566918 0 0 16781312 514 5077280814278869252 0 0 17 1 0 0 0
/proc/26183/statm: 95513 13522 376 364 0 31410 0
[pid=26185] ppid=26183 vsize=268424 CPUtime=10.87 cores=1,3
/proc/26185/stat : 26185 (hybridGM3) R 26183 26185 26185 0 -1 4202496 8093 0 0 0 1086 1 0 0 25 0 1 0 735495646 274866176 7824 33554432000 134512640 135204385 4287155888 18446744073709551615 134537256 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26185/statm: 67106 7824 64 169 0 66936 0
[pid=25879/tid=25914] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 9 0 735367611 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=25932] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/25932/stat : 25932 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 18 0 9 0 735377645 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 3 0 0 0
[pid=25879/tid=25986] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/25986/stat : 25986 (python) S 25877 25879 24847 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 9 0 735387681 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26024] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26024/stat : 26024 (python) S 25877 25879 24847 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 735417177 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26044] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26044/stat : 26044 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 18 0 9 0 735436839 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26139] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26139/stat : 26139 (python) S 25877 25879 24847 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 735456408 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26167] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26167/stat : 26167 (python) S 25877 25879 24847 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 9 0 735475976 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26184] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26184/stat : 26184 (python) S 25877 25879 24847 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 735495646 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.39
Current children cumulated vsize (KiB) 5515792

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

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

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.97 5/479 26190
/proc/meminfo: memFree=23702860/32950928 swapFree=38710892/67111528
[pid=25879] ppid=25877 vsize=392296 CPUtime=7.55 cores=1,3
/proc/25879/stat : 25879 (python) S 25877 25879 24847 0 -1 4202496 28820 927 77 8 715 40 0 0 20 0 9 0 735366736 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 23
/proc/25879/statm: 98074 15040 1890 364 0 33971 0
[pid=25913] ppid=25879 vsize=320504 CPUtime=0.56 cores=1,3
/proc/25913/stat : 25913 (python) S 25879 25879 24847 0 -1 4202560 1220 0 0 0 29 27 0 0 15 0 2 0 735367611 328196096 13538 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25913/statm: 80126 13538 415 364 0 16044 0
[pid=25915] ppid=25913 vsize=268424 CPUtime=197.11 cores=1,3
/proc/25915/stat : 25915 (hybridGM3) T 25913 25915 25915 0 -1 4202496 8093 0 0 0 19710 1 0 0 25 0 1 0 735367611 274866176 7828 33554432000 134512640 135204385 4291474624 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25915/statm: 67106 7828 64 169 0 66936 0
[pid=25913/tid=25930] ppid=25879 vsize=320504 CPUtime=0 cores=1,3
/proc/25913/task/25930/stat : 25930 (python) S 25879 25879 24847 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735377644 328196096 13538 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604459551352064 0 0 -1 3 0 0 0
[pid=25931] ppid=25879 vsize=320516 CPUtime=0.57 cores=1,3
/proc/25931/stat : 25931 (python) S 25879 25879 24847 0 -1 4202560 1130 0 0 0 29 28 0 0 16 0 2 0 735377645 328208384 13522 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25931/statm: 80129 13522 399 364 0 16044 0
[pid=25933] ppid=25931 vsize=268420 CPUtime=197.08 cores=1,3
/proc/25933/stat : 25933 (hybridGM3) T 25931 25933 25933 0 -1 4202496 8090 0 0 0 19707 1 0 0 25 0 1 0 735377645 274862080 7823 33554432000 134512640 135204385 4292165984 18446744073709551615 134547669 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25933/statm: 67105 7823 64 169 0 66935 0
[pid=25931/tid=25984] ppid=25879 vsize=320516 CPUtime=0 cores=1,3
/proc/25931/task/25984/stat : 25984 (python) S 25879 25879 24847 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735387680 328208384 13522 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604462093867072 0 0 -1 1 0 0 0
[pid=25985] ppid=25879 vsize=330772 CPUtime=0.59 cores=1,3
/proc/25985/stat : 25985 (python) S 25879 25879 24847 0 -1 4202560 1134 0 0 0 29 30 0 0 15 0 2 0 735387681 338710528 13526 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25985/statm: 82693 13526 399 364 0 18605 0
[pid=25987] ppid=25985 vsize=268424 CPUtime=196.68 cores=1,3
/proc/25987/stat : 25987 (hybridGM3) T 25985 25987 25987 0 -1 4202496 8085 0 0 0 19667 1 0 0 25 0 1 0 735387681 274866176 7823 33554432000 134512640 135204385 4292902112 18446744073709551615 134545874 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25987/statm: 67106 7823 64 169 0 66936 0
[pid=25985/tid=26002] ppid=25879 vsize=330772 CPUtime=0 cores=1,3
/proc/25985/task/26002/stat : 26002 (python) S 25879 25879 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735397719 338710528 13526 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 3 0 0 0
[pid=26023] ppid=25879 vsize=341028 CPUtime=0.3 cores=1,3
/proc/26023/stat : 26023 (python) S 25879 25879 24847 0 -1 4202560 1098 0 0 0 16 14 0 0 19 0 2 0 735417177 349212672 13530 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26023/statm: 85257 13530 399 364 0 21166 0
[pid=26025] ppid=26023 vsize=465044 CPUtime=99.68 cores=1,3
/proc/26025/stat : 26025 (TNM) T 26023 26025 26025 0 -1 4202496 6012 0 0 0 9967 1 0 0 25 0 1 0 735417177 476205056 5749 33554432000 134512640 135008748 4292149008 18446744073709551615 134528942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26025/statm: 116261 5749 46 122 0 115161 0
[pid=26023/tid=26035] ppid=25879 vsize=341028 CPUtime=0 cores=1,3
/proc/26023/task/26035/stat : 26035 (python) S 25879 25879 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735427206 349212672 13530 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604464563949696 0 0 -1 3 0 0 0
[pid=26043] ppid=25879 vsize=351284 CPUtime=0.58 cores=1,3
/proc/26043/stat : 26043 (python) S 25879 25879 24847 0 -1 4202560 1142 0 0 0 32 26 0 0 16 0 2 0 735436839 359714816 13534 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26043/statm: 87821 13534 399 364 0 23727 0
[pid=26045] ppid=26043 vsize=268424 CPUtime=195.16 cores=1,3
/proc/26045/stat : 26045 (hybridGM3) T 26043 26045 26045 0 -1 4202496 8088 0 0 0 19514 2 0 0 25 0 1 0 735436839 274866176 7826 33554432000 134512640 135204385 4288974464 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26045/statm: 67106 7826 64 169 0 66936 0
[pid=26043/tid=26091] ppid=25879 vsize=351284 CPUtime=0 cores=1,3
/proc/26043/task/26091/stat : 26091 (python) S 25879 25879 24847 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735446879 359714816 13534 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604469589853376 0 0 -1 1 0 0 0
[pid=26138] ppid=25879 vsize=361540 CPUtime=0.59 cores=1,3
/proc/26138/stat : 26138 (python) S 25879 25879 24847 0 -1 4202560 1137 0 0 0 31 28 0 0 15 0 2 0 735456408 370216960 13538 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26138/statm: 90385 13538 399 364 0 26288 0
[pid=26140] ppid=26138 vsize=268420 CPUtime=195.37 cores=1,3
/proc/26140/stat : 26140 (hybridGM3) T 26138 26140 26140 0 -1 4202496 8085 0 0 0 19536 1 0 0 25 0 1 0 735456408 274862080 7824 33554432000 134512640 135204385 4286799072 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26140/statm: 67105 7824 64 169 0 66935 0
[pid=26138/tid=26154] ppid=25879 vsize=361540 CPUtime=0 cores=1,3
/proc/26138/task/26154/stat : 26154 (python) S 25879 25879 24847 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735466447 370216960 13538 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604459618799680 0 0 -1 1 0 0 0
[pid=26166] ppid=25879 vsize=371796 CPUtime=0.6 cores=1,3
/proc/26166/stat : 26166 (python) S 25879 25879 24847 0 -1 4202560 1138 0 0 0 29 31 0 0 16 0 2 0 735475976 380719104 13542 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26166/statm: 92949 13542 399 364 0 28849 0
[pid=26168] ppid=26166 vsize=268424 CPUtime=196.07 cores=1,3
/proc/26168/stat : 26168 (hybridGM3) T 26166 26168 26168 0 -1 4202496 8090 0 0 0 19606 1 0 0 25 0 1 0 735475976 274866176 7824 33554432000 134512640 135204385 4287955744 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26168/statm: 67106 7824 64 169 0 66936 0
[pid=26166/tid=26182] ppid=25879 vsize=371796 CPUtime=0 cores=1,3
/proc/26166/task/26182/stat : 26182 (python) S 25879 25879 24847 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 735495644 380719104 13542 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 514 18446604462549957376 0 0 -1 1 0 0 0
[pid=26183] ppid=25879 vsize=382052 CPUtime=0.03 cores=1,3
/proc/26183/stat : 26183 (python) S 25879 25879 24847 0 -1 4202560 956 0 0 0 2 1 0 0 16 0 1 0 735495645 391221248 13522 33554432000 4194304 5683644 140737418618256 18446744073709551615 251367566918 0 0 16781312 514 5077280814278869252 0 0 17 1 0 0 0
/proc/26183/statm: 95513 13522 376 364 0 31410 0
[pid=26185] ppid=26183 vsize=268424 CPUtime=10.87 cores=1,3
/proc/26185/stat : 26185 (hybridGM3) R 26183 26185 26185 0 -1 4202496 8093 0 0 0 1086 1 0 0 25 0 1 0 735495646 274866176 7824 33554432000 134512640 135204385 4287155888 18446744073709551615 134537256 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26185/statm: 67106 7824 64 169 0 66936 0
[pid=25879/tid=25914] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/25914/stat : 25914 (python) S 25877 25879 24847 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 9 0 735367611 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=25932] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/25932/stat : 25932 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 18 0 9 0 735377645 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 3 0 0 0
[pid=25879/tid=25986] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/25986/stat : 25986 (python) S 25877 25879 24847 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 9 0 735387681 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26024] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26024/stat : 26024 (python) S 25877 25879 24847 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 735417177 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26044] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26044/stat : 26044 (python) S 25877 25879 24847 0 -1 4202560 27 927 0 8 0 0 0 0 18 0 9 0 735436839 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26139] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26139/stat : 26139 (python) S 25877 25879 24847 0 -1 4202560 29 927 0 8 0 0 0 0 18 0 9 0 735456408 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26167] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26167/stat : 26167 (python) S 25877 25879 24847 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 9 0 735475976 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
[pid=25879/tid=26184] ppid=25877 vsize=392296 CPUtime=0 cores=1,3
/proc/25879/task/26184/stat : 26184 (python) S 25877 25879 24847 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 735495646 401711104 15040 33554432000 4194304 5683644 140737418618256 18446744073709551615 251379370417 0 0 16781312 2 18446604459551353856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.39
Current children cumulated vsize (KiB) 5515792

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25879 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=161911
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=412937
# CPU time returned by wait4() is 7.57485
# while last known CPU time is 1299.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1299.39
CPU user time (s): 1297.05
CPU system time (s): 2.34
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 5515796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.16191
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29753
page faults= 85
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42487
involuntary context switches= 70

runsolver used 5.63914 second user time and 13.437 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:22:40
IDJOB=3377210
IDBENCH=82519
IDSOLVER=1857
FILE ID=node113/3377210-1305451360
RUNJOBID= node113-1305451360-25849
PBS_JOBID= 13324872
Free space on /tmp= 73468 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377210-1305451360/watcher-3377210-1305451360 -o /tmp/evaluation-result-3377210-1305451360/solver-3377210-1305451360 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377210-1305451360.cnf -seed 718033468 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=718033468

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24994504 kB
Buffers:        270112 kB
Cached:        3023820 kB
SwapCached:      93712 kB
Active:         949888 kB
Inactive:      6735672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24994504 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:          135524 kB
Writeback:           0 kB
AnonPages:     4309956 kB
Mapped:          14964 kB
Slab:           115140 kB
PageTables:      91996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87070072 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= 73336 MiB
End job on node113 at 2011-05-15 11:44:23