Trace number 3317270

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 102.661 35.1242

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.386941
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3317270-1304268541.cnf
0.36/0.65	c INFO: computing task features
0.44/0.71	c INFO: computed variable-clause graph statistics
0.44/0.71	c INFO: computed clause balance statistics
0.64/0.99	c INFO: computed variable balance statistics
0.84/1.11	c INFO: computed small-clause counts
0.84/1.11	c INFO: computed Horn-clause counts
0.84/1.12	c INFO: computed variable graph statistics
0.84/1.12	c INFO: collected features for HOME/instance-3317270-1304268541.cnf in 0.47 s
0.84/1.15	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.46)
0.84/1.18	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.11)
0.94/1.21	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.06)
0.94/1.24	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
102.27/35.10	s SATISFIABLE
102.27/35.10	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 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-3317270-1304268541/watcher-3317270-1304268541 -o /tmp/evaluation-result-3317270-1304268541/solver-3317270-1304268541 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317270-1304268541.cnf -seed 1760787075 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.97 7.87 5.90 7/216 2279
/proc/meminfo: memFree=29906888/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/2279/stat : 2279 (python) R 2277 2279 1708 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 538452797 15441920 545 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814238208 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/2279/statm: 3770 545 312 364 0 257 0

[startup+0.019559 s]
/proc/loadavg: 7.97 7.87 5.90 7/216 2279
/proc/meminfo: memFree=29906888/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/2279/stat : 2279 (python) R 2277 2279 1708 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 538452797 16625664 912 33554432000 4194304 5683644 140735997472000 18446744073709551615 5308774 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2279/statm: 4059 912 380 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100547 s]
/proc/loadavg: 7.97 7.87 5.90 7/216 2279
/proc/meminfo: memFree=29906888/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 2693 0 0 0 5 1 0 0 25 0 1 0 538452797 96215040 2407 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814236005 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/2279/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300516 s]
/proc/loadavg: 7.97 7.87 5.90 7/216 2279
/proc/meminfo: memFree=29906888/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 5969 932 1 0 14 5 0 0 25 0 1 0 538452797 139005952 4151 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/2279/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700453 s]
/proc/loadavg: 7.97 7.87 5.90 7/216 2279
/proc/meminfo: memFree=29906888/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=280332 CPUtime=0.44 cores=0,2,4,6
/proc/2279/stat : 2279 (python) R 2277 2279 1708 0 -1 4202496 9654 932 1 0 35 9 0 0 16 0 1 0 538452797 287059968 7331 33554432000 4194304 5683644 140735997472000 18446744073709551615 47570378918597 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2279/statm: 70083 7332 1761 364 0 6007 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280332

[startup+1.50031 s]
/proc/loadavg: 7.81 7.83 5.90 7/217 2285
/proc/meminfo: memFree=29883200/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 320744

[startup+3.10104 s]
/proc/loadavg: 7.81 7.83 5.90 10/229 2298
/proc/meminfo: memFree=29863512/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
[pid=2287] ppid=2279 vsize=279412 CPUtime=0 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 538452913 286117888 5792 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 3574684929520271617 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5792 354 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=1.02 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 102 0 0 0 22 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=0 cores=0,2,4,6
/proc/2290/stat : 2290 (python) S 2279 2279 1708 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538452915 296947712 5838 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16307458663579091204 0 0 17 4 0 0 0
/proc/2290/statm: 72497 5838 348 364 0 8412 0
[pid=2292] ppid=2290 vsize=1018092 CPUtime=1.9 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202496 569 0 0 0 190 0 0 0 25 0 1 0 538452916 1042526208 306 33554432000 134512640 135663704 4289973424 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2292/statm: 254523 306 113 282 0 254239 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538452918 307449856 5842 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 4110848580665737215 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5842 348 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=1.86 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 186 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134532156 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538452922 317952000 5846 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 4193955167051186175 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5846 348 364 0 13534 0
[pid=2298] ppid=2296 vsize=417048 CPUtime=0.92 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 683 0 0 0 92 0 0 0 25 0 1 0 538452922 427057152 418 33554432000 134512640 135107411 4291169728 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104262 418 49 146 0 103138 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 4371312

