Trace number 3317420

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-randomSAT 35.0177 14.4947

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S446351158-079.SATISFIABLE.cnf
MD5SUM871f75d4bb41b463ca12a7a8837d201b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.057991
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
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-3317420-1304269575.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.55	c INFO: computed variable balance statistics
0.40/0.59	c INFO: computed small-clause counts
0.40/0.59	c INFO: computed Horn-clause counts
0.40/0.59	c INFO: computed variable graph statistics
0.40/0.59	c INFO: collected features for HOME/instance-3317420-1304269575.cnf in 0.13 s
0.50/0.62	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.50/0.65	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.50/0.68	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.29)
0.59/0.71	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.31)
34.79/14.47	s SATISFIABLE
34.79/14.47	v -1 2 -3 -4 5 -6 -7 -8 9 -10 -11 -12 13 -14 -15 -16 -17 18 -19 20 -21 -22 23 24 -25 26 -27 28 29 -30 -31 -32 -33 34 35 -36 37 38 -39 40 -41 42 43 44 -45 -46 -47 48 49 -50 -51 -52 53 -54 55 56 57 58 -59 -60 61 -62 -63 64 -65 -66 -67 -68 -69 70 -71 -72 73 -74 75 76 -77 -78 79 80 -81 -82 -83 -84 85 -86 87 88 89 90 91 -92 -93 94 95 -96 -97 98 -99 100 -101 -102 103 104 105 -106 -107 108 109 110 111 -112 -113 -114 115 -116 -117 118 -119 120 121 122 123 124 125 0

Verifier Data

OK

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-3317420-1304269575/watcher-3317420-1304269575 -o /tmp/evaluation-result-3317420-1304269575/solver-3317420-1304269575 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317420-1304269575.cnf -seed 1228355464 -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: 8.87 8.33 7.45 8/266 7110
/proc/meminfo: memFree=20327832/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/7110/stat : 7110 (python) R 7108 7110 5629 0 -1 4202496 900 0 0 0 0 0 0 0 24 0 1 0 519373177 16154624 781 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726065861 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7110/statm: 3944 782 344 364 0 431 0

[startup+0.094767 s]
/proc/loadavg: 8.87 8.33 7.45 8/266 7110
/proc/meminfo: memFree=20327832/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=102012 CPUtime=0.06 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 3008 0 0 0 5 1 0 0 17 0 1 0 519373177 104460288 2701 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/7110/statm: 25504 2702 841 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102012

[startup+0.100767 s]
/proc/loadavg: 8.87 8.33 7.45 8/266 7110
/proc/meminfo: memFree=20327832/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/7110/stat : 7110 (python) R 7108 7110 5629 0 -1 4202496 3099 0 0 0 5 2 0 0 17 0 1 0 519373177 107126784 2779 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726403072 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/7110/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300726 s]
/proc/loadavg: 8.87 8.33 7.45 8/266 7110
/proc/meminfo: memFree=20327832/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=196852 CPUtime=0.22 cores=0,2,4,6
/proc/7110/stat : 7110 (python) R 7108 7110 5629 0 -1 4202496 6956 931 1 0 16 6 0 0 17 0 1 0 519373177 201576448 5007 33554432000 4194304 5683644 140735215726352 18446744073709551615 264721481351 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7110/statm: 49213 5007 1446 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 196852

[startup+0.70062 s]
/proc/loadavg: 8.87 8.33 7.45 8/266 7110
/proc/meminfo: memFree=20327832/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=309980 CPUtime=0.59 cores=0,2,4,6
/proc/7110/stat : 7110 (python) R 7108 7110 5629 0 -1 4202496 11961 931 1 0 50 9 0 0 22 0 4 0 519373177 317419520 7246 33554432000 4194304 5683644 140735215726352 18446744073709551615 264729843463 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 77495 7246 1877 364 0 13407 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 309980

