Trace number 3321976

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-randomUNSAT 51.8371 7.34423

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.42002
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3321976-1304370282.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.42/0.72	c INFO: computed variable balance statistics
0.42/0.75	c INFO: computed small-clause counts
0.42/0.75	c INFO: computed Horn-clause counts
0.42/0.75	c INFO: computed variable graph statistics
0.42/0.75	c INFO: collected features for HOME/instance-3321976-1304370282.cnf in 0.07 s
0.42/0.79	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.60)
0.52/0.82	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.38)
0.52/0.86	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.61/0.90	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.34)
0.61/0.94	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.10)
0.61/0.98	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
1.38/1.02	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
1.38/1.06	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
51.52/7.32	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3321976-1304370282/watcher-3321976-1304370282 -o /tmp/evaluation-result-3321976-1304370282/solver-3321976-1304370282 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321976-1304370282.cnf -seed 1833446829 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.41 6.29 7.40 1/244 2007
/proc/meminfo: memFree=17064316/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=15184 CPUtime=0 cores=0-7
/proc/2007/stat : 2007 (python) S 2005 2007 1221 0 -1 4202496 712 0 0 0 0 0 0 0 17 0 1 0 548627987 15548416 603 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/2007/statm: 3796 603 319 364 0 283 0

[startup+0.0858641 s]
/proc/loadavg: 2.41 6.29 7.40 1/244 2007
/proc/meminfo: memFree=17064316/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=54532 CPUtime=0.05 cores=0-7
/proc/2007/stat : 2007 (python) R 2005 2007 1221 0 -1 4202496 2048 0 0 0 4 1 0 0 17 0 1 0 548627987 55840768 1806 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2007/statm: 13633 1807 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.100868 s]
/proc/loadavg: 2.41 6.29 7.40 1/244 2007
/proc/meminfo: memFree=17064316/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=87700 CPUtime=0.06 cores=0-7
/proc/2007/stat : 2007 (python) R 2005 2007 1221 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 548627987 89804800 2353 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2007/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300846 s]
/proc/loadavg: 2.41 6.29 7.40 1/244 2007
/proc/meminfo: memFree=17064316/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=135744 CPUtime=0.17 cores=0-7
/proc/2007/stat : 2007 (python) R 2005 2007 1221 0 -1 4202496 5963 932 1 0 13 4 0 0 17 0 1 0 548627987 139001856 4150 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278875653 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/2007/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.700663 s]
/proc/loadavg: 2.41 6.29 7.40 1/244 2007
/proc/meminfo: memFree=17064316/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=278292 CPUtime=0.42 cores=0-7
/proc/2007/stat : 2007 (python) R 2005 2007 1221 0 -1 4202496 9306 932 1 0 33 9 0 0 16 0 1 0 548627987 284971008 6975 33554432000 4194304 5683644 140736055455968 18446744073709551615 4539154 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2007/statm: 69573 6975 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278292

