Trace number 3321874

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 617.541 78.7638

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1101422472-003-UNKNOWN.cnf
MD5SUM1a4e1674582e40801444509cae2068da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark79.084
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 512750

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3321874-1304368895.cnf
0.36/0.67	c INFO: computing task features
0.43/0.76	c INFO: computed variable-clause graph statistics
0.43/0.76	c INFO: computed clause balance statistics
0.93/1.27	c INFO: computed variable balance statistics
1.13/1.47	c INFO: computed small-clause counts
1.13/1.47	c INFO: computed Horn-clause counts
1.13/1.49	c INFO: computed variable graph statistics
1.13/1.49	c INFO: collected features for HOME/instance-3321874-1304368895.cnf in 0.81 s
1.23/1.52	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.37)
1.23/1.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.12)
1.33/1.60	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.08)
1.33/1.63	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.06)
1.33/1.67	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
1.43/1.71	c INFO: running gnovelty+2@0 for 97 with 39998 remaining (b = 0.04)
1.43/1.75	c INFO: running FH@0 for 97 with 39998 remaining (b = 0.03)
1.43/1.79	c INFO: running adaptg2wsat2009++@0 for 97 with 39998 remaining (b = 0.03)
617.07/78.74	s SATISFIABLE
617.07/78.74	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 -126 127 -128 -129 -130 131 -132 -133 134 135 -136 137 -138 139 140 -141 142 -143 -144 145 146 -147 148 -149 150 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-3321874-1304368895/watcher-3321874-1304368895 -o /tmp/evaluation-result-3321874-1304368895/solver-3321874-1304368895 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321874-1304368895.cnf -seed 2123509085 -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: 7.98 8.40 7.80 2/218 1556
/proc/meminfo: memFree=17305816/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=15184 CPUtime=0 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 712 0 0 0 0 0 0 0 20 0 1 0 548489335 15548416 603 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/1556/statm: 3796 603 319 364 0 283 0

[startup+0.0675231 s]
/proc/loadavg: 7.98 8.40 7.80 2/218 1556
/proc/meminfo: memFree=17305816/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=34428 CPUtime=0.03 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 1552 0 0 0 3 0 0 0 20 0 1 0 548489335 35254272 1388 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/1556/statm: 8607 1388 448 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34428

[startup+0.100436 s]
/proc/loadavg: 7.98 8.40 7.80 2/218 1556
/proc/meminfo: memFree=17305816/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=89772 CPUtime=0.06 cores=0-7
/proc/1556/stat : 1556 (python) R 1554 1556 1221 0 -1 4202496 2639 0 0 0 5 1 0 0 20 0 1 0 548489335 91926528 2354 33554432000 4194304 5683644 140736700589296 18446744073709551615 237273956362 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1556/statm: 22443 2356 718 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.30048 s]
/proc/loadavg: 7.98 8.40 7.80 2/218 1556
/proc/meminfo: memFree=17305816/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=135752 CPUtime=0.19 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 5964 936 1 0 14 5 0 0 20 0 1 0 548489335 139010048 4151 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278875653 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/1556/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700331 s]
/proc/loadavg: 7.98 8.40 7.80 2/218 1556
/proc/meminfo: memFree=17305816/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=279232 CPUtime=0.43 cores=0-7
/proc/1556/stat : 1556 (python) R 1554 1556 1221 0 -1 4202496 9467 936 1 0 32 11 0 0 19 0 1 0 548489335 285933568 7148 33554432000 4194304 5683644 140736700589296 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1556/statm: 69808 7148 1761 364 0 5732 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279232

[startup+1.50019 s]
/proc/loadavg: 7.98 8.40 7.80 2/219 1561
/proc/meminfo: memFree=17281380/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=278972 CPUtime=1.23 cores=0-7
/proc/1556/stat : 1556 (python) R 1554 1556 1221 0 -1 4202496 10950 936 1 0 112 11 0 0 21 0 1 0 548489335 285667328 7177 33554432000 4194304 5683644 140736700589296 18446744073709551615 237282318291 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1556/statm: 69743 7177 1862 364 0 5664 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 278972