[startup+1.50047 s]
/proc/loadavg: 9.20 8.40 7.48 13/279 7127
/proc/meminfo: memFree=20288296/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519373239 285237248 5572 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 4408342892037275647 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5572 354 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=0.6 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 60 0 0 0 21 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 1 0 519373242 296288256 5694 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 13934191677204856831 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5694 348 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=0.78 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 78 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 519373245 306307072 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5595 348 364 0 10694 0
[pid=7124] ppid=7121 vsize=1844 CPUtime=0.26 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 527 0 0 0 26 0 0 0 25 0 1 0 519373248 1888256 267 33554432000 4194304 4955518 140737410158256 18446744073709551615 4238104 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 461 267 106 186 0 274 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 773 0 0 0 0 0 0 0 20 0 1 0 519373249 317431808 5719 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5719 348 364 0 13407 0
[pid=7127] ppid=7125 vsize=1844 CPUtime=0.35 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 538 0 0 0 35 0 0 0 25 0 1 0 519373249 1888256 272 33554432000 4194304 4955518 140735479316272 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 461 272 106 186 0 274 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 3536540

[startup+3.10116 s]
/proc/loadavg: 9.20 8.40 7.48 12/279 7127
/proc/meminfo: memFree=20287304/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519373239 285237248 5572 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 4408342892037243139 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5572 354 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=1.4 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 140 0 0 0 23 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519373242 296288256 5694 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 13934191677204824324 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5694 348 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=2.37 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 237 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 519373245 306307072 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5595 348 364 0 10694 0
[pid=7124] ppid=7121 vsize=2148 CPUtime=1.06 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 625 0 0 0 106 0 0 0 25 0 1 0 519373248 2199552 365 33554432000 4194304 4955518 140737410158256 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 537 365 106 186 0 350 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 519373249 317431808 5719 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5719 348 364 0 13407 0
[pid=7127] ppid=7125 vsize=2148 CPUtime=1.14 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 635 0 0 0 114 0 0 0 25 0 1 0 519373249 2199552 369 33554432000 4194304 4955518 140735479316272 18446744073709551615 4226515 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 537 369 106 186 0 350 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 3537148

[startup+6.30056 s]
/proc/loadavg: 9.20 8.40 7.48 12/279 7127
/proc/meminfo: memFree=20283440/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 519373239 285237248 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 4408342892037243139 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5595 377 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=3 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 300 0 0 0 25 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 519373242 296288256 5717 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 13934191677204824324 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5717 371 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=5.52 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 552 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 519373245 306307072 5618 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5618 371 364 0 10694 0
[pid=7124] ppid=7121 vsize=2528 CPUtime=2.66 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 723 0 0 0 266 0 0 0 25 0 1 0 519373248 2588672 463 33554432000 4194304 4955518 140737410158256 18446744073709551615 4285722 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 632 463 106 186 0 445 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 938 0 0 0 0 0 0 0 15 0 1 0 519373249 317431808 5742 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5742 371 364 0 13407 0
[pid=7127] ppid=7125 vsize=2528 CPUtime=2.74 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 733 0 0 0 274 0 0 0 25 0 1 0 519373249 2588672 467 33554432000 4194304 4955518 140735479316272 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 632 467 106 186 0 445 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 3537908

[startup+12.7013 s]
/proc/loadavg: 9.47 8.49 7.51 12/279 7128
/proc/meminfo: memFree=20279368/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 519373239 285237248 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 2171526668764545283 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5595 377 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=6.2 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 620 0 0 0 25 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0.02 cores=0,2,4,6

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