[startup+6.3005 s]
/proc/loadavg: 7.81 7.83 5.90 10/229 2298
/proc/meminfo: memFree=29860288/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
[pid=2287] ppid=2279 vsize=279412 CPUtime=0 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538452913 286117888 5815 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 3574684929520271617 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5815 377 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=2.61 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 261 0 0 0 25 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=0 cores=0,2,4,6
/proc/2290/stat : 2290 (python) S 2279 2279 1708 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 538452915 296947712 5861 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16307458663579091204 0 0 17 4 0 0 0
/proc/2290/statm: 72497 5861 371 364 0 8412 0
[pid=2292] ppid=2290 vsize=1018092 CPUtime=5.08 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202496 569 0 0 0 508 0 0 0 25 0 1 0 538452916 1042526208 306 33554432000 134512640 135663704 4289973424 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2292/statm: 254523 306 113 282 0 254239 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 538452918 307449856 5864 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 4110848580665704708 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5864 370 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=5.06 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 506 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134532360 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 538452922 317952000 5869 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 4193955167051153668 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5869 371 364 0 13534 0
[pid=2298] ppid=2296 vsize=417192 CPUtime=2.52 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 760 0 0 0 252 0 0 0 25 0 1 0 538452922 427204608 495 33554432000 134512640 135107411 4291169728 18446744073709551615 134531739 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104298 495 59 146 0 103174 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.25
Current children cumulated vsize (KiB) 4371456

[startup+12.7014 s]
/proc/loadavg: 7.99 7.87 5.93 10/229 2298
/proc/meminfo: memFree=29859804/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
[pid=2287] ppid=2279 vsize=279412 CPUtime=0.01 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 538452913 286117888 5815 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 16284294972943859969 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5815 377 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=5.8 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 580 0 0 0 25 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=0.01 cores=0,2,4,6
/proc/2290/stat : 2290 (python) S 2279 2279 1708 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 538452915 296947712 5861 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 4 0 0 0
/proc/2290/statm: 72497 5861 371 364 0 8412 0
[pid=2292] ppid=2290 vsize=1018092 CPUtime=11.44 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202496 569 0 0 0 1144 0 0 0 25 0 1 0 538452916 1042526208 306 33554432000 134512640 135663704 4289973424 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2292/statm: 254523 306 113 282 0 254239 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 538452918 307449856 5865 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5865 371 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=11.46 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 1146 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0.02 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 917 0 0 0 1 1 0 0 18 0 1 0 538452922 317952000 5869 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5869 371 364 0 13534 0
[pid=2298] ppid=2296 vsize=417192 CPUtime=5.71 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 760 0 0 0 571 0 0 0 25 0 1 0 538452922 427204608 495 33554432000 134512640 135107411 4291169728 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104298 495 59 146 0 103174 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.43
Current children cumulated vsize (KiB) 4371456

[startup+25.5013 s]
/proc/loadavg: 8.15 7.91 5.96 10/229 2298
/proc/meminfo: memFree=29860380/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6

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

[pid=2287] ppid=2279 vsize=279412 CPUtime=0.04 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 538452913 286117888 5815 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 16284294972943859969 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5815 377 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=15.4 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 1540 0 0 0 25 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=0.04 cores=0,2,4,6
/proc/2290/stat : 2290 (python) S 2279 2279 1708 0 -1 4202560 910 0 0 0 2 2 0 0 18 0 1 0 538452915 296947712 5861 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 4 0 0 0
/proc/2290/statm: 72497 5861 371 364 0 8412 0
[pid=2292] ppid=2290 vsize=1018092 CPUtime=30.51 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202496 569 0 0 0 3051 0 0 0 25 0 1 0 538452916 1042526208 306 33554432000 134512640 135663704 4289973424 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2292/statm: 254523 306 113 282 0 254239 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0.04 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 538452918 307449856 5865 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5865 371 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=30.66 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 3066 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134531810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0.04 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 538452922 317952000 5869 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5869 371 364 0 13534 0
[pid=2298] ppid=2296 vsize=417192 CPUtime=15.29 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 760 0 0 0 1529 0 0 0 25 0 1 0 538452922 427204608 495 33554432000 134512640 135107411 4291169728 18446744073709551615 134532076 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104298 495 59 146 0 103174 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93
Current children cumulated vsize (KiB) 4371456

