Trace number 3317311

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-random? (TO) 4800.39 1203.16

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1653142431-025.UNKNOWN.cnf
MD5SUM57404773f78439bca79cfbdcb4a4a71b
Bench CategoryRANDOM (random 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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3317311-1304268693.cnf
0.31/0.46	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.56	c INFO: computed variable balance statistics
0.49/0.60	c INFO: computed small-clause counts
0.49/0.60	c INFO: computed Horn-clause counts
0.49/0.61	c INFO: computed variable graph statistics
0.49/0.61	c INFO: collected features for HOME/instance-3317311-1304268693.cnf in 0.14 s
0.49/0.64	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.49/0.67	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.49/0.70	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.35)
0.58/0.73	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.31)
392.27/98.86	c INFO: running march_hi@0 for 485 with 4701 remaining (b = 0.24)
400.23/100.81	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.21)
2333.47/585.09	c INFO: running march_hi@100 for 291 with 4215 remaining (b = 0.14)
2363.40/592.60	c INFO: running march_hi@485 for 97 with 4207 remaining (b = 0.05)
2724.31/682.91	c INFO: running march_hi@0 for 291 with 4117 remaining (b = 0.14)
2748.67/689.06	c INFO: running march_hi@1167 for 194 with 4111 remaining (b = 0.11)
2753.45/690.22	c INFO: running march_hi@97 for 97 with 4110 remaining (b = 0.05)
3130.78/784.95	c INFO: running march_hi@191 for 291 with 4015 remaining (b = 0.16)
3502.48/878.03	c INFO: running march_hi@590 for 97 with 3922 remaining (b = 0.08)
3528.06/884.44	c INFO: running march_hi@1851 for 97 with 3916 remaining (b = 0.09)
3894.55/976.24	c INFO: running march_hi@95 for 291 with 3824 remaining (b = 0.16)
3897.34/976.99	c INFO: running march_hi@0 for 388 with 3823 remaining (b = 0.17)
3921.66/983.07	c INFO: running march_hi@2143 for 97 with 3817 remaining (b = 0.13)
4300.13/1077.88	c INFO: running march_hi@483 for 97 with 3722 remaining (b = 0.06)
4311.28/1080.63	c INFO: running march_hi@2435 for 97 with 3719 remaining (b = 0.05)
4688.98/1175.25	c INFO: running march_hi@0 for 485 with 3625 remaining (b = 0.18)
4694.97/1176.77	c INFO: running march_hi@580 for 97 with 3623 remaining (b = 0.04)

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-3317311-1304268693/watcher-3317311-1304268693 -o /tmp/evaluation-result-3317311-1304268693/solver-3317311-1304268693 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317311-1304268693.cnf -seed 523315692 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.94 8.02 6.27 5/245 6973
/proc/meminfo: memFree=18001356/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/6973/stat : 6973 (python) R 6971 6973 6070 0 -1 4202496 889 0 0 0 0 0 0 0 25 0 1 0 538471906 16150528 770 33554432000 4194304 5683644 140734989766960 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6973/statm: 3943 770 343 364 0 430 0

[startup+0.015723 s]
/proc/loadavg: 7.94 8.02 6.27 5/245 6973
/proc/meminfo: memFree=18001356/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 1050 0 0 0 0 0 0 0 25 0 1 0 538471906 16625664 921 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6973/statm: 4059 921 381 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.10173 s]
/proc/loadavg: 7.94 8.02 6.27 5/245 6973
/proc/meminfo: memFree=18001356/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 3099 0 0 0 5 2 0 0 25 0 1 0 538471906 107122688 2778 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6973/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.301094 s]
/proc/loadavg: 7.94 8.02 6.27 5/245 6973
/proc/meminfo: memFree=18001356/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=187684 CPUtime=0.22 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 6828 933 1 0 16 6 0 0 17 0 1 0 538471906 192188416 4881 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6973/statm: 46921 4881 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187684

[startup+0.700877 s]
/proc/loadavg: 7.94 8.02 6.27 5/245 6973
/proc/meminfo: memFree=18001356/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=299228 CPUtime=0.58 cores=0,2,4,6
/proc/6973/stat : 6973 (python) R 6971 6973 6070 0 -1 4202496 11424 933 1 0 49 9 0 0 18 0 3 0 538471906 306409472 7117 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634335637 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6973/statm: 74807 7117 1876 364 0 10719 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 299228