[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 30.53
Current children cumulated vsize (KiB) 3539612

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

[startup+13.5012 s]
/proc/loadavg: 9.47 8.49 7.51 12/279 7128
/proc/meminfo: memFree=20278872/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 519373239 285237248 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 2171526668764545283 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5595 377 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=6.6 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 660 0 0 0 25 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0.02 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 519373242 296288256 5717 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 2171526668764545284 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5717 371 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=12.64 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 1264 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0.02 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 519373245 306307072 5618 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5618 371 364 0 10694 0
[pid=7124] ppid=7121 vsize=3380 CPUtime=6.26 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 919 0 0 0 626 0 0 0 25 0 1 0 519373248 3461120 659 33554432000 4194304 4955518 140737410158256 18446744073709551615 4235548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 845 659 106 186 0 658 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0.02 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 942 0 0 0 1 1 0 0 15 0 1 0 519373249 317431808 5742 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5742 371 364 0 13407 0
[pid=7127] ppid=7125 vsize=3380 CPUtime=6.34 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 930 0 0 0 634 0 0 0 25 0 1 0 519373249 3461120 664 33554432000 4194304 4955518 140735479316272 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 845 664 106 186 0 658 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.52
Current children cumulated vsize (KiB) 3539612

[startup+13.9011 s]
/proc/loadavg: 9.47 8.49 7.51 12/279 7128
/proc/meminfo: memFree=20278872/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 519373239 285237248 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 2171526668764545283 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5595 377 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=6.8 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 680 0 0 0 25 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0.02 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 519373242 296288256 5717 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 2171526668764545284 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5717 371 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=13.04 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 1304 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0.02 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 519373245 306307072 5618 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5618 371 364 0 10694 0
[pid=7124] ppid=7121 vsize=3380 CPUtime=6.46 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 931 0 0 0 646 0 0 0 25 0 1 0 519373248 3461120 671 33554432000 4194304 4955518 140737410158256 18446744073709551615 4224503 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 845 671 106 186 0 658 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0.02 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 942 0 0 0 1 1 0 0 15 0 1 0 519373249 317431808 5742 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5742 371 364 0 13407 0
[pid=7127] ppid=7125 vsize=3380 CPUtime=6.54 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 943 0 0 0 654 0 0 0 25 0 1 0 519373249 3461120 677 33554432000 4194304 4955518 140735479316272 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 845 677 106 186 0 658 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33.52
Current children cumulated vsize (KiB) 3539612

[startup+14.31 s]
/proc/loadavg: 9.47 8.49 7.51 12/279 7128
/proc/meminfo: memFree=20278004/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 519373239 285237248 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 2171526668764545283 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5595 377 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=7 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 700 0 0 0 25 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0.02 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 519373242 296288256 5717 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 2171526668764545284 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5717 371 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=13.44 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 1344 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0.02 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 519373245 306307072 5618 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5618 371 364 0 10694 0
[pid=7124] ppid=7121 vsize=3380 CPUtime=6.67 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 942 0 0 0 667 0 0 0 25 0 1 0 519373248 3461120 682 33554432000 4194304 4955518 140737410158256 18446744073709551615 4224503 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 845 682 106 186 0 658 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0.02 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 942 0 0 0 1 1 0 0 15 0 1 0 519373249 317431808 5742 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5742 371 364 0 13407 0
[pid=7127] ppid=7125 vsize=4144 CPUtime=6.75 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 954 0 0 0 675 0 0 0 25 0 1 0 519373249 4243456 688 33554432000 4194304 4955518 140735479316272 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 1036 688 106 186 0 849 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.54
Current children cumulated vsize (KiB) 3540376

[startup+14.401 s]
/proc/loadavg: 9.47 8.49 7.51 12/279 7128
/proc/meminfo: memFree=20278004/32951124 swapFree=67111524/67111528
[pid=7110] ppid=7108 vsize=320236 CPUtime=0.61 cores=0,2,4,6
/proc/7110/stat : 7110 (python) S 7108 7110 5629 0 -1 4202496 12392 931 1 0 52 9 0 0 25 0 5 0 519373177 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7110/statm: 80059 7256 1881 364 0 15968 0
[pid=7116] ppid=7110 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 7110 7110 5629 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 519373239 285237248 5595 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425103 0 0 16781312 514 2171526668764545283 0 0 17 0 0 0 0
/proc/7116/statm: 69638 5595 377 364 0 5556 0
[pid=7118] ppid=7116 vsize=1017800 CPUtime=7.05 cores=0,2,4,6
/proc/7118/stat : 7118 (gnovelty+2) R 7116 7118 7118 0 -1 4202496 443 0 0 0 705 0 0 0 25 0 1 0 519373240 1042227200 180 33554432000 134512640 135663704 4294753072 18446744073709551615 134524455 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7118/statm: 254450 180 113 282 0 254166 0
[pid=7119] ppid=7110 vsize=289344 CPUtime=0.02 cores=0,2,4,6
/proc/7119/stat : 7119 (python) S 7110 7110 5629 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 519373242 296288256 5717 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 2171526668764545284 0 0 17 6 0 0 0
/proc/7119/statm: 72336 5717 371 364 0 8251 0
[pid=7123] ppid=7119 vsize=1017800 CPUtime=13.53 cores=0,2,4,6
/proc/7123/stat : 7123 (gnovelty+2) R 7119 7123 7123 0 -1 4202496 443 0 0 0 1353 0 0 0 25 0 1 0 519373246 1042227200 181 33554432000 134512640 135663704 4291875296 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7123/statm: 254450 181 113 282 0 254166 0
[pid=7121] ppid=7110 vsize=299128 CPUtime=0.02 cores=0,2,4,6
/proc/7121/stat : 7121 (python) S 7110 7110 5629 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 519373245 306307072 5618 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17416734779243462914 0 0 17 0 0 0 0
/proc/7121/statm: 74782 5618 371 364 0 10694 0
[pid=7124] ppid=7121 vsize=4144 CPUtime=6.72 cores=0,2,4,6
/proc/7124/stat : 7124 (march_hi) R 7121 7124 7124 0 -1 4202496 945 0 0 0 672 0 0 0 25 0 1 0 519373248 4243456 685 33554432000 4194304 4955518 140737410158256 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7124/statm: 1036 685 106 186 0 849 0
[pid=7125] ppid=7110 vsize=309992 CPUtime=0.02 cores=0,2,4,6
/proc/7125/stat : 7125 (python) S 7110 7110 5629 0 -1 4202560 942 0 0 0 1 1 0 0 15 0 1 0 519373249 317431808 5742 33554432000 4194304 5683644 140735215726352 18446744073709551615 264726425158 0 0 16781312 514 17846722990541078787 0 0 17 6 0 0 0
/proc/7125/statm: 77498 5742 371 364 0 13407 0
[pid=7127] ppid=7125 vsize=4144 CPUtime=6.81 cores=0,2,4,6
/proc/7127/stat : 7127 (march_hi) R 7125 7127 7127 0 -1 4202496 958 0 0 0 681 0 0 0 25 0 1 0 519373249 4243456 692 33554432000 4194304 4955518 140735479316272 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7127/statm: 1036 692 106 186 0 849 0
[pid=7110/tid=7117] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (python) S 7108 7110 5629 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 5 0 519373239 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7120] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (python) S 7108 7110 5629 0 -1 4202560 35 931 0 0 0 0 0 0 21 0 5 0 519373242 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7122] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (python) S 7108 7110 5629 0 -1 4202560 15 931 0 0 0 0 0 0 23 0 5 0 519373245 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
[pid=7110/tid=7126] ppid=7108 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (python) S 7108 7110 5629 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519373249 327921664 7256 33554432000 4194304 5683644 140735215726352 18446744073709551615 264738228657 0 0 16781312 2 18446604453961884800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.79
Current children cumulated vsize (KiB) 3541140