[startup+3.1009 s]
/proc/loadavg: 7.98 8.40 7.80 9/243 1585
/proc/meminfo: memFree=17239592/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=427164 CPUtime=1.52 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 16754 936 1 0 139 13 0 0 25 0 9 0 548489335 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1556/statm: 106791 7534 1891 364 0 42688 0
[pid=1562] ppid=1556 vsize=278984 CPUtime=0 cores=0-7
/proc/1562/stat : 1562 (python) S 1556 1556 1221 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 548489488 285679616 5669 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899727 0 0 16781312 514 4392090735789179137 0 0 17 1 0 0 0
/proc/1562/statm: 69746 5669 354 364 0 5664 0
[pid=1564] ppid=1562 vsize=1018364 CPUtime=1.56 cores=0-7
/proc/1564/stat : 1564 (gnovelty+2) R 1562 1564 1564 0 -1 4202496 674 0 0 0 156 0 0 0 25 0 1 0 548489488 1042804736 409 33554432000 134512640 135663704 4288030000 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1564/statm: 254591 409 113 282 0 254307 0
[pid=1565] ppid=1556 vsize=289848 CPUtime=0 cores=0-7
/proc/1565/stat : 1565 (python) S 1556 1556 1221 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 548489492 296804352 5802 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 15624934346735976708 0 0 17 1 0 0 0
/proc/1565/statm: 72462 5802 348 364 0 8377 0
[pid=1567] ppid=1565 vsize=1018364 CPUtime=1.53 cores=0-7
/proc/1567/stat : 1567 (gnovelty+2) R 1565 1567 1567 0 -1 4202496 670 0 0 0 153 0 0 0 25 0 1 0 548489492 1042804736 408 33554432000 134512640 135663704 4292045504 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1567/statm: 254591 408 113 282 0 254307 0
[pid=1568] ppid=1556 vsize=365640 CPUtime=0 cores=0-7
/proc/1568/stat : 1568 (python) S 1556 1556 1221 0 -1 4202560 701 0 0 0 0 0 0 0 18 0 1 0 548489495 374415360 5979 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 4337019771766702079 0 0 17 7 0 0 0
/proc/1568/statm: 91410 5979 348 364 0 27322 0
[pid=1570] ppid=1568 vsize=417840 CPUtime=1.49 cores=0-7
/proc/1570/stat : 1570 (adaptg2wsat2009) R 1568 1570 1570 0 -1 4202496 881 0 0 0 149 0 0 0 25 0 1 0 548489495 427868160 624 33554432000 134512640 135107411 4292102288 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1570/statm: 104460 624 49 146 0 103336 0
[pid=1571] ppid=1556 vsize=375896 CPUtime=0 cores=0-7
/proc/1571/stat : 1571 (python) S 1556 1556 1221 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 548489499 384917504 5937 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 17164774817790951423 0 0 17 2 0 0 0
/proc/1571/statm: 93974 5937 348 364 0 29883 0
[pid=1573] ppid=1571 vsize=417840 CPUtime=1.44 cores=0-7
/proc/1573/stat : 1573 (adaptg2wsat2009) R 1571 1573 1573 0 -1 4202496 882 0 0 0 144 0 0 0 25 0 1 0 548489499 427868160 624 33554432000 134512640 135107411 4289797664 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1573/statm: 104460 624 49 146 0 103336 0
[pid=1574] ppid=1556 vsize=386152 CPUtime=0 cores=0-7
/proc/1574/stat : 1574 (python) S 1556 1556 1221 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 548489503 395419648 6061 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 4294309517463650303 0 0 17 6 0 0 0
/proc/1574/statm: 96538 6061 348 364 0 32444 0
[pid=1576] ppid=1574 vsize=417840 CPUtime=1.39 cores=0-7
/proc/1576/stat : 1576 (adaptg2wsat2009) R 1574 1576 1576 0 -1 4202496 884 0 0 0 139 0 0 0 25 0 1 0 548489503 427868160 626 33554432000 134512640 135107411 4290613696 18446744073709551615 134523298 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1576/statm: 104460 626 49 146 0 103336 0
[pid=1577] ppid=1556 vsize=396408 CPUtime=0 cores=0-7
/proc/1577/stat : 1577 (python) S 1556 1556 1221 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 548489507 405921792 6065 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 4274350632640413955 0 0 17 2 0 0 0
/proc/1577/statm: 99102 6065 348 364 0 35005 0
[pid=1579] ppid=1577 vsize=1018364 CPUtime=1.38 cores=0-7
/proc/1579/stat : 1579 (gnovelty+2) R 1577 1579 1579 0 -1 4202496 665 0 0 0 138 0 0 0 25 0 1 0 548489507 1042804736 409 33554432000 134512640 135663704 4287711056 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1579/statm: 254591 409 113 282 0 254307 0
[pid=1580] ppid=1556 vsize=406664 CPUtime=0 cores=0-7
/proc/1580/stat : 1580 (python) S 1556 1556 1221 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 548489511 416423936 5966 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 12370143258641170431 0 0 17 2 0 0 0
/proc/1580/statm: 101666 5966 348 364 0 37566 0
[pid=1582] ppid=1580 vsize=246372 CPUtime=1.32 cores=0-7
/proc/1582/stat : 1582 (FH) R 1580 1582 1582 0 -1 4202496 783 0 0 0 132 0 0 0 25 0 1 0 548489511 252284928 524 33554432000 134512640 134936988 4291819360 18446744073709551615 134523663 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1582/statm: 61593 524 37 104 0 61097 0
[pid=1583] ppid=1556 vsize=416920 CPUtime=0 cores=0-7
/proc/1583/stat : 1583 (python) S 1556 1556 1221 0 -1 4202560 765 0 0 0 0 0 0 0 18 0 1 0 548489514 426926080 5993 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 17164767121209556991 0 0 17 0 0 0 0
/proc/1583/statm: 104230 5993 354 364 0 40127 0
[pid=1585] ppid=1583 vsize=417840 CPUtime=1.28 cores=0-7
/proc/1585/stat : 1585 (adaptg2wsat2009) R 1583 1585 1585 0 -1 4202496 888 0 0 0 128 0 0 0 25 0 1 0 548489515 427868160 624 33554432000 134512640 135107411 4286581840 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1585/statm: 104460 624 49 146 0 103336 0
[pid=1556/tid=1563] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1563/stat : 1563 (python) S 1554 1556 1221 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 9 0 548489488 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1566] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1566/stat : 1566 (python) S 1554 1556 1221 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 548489492 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 3 0 0 0
[pid=1556/tid=1569] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1569/stat : 1569 (python) S 1554 1556 1221 0 -1 4202560 88 936 0 0 0 0 0 0 19 0 9 0 548489495 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1572] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1572/stat : 1572 (python) S 1554 1556 1221 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 548489499 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1575] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1575/stat : 1575 (python) S 1554 1556 1221 0 -1 4202560 36 936 0 0 0 0 0 0 22 0 9 0 548489503 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1578] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1578/stat : 1578 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 24 0 9 0 548489507 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1581] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1581/stat : 1581 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 548489511 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 2 0 0 0
[pid=1556/tid=1584] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1584/stat : 1584 (python) S 1554 1556 1221 0 -1 4202560 81 936 0 0 0 0 0 0 25 0 9 0 548489515 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 8316500