[startup+1.5007 s]
/proc/loadavg: 7.71 7.96 6.26 9/258 6990
/proc/meminfo: memFree=17961944/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=320160 CPUtime=0.61 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 12475 933 1 0 52 9 0 0 22 0 5 0 538471906 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6973/statm: 80040 7237 1881 364 0 15949 0
[pid=6979] ppid=6973 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/6979/stat : 6979 (python) S 6973 6973 6070 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 538471970 285364224 5588 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535439 0 0 16781312 514 16557506849188872191 0 0 17 2 0 0 0
/proc/6979/statm: 69669 5588 354 364 0 5587 0
[pid=6981] ppid=6979 vsize=1017940 CPUtime=0.85 cores=0,2,4,6
/proc/6981/stat : 6981 (gnovelty+2) R 6979 6981 6981 0 -1 4202496 456 0 0 0 85 0 0 0 23 0 1 0 538471970 1042370560 192 33554432000 134512640 135663704 4290618912 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6981/statm: 254485 192 113 282 0 254201 0
[pid=6982] ppid=6973 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/6982/stat : 6982 (python) S 6973 6973 6070 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 538471973 296247296 5684 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 16557514545770266623 0 0 17 6 0 0 0
/proc/6982/statm: 72326 5684 348 364 0 8241 0
[pid=6984] ppid=6982 vsize=1017940 CPUtime=0.82 cores=0,2,4,6
/proc/6984/stat : 6984 (gnovelty+2) R 6982 6984 6984 0 -1 4202496 457 0 0 0 82 0 0 0 23 0 1 0 538471973 1042370560 191 33554432000 134512640 135663704 4293727024 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6984/statm: 254485 191 113 282 0 254201 0
[pid=6985] ppid=6973 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/6985/stat : 6985 (python) S 6973 6973 6070 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 538471976 306409472 5589 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 16042032983221174529 0 0 17 0 0 0 0
/proc/6985/statm: 74807 5589 348 364 0 10719 0
[pid=6987] ppid=6985 vsize=2124 CPUtime=0.78 cores=0,2,4,6
/proc/6987/stat : 6987 (march_hi) R 6985 6987 6987 0 -1 4202496 631 0 0 0 78 0 0 0 22 0 1 0 538471976 2174976 360 33554432000 4194304 4955518 140736305467264 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6987/statm: 531 360 106 186 0 344 0
[pid=6988] ppid=6973 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (python) S 6973 6973 6070 0 -1 4202560 773 0 0 0 0 0 0 0 17 0 1 0 538471979 317353984 5700 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8613635668943274241 0 0 17 6 0 0 0
/proc/6988/statm: 77479 5700 348 364 0 13388 0
[pid=6990] ppid=6988 vsize=2124 CPUtime=0.75 cores=0,2,4,6
/proc/6990/stat : 6990 (march_hi) R 6988 6990 6990 0 -1 4202496 630 0 0 0 75 0 0 0 25 0 1 0 538471979 2174976 359 33554432000 4194304 4955518 140733888551472 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6990/statm: 531 359 106 186 0 344 0
[pid=6973/tid=6980] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6980/stat : 6980 (python) S 6971 6973 6070 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 538471970 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 0 0 0 0
[pid=6973/tid=6983] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6983/stat : 6983 (python) S 6971 6973 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538471973 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 2 0 0 0
[pid=6973/tid=6986] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6986/stat : 6986 (python) S 6971 6973 6070 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538471976 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=6989] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6989/stat : 6989 (python) S 6971 6973 6070 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 5 0 538471979 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 3537412