[startup+1.50152 s]
/proc/loadavg: 2.41 6.29 7.40 8/263 2030
/proc/meminfo: memFree=17014240/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=361204 CPUtime=0.78 cores=0-7
/proc/2007/stat : 2007 (python) S 2005 2007 1221 0 -1 4202496 15738 932 1 0 67 11 0 0 25 0 9 0 548627987 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2007/statm: 90301 7266 1889 364 0 26198 0
[pid=2013] ppid=2007 vsize=278452 CPUtime=0 cores=0-7
/proc/2013/stat : 2013 (python) S 2007 2007 1221 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 548628066 285134848 5546 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899727 0 0 16781312 514 12675248664378081279 0 0 17 1 0 0 0
/proc/2013/statm: 69613 5546 354 364 0 5531 0
[pid=2015] ppid=2013 vsize=1017800 CPUtime=0.7 cores=0-7
/proc/2015/stat : 2015 (gnovelty+2) R 2013 2015 2015 0 -1 4202496 424 0 0 0 70 0 0 0 21 0 1 0 548628066 1042227200 161 33554432000 134512640 135663704 4287086816 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2015/statm: 254450 161 113 282 0 254166 0
[pid=2016] ppid=2007 vsize=289224 CPUtime=0 cores=0-7
/proc/2016/stat : 2016 (python) S 2007 2007 1221 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 548628070 296165376 5664 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 4255290323695010049 0 0 17 6 0 0 0
/proc/2016/statm: 72306 5664 348 364 0 8221 0
[pid=2018] ppid=2016 vsize=1420 CPUtime=0.66 cores=0-7
/proc/2018/stat : 2018 (march_hi) R 2016 2018 2018 0 -1 4202496 472 0 0 0 66 0 0 0 21 0 1 0 548628070 1454080 208 33554432000 4194304 4955518 140735386362144 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2018/statm: 355 208 106 186 0 168 0
[pid=2019] ppid=2007 vsize=299612 CPUtime=0 cores=0-7
/proc/2019/stat : 2019 (python) S 2007 2007 1221 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 548628074 306802688 5684 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 16167337726369038596 0 0 17 2 0 0 0
/proc/2019/statm: 74903 5684 348 364 0 10815 0
[pid=2021] ppid=2019 vsize=1420 CPUtime=0.62 cores=0-7
/proc/2021/stat : 2021 (march_hi) R 2019 2021 2021 0 -1 4202496 470 0 0 0 62 0 0 0 24 0 1 0 548628074 1454080 208 33554432000 4194304 4955518 140734242762688 18446744073709551615 4314265 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2021/statm: 355 208 106 186 0 168 0
[pid=2022] ppid=2007 vsize=309868 CPUtime=0 cores=0-7
/proc/2022/stat : 2022 (python) S 2007 2007 1221 0 -1 4202560 759 0 0 0 0 0 0 0 17 0 1 0 548628078 317304832 5688 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5927141734193529089 0 0 17 0 0 0 0
/proc/2022/statm: 77467 5688 348 364 0 13376 0
[pid=2024] ppid=2022 vsize=1420 CPUtime=0.58 cores=0-7
/proc/2024/stat : 2024 (march_hi) R 2022 2024 2024 0 -1 4202496 468 0 0 0 58 0 0 0 25 0 1 0 548628078 1454080 209 33554432000 4194304 4955518 140735836449360 18446744073709551615 4315476 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2024/statm: 355 209 106 186 0 168 0
[pid=2025] ppid=2007 vsize=320124 CPUtime=0 cores=0-7
/proc/2025/stat : 2025 (python) S 2007 2007 1221 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 548628082 327806976 5709 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 4594977844026638595 0 0 17 1 0 0 0
/proc/2025/statm: 80031 5709 348 364 0 15937 0
[pid=2027] ppid=2025 vsize=1420 CPUtime=0.54 cores=0-7
/proc/2027/stat : 2027 (march_hi) R 2025 2027 2027 0 -1 4202496 471 0 0 0 54 0 0 0 25 0 1 0 548628082 1454080 208 33554432000 4194304 4955518 140734351797328 18446744073709551615 4297760 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2027/statm: 355 208 106 186 0 168 0
[pid=2028] ppid=2007 vsize=330380 CPUtime=0 cores=0-7
/proc/2028/stat : 2028 (python) S 2007 2007 1221 0 -1 4202560 771 0 0 0 0 0 0 0 25 0 1 0 548628086 338309120 5713 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 924491646039490559 0 0 17 1 0 0 0
/proc/2028/statm: 82595 5713 348 364 0 18498 0
[pid=2030] ppid=2028 vsize=1017800 CPUtime=0.5 cores=0-7
/proc/2030/stat : 2030 (gnovelty+2) R 2028 2030 2030 0 -1 4202496 427 0 0 0 50 0 0 0 25 0 1 0 548628086 1042227200 162 33554432000 134512640 135663704 4292617520 18446744073709551615 134544242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2030/statm: 254450 162 113 282 0 254166 0
[pid=2007/tid=2014] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2014/stat : 2014 (python) S 2005 2007 1221 0 -1 4202560 26 932 0 0 0 0 0 0 17 0 9 0 548628066 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2017] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2017/stat : 2017 (python) S 2005 2007 1221 0 -1 4202560 21 932 0 0 0 0 0 0 19 0 9 0 548628070 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2020] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2020/stat : 2020 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 548628074 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2023] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2023/stat : 2023 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 548628078 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 6 0 0 0
[pid=2007/tid=2026] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2026/stat : 2026 (python) S 2005 2007 1221 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 548628082 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2029] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2029/stat : 2029 (python) S 2005 2007 1221 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 548628086 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 4230144