[startup+6.30133 s]
/proc/loadavg: 7.98 8.39 7.80 9/243 1585
/proc/meminfo: memFree=17236864/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=427164 CPUtime=1.52 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 16754 936 1 0 139 13 0 0 25 0 9 0 548489335 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1556/statm: 106791 7534 1891 364 0 42688 0
[pid=1562] ppid=1556 vsize=278984 CPUtime=0 cores=0-7
/proc/1562/stat : 1562 (python) S 1556 1556 1221 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 548489488 285679616 5692 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899727 0 0 16781312 514 4392090735789179137 0 0 17 1 0 0 0
/proc/1562/statm: 69746 5692 377 364 0 5664 0
[pid=1564] ppid=1562 vsize=1018364 CPUtime=4.75 cores=0-7
/proc/1564/stat : 1564 (gnovelty+2) R 1562 1564 1564 0 -1 4202496 674 0 0 0 475 0 0 0 25 0 1 0 548489488 1042804736 409 33554432000 134512640 135663704 4288030000 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1564/statm: 254591 409 113 282 0 254307 0
[pid=1565] ppid=1556 vsize=289848 CPUtime=0 cores=0-7
/proc/1565/stat : 1565 (python) S 1556 1556 1221 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 548489492 296804352 5825 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 15624934346735976708 0 0 17 1 0 0 0
/proc/1565/statm: 72462 5825 371 364 0 8377 0
[pid=1567] ppid=1565 vsize=1018364 CPUtime=4.73 cores=0-7
/proc/1567/stat : 1567 (gnovelty+2) R 1565 1567 1567 0 -1 4202496 670 0 0 0 473 0 0 0 25 0 1 0 548489492 1042804736 408 33554432000 134512640 135663704 4292045504 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1567/statm: 254591 408 113 282 0 254307 0
[pid=1568] ppid=1556 vsize=365640 CPUtime=0 cores=0-7
/proc/1568/stat : 1568 (python) S 1556 1556 1221 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 1 0 548489495 374415360 6001 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 4337019771766669569 0 0 17 7 0 0 0
/proc/1568/statm: 91410 6001 370 364 0 27322 0
[pid=1570] ppid=1568 vsize=417976 CPUtime=4.69 cores=0-7
/proc/1570/stat : 1570 (adaptg2wsat2009) R 1568 1570 1570 0 -1 4202496 992 0 0 0 469 0 0 0 25 0 1 0 548489495 428007424 735 33554432000 134512640 135107411 4292102288 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1570/statm: 104494 735 59 146 0 103370 0
[pid=1571] ppid=1556 vsize=375896 CPUtime=0 cores=0-7
/proc/1571/stat : 1571 (python) S 1556 1556 1221 0 -1 4202560 791 0 0 0 0 0 0 0 18 0 1 0 548489499 384917504 5960 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 17164774817790918913 0 0 17 2 0 0 0
/proc/1571/statm: 93974 5960 371 364 0 29883 0
[pid=1573] ppid=1571 vsize=417976 CPUtime=4.61 cores=0-7
/proc/1573/stat : 1573 (adaptg2wsat2009) R 1571 1573 1573 0 -1 4202496 991 0 0 0 461 0 0 0 25 0 1 0 548489499 428007424 733 33554432000 134512640 135107411 4289797664 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1573/statm: 104494 733 59 146 0 103370 0
[pid=1574] ppid=1556 vsize=386152 CPUtime=0 cores=0-7
/proc/1574/stat : 1574 (python) S 1556 1556 1221 0 -1 4202560 796 0 0 0 0 0 0 0 18 0 1 0 548489503 395419648 6084 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 4294309517463617796 0 0 17 6 0 0 0
/proc/1574/statm: 96538 6084 371 364 0 32444 0
[pid=1576] ppid=1574 vsize=417976 CPUtime=4.58 cores=0-7
/proc/1576/stat : 1576 (adaptg2wsat2009) R 1574 1576 1576 0 -1 4202496 995 0 0 0 458 0 0 0 25 0 1 0 548489503 428007424 737 33554432000 134512640 135107411 4290613696 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1576/statm: 104494 737 59 146 0 103370 0
[pid=1577] ppid=1556 vsize=396408 CPUtime=0 cores=0-7
/proc/1577/stat : 1577 (python) S 1556 1556 1221 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 548489507 405921792 6088 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 4274350632640413955 0 0 17 2 0 0 0
/proc/1577/statm: 99102 6088 371 364 0 35005 0
[pid=1579] ppid=1577 vsize=1018364 CPUtime=4.56 cores=0-7
/proc/1579/stat : 1579 (gnovelty+2) R 1577 1579 1579 0 -1 4202496 665 0 0 0 456 0 0 0 25 0 1 0 548489507 1042804736 409 33554432000 134512640 135663704 4287711056 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1579/statm: 254591 409 113 282 0 254307 0
[pid=1580] ppid=1556 vsize=406664 CPUtime=0 cores=0-7
/proc/1580/stat : 1580 (python) S 1556 1556 1221 0 -1 4202560 821 0 0 0 0 0 0 0 18 0 1 0 548489511 416423936 5989 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 12370143258641137922 0 0 17 2 0 0 0
/proc/1580/statm: 101666 5989 371 364 0 37566 0
[pid=1582] ppid=1580 vsize=247992 CPUtime=4.5 cores=0-7
/proc/1582/stat : 1582 (FH) R 1580 1582 1582 0 -1 4202496 920 0 0 0 450 0 0 0 25 0 1 0 548489511 253943808 659 33554432000 134512640 134936988 4291819360 18446744073709551615 134552486 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1582/statm: 61998 659 41 104 0 61502 0
[pid=1583] ppid=1556 vsize=416920 CPUtime=0 cores=0-7
/proc/1583/stat : 1583 (python) S 1556 1556 1221 0 -1 4202560 851 0 0 0 0 0 0 0 18 0 1 0 548489514 426926080 6016 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 17164767121209524481 0 0 17 0 0 0 0
/proc/1583/statm: 104230 6016 377 364 0 40127 0
[pid=1585] ppid=1583 vsize=417976 CPUtime=4.47 cores=0-7
/proc/1585/stat : 1585 (adaptg2wsat2009) R 1583 1585 1585 0 -1 4202496 999 0 0 0 447 0 0 0 25 0 1 0 548489515 428007424 735 33554432000 134512640 135107411 4286581840 18446744073709551615 134531845 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1585/statm: 104494 735 59 146 0 103370 0

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