[startup+3.10142 s]
/proc/loadavg: 7.71 7.96 6.26 9/258 6990
/proc/meminfo: memFree=17960332/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=320160 CPUtime=0.61 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 12475 933 1 0 52 9 0 0 22 0 5 0 538471906 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6973/statm: 80040 7237 1881 364 0 15949 0
[pid=6979] ppid=6973 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/6979/stat : 6979 (python) S 6973 6973 6070 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 538471970 285364224 5588 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535439 0 0 16781312 514 16557506849188839681 0 0 17 2 0 0 0
/proc/6979/statm: 69669 5588 354 364 0 5587 0
[pid=6981] ppid=6979 vsize=1017940 CPUtime=2.45 cores=0,2,4,6
/proc/6981/stat : 6981 (gnovelty+2) R 6979 6981 6981 0 -1 4202496 456 0 0 0 245 0 0 0 25 0 1 0 538471970 1042370560 192 33554432000 134512640 135663704 4290618912 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6981/statm: 254485 192 113 282 0 254201 0
[pid=6982] ppid=6973 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/6982/stat : 6982 (python) S 6973 6973 6070 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538471973 296247296 5684 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 16557514545770234115 0 0 17 6 0 0 0
/proc/6982/statm: 72326 5684 348 364 0 8241 0
[pid=6984] ppid=6982 vsize=1017940 CPUtime=2.42 cores=0,2,4,6
/proc/6984/stat : 6984 (gnovelty+2) R 6982 6984 6984 0 -1 4202496 457 0 0 0 242 0 0 0 25 0 1 0 538471973 1042370560 191 33554432000 134512640 135663704 4293727024 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6984/statm: 254485 191 113 282 0 254201 0
[pid=6985] ppid=6973 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/6985/stat : 6985 (python) S 6973 6973 6070 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538471976 306409472 5589 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 16042032983221174529 0 0 17 0 0 0 0
/proc/6985/statm: 74807 5589 348 364 0 10719 0
[pid=6987] ppid=6985 vsize=2604 CPUtime=2.38 cores=0,2,4,6
/proc/6987/stat : 6987 (march_hi) R 6985 6987 6987 0 -1 4202496 728 0 0 0 238 0 0 0 25 0 1 0 538471976 2666496 457 33554432000 4194304 4955518 140736305467264 18446744073709551615 4315131 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6987/statm: 651 457 106 186 0 464 0
[pid=6988] ppid=6973 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (python) S 6973 6973 6070 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 538471979 317353984 5700 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8613635668943274241 0 0 17 6 0 0 0
/proc/6988/statm: 77479 5700 348 364 0 13388 0
[pid=6990] ppid=6988 vsize=2604 CPUtime=2.34 cores=0,2,4,6
/proc/6990/stat : 6990 (march_hi) R 6988 6990 6990 0 -1 4202496 725 0 0 0 234 0 0 0 25 0 1 0 538471979 2666496 454 33554432000 4194304 4955518 140733888551472 18446744073709551615 4297664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6990/statm: 651 454 106 186 0 464 0
[pid=6973/tid=6980] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6980/stat : 6980 (python) S 6971 6973 6070 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 538471970 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 0 0 0 0
[pid=6973/tid=6983] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6983/stat : 6983 (python) S 6971 6973 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538471973 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 2 0 0 0
[pid=6973/tid=6986] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6986/stat : 6986 (python) S 6971 6973 6070 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538471976 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=6989] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6989/stat : 6989 (python) S 6971 6973 6070 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 5 0 538471979 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 3538372