Child status: 0
Real time (s): 14.4947
CPU time (s): 35.0177
CPU user time (s): 34.8567
CPU system time (s): 0.160975
CPU usage (%): 241.589
Max. virtual memory (cumulated for all children) (KiB): 3541140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.8567
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24529
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= 1266
involuntary context switches= 552

runsolver used 0.040993 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-01 19:06:16
IDJOB=3317420
IDBENCH=82885
IDSOLVER=1705
FILE ID=node141/3317420-1304269575
RUNJOBID= node141-1304267280-5647
PBS_JOBID= 13173938
Free space on /tmp= 72552 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S446351158-079.SATISFIABLE.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-3317420-1304269575/watcher-3317420-1304269575 -o /tmp/evaluation-result-3317420-1304269575/solver-3317420-1304269575 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317420-1304269575.cnf -seed 1228355464 -budget 4800 -cores 4

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

MD5SUM BENCH= 871f75d4bb41b463ca12a7a8837d201b
RANDOM SEED=1228355464

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      20328112 kB
Buffers:       1422752 kB
Cached:        9071688 kB
SwapCached:          4 kB
Active:        4326244 kB
Inactive:      7694212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20328112 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           71408 kB
Writeback:           0 kB
AnonPages:     1525456 kB
Mapped:          26976 kB
Slab:           521236 kB
PageTables:      20232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 37134064 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= 72524 MiB
End job on node141 at 2011-05-01 19:06:30