[pid=1583] ppid=1556 vsize=416920 CPUtime=0.1 cores=0-7
/proc/1583/stat : 1583 (python) S 1556 1556 1221 0 -1 4202560 851 0 0 0 6 4 0 0 18 0 1 0 548489514 426926080 6016 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 0 0 0 0
/proc/1583/statm: 104230 6016 377 364 0 40127 0
[pid=1585] ppid=1583 vsize=417976 CPUtime=75.56 cores=0-7
/proc/1585/stat : 1585 (adaptg2wsat2009) R 1583 1585 1585 0 -1 4202496 999 0 0 0 7556 0 0 0 25 0 1 0 548489515 428007424 735 33554432000 134512640 135107411 4286581840 18446744073709551615 134532288 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1585/statm: 104494 735 59 146 0 103370 0
[pid=1556/tid=1563] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1563/stat : 1563 (python) S 1554 1556 1221 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 9 0 548489488 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1566] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1566/stat : 1566 (python) S 1554 1556 1221 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 548489492 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 3 0 0 0
[pid=1556/tid=1569] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1569/stat : 1569 (python) S 1554 1556 1221 0 -1 4202560 88 936 0 0 0 0 0 0 19 0 9 0 548489495 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1572] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1572/stat : 1572 (python) S 1554 1556 1221 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 548489499 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1575] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1575/stat : 1575 (python) S 1554 1556 1221 0 -1 4202560 36 936 0 0 0 0 0 0 22 0 9 0 548489503 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1578] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1578/stat : 1578 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 24 0 9 0 548489507 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1581] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1581/stat : 1581 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 548489511 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 2 0 0 0
[pid=1556/tid=1584] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1584/stat : 1584 (python) S 1554 1556 1221 0 -1 4202560 81 936 0 0 0 0 0 0 25 0 9 0 548489515 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 607.47
Current children cumulated vsize (KiB) 8318664