[startup+6.30085 s]
/proc/loadavg: 7.73 7.97 6.27 10/258 6990
/proc/meminfo: memFree=17958348/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=320160 CPUtime=0.61 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 12475 933 1 0 52 9 0 0 22 0 5 0 538471906 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6973/statm: 80040 7237 1881 364 0 15949 0
[pid=6979] ppid=6973 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/6979/stat : 6979 (python) S 6973 6973 6070 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538471970 285364224 5611 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535439 0 0 16781312 514 16557506849188839681 0 0 17 2 0 0 0
/proc/6979/statm: 69669 5611 377 364 0 5587 0
[pid=6981] ppid=6979 vsize=1017940 CPUtime=5.65 cores=0,2,4,6
/proc/6981/stat : 6981 (gnovelty+2) R 6979 6981 6981 0 -1 4202496 456 0 0 0 565 0 0 0 25 0 1 0 538471970 1042370560 192 33554432000 134512640 135663704 4290618912 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6981/statm: 254485 192 113 282 0 254201 0
[pid=6982] ppid=6973 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/6982/stat : 6982 (python) S 6973 6973 6070 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538471973 296247296 5706 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 16557514545770234115 0 0 17 6 0 0 0
/proc/6982/statm: 72326 5706 370 364 0 8241 0
[pid=6984] ppid=6982 vsize=1017940 CPUtime=5.6 cores=0,2,4,6
/proc/6984/stat : 6984 (gnovelty+2) R 6982 6984 6984 0 -1 4202496 457 0 0 0 560 0 0 0 25 0 1 0 538471973 1042370560 191 33554432000 134512640 135663704 4293727024 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6984/statm: 254485 191 113 282 0 254201 0
[pid=6985] ppid=6973 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/6985/stat : 6985 (python) S 6973 6973 6070 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 1 0 538471976 306409472 5612 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 16042032983221174529 0 0 17 0 0 0 0
/proc/6985/statm: 74807 5612 371 364 0 10719 0
[pid=6987] ppid=6985 vsize=3456 CPUtime=5.57 cores=0,2,4,6
/proc/6987/stat : 6987 (march_hi) R 6985 6987 6987 0 -1 4202496 917 0 0 0 557 0 0 0 25 0 1 0 538471976 3538944 646 33554432000 4194304 4955518 140736305467264 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6987/statm: 864 646 106 186 0 677 0
[pid=6988] ppid=6973 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (python) S 6973 6973 6070 0 -1 4202560 928 0 0 0 0 0 0 0 15 0 1 0 538471979 317353984 5723 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8613635668943274241 0 0 17 6 0 0 0
/proc/6988/statm: 77479 5723 371 364 0 13388 0
[pid=6990] ppid=6988 vsize=3456 CPUtime=5.5 cores=0,2,4,6
/proc/6990/stat : 6990 (march_hi) R 6988 6990 6990 0 -1 4202496 911 0 0 0 550 0 0 0 25 0 1 0 538471979 3538944 640 33554432000 4194304 4955518 140733888551472 18446744073709551615 4224809 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6990/statm: 864 640 106 186 0 677 0
[pid=6973/tid=6980] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6980/stat : 6980 (python) S 6971 6973 6070 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 538471970 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 0 0 0 0
[pid=6973/tid=6983] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6983/stat : 6983 (python) S 6971 6973 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538471973 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 2 0 0 0
[pid=6973/tid=6986] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6986/stat : 6986 (python) S 6971 6973 6070 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538471976 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=6989] ppid=6971 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6989/stat : 6989 (python) S 6971 6973 6070 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 5 0 538471979 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.93
Current children cumulated vsize (KiB) 3540076

[startup+12.7007 s]
/proc/loadavg: 7.83 7.98 6.29 9/258 6990
/proc/meminfo: memFree=17955380/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=320160 CPUtime=0.61 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 12475 933 1 0 52 9 0 0 22 0 5 0 538471906 327843840 7237 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6973/statm: 80040 7237 1881 364 0 15949 0
[pid=6979] ppid=6973 vsize=278676 CPUtime=0.01 cores=0,2,4,6
/proc/6979/stat : 6979 (python) S 6973 6973 6070 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 538471970 285364224 5611 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535439 0 0 16781312 514 8029671844996940033 0 0 17 2 0 0 0
/proc/6979/statm: 69669 5611 377 364 0 5587 0
[pid=6981] ppid=6979 vsize=1017940 CPUtime=12.05 cores=0,2,4,6
/proc/6981/stat : 6981 (gnovelty+2) R 6979 6981 6981 0 -1 4202496 456 0 0 0 1205 0 0 0 25 0 1 0 538471970 1042370560 192 33554432000 134512640 135663704 4290618912 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6981/statm: 254485 192 113 282 0 254201 0
[pid=6982] ppid=6973 vsize=289304 CPUtime=0.02 cores=0,2,4,6

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