[startup+33.5009 s]
/proc/loadavg: 8.28 7.94 6.00 11/229 2298
/proc/meminfo: memFree=29860416/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
[pid=2287] ppid=2279 vsize=279412 CPUtime=0.04 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 538452913 286117888 5815 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 16284294972943859969 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5815 377 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=16.2 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 1620 0 0 0 25 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=1.03 cores=0,2,4,6
/proc/2290/stat : 2290 (python) R 2279 2279 1708 0 -1 4202560 912 0 0 0 86 17 0 0 16 0 1 0 538452915 296947712 5861 33554432000 4194304 5683644 140735997472000 18446744073709551615 4870108 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/2290/statm: 72497 5861 371 364 0 8412 0
[pid=2292] ppid=2290 vsize=0 CPUtime=31.11 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202500 571 0 0 0 3111 0 0 0 25 0 1 0 538452916 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/2292/statm: 0 0 0 0 0 0 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0.04 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 538452918 307449856 5865 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5865 371 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=32.26 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 3226 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0.04 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 538452922 317952000 5869 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5869 371 364 0 13534 0
[pid=2298] ppid=2296 vsize=417192 CPUtime=16.08 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 760 0 0 0 1608 0 0 0 25 0 1 0 538452922 427204608 495 33554432000 134512640 135107411 4291169728 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104298 495 59 146 0 103174 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.78
Current children cumulated vsize (KiB) 3353364

[startup+34.3008 s]
/proc/loadavg: 8.28 7.94 6.00 12/229 2298
/proc/meminfo: memFree=29860416/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
[pid=2287] ppid=2279 vsize=279412 CPUtime=0.04 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 538452913 286117888 5815 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 16284294972943859969 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5815 377 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=16.6 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 1660 0 0 0 25 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=1.81 cores=0,2,4,6
/proc/2290/stat : 2290 (python) R 2279 2279 1708 0 -1 4202560 915 0 0 0 152 29 0 0 17 0 1 0 538452915 296947712 5861 33554432000 4194304 5683644 140735997472000 18446744073709551615 4878717 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/2290/statm: 72497 5861 371 364 0 8412 0
[pid=2292] ppid=2290 vsize=0 CPUtime=31.11 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202500 571 0 0 0 3111 0 0 0 25 0 1 0 538452916 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/2292/statm: 0 0 0 0 0 0 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0.04 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 538452918 307449856 5865 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5865 371 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=33.06 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 3306 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134531667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0.04 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 538452922 317952000 5869 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5869 371 364 0 13534 0
[pid=2298] ppid=2296 vsize=417192 CPUtime=16.48 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 760 0 0 0 1648 0 0 0 25 0 1 0 538452922 427204608 495 33554432000 134512640 135107411 4291169728 18446744073709551615 134531779 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104298 495 59 146 0 103174 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.16
Current children cumulated vsize (KiB) 3353364

[startup+34.7007 s]
/proc/loadavg: 8.28 7.94 6.00 12/229 2298
/proc/meminfo: memFree=29860416/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320744 CPUtime=0.98 cores=0,2,4,6
/proc/2279/stat : 2279 (python) S 2277 2279 1708 0 -1 4202496 13033 932 1 0 88 10 0 0 24 0 5 0 538452797 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2279/statm: 80186 7385 1883 364 0 16095 0
[pid=2287] ppid=2279 vsize=279412 CPUtime=0.04 cores=0,2,4,6
/proc/2287/stat : 2287 (python) S 2279 2279 1708 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 538452913 286117888 5815 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260239 0 0 16781312 514 16284294972943859969 0 0 17 0 0 0 0
/proc/2287/statm: 69853 5815 377 364 0 5771 0
[pid=2289] ppid=2287 vsize=1018092 CPUtime=16.8 cores=0,2,4,6
/proc/2289/stat : 2289 (gnovelty+2) R 2287 2289 2289 0 -1 4202496 571 0 0 0 1680 0 0 0 25 0 1 0 538452913 1042526208 306 33554432000 134512640 135663704 4294581504 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2289/statm: 254523 306 113 282 0 254239 0
[pid=2290] ppid=2279 vsize=289988 CPUtime=2.21 cores=0,2,4,6
/proc/2290/stat : 2290 (python) R 2279 2279 1708 0 -1 4202560 915 0 0 0 186 35 0 0 18 0 1 0 538452915 296947712 5861 33554432000 4194304 5683644 140735997472000 18446744073709551615 47570354322176 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/2290/statm: 72497 5861 371 364 0 8412 0
[pid=2292] ppid=2290 vsize=0 CPUtime=31.11 cores=0,2,4,6
/proc/2292/stat : 2292 (gnovelty+2) R 2290 2292 2292 0 -1 4202500 571 0 0 0 3111 0 0 0 25 0 1 0 538452916 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/2292/statm: 0 0 0 0 0 0 0
[pid=2293] ppid=2279 vsize=300244 CPUtime=0.04 cores=0,2,4,6
/proc/2293/stat : 2293 (python) S 2279 2279 1708 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 538452918 307449856 5865 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2293/statm: 75061 5865 371 364 0 10973 0
[pid=2295] ppid=2293 vsize=417192 CPUtime=33.46 cores=0,2,4,6
/proc/2295/stat : 2295 (adaptg2wsat2009) R 2293 2295 2295 0 -1 4202496 762 0 0 0 3346 0 0 0 25 0 1 0 538452921 427204608 495 33554432000 134512640 135107411 4290627376 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2295/statm: 104298 495 59 146 0 103174 0
[pid=2296] ppid=2279 vsize=310500 CPUtime=0.04 cores=0,2,4,6
/proc/2296/stat : 2296 (python) S 2279 2279 1708 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 538452922 317952000 5869 33554432000 4194304 5683644 140735997472000 18446744073709551615 251814260294 0 0 16781312 514 16284294972943859972 0 0 17 0 0 0 0
/proc/2296/statm: 77625 5869 371 364 0 13534 0
[pid=2298] ppid=2296 vsize=417192 CPUtime=16.68 cores=0,2,4,6
/proc/2298/stat : 2298 (adaptg2wsat2009) R 2296 2298 2298 0 -1 4202496 760 0 0 0 1668 0 0 0 25 0 1 0 538452922 427204608 495 33554432000 134512640 135107411 4291169728 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2298/statm: 104298 495 59 146 0 103174 0
[pid=2279/tid=2288] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 24 932 0 0 0 0 0 0 18 0 5 0 538452913 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 6 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 538452916 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2294] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2294/stat : 2294 (python) S 2277 2279 1708 0 -1 4202560 19 932 0 0 0 0 0 0 22 0 5 0 538452919 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=2279/tid=2297] ppid=2277 vsize=320744 CPUtime=0 cores=0,2,4,6
/proc/2279/task/2297/stat : 2297 (python) S 2277 2279 1708 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 5 0 538452922 328441856 7385 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 3353364