[startup+78.3015 s]
/proc/loadavg: 7.99 8.31 7.81 9/243 1587
/proc/meminfo: memFree=17238172/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=427164 CPUtime=1.52 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 16754 936 1 0 139 13 0 0 25 0 9 0 548489335 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1556/statm: 106791 7534 1891 364 0 42688 0
[pid=1562] ppid=1556 vsize=278984 CPUtime=0.12 cores=0-7
/proc/1562/stat : 1562 (python) S 1556 1556 1221 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 548489488 285679616 5692 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899727 0 0 16781312 514 491279387476328705 0 0 17 1 0 0 0
/proc/1562/statm: 69746 5692 377 364 0 5664 0
[pid=1564] ppid=1562 vsize=1018364 CPUtime=76.65 cores=0-7
/proc/1564/stat : 1564 (gnovelty+2) R 1562 1564 1564 0 -1 4202496 674 0 0 0 7665 0 0 0 25 0 1 0 548489488 1042804736 409 33554432000 134512640 135663704 4288030000 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1564/statm: 254591 409 113 282 0 254307 0
[pid=1565] ppid=1556 vsize=289848 CPUtime=0.11 cores=0-7
/proc/1565/stat : 1565 (python) S 1556 1556 1221 0 -1 4202560 920 0 0 0 5 6 0 0 18 0 1 0 548489492 296804352 5825 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328708 0 0 17 1 0 0 0
/proc/1565/statm: 72462 5825 371 364 0 8377 0
[pid=1567] ppid=1565 vsize=1018364 CPUtime=76.73 cores=0-7
/proc/1567/stat : 1567 (gnovelty+2) R 1565 1567 1567 0 -1 4202496 670 0 0 0 7673 0 0 0 25 0 1 0 548489492 1042804736 408 33554432000 134512640 135663704 4292045504 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1567/statm: 254591 408 113 282 0 254307 0
[pid=1568] ppid=1556 vsize=365640 CPUtime=0.12 cores=0-7
/proc/1568/stat : 1568 (python) S 1556 1556 1221 0 -1 4202560 777 0 0 0 7 5 0 0 18 0 1 0 548489495 374415360 6002 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 7 0 0 0
/proc/1568/statm: 91410 6002 371 364 0 27322 0
[pid=1570] ppid=1568 vsize=417976 CPUtime=76.69 cores=0-7
/proc/1570/stat : 1570 (adaptg2wsat2009) R 1568 1570 1570 0 -1 4202496 992 0 0 0 7669 0 0 0 25 0 1 0 548489495 428007424 735 33554432000 134512640 135107411 4292102288 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1570/statm: 104494 735 59 146 0 103370 0
[pid=1571] ppid=1556 vsize=375896 CPUtime=0.11 cores=0-7
/proc/1571/stat : 1571 (python) S 1556 1556 1221 0 -1 4202560 793 0 0 0 6 5 0 0 18 0 1 0 548489499 384917504 5960 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 2 0 0 0
/proc/1571/statm: 93974 5960 371 364 0 29883 0
[pid=1573] ppid=1571 vsize=417976 CPUtime=75.96 cores=0-7
/proc/1573/stat : 1573 (adaptg2wsat2009) R 1571 1573 1573 0 -1 4202496 991 0 0 0 7596 0 0 0 25 0 1 0 548489499 428007424 733 33554432000 134512640 135107411 4289797664 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1573/statm: 104494 733 59 146 0 103370 0
[pid=1574] ppid=1556 vsize=386152 CPUtime=0.11 cores=0-7
/proc/1574/stat : 1574 (python) S 1556 1556 1221 0 -1 4202560 799 0 0 0 6 5 0 0 18 0 1 0 548489503 395419648 6084 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328708 0 0 17 6 0 0 0
/proc/1574/statm: 96538 6084 371 364 0 32444 0
[pid=1576] ppid=1574 vsize=417976 CPUtime=76.34 cores=0-7
/proc/1576/stat : 1576 (adaptg2wsat2009) R 1574 1576 1576 0 -1 4202496 995 0 0 0 7634 0 0 0 25 0 1 0 548489503 428007424 737 33554432000 134512640 135107411 4290613696 18446744073709551615 134531401 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1576/statm: 104494 737 59 146 0 103370 0
[pid=1577] ppid=1556 vsize=396408 CPUtime=0.11 cores=0-7
/proc/1577/stat : 1577 (python) S 1556 1556 1221 0 -1 4202560 809 0 0 0 5 6 0 0 18 0 1 0 548489507 405921792 6088 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328707 0 0 17 2 0 0 0
/proc/1577/statm: 99102 6088 371 364 0 35005 0
[pid=1579] ppid=1577 vsize=1018364 CPUtime=76.55 cores=0-7
/proc/1579/stat : 1579 (gnovelty+2) R 1577 1579 1579 0 -1 4202496 665 0 0 0 7655 0 0 0 25 0 1 0 548489507 1042804736 409 33554432000 134512640 135663704 4287711056 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1579/statm: 254591 409 113 282 0 254307 0
[pid=1580] ppid=1556 vsize=406664 CPUtime=0.11 cores=0-7
/proc/1580/stat : 1580 (python) S 1556 1556 1221 0 -1 4202560 821 0 0 0 6 5 0 0 18 0 1 0 548489511 416423936 5989 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328706 0 0 17 2 0 0 0
/proc/1580/statm: 101666 5989 371 364 0 37566 0
[pid=1582] ppid=1580 vsize=247992 CPUtime=76.17 cores=0-7
/proc/1582/stat : 1582 (FH) R 1580 1582 1582 0 -1 4202496 920 0 0 0 7617 0 0 0 25 0 1 0 548489511 253943808 659 33554432000 134512640 134936988 4291819360 18446744073709551615 134553498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1582/statm: 61998 659 41 104 0 61502 0
[pid=1583] ppid=1556 vsize=416920 CPUtime=0.11 cores=0-7
/proc/1583/stat : 1583 (python) S 1556 1556 1221 0 -1 4202560 851 0 0 0 7 4 0 0 18 0 1 0 548489514 426926080 6016 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 0 0 0 0
/proc/1583/statm: 104230 6016 377 364 0 40127 0
[pid=1585] ppid=1583 vsize=417976 CPUtime=76.36 cores=0-7
/proc/1585/stat : 1585 (adaptg2wsat2009) R 1583 1585 1585 0 -1 4202496 999 0 0 0 7636 0 0 0 25 0 1 0 548489515 428007424 735 33554432000 134512640 135107411 4286581840 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1585/statm: 104494 735 59 146 0 103370 0
[pid=1556/tid=1563] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1563/stat : 1563 (python) S 1554 1556 1221 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 9 0 548489488 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1566] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1566/stat : 1566 (python) S 1554 1556 1221 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 548489492 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 3 0 0 0
[pid=1556/tid=1569] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1569/stat : 1569 (python) S 1554 1556 1221 0 -1 4202560 88 936 0 0 0 0 0 0 19 0 9 0 548489495 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1572] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1572/stat : 1572 (python) S 1554 1556 1221 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 548489499 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1575] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1575/stat : 1575 (python) S 1554 1556 1221 0 -1 4202560 36 936 0 0 0 0 0 0 22 0 9 0 548489503 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1578] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1578/stat : 1578 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 24 0 9 0 548489507 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1581] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1581/stat : 1581 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 548489511 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 2 0 0 0
[pid=1556/tid=1584] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1584/stat : 1584 (python) S 1554 1556 1221 0 -1 4202560 81 936 0 0 0 0 0 0 25 0 9 0 548489515 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 613.87
Current children cumulated vsize (KiB) 8318664