/proc/6984/stat : 6984 (gnovelty+2) T 6982 6984 6984 0 -1 4202496 457 0 0 0 9797 1 0 0 25 0 1 0 538471973 1042370560 191 33554432000 134512640 135663704 4293727024 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6984/statm: 254485 191 113 282 0 254201 0
[pid=6982/tid=7003] ppid=6973 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/6982/task/7003/stat : 7003 (python) S 6973 6973 6070 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538481789 296247296 5737 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604448177855424 0 0 -1 0 0 0 0
[pid=6985] ppid=6973 vsize=299228 CPUtime=2.06 cores=0,2,4,6
/proc/6985/stat : 6985 (python) S 6973 6973 6070 0 -1 4202560 1163 0 0 0 118 88 0 0 15 0 2 0 538471976 306409472 5642 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6985/statm: 74807 5642 400 364 0 10719 0
[pid=6987] ppid=6985 vsize=316372 CPUtime=1199.94 cores=0,2,4,6
/proc/6987/stat : 6987 (march_hi) R 6985 6987 6987 0 -1 4202496 55587 0 0 0 119982 12 0 0 25 0 1 0 538471976 323964928 55316 33554432000 4194304 4955518 140736305467264 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6987/statm: 79093 55316 106 186 0 78906 0
[pid=6985/tid=7058] ppid=6973 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7058/stat : 7058 (python) S 6973 6973 6070 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538540195 306409472 5642 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604449867773888 0 0 -1 0 0 0 0
[pid=6988] ppid=6973 vsize=309916 CPUtime=2.08 cores=0,2,4,6
/proc/6988/stat : 6988 (python) S 6973 6973 6070 0 -1 4202560 1177 0 0 0 115 93 0 0 15 0 2 0 538471979 317353984 5762 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6988/statm: 77479 5762 409 364 0 13388 0
[pid=6990] ppid=6988 vsize=316372 CPUtime=1194.58 cores=0,2,4,6
/proc/6990/stat : 6990 (march_hi) R 6988 6990 6990 0 -1 4202496 55061 0 0 0 119441 17 0 0 25 0 1 0 538471979 323964928 54790 33554432000 4194304 4955518 140733888551472 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6990/statm: 79093 54790 106 186 0 78906 0
[pid=6988/tid=7059] ppid=6973 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/6988/task/7059/stat : 7059 (python) S 6973 6973 6070 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538540926 317353984 5762 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604448010804160 0 0 -1 4 0 0 0
[pid=7004] ppid=6973 vsize=320172 CPUtime=1.52 cores=0,2,4,6
/proc/7004/stat : 7004 (python) S 6973 6973 6070 0 -1 4202560 1170 0 0 0 83 69 0 0 15 0 2 0 538481792 327856128 5774 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7004/statm: 80043 5774 400 364 0 15949 0
[pid=7006] ppid=7004 vsize=208940 CPUtime=875.66 cores=0,2,4,6
/proc/7006/stat : 7006 (march_hi) T 7004 7006 7006 0 -1 4202496 41061 0 0 0 87557 9 0 0 25 0 1 0 538481792 213954560 40790 33554432000 4194304 4955518 140735408755008 18446744073709551615 4296788 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7006/statm: 52235 40790 106 186 0 52048 0
[pid=7004/tid=7054] ppid=6973 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/7004/task/7054/stat : 7054 (python) S 6973 6973 6070 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538530412 327856128 5774 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604453909256960 0 0 -1 4 0 0 0
[pid=7008] ppid=6973 vsize=330648 CPUtime=1.86 cores=0,2,4,6
/proc/7008/stat : 7008 (python) S 6973 6973 6070 0 -1 4202560 1173 0 0 0 105 81 0 0 15 0 2 0 538481988 338583552 5816 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7008/statm: 82662 5816 400 364 0 18565 0
[pid=7010] ppid=7008 vsize=208940 CPUtime=1069.23 cores=0,2,4,6
/proc/7010/stat : 7010 (march_hi) T 7008 7010 7010 0 -1 4202496 49888 0 0 0 106910 13 0 0 25 0 1 0 538481988 213954560 49617 33554432000 4194304 4955518 140734705677328 18446744073709551615 4297507 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7010/statm: 52235 49617 106 186 0 52048 0
[pid=7008/tid=7055] ppid=6973 vsize=330648 CPUtime=0 cores=0,2,4,6
/proc/7008/task/7055/stat : 7055 (python) S 6973 6973 6070 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 538531163 338583552 5816 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604453909255168 0 0 -1 0 0 0 0
[pid=7076] ppid=6973 vsize=340896 CPUtime=0.41 cores=0,2,4,6
/proc/7076/stat : 7076 (python) S 6973 6973 6070 0 -1 4202560 1011 0 0 0 21 20 0 0 15 0 1 0 538569605 349077504 5797 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8029671844996940036 0 0 17 4 0 0 0
/proc/7076/statm: 85224 5797 380 364 0 21124 0
[pid=7078] ppid=7076 vsize=62984 CPUtime=225.74 cores=0,2,4,6
/proc/7078/stat : 7078 (march_hi) R 7076 7078 7078 0 -1 4202496 12027 0 0 0 22571 3 0 0 25 0 1 0 538569605 64495616 11758 33554432000 4194304 4955518 140737417038688 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7078/statm: 15746 11758 106 186 0 15559 0
[pid=7305] ppid=6973 vsize=351152 CPUtime=0.05 cores=0,2,4,6
/proc/7305/stat : 7305 (python) S 6973 6973 6070 0 -1 4202560 1009 0 0 0 3 2 0 0 15 0 1 0 538589432 359579648 5824 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8029671844996940036 0 0 17 4 0 0 0
/proc/7305/statm: 87788 5824 377 364 0 23685 0
[pid=7307] ppid=7305 vsize=10068 CPUtime=27.77 cores=0,2,4,6
/proc/7307/stat : 7307 (march_hi) R 7305 7307 7307 0 -1 4202496 2153 0 0 0 2777 0 0 0 25 0 1 0 538589432 10309632 1878 33554432000 4194304 4955518 140735595817200 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7307/statm: 2517 1878 106 186 0 2330 0
[pid=6973/tid=6980] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6980/stat : 6980 (python) S 6971 6973 6070 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538471970 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 0 0 0 0
[pid=6973/tid=6983] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6983/stat : 6983 (python) S 6971 6973 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 538471973 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 2 0 0 0
[pid=6973/tid=6986] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6986/stat : 6986 (python) S 6971 6973 6070 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 538471976 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=6989] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6989/stat : 6989 (python) S 6971 6973 6070 0 -1 4202560 42 933 0 0 0 0 0 0 18 0 9 0 538471979 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=7005] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7005/stat : 7005 (python) S 6971 6973 6070 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 538481792 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=7009] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7009/stat : 7009 (python) S 6971 6973 6070 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 538481988 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=7077] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7077/stat : 7077 (python) S 6971 6973 6070 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 538569605 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 4 0 0 0
[pid=6973/tid=7306] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7306/stat : 7306 (python) S 6971 6973 6070 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 538589432 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 6051188

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

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