[startup+35.1007 s]
/proc/loadavg: 8.28 7.94 6.00 8/225 2299
/proc/meminfo: memFree=29874304/32950928 swapFree=67111448/67111528
[pid=2279] ppid=2277 vsize=320684 CPUtime=102.62 cores=0,2,4,6
/proc/2279/stat : 2279 (python) R 2277 2279 1708 0 -1 4202496 15189 7631 1 0 88 10 10114 50 17 0 3 0 538452797 328380416 7377 33554432000 4194304 5683644 140735997472000 18446744073709551615 5114052 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2279/statm: 80171 7377 1875 364 0 16095 0
[pid=2279/tid=2288] ppid=2277 vsize=320684 CPUtime=101.64 cores=0,2,4,6
/proc/2279/task/2288/stat : 2288 (python) S 2277 2279 1708 0 -1 4202560 28 7631 0 0 0 0 10114 50 18 0 3 0 538452913 328380416 7377 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 0 18446604453857019072 0 0 -1 4 0 0 0
[pid=2279/tid=2291] ppid=2277 vsize=320684 CPUtime=101.64 cores=0,2,4,6
/proc/2279/task/2291/stat : 2291 (python) S 2277 2279 1708 0 -1 4202560 26 7631 0 0 0 0 10114 50 18 0 3 0 538452916 328380416 7377 33554432000 4194304 5683644 140735997472000 18446744073709551615 251826063793 0 0 16781312 0 18446604453857019072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.62
Current children cumulated vsize (KiB) 320684

Child status: 0
Real time (s): 35.1242
CPU time (s): 102.661
CPU user time (s): 102.047
CPU system time (s): 0.613906
CPU usage (%): 292.281
Max. virtual memory (cumulated for all children) (KiB): 4371460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.047
system time used= 0.613906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25074
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= 3072
involuntary context switches= 955

runsolver used 0.044993 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-01 18:49:01
IDJOB=3317270
IDBENCH=82735
IDSOLVER=1705
FILE ID=node126/3317270-1304268541
RUNJOBID= node126-1304267283-1726
PBS_JOBID= 13173953
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317270-1304268541/watcher-3317270-1304268541 -o /tmp/evaluation-result-3317270-1304268541/solver-3317270-1304268541 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317270-1304268541.cnf -seed 1760787075 -budget 4800 -cores 4

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=1760787075

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29906928 kB
Buffers:        315692 kB
Cached:        1682676 kB
SwapCached:         76 kB
Active:        1036596 kB
Inactive:      1681928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29906928 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           31908 kB
Writeback:           0 kB
AnonPages:      720256 kB
Mapped:          22724 kB
Slab:           253972 kB
PageTables:      12716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14023148 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= 73176 MiB
End job on node126 at 2011-05-01 18:49:36