[startup+78.7014 s]
/proc/loadavg: 7.99 8.31 7.81 9/243 1587
/proc/meminfo: memFree=17238172/32950904 swapFree=67082284/67111528
[pid=1556] ppid=1554 vsize=427164 CPUtime=1.52 cores=0-7
/proc/1556/stat : 1556 (python) S 1554 1556 1221 0 -1 4202496 16754 936 1 0 139 13 0 0 25 0 9 0 548489335 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1556/statm: 106791 7534 1891 364 0 42688 0
[pid=1562] ppid=1556 vsize=278984 CPUtime=0.12 cores=0-7
/proc/1562/stat : 1562 (python) S 1556 1556 1221 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 548489488 285679616 5692 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899727 0 0 16781312 514 491279387476328705 0 0 17 1 0 0 0
/proc/1562/statm: 69746 5692 377 364 0 5664 0
[pid=1564] ppid=1562 vsize=1018364 CPUtime=77.05 cores=0-7
/proc/1564/stat : 1564 (gnovelty+2) R 1562 1564 1564 0 -1 4202496 674 0 0 0 7705 0 0 0 25 0 1 0 548489488 1042804736 409 33554432000 134512640 135663704 4288030000 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1564/statm: 254591 409 113 282 0 254307 0
[pid=1565] ppid=1556 vsize=289848 CPUtime=0.11 cores=0-7
/proc/1565/stat : 1565 (python) S 1556 1556 1221 0 -1 4202560 920 0 0 0 5 6 0 0 18 0 1 0 548489492 296804352 5825 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328708 0 0 17 1 0 0 0
/proc/1565/statm: 72462 5825 371 364 0 8377 0
[pid=1567] ppid=1565 vsize=1018364 CPUtime=77.13 cores=0-7
/proc/1567/stat : 1567 (gnovelty+2) R 1565 1567 1567 0 -1 4202496 670 0 0 0 7713 0 0 0 25 0 1 0 548489492 1042804736 408 33554432000 134512640 135663704 4292045504 18446744073709551615 134525332 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1567/statm: 254591 408 113 282 0 254307 0
[pid=1568] ppid=1556 vsize=365640 CPUtime=0.12 cores=0-7
/proc/1568/stat : 1568 (python) S 1556 1556 1221 0 -1 4202560 777 0 0 0 7 5 0 0 18 0 1 0 548489495 374415360 6002 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 7 0 0 0
/proc/1568/statm: 91410 6002 371 364 0 27322 0
[pid=1570] ppid=1568 vsize=417976 CPUtime=77.09 cores=0-7
/proc/1570/stat : 1570 (adaptg2wsat2009) R 1568 1570 1570 0 -1 4202496 992 0 0 0 7709 0 0 0 25 0 1 0 548489495 428007424 735 33554432000 134512640 135107411 4292102288 18446744073709551615 134532097 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1570/statm: 104494 735 59 146 0 103370 0
[pid=1571] ppid=1556 vsize=375896 CPUtime=0.11 cores=0-7
/proc/1571/stat : 1571 (python) S 1556 1556 1221 0 -1 4202560 793 0 0 0 6 5 0 0 18 0 1 0 548489499 384917504 5960 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 2 0 0 0
/proc/1571/statm: 93974 5960 371 364 0 29883 0
[pid=1573] ppid=1571 vsize=417976 CPUtime=76.36 cores=0-7
/proc/1573/stat : 1573 (adaptg2wsat2009) R 1571 1573 1573 0 -1 4202496 991 0 0 0 7636 0 0 0 25 0 1 0 548489499 428007424 733 33554432000 134512640 135107411 4289797664 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1573/statm: 104494 733 59 146 0 103370 0
[pid=1574] ppid=1556 vsize=386152 CPUtime=0.11 cores=0-7
/proc/1574/stat : 1574 (python) S 1556 1556 1221 0 -1 4202560 799 0 0 0 6 5 0 0 18 0 1 0 548489503 395419648 6084 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328708 0 0 17 6 0 0 0
/proc/1574/statm: 96538 6084 371 364 0 32444 0
[pid=1576] ppid=1574 vsize=417976 CPUtime=76.74 cores=0-7
/proc/1576/stat : 1576 (adaptg2wsat2009) R 1574 1576 1576 0 -1 4202496 995 0 0 0 7674 0 0 0 25 0 1 0 548489503 428007424 737 33554432000 134512640 135107411 4290613696 18446744073709551615 134532352 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1576/statm: 104494 737 59 146 0 103370 0
[pid=1577] ppid=1556 vsize=396408 CPUtime=0.11 cores=0-7
/proc/1577/stat : 1577 (python) S 1556 1556 1221 0 -1 4202560 809 0 0 0 5 6 0 0 18 0 1 0 548489507 405921792 6088 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328707 0 0 17 2 0 0 0
/proc/1577/statm: 99102 6088 371 364 0 35005 0
[pid=1579] ppid=1577 vsize=1018364 CPUtime=76.95 cores=0-7
/proc/1579/stat : 1579 (gnovelty+2) R 1577 1579 1579 0 -1 4202496 665 0 0 0 7695 0 0 0 25 0 1 0 548489507 1042804736 409 33554432000 134512640 135663704 4287711056 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1579/statm: 254591 409 113 282 0 254307 0
[pid=1580] ppid=1556 vsize=406664 CPUtime=0.11 cores=0-7
/proc/1580/stat : 1580 (python) S 1556 1556 1221 0 -1 4202560 821 0 0 0 6 5 0 0 18 0 1 0 548489511 416423936 5989 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328706 0 0 17 2 0 0 0
/proc/1580/statm: 101666 5989 371 364 0 37566 0
[pid=1582] ppid=1580 vsize=247992 CPUtime=76.57 cores=0-7
/proc/1582/stat : 1582 (FH) R 1580 1582 1582 0 -1 4202496 920 0 0 0 7657 0 0 0 25 0 1 0 548489511 253943808 659 33554432000 134512640 134936988 4291819360 18446744073709551615 134545109 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1582/statm: 61998 659 41 104 0 61502 0
[pid=1583] ppid=1556 vsize=416920 CPUtime=0.11 cores=0-7
/proc/1583/stat : 1583 (python) S 1556 1556 1221 0 -1 4202560 851 0 0 0 7 4 0 0 18 0 1 0 548489514 426926080 6016 33554432000 4194304 5683644 140736700589296 18446744073709551615 237278899782 0 0 16781312 514 491279387476328705 0 0 17 0 0 0 0
/proc/1583/statm: 104230 6016 377 364 0 40127 0
[pid=1585] ppid=1583 vsize=417976 CPUtime=76.76 cores=0-7
/proc/1585/stat : 1585 (adaptg2wsat2009) R 1583 1585 1585 0 -1 4202496 999 0 0 0 7676 0 0 0 25 0 1 0 548489515 428007424 735 33554432000 134512640 135107411 4286581840 18446744073709551615 134531537 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1585/statm: 104494 735 59 146 0 103370 0
[pid=1556/tid=1563] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1563/stat : 1563 (python) S 1554 1556 1221 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 9 0 548489488 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1566] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1566/stat : 1566 (python) S 1554 1556 1221 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 548489492 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 3 0 0 0
[pid=1556/tid=1569] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1569/stat : 1569 (python) S 1554 1556 1221 0 -1 4202560 88 936 0 0 0 0 0 0 19 0 9 0 548489495 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1572] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1572/stat : 1572 (python) S 1554 1556 1221 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 548489499 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1575] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1575/stat : 1575 (python) S 1554 1556 1221 0 -1 4202560 36 936 0 0 0 0 0 0 22 0 9 0 548489503 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1578] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1578/stat : 1578 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 24 0 9 0 548489507 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 6 0 0 0
[pid=1556/tid=1581] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1581/stat : 1581 (python) S 1554 1556 1221 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 548489511 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 2 0 0 0
[pid=1556/tid=1584] ppid=1554 vsize=427164 CPUtime=0 cores=0-7
/proc/1556/task/1584/stat : 1584 (python) S 1554 1556 1221 0 -1 4202560 81 936 0 0 0 0 0 0 25 0 9 0 548489515 437415936 7534 33554432000 4194304 5683644 140736700589296 18446744073709551615 237290703281 0 0 16781312 2 18446604453902959808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 617.07
Current children cumulated vsize (KiB) 8318664