[startup+1203.1 s]
/proc/loadavg: 10.86 9.27 8.04 12/275 7308
/proc/meminfo: memFree=17000728/32951124 swapFree=67111528/67111528
[pid=6973] ppid=6971 vsize=361396 CPUtime=1.08 cores=0,2,4,6
/proc/6973/stat : 6973 (python) S 6971 6973 6070 0 -1 4202496 17011 933 1 0 97 11 0 0 18 0 9 0 538471906 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6973/statm: 90349 7341 1890 364 0 26246 0
[pid=6979] ppid=6973 vsize=288920 CPUtime=0.15 cores=0,2,4,6
/proc/6979/stat : 6979 (python) S 6973 6973 6070 0 -1 4202560 1084 0 0 0 8 7 0 0 19 0 2 0 538471970 295854080 5649 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6979/statm: 72230 5649 410 364 0 8148 0
[pid=6981] ppid=6979 vsize=1017940 CPUtime=100.12 cores=0,2,4,6
/proc/6981/stat : 6981 (gnovelty+2) T 6979 6981 6981 0 -1 4202496 456 0 0 0 10012 0 0 0 25 0 1 0 538471970 1042370560 192 33554432000 134512640 135663704 4290618912 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6981/statm: 254485 192 113 282 0 254201 0
[pid=6979/tid=7007] ppid=6973 vsize=288920 CPUtime=0 cores=0,2,4,6
/proc/6979/task/7007/stat : 7007 (python) S 6973 6973 6070 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538481984 295854080 5649 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604448177853632 0 0 -1 2 0 0 0
[pid=6982] ppid=6973 vsize=289304 CPUtime=0.16 cores=0,2,4,6
/proc/6982/stat : 6982 (python) S 6973 6973 6070 0 -1 4202560 1079 0 0 0 9 7 0 0 19 0 2 0 538471973 296247296 5737 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6982/statm: 72326 5737 400 364 0 8241 0
[pid=6984] ppid=6982 vsize=1017940 CPUtime=97.98 cores=0,2,4,6
/proc/6984/stat : 6984 (gnovelty+2) T 6982 6984 6984 0 -1 4202496 457 0 0 0 9797 1 0 0 25 0 1 0 538471973 1042370560 191 33554432000 134512640 135663704 4293727024 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6984/statm: 254485 191 113 282 0 254201 0
[pid=6982/tid=7003] ppid=6973 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/6982/task/7003/stat : 7003 (python) S 6973 6973 6070 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538481789 296247296 5737 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604448177855424 0 0 -1 0 0 0 0
[pid=6985] ppid=6973 vsize=299228 CPUtime=2.06 cores=0,2,4,6
/proc/6985/stat : 6985 (python) S 6973 6973 6070 0 -1 4202560 1163 0 0 0 118 88 0 0 15 0 2 0 538471976 306409472 5642 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6985/statm: 74807 5642 400 364 0 10719 0
[pid=6987] ppid=6985 vsize=316372 CPUtime=1199.94 cores=0,2,4,6
/proc/6987/stat : 6987 (march_hi) R 6985 6987 6987 0 -1 4202496 55587 0 0 0 119982 12 0 0 25 0 1 0 538471976 323964928 55316 33554432000 4194304 4955518 140736305467264 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6987/statm: 79093 55316 106 186 0 78906 0
[pid=6985/tid=7058] ppid=6973 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7058/stat : 7058 (python) S 6973 6973 6070 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538540195 306409472 5642 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604449867773888 0 0 -1 0 0 0 0
[pid=6988] ppid=6973 vsize=309916 CPUtime=2.08 cores=0,2,4,6
/proc/6988/stat : 6988 (python) S 6973 6973 6070 0 -1 4202560 1177 0 0 0 115 93 0 0 15 0 2 0 538471979 317353984 5762 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6988/statm: 77479 5762 409 364 0 13388 0
[pid=6990] ppid=6988 vsize=316372 CPUtime=1194.58 cores=0,2,4,6
/proc/6990/stat : 6990 (march_hi) R 6988 6990 6990 0 -1 4202496 55061 0 0 0 119441 17 0 0 25 0 1 0 538471979 323964928 54790 33554432000 4194304 4955518 140733888551472 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6990/statm: 79093 54790 106 186 0 78906 0
[pid=6988/tid=7059] ppid=6973 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/6988/task/7059/stat : 7059 (python) S 6973 6973 6070 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538540926 317353984 5762 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604448010804160 0 0 -1 4 0 0 0
[pid=7004] ppid=6973 vsize=320172 CPUtime=1.52 cores=0,2,4,6
/proc/7004/stat : 7004 (python) S 6973 6973 6070 0 -1 4202560 1170 0 0 0 83 69 0 0 15 0 2 0 538481792 327856128 5774 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7004/statm: 80043 5774 400 364 0 15949 0
[pid=7006] ppid=7004 vsize=208940 CPUtime=875.66 cores=0,2,4,6
/proc/7006/stat : 7006 (march_hi) T 7004 7006 7006 0 -1 4202496 41061 0 0 0 87557 9 0 0 25 0 1 0 538481792 213954560 40790 33554432000 4194304 4955518 140735408755008 18446744073709551615 4296788 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7006/statm: 52235 40790 106 186 0 52048 0
[pid=7004/tid=7054] ppid=6973 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/7004/task/7054/stat : 7054 (python) S 6973 6973 6070 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538530412 327856128 5774 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604453909256960 0 0 -1 4 0 0 0
[pid=7008] ppid=6973 vsize=330648 CPUtime=1.86 cores=0,2,4,6
/proc/7008/stat : 7008 (python) S 6973 6973 6070 0 -1 4202560 1173 0 0 0 105 81 0 0 15 0 2 0 538481988 338583552 5816 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7008/statm: 82662 5816 400 364 0 18565 0
[pid=7010] ppid=7008 vsize=208940 CPUtime=1069.23 cores=0,2,4,6
/proc/7010/stat : 7010 (march_hi) T 7008 7010 7010 0 -1 4202496 49888 0 0 0 106910 13 0 0 25 0 1 0 538481988 213954560 49617 33554432000 4194304 4955518 140734705677328 18446744073709551615 4297507 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7010/statm: 52235 49617 106 186 0 52048 0
[pid=7008/tid=7055] ppid=6973 vsize=330648 CPUtime=0 cores=0,2,4,6
/proc/7008/task/7055/stat : 7055 (python) S 6973 6973 6070 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 538531163 338583552 5816 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 514 18446604453909255168 0 0 -1 0 0 0 0
[pid=7076] ppid=6973 vsize=340896 CPUtime=0.41 cores=0,2,4,6
/proc/7076/stat : 7076 (python) S 6973 6973 6070 0 -1 4202560 1011 0 0 0 21 20 0 0 15 0 1 0 538569605 349077504 5797 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8029671844996940036 0 0 17 4 0 0 0
/proc/7076/statm: 85224 5797 380 364 0 21124 0
[pid=7078] ppid=7076 vsize=62984 CPUtime=225.74 cores=0,2,4,6
/proc/7078/stat : 7078 (march_hi) R 7076 7078 7078 0 -1 4202496 12027 0 0 0 22571 3 0 0 25 0 1 0 538569605 64495616 11758 33554432000 4194304 4955518 140737417038688 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7078/statm: 15746 11758 106 186 0 15559 0
[pid=7305] ppid=6973 vsize=351152 CPUtime=0.05 cores=0,2,4,6
/proc/7305/stat : 7305 (python) S 6973 6973 6070 0 -1 4202560 1009 0 0 0 3 2 0 0 15 0 1 0 538589432 359579648 5824 33554432000 4194304 5683644 140734989766960 18446744073709551615 216634535494 0 0 16781312 514 8029671844996940036 0 0 17 4 0 0 0
/proc/7305/statm: 87788 5824 377 364 0 23685 0
[pid=7307] ppid=7305 vsize=10068 CPUtime=27.77 cores=0,2,4,6
/proc/7307/stat : 7307 (march_hi) R 7305 7307 7307 0 -1 4202496 2153 0 0 0 2777 0 0 0 25 0 1 0 538589432 10309632 1878 33554432000 4194304 4955518 140735595817200 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7307/statm: 2517 1878 106 186 0 2330 0
[pid=6973/tid=6980] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6980/stat : 6980 (python) S 6971 6973 6070 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538471970 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 0 0 0 0
[pid=6973/tid=6983] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6983/stat : 6983 (python) S 6971 6973 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 538471973 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 2 0 0 0
[pid=6973/tid=6986] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6986/stat : 6986 (python) S 6971 6973 6070 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 538471976 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=6989] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/6989/stat : 6989 (python) S 6971 6973 6070 0 -1 4202560 42 933 0 0 0 0 0 0 18 0 9 0 538471979 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=7005] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7005/stat : 7005 (python) S 6971 6973 6070 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 538481792 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=7009] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7009/stat : 7009 (python) S 6971 6973 6070 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 538481988 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 6 0 0 0
[pid=6973/tid=7077] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7077/stat : 7077 (python) S 6971 6973 6070 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 538569605 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 4 0 0 0
[pid=6973/tid=7306] ppid=6971 vsize=361396 CPUtime=0 cores=0,2,4,6
/proc/6973/task/7306/stat : 7306 (python) S 6971 6973 6070 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 538589432 370069504 7341 33554432000 4194304 5683644 140734989766960 18446744073709551615 216646338993 0 0 16781312 2 18446604449867772992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 6051188

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.16
CPU time (s): 4800.39
CPU user time (s): 4796.06
CPU system time (s): 4.33
CPU usage (%): 398.982
Max. virtual memory (cumulated for all children) (KiB): 6051188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.98585
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17987
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1187
involuntary context switches= 39

runsolver used 2.89256 second user time and 5.99009 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-01 18:51:33
IDJOB=3317311
IDBENCH=82776
IDSOLVER=1705
FILE ID=node103/3317311-1304268693
RUNJOBID= node103-1304267295-6088
PBS_JOBID= 13173975
Free space on /tmp= 72568 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1653142431-025.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317311-1304268693/watcher-3317311-1304268693 -o /tmp/evaluation-result-3317311-1304268693/solver-3317311-1304268693 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317311-1304268693.cnf -seed 523315692 -budget 4800 -cores 4

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

MD5SUM BENCH= 57404773f78439bca79cfbdcb4a4a71b
RANDOM SEED=523315692

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18001644 kB
Buffers:       2157448 kB
Cached:       11534864 kB
SwapCached:          0 kB
Active:        6420592 kB
Inactive:      7922760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18001644 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31680 kB
Writeback:           0 kB
AnonPages:      650560 kB
Mapped:          24488 kB
Slab:           530064 kB
PageTables:      16704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 24243112 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= 72520 MiB
End job on node103 at 2011-05-01 19:11:38