[startup+3.10123 s]
/proc/loadavg: 2.41 6.29 7.40 9/269 2036
/proc/meminfo: memFree=17005256/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=361204 CPUtime=0.78 cores=0-7
/proc/2007/stat : 2007 (python) S 2005 2007 1221 0 -1 4202496 15738 932 1 0 67 11 0 0 25 0 9 0 548627987 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2007/statm: 90301 7266 1889 364 0 26198 0
[pid=2013] ppid=2007 vsize=278452 CPUtime=0 cores=0-7
/proc/2013/stat : 2013 (python) S 2007 2007 1221 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 548628066 285134848 5546 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899727 0 0 16781312 514 12675248664378048769 0 0 17 1 0 0 0
/proc/2013/statm: 69613 5546 354 364 0 5531 0
[pid=2015] ppid=2013 vsize=1017800 CPUtime=2.3 cores=0-7
/proc/2015/stat : 2015 (gnovelty+2) R 2013 2015 2015 0 -1 4202496 424 0 0 0 230 0 0 0 25 0 1 0 548628066 1042227200 161 33554432000 134512640 135663704 4287086816 18446744073709551615 134524857 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2015/statm: 254450 161 113 282 0 254166 0
[pid=2016] ppid=2007 vsize=289224 CPUtime=0 cores=0-7
/proc/2016/stat : 2016 (python) S 2007 2007 1221 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 548628070 296165376 5664 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 4255290323695010049 0 0 17 6 0 0 0
/proc/2016/statm: 72306 5664 348 364 0 8221 0
[pid=2018] ppid=2016 vsize=1420 CPUtime=2.26 cores=0-7
/proc/2018/stat : 2018 (march_hi) R 2016 2018 2018 0 -1 4202496 473 0 0 0 226 0 0 0 25 0 1 0 548628070 1454080 209 33554432000 4194304 4955518 140735386362144 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2018/statm: 355 209 106 186 0 168 0
[pid=2019] ppid=2007 vsize=299612 CPUtime=0 cores=0-7
/proc/2019/stat : 2019 (python) S 2007 2007 1221 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 548628074 306802688 5684 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227720244134148 0 0 17 2 0 0 0
/proc/2019/statm: 74903 5684 348 364 0 10815 0
[pid=2021] ppid=2019 vsize=1420 CPUtime=2.22 cores=0-7
/proc/2021/stat : 2021 (march_hi) R 2019 2021 2021 0 -1 4202496 471 0 0 0 222 0 0 0 25 0 1 0 548628074 1454080 209 33554432000 4194304 4955518 140734242762688 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2021/statm: 355 209 106 186 0 168 0
[pid=2022] ppid=2007 vsize=309868 CPUtime=0 cores=0-7
/proc/2022/stat : 2022 (python) S 2007 2007 1221 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 548628078 317304832 5688 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5927141734193529089 0 0 17 0 0 0 0
/proc/2022/statm: 77467 5688 348 364 0 13376 0
[pid=2024] ppid=2022 vsize=1420 CPUtime=2.18 cores=0-7
/proc/2024/stat : 2024 (march_hi) R 2022 2024 2024 0 -1 4202496 469 0 0 0 218 0 0 0 25 0 1 0 548628078 1454080 210 33554432000 4194304 4955518 140735836449360 18446744073709551615 4208718 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2024/statm: 355 210 106 186 0 168 0
[pid=2025] ppid=2007 vsize=320124 CPUtime=0 cores=0-7
/proc/2025/stat : 2025 (python) S 2007 2007 1221 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 548628082 327806976 5709 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 4594977844026638595 0 0 17 1 0 0 0
/proc/2025/statm: 80031 5709 348 364 0 15937 0
[pid=2027] ppid=2025 vsize=1420 CPUtime=2.14 cores=0-7
/proc/2027/stat : 2027 (march_hi) R 2025 2027 2027 0 -1 4202496 472 0 0 0 214 0 0 0 25 0 1 0 548628082 1454080 209 33554432000 4194304 4955518 140734351797328 18446744073709551615 4224443 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2027/statm: 355 209 106 186 0 168 0
[pid=2028] ppid=2007 vsize=330380 CPUtime=0 cores=0-7
/proc/2028/stat : 2028 (python) S 2007 2007 1221 0 -1 4202560 771 0 0 0 0 0 0 0 18 0 1 0 548628086 338309120 5713 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 924491646039458052 0 0 17 1 0 0 0
/proc/2028/statm: 82595 5713 348 364 0 18498 0
[pid=2030] ppid=2028 vsize=1017800 CPUtime=2.1 cores=0-7
/proc/2030/stat : 2030 (gnovelty+2) R 2028 2030 2030 0 -1 4202496 427 0 0 0 210 0 0 0 25 0 1 0 548628086 1042227200 162 33554432000 134512640 135663704 4292617520 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2030/statm: 254450 162 113 282 0 254166 0
[pid=2031] ppid=2007 vsize=340232 CPUtime=0 cores=0-7
/proc/2031/stat : 2031 (python) S 2007 2007 1221 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 548628089 348397568 5630 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 3646842579116327172 0 0 17 7 0 0 0
/proc/2031/statm: 85058 5630 348 364 0 20958 0
[pid=2033] ppid=2031 vsize=1420 CPUtime=2.02 cores=0-7
/proc/2033/stat : 2033 (march_hi) R 2031 2033 2033 0 -1 4202496 473 0 0 0 202 0 0 0 25 0 1 0 548628091 1454080 209 33554432000 4194304 4955518 140733479911904 18446744073709551615 4346493 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2033/statm: 355 209 106 186 0 168 0
[pid=2034] ppid=2007 vsize=350960 CPUtime=0 cores=0-7
/proc/2034/stat : 2034 (python) S 2007 2007 1221 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 548628093 359383040 5727 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 6877018625522237700 0 0 17 4 0 0 0
/proc/2034/statm: 87740 5727 354 364 0 23637 0
[pid=2036] ppid=2034 vsize=1420 CPUtime=2.02 cores=0-7
/proc/2036/stat : 2036 (march_hi) R 2034 2036 2036 0 -1 4202496 478 0 0 0 202 0 0 0 25 0 1 0 548628094 1454080 209 33554432000 4194304 4955518 140735715310256 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2036/statm: 355 209 106 186 0 168 0
[pid=2007/tid=2014] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2014/stat : 2014 (python) S 2005 2007 1221 0 -1 4202560 26 932 0 0 0 0 0 0 17 0 9 0 548628066 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2017] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2017/stat : 2017 (python) S 2005 2007 1221 0 -1 4202560 21 932 0 0 0 0 0 0 19 0 9 0 548628070 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2020] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2020/stat : 2020 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 548628074 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2023] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2023/stat : 2023 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 548628078 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 6 0 0 0
[pid=2007/tid=2026] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2026/stat : 2026 (python) S 2005 2007 1221 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 548628082 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2029] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2029/stat : 2029 (python) S 2005 2007 1221 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 548628086 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2032] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2032/stat : 2032 (python) S 2005 2007 1221 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 548628090 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2035] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2035/stat : 2035 (python) S 2005 2007 1221 0 -1 4202560 32 932 0 0 0 0 0 0 25 0 9 0 548628094 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.02
Current children cumulated vsize (KiB) 4924176