Child status: 0
Real time (s): 78.7638
CPU time (s): 617.541
CPU user time (s): 616.912
CPU system time (s): 0.628904
CPU usage (%): 784.042
Max. virtual memory (cumulated for all children) (KiB): 8318668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 616.912
system time used= 0.628904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36307
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= 3830
involuntary context switches= 3645

runsolver used 0.185971 second user time and 0.396939 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-02 22:41:36
IDJOB=3321874
IDBENCH=82652
IDSOLVER=1712
FILE ID=node121/3321874-1304368895
RUNJOBID= node121-1304366467-1235
PBS_JOBID= 13181750
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1101422472-003-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-3321874-1304368895/watcher-3321874-1304368895 -o /tmp/evaluation-result-3321874-1304368895/solver-3321874-1304368895 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321874-1304368895.cnf -seed 2123509085 -budget 40000 -cores 8

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

MD5SUM BENCH= 1a4e1674582e40801444509cae2068da
RANDOM SEED=2123509085

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:      17306096 kB
Buffers:       2196996 kB
Cached:        9676564 kB
SwapCached:       2776 kB
Active:       12097296 kB
Inactive:      3015604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      17306096 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           32444 kB
Writeback:          60 kB
AnonPages:     3237048 kB
Mapped:          18776 kB
Slab:           452672 kB
PageTables:      15240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 11927364 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= 73472 MiB
End job on node121 at 2011-05-02 22:42:55