[startup+6.30166 s]
/proc/loadavg: 2.86 6.32 7.40 9/269 2036
/proc/meminfo: memFree=17002900/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=361204 CPUtime=0.78 cores=0-7
/proc/2007/stat : 2007 (python) S 2005 2007 1221 0 -1 4202496 15738 932 1 0 67 11 0 0 25 0 9 0 548627987 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2007/statm: 90301 7266 1889 364 0 26198 0

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

/proc/2034/statm: 87740 5750 377 364 0 23637 0
[pid=2036] ppid=2034 vsize=1420 CPUtime=5.21 cores=0-7
/proc/2036/stat : 2036 (march_hi) R 2034 2036 2036 0 -1 4202496 488 0 0 0 521 0 0 0 25 0 1 0 548628094 1454080 219 33554432000 4194304 4955518 140735715310256 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2036/statm: 355 219 106 186 0 168 0
[pid=2007/tid=2014] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2014/stat : 2014 (python) S 2005 2007 1221 0 -1 4202560 26 932 0 0 0 0 0 0 17 0 9 0 548628066 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2017] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2017/stat : 2017 (python) S 2005 2007 1221 0 -1 4202560 21 932 0 0 0 0 0 0 19 0 9 0 548628070 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2020] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2020/stat : 2020 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 548628074 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2023] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2023/stat : 2023 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 548628078 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 6 0 0 0
[pid=2007/tid=2026] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2026/stat : 2026 (python) S 2005 2007 1221 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 548628082 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2029] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2029/stat : 2029 (python) S 2005 2007 1221 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 548628086 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2032] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2032/stat : 2032 (python) S 2005 2007 1221 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 548628090 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2035] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2035/stat : 2035 (python) S 2005 2007 1221 0 -1 4202560 32 932 0 0 0 0 0 0 25 0 9 0 548628094 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.52
Current children cumulated vsize (KiB) 4924176

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

[startup+7.10152 s]
/proc/loadavg: 2.86 6.32 7.40 9/269 2036
/proc/meminfo: memFree=17002900/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=361204 CPUtime=0.78 cores=0-7
/proc/2007/stat : 2007 (python) S 2005 2007 1221 0 -1 4202496 15738 932 1 0 67 11 0 0 25 0 9 0 548627987 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2007/statm: 90301 7266 1889 364 0 26198 0
[pid=2013] ppid=2007 vsize=278452 CPUtime=0.01 cores=0-7
/proc/2013/stat : 2013 (python) S 2007 2007 1221 0 -1 4202560 884 0 0 0 0 1 0 0 18 0 1 0 548628066 285134848 5568 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899727 0 0 16781312 514 12675248664378048769 0 0 17 1 0 0 0
/proc/2013/statm: 69613 5568 376 364 0 5531 0
[pid=2015] ppid=2013 vsize=1017800 CPUtime=6.3 cores=0-7
/proc/2015/stat : 2015 (gnovelty+2) R 2013 2015 2015 0 -1 4202496 424 0 0 0 630 0 0 0 25 0 1 0 548628066 1042227200 161 33554432000 134512640 135663704 4287086816 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2015/statm: 254450 161 113 282 0 254166 0
[pid=2016] ppid=2007 vsize=289224 CPUtime=0.01 cores=0-7
/proc/2016/stat : 2016 (python) S 2007 2007 1221 0 -1 4202560 914 0 0 0 1 0 0 0 16 0 1 0 548628070 296165376 5687 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227737424003329 0 0 17 6 0 0 0
/proc/2016/statm: 72306 5687 371 364 0 8221 0
[pid=2018] ppid=2016 vsize=1556 CPUtime=6.26 cores=0-7
/proc/2018/stat : 2018 (march_hi) R 2016 2018 2018 0 -1 4202496 509 0 0 0 626 0 0 0 25 0 1 0 548628070 1593344 245 33554432000 4194304 4955518 140735386362144 18446744073709551615 4286501 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2018/statm: 389 245 106 186 0 202 0
[pid=2019] ppid=2007 vsize=299612 CPUtime=0.01 cores=0-7
/proc/2019/stat : 2019 (python) S 2007 2007 1221 0 -1 4202560 912 0 0 0 1 0 0 0 15 0 1 0 548628074 306802688 5707 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227737424003332 0 0 17 2 0 0 0
/proc/2019/statm: 74903 5707 371 364 0 10815 0
[pid=2021] ppid=2019 vsize=1420 CPUtime=6.2 cores=0-7
/proc/2021/stat : 2021 (march_hi) R 2019 2021 2021 0 -1 4202496 484 0 0 0 620 0 0 0 25 0 1 0 548628074 1454080 222 33554432000 4194304 4955518 140734242762688 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2021/statm: 355 222 106 186 0 168 0
[pid=2022] ppid=2007 vsize=309868 CPUtime=0.01 cores=0-7
/proc/2022/stat : 2022 (python) S 2007 2007 1221 0 -1 4202560 946 0 0 0 1 0 0 0 15 0 1 0 548628078 317304832 5711 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5927141734193529089 0 0 17 0 0 0 0
/proc/2022/statm: 77467 5711 371 364 0 13376 0
[pid=2024] ppid=2022 vsize=1420 CPUtime=6.16 cores=0-7
/proc/2024/stat : 2024 (march_hi) R 2022 2024 2024 0 -1 4202496 482 0 0 0 616 0 0 0 25 0 1 0 548628078 1454080 223 33554432000 4194304 4955518 140735836449360 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2024/statm: 355 223 106 186 0 168 0
[pid=2025] ppid=2007 vsize=320124 CPUtime=0 cores=0-7
/proc/2025/stat : 2025 (python) S 2007 2007 1221 0 -1 4202560 956 0 0 0 0 0 0 0 15 0 1 0 548628082 327806976 5732 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227737424003331 0 0 17 1 0 0 0
/proc/2025/statm: 80031 5732 371 364 0 15937 0
[pid=2027] ppid=2025 vsize=1420 CPUtime=6.12 cores=0-7
/proc/2027/stat : 2027 (march_hi) R 2025 2027 2027 0 -1 4202496 485 0 0 0 612 0 0 0 25 0 1 0 548628082 1454080 222 33554432000 4194304 4955518 140734351797328 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2027/statm: 355 222 106 186 0 168 0
[pid=2028] ppid=2007 vsize=330380 CPUtime=0 cores=0-7
/proc/2028/stat : 2028 (python) S 2007 2007 1221 0 -1 4202560 946 0 0 0 0 0 0 0 18 0 1 0 548628086 338309120 5736 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 924491646039458052 0 0 17 1 0 0 0
/proc/2028/statm: 82595 5736 371 364 0 18498 0
[pid=2030] ppid=2028 vsize=1017800 CPUtime=6.06 cores=0-7
/proc/2030/stat : 2030 (gnovelty+2) R 2028 2030 2030 0 -1 4202496 427 0 0 0 606 0 0 0 25 0 1 0 548628086 1042227200 162 33554432000 134512640 135663704 4292617520 18446744073709551615 134545190 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2030/statm: 254450 162 113 282 0 254166 0
[pid=2031] ppid=2007 vsize=340232 CPUtime=0.01 cores=0-7
/proc/2031/stat : 2031 (python) S 2007 2007 1221 0 -1 4202560 962 0 0 0 1 0 0 0 15 0 1 0 548628089 348397568 5653 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 3646842579116327172 0 0 17 7 0 0 0
/proc/2031/statm: 85058 5653 371 364 0 20958 0
[pid=2033] ppid=2031 vsize=1420 CPUtime=5.97 cores=0-7
/proc/2033/stat : 2033 (march_hi) R 2031 2033 2033 0 -1 4202496 486 0 0 0 597 0 0 0 25 0 1 0 548628091 1454080 222 33554432000 4194304 4955518 140733479911904 18446744073709551615 4297224 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2033/statm: 355 222 106 186 0 168 0
[pid=2034] ppid=2007 vsize=350960 CPUtime=0.01 cores=0-7
/proc/2034/stat : 2034 (python) S 2007 2007 1221 0 -1 4202560 990 0 0 0 1 0 0 0 15 0 1 0 548628093 359383040 5750 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 6877018625522237700 0 0 17 4 0 0 0
/proc/2034/statm: 87740 5750 377 364 0 23637 0
[pid=2036] ppid=2034 vsize=1420 CPUtime=6.01 cores=0-7
/proc/2036/stat : 2036 (march_hi) R 2034 2036 2036 0 -1 4202496 491 0 0 0 601 0 0 0 25 0 1 0 548628094 1454080 222 33554432000 4194304 4955518 140735715310256 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2036/statm: 355 222 106 186 0 168 0
[pid=2007/tid=2014] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2014/stat : 2014 (python) S 2005 2007 1221 0 -1 4202560 26 932 0 0 0 0 0 0 17 0 9 0 548628066 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2017] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2017/stat : 2017 (python) S 2005 2007 1221 0 -1 4202560 21 932 0 0 0 0 0 0 19 0 9 0 548628070 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2020] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2020/stat : 2020 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 548628074 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2023] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2023/stat : 2023 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 548628078 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 6 0 0 0
[pid=2007/tid=2026] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2026/stat : 2026 (python) S 2005 2007 1221 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 548628082 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2029] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2029/stat : 2029 (python) S 2005 2007 1221 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 548628086 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2032] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2032/stat : 2032 (python) S 2005 2007 1221 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 548628090 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2035] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2035/stat : 2035 (python) S 2005 2007 1221 0 -1 4202560 32 932 0 0 0 0 0 0 25 0 9 0 548628094 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 4924312

[startup+7.30149 s]
/proc/loadavg: 2.86 6.32 7.40 9/269 2036
/proc/meminfo: memFree=17002900/32950904 swapFree=67082284/67111528
[pid=2007] ppid=2005 vsize=361204 CPUtime=0.78 cores=0-7
/proc/2007/stat : 2007 (python) S 2005 2007 1221 0 -1 4202496 15738 932 1 0 67 11 0 0 25 0 9 0 548627987 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2007/statm: 90301 7266 1889 364 0 26198 0
[pid=2013] ppid=2007 vsize=278452 CPUtime=0.01 cores=0-7
/proc/2013/stat : 2013 (python) S 2007 2007 1221 0 -1 4202560 884 0 0 0 0 1 0 0 18 0 1 0 548628066 285134848 5568 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899727 0 0 16781312 514 12675248664378048769 0 0 17 1 0 0 0
/proc/2013/statm: 69613 5568 376 364 0 5531 0
[pid=2015] ppid=2013 vsize=1017800 CPUtime=6.5 cores=0-7
/proc/2015/stat : 2015 (gnovelty+2) R 2013 2015 2015 0 -1 4202496 424 0 0 0 650 0 0 0 25 0 1 0 548628066 1042227200 161 33554432000 134512640 135663704 4287086816 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2015/statm: 254450 161 113 282 0 254166 0
[pid=2016] ppid=2007 vsize=289224 CPUtime=0.01 cores=0-7
/proc/2016/stat : 2016 (python) S 2007 2007 1221 0 -1 4202560 914 0 0 0 1 0 0 0 15 0 1 0 548628070 296165376 5687 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227741718970625 0 0 17 6 0 0 0
/proc/2016/statm: 72306 5687 371 364 0 8221 0
[pid=2018] ppid=2016 vsize=1556 CPUtime=6.46 cores=0-7
/proc/2018/stat : 2018 (march_hi) R 2016 2018 2018 0 -1 4202496 511 0 0 0 646 0 0 0 25 0 1 0 548628070 1593344 247 33554432000 4194304 4955518 140735386362144 18446744073709551615 4297468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2018/statm: 389 247 106 186 0 202 0
[pid=2019] ppid=2007 vsize=299612 CPUtime=0.01 cores=0-7
/proc/2019/stat : 2019 (python) S 2007 2007 1221 0 -1 4202560 912 0 0 0 1 0 0 0 15 0 1 0 548628074 306802688 5707 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227741718970628 0 0 17 2 0 0 0
/proc/2019/statm: 74903 5707 371 364 0 10815 0
[pid=2021] ppid=2019 vsize=1556 CPUtime=6.4 cores=0-7
/proc/2021/stat : 2021 (march_hi) R 2019 2021 2021 0 -1 4202496 508 0 0 0 640 0 0 0 25 0 1 0 548628074 1593344 246 33554432000 4194304 4955518 140734242762688 18446744073709551615 4285595 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2021/statm: 389 246 106 186 0 202 0
[pid=2022] ppid=2007 vsize=309868 CPUtime=0.01 cores=0-7
/proc/2022/stat : 2022 (python) S 2007 2007 1221 0 -1 4202560 948 0 0 0 1 0 0 0 15 0 1 0 548628078 317304832 5711 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5927141734193529089 0 0 17 0 0 0 0
/proc/2022/statm: 77467 5711 371 364 0 13376 0
[pid=2024] ppid=2022 vsize=1556 CPUtime=6.35 cores=0-7
/proc/2024/stat : 2024 (march_hi) R 2022 2024 2024 0 -1 4202496 506 0 0 0 635 0 0 0 25 0 1 0 548628078 1593344 247 33554432000 4194304 4955518 140735836449360 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2024/statm: 389 247 106 186 0 202 0
[pid=2025] ppid=2007 vsize=320124 CPUtime=0.01 cores=0-7
/proc/2025/stat : 2025 (python) S 2007 2007 1221 0 -1 4202560 958 0 0 0 1 0 0 0 15 0 1 0 548628082 327806976 5732 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 4594977844026638595 0 0 17 1 0 0 0
/proc/2025/statm: 80031 5732 371 364 0 15937 0
[pid=2027] ppid=2025 vsize=1556 CPUtime=6.32 cores=0-7
/proc/2027/stat : 2027 (march_hi) R 2025 2027 2027 0 -1 4202496 509 0 0 0 632 0 0 0 25 0 1 0 548628082 1593344 246 33554432000 4194304 4955518 140734351797328 18446744073709551615 4208646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2027/statm: 389 246 106 186 0 202 0
[pid=2028] ppid=2007 vsize=330380 CPUtime=0 cores=0-7
/proc/2028/stat : 2028 (python) S 2007 2007 1221 0 -1 4202560 946 0 0 0 0 0 0 0 18 0 1 0 548628086 338309120 5736 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 924491646039458052 0 0 17 1 0 0 0
/proc/2028/statm: 82595 5736 371 364 0 18498 0
[pid=2030] ppid=2028 vsize=1017800 CPUtime=6.26 cores=0-7
/proc/2030/stat : 2030 (gnovelty+2) R 2028 2030 2030 0 -1 4202496 427 0 0 0 626 0 0 0 25 0 1 0 548628086 1042227200 162 33554432000 134512640 135663704 4292617520 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2030/statm: 254450 162 113 282 0 254166 0
[pid=2031] ppid=2007 vsize=340232 CPUtime=0.01 cores=0-7
/proc/2031/stat : 2031 (python) S 2007 2007 1221 0 -1 4202560 962 0 0 0 1 0 0 0 15 0 1 0 548628089 348397568 5653 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 5602227741718970628 0 0 17 7 0 0 0
/proc/2031/statm: 85058 5653 371 364 0 20958 0
[pid=2033] ppid=2031 vsize=1420 CPUtime=6.17 cores=0-7
/proc/2033/stat : 2033 (march_hi) R 2031 2033 2033 0 -1 4202496 487 0 0 0 617 0 0 0 25 0 1 0 548628091 1454080 223 33554432000 4194304 4955518 140733479911904 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2033/statm: 355 223 106 186 0 168 0
[pid=2034] ppid=2007 vsize=350960 CPUtime=0.01 cores=0-7
/proc/2034/stat : 2034 (python) S 2007 2007 1221 0 -1 4202560 990 0 0 0 1 0 0 0 15 0 1 0 548628093 359383040 5750 33554432000 4194304 5683644 140736055455968 18446744073709551615 237278899782 0 0 16781312 514 6877018625522237700 0 0 17 4 0 0 0
/proc/2034/statm: 87740 5750 377 364 0 23637 0
[pid=2036] ppid=2034 vsize=1420 CPUtime=6.21 cores=0-7
/proc/2036/stat : 2036 (march_hi) R 2034 2036 2036 0 -1 4202496 492 0 0 0 621 0 0 0 25 0 1 0 548628094 1454080 223 33554432000 4194304 4955518 140735715310256 18446744073709551615 4314315 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2036/statm: 355 223 106 186 0 168 0
[pid=2007/tid=2014] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2014/stat : 2014 (python) S 2005 2007 1221 0 -1 4202560 26 932 0 0 0 0 0 0 17 0 9 0 548628066 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2017] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2017/stat : 2017 (python) S 2005 2007 1221 0 -1 4202560 21 932 0 0 0 0 0 0 19 0 9 0 548628070 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2020] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2020/stat : 2020 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 548628074 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 2 0 0 0
[pid=2007/tid=2023] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2023/stat : 2023 (python) S 2005 2007 1221 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 548628078 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 6 0 0 0
[pid=2007/tid=2026] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2026/stat : 2026 (python) S 2005 2007 1221 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 548628082 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 0 0 0 0
[pid=2007/tid=2029] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2029/stat : 2029 (python) S 2005 2007 1221 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 548628086 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2032] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2032/stat : 2032 (python) S 2005 2007 1221 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 548628090 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 7 0 0 0
[pid=2007/tid=2035] ppid=2005 vsize=361204 CPUtime=0 cores=0-7
/proc/2007/task/2035/stat : 2035 (python) S 2005 2007 1221 0 -1 4202560 32 932 0 0 0 0 0 0 25 0 9 0 548628094 369872896 7266 33554432000 4194304 5683644 140736055455968 18446744073709551615 237290703281 0 0 16781312 2 18446604453127942336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.52
Current children cumulated vsize (KiB) 4924720

Child status: 0
Real time (s): 7.34423
CPU time (s): 51.8371
CPU user time (s): 51.6112
CPU system time (s): 0.225965
CPU usage (%): 705.821
Max. virtual memory (cumulated for all children) (KiB): 4924720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.6112
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33023
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= 5590
involuntary context switches= 2339

runsolver used 0.015997 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-02 23:04:42
IDJOB=3321976
IDBENCH=82754
IDSOLVER=1712
FILE ID=node121/3321976-1304370282
RUNJOBID= node121-1304366467-1235
PBS_JOBID= 13181750
Free space on /tmp= 73496 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S602837755-005.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-3321976-1304370282/watcher-3321976-1304370282 -o /tmp/evaluation-result-3321976-1304370282/solver-3321976-1304370282 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321976-1304370282.cnf -seed 1833446829 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=1833446829

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      17064472 kB
Buffers:       2198436 kB
Cached:        9687420 kB
SwapCached:       2776 kB
Active:       12335136 kB
Inactive:      3016600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      17064472 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           32256 kB
Writeback:           0 kB
AnonPages:     3464236 kB
Mapped:          20300 kB
Slab:           452976 kB
PageTables:      18832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 24270864 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= 73464 MiB
End job on node121 at 2011-05-02 23:04:50