Trace number 3377445

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-seq-random (fixed)UNSAT 206.69 206.326

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.43802
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.34/0.55	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.56	c INFO: solving HOME/instance-3377445-1305453267.cnf
0.34/0.56	c INFO: computing task features
0.34/0.56	c INFO: computed variable-clause graph statistics
0.34/0.57	c INFO: computed clause balance statistics
0.42/0.61	c INFO: computed variable balance statistics
0.42/0.63	c INFO: computed small-clause counts
0.42/0.63	c INFO: computed Horn-clause counts
0.42/0.63	c INFO: computed variable graph statistics
0.42/0.63	c INFO: collected features for HOME/instance-3377445-1305453267.cnf in 0.07 s
0.42/0.64	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.60)
100.96/100.92	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
199.52/199.21	c INFO: running march_hi@0 for 2201 with 2201 remaining (b = 0.73)
206.58/206.30	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3377445-1305453267/watcher-3377445-1305453267 -o /tmp/evaluation-result-3377445-1305453267/solver-3377445-1305453267 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377445-1305453267.cnf -seed 168411738 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.10 4.08 3.92 4/401 3687
/proc/meminfo: memFree=24060772/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=15380 CPUtime=0 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 656927123 15749120 696 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/3687/statm: 3845 696 334 364 0 332 0

[startup+0.0701261 s]
/proc/loadavg: 4.10 4.08 3.92 4/401 3687
/proc/meminfo: memFree=24060772/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=36504 CPUtime=0.04 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 1610 0 0 0 3 1 0 0 25 0 1 0 656927123 37380096 1443 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3687/statm: 9126 1443 452 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36504

[startup+0.101075 s]
/proc/loadavg: 4.10 4.08 3.92 4/401 3687
/proc/meminfo: memFree=24060772/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=91824 CPUtime=0.06 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 2677 0 0 0 4 2 0 0 25 0 1 0 656927123 94027776 2393 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3687/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91824

[startup+0.301023 s]
/proc/loadavg: 4.10 4.08 3.92 4/401 3687
/proc/meminfo: memFree=24060772/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=135748 CPUtime=0.19 cores=0,2
/proc/3687/stat : 3687 (python) R 3685 3687 1741 0 -1 4202496 5973 933 1 0 14 5 0 0 25 0 1 0 656927123 139005952 4150 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446941189 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/3687/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700974 s]
/proc/loadavg: 4.10 4.08 3.92 4/401 3687
/proc/meminfo: memFree=24060772/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288676

[startup+1.50084 s]
/proc/loadavg: 4.10 4.08 3.92 5/405 3695
/proc/meminfo: memFree=24035820/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
[pid=3693] ppid=3687 vsize=278432 CPUtime=0 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 740 0 0 0 0 0 0 0 25 0 1 0 656927188 285114368 5532 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965263 0 0 16781312 514 17445054625362214911 0 0 17 2 0 0 0
/proc/3693/statm: 69608 5532 354 364 0 5526 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=0.84 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) R 3693 3695 3695 0 -1 4202496 423 0 0 0 84 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=288676 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 656927188 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1584908

[startup+3.10052 s]
/proc/loadavg: 4.09 4.08 3.92 5/405 3695
/proc/meminfo: memFree=24034952/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
[pid=3693] ppid=3687 vsize=278432 CPUtime=0 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 656927188 285114368 5532 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965263 0 0 16781312 514 17445054625362182402 0 0 17 2 0 0 0
/proc/3693/statm: 69608 5532 354 364 0 5526 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=2.44 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) R 3693 3695 3695 0 -1 4202496 423 0 0 0 244 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134544098 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=288676 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 656927188 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 1584908

[startup+6.30089 s]
/proc/loadavg: 4.09 4.08 3.92 5/381 3727
/proc/meminfo: memFree=24119324/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
[pid=3693] ppid=3687 vsize=278432 CPUtime=0 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 979 0 0 0 0 0 0 0 18 0 1 0 656927188 285114368 5560 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965263 0 0 16781312 514 17445054625362182402 0 0 17 2 0 0 0
/proc/3693/statm: 69608 5560 382 364 0 5526 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=5.65 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) R 3693 3695 3695 0 -1 4202496 423 0 0 0 565 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=288676 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 656927188 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 1584908

[startup+12.7008 s]
/proc/loadavg: 4.08 4.07 3.92 5/388 3770
/proc/meminfo: memFree=24111624/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
[pid=3693] ppid=3687 vsize=278432 CPUtime=0.02 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 982 0 0 0 1 1 0 0 18 0 1 0 656927188 285114368 5560 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965263 0 0 16781312 514 6918725296292069634 0 0 17 2 0 0 0
/proc/3693/statm: 69608 5560 382 364 0 5526 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=12.05 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) R 3693 3695 3695 0 -1 4202496 423 0 0 0 1205 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=288676 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 656927188 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1584908

[startup+25.5004 s]
/proc/loadavg: 4.07 4.07 3.92 5/388 3770
/proc/meminfo: memFree=24111164/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
[pid=3693] ppid=3687 vsize=278432 CPUtime=0.06 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 987 0 0 0 3 3 0 0 18 0 1 0 656927188 285114368 5560 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965263 0 0 16781312 514 6918725296292069634 0 0 17 2 0 0 0
/proc/3693/statm: 69608 5560 382 364 0 5526 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=24.85 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) R 3693 3695 3695 0 -1 4202496 423 0 0 0 2485 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=288676 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 656927188 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1584908

[startup+51.1006 s]
/proc/loadavg: 4.12 4.08 3.93 5/392 3775
/proc/meminfo: memFree=24106972/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=288676 CPUtime=0.47 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 9768 933 1 0 38 9 0 0 25 0 2 0 656927123 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 72169 7049 1867 364 0 8087 0
[pid=3693] ppid=3687 vsize=278432 CPUtime=0.12 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 1000 0 0 0 7 5 0 0 18 0 1 0 656927188 285114368 5560 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965263 0 0 16781312 514 6918725296292069634 0 0 17 2 0 0 0
/proc/3693/statm: 69608 5560 382 364 0 5526 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=50.45 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) R 3693 3695 3695 0 -1 4202496 423 0 0 0 5045 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=288676 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 656927188 295604224 7049 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1584908

[startup+102.313 s]
/proc/loadavg: 4.04 4.06 3.93 5/396 3780
/proc/meminfo: memFree=24099920/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=299504 CPUtime=0.48 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 10618 933 1 0 39 9 0 0 20 0 3 0 656927123 306692096 7207 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 74876 7207 1878 364 0 10791 0
[pid=3693] ppid=3687 vsize=288676 CPUtime=0.25 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656927188 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3693/statm: 72169 5598 415 364 0 8087 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=100.26 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) T 3693 3695 3695 0 -1 4202496 423 0 0 0 10026 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3693/tid=3777] ppid=3687 vsize=288676 CPUtime=0 cores=0,2
/proc/3693/task/3777/stat : 3777 (python) S 3687 3687 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656937215 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604444089534656 0 0 -1 0 0 0 0
[pid=3778] ppid=3687 vsize=289260 CPUtime=0 cores=0,2
/proc/3778/stat : 3778 (python) S 3687 3687 1741 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 656937216 296202240 5673 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965318 0 0 16781312 514 4165754068188233986 0 0 17 2 0 0 0
/proc/3778/statm: 72315 5673 348 364 0 8230 0
[pid=3780] ppid=3778 vsize=1017800 CPUtime=1.38 cores=0,2
/proc/3780/stat : 3780 (gnovelty+2) R 3778 3780 3780 0 -1 4202496 424 0 0 0 138 0 0 0 25 0 1 0 656937217 1042227200 161 33554432000 134512640 135663704 4291341552 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3780/statm: 254450 161 113 282 0 254166 0
[pid=3687/tid=3694] ppid=3685 vsize=299504 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 656927188 306692096 7207 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3779] ppid=3685 vsize=299504 CPUtime=0 cores=0,2
/proc/3687/task/3779/stat : 3779 (python) S 3685 3687 1741 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 656937216 306692096 7207 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 2913040

[startup+162.301 s]
/proc/loadavg: 4.05 4.06 3.93 5/408 3794
/proc/meminfo: memFree=24081172/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=299504 CPUtime=0.48 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 10618 933 1 0 39 9 0 0 20 0 3 0 656927123 306692096 7207 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3687/statm: 74876 7207 1878 364 0 10791 0
[pid=3693] ppid=3687 vsize=288676 CPUtime=0.25 cores=0,2

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

[pid=3778] ppid=3687 vsize=289260 CPUtime=0.26 cores=0,2
/proc/3778/stat : 3778 (python) S 3687 3687 1741 0 -1 4202560 1076 0 0 0 14 12 0 0 19 0 2 0 656937216 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3778/statm: 72315 5726 400 364 0 8230 0
[pid=3780] ppid=3778 vsize=1017800 CPUtime=98.27 cores=0,2
/proc/3780/stat : 3780 (gnovelty+2) T 3778 3780 3780 0 -1 4202496 424 0 0 0 9827 0 0 0 25 0 1 0 656937217 1042227200 161 33554432000 134512640 135663704 4291341552 18446744073709551615 134525132 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3780/statm: 254450 161 113 282 0 254166 0
[pid=3778/tid=3796] ppid=3687 vsize=289260 CPUtime=0 cores=0,2
/proc/3778/task/3796/stat : 3796 (python) S 3687 3687 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947044 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604453882608448 0 0 -1 0 0 0 0
[pid=3797] ppid=3687 vsize=299184 CPUtime=0 cores=0,2
/proc/3797/stat : 3797 (python) S 3687 3687 1741 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 656947045 306364416 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965318 0 0 16781312 514 8959335318855581954 0 0 17 0 0 0 0
/proc/3797/statm: 74796 5598 348 364 0 10708 0
[pid=3799] ppid=3797 vsize=1420 CPUtime=2.26 cores=0,2
/proc/3799/stat : 3799 (march_hi) R 3797 3799 3799 0 -1 4202496 473 0 0 0 226 0 0 0 21 0 1 0 656947046 1454080 210 33554432000 4194304 4955518 140734900186896 18446744073709551615 4208631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3799/statm: 355 210 106 186 0 168 0
[pid=3687/tid=3694] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 4 0 656927188 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3779] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3779/stat : 3779 (python) S 3685 3687 1741 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 656937216 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3798] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3798/stat : 3798 (python) S 3685 3687 1741 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 4 0 656947045 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.79
Current children cumulated vsize (KiB) 3223568

[startup+204.701 s]
/proc/loadavg: 4.02 4.05 3.93 5/412 3799
/proc/meminfo: memFree=24067608/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=309428 CPUtime=0.49 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 11449 933 1 0 40 9 0 0 19 0 4 0 656927123 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 77357 7134 1880 364 0 13269 0
[pid=3693] ppid=3687 vsize=288676 CPUtime=0.25 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656927188 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3693/statm: 72169 5598 415 364 0 8087 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=100.26 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) T 3693 3695 3695 0 -1 4202496 423 0 0 0 10026 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3693/tid=3777] ppid=3687 vsize=288676 CPUtime=0 cores=0,2
/proc/3693/task/3777/stat : 3777 (python) S 3687 3687 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656937215 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604444089534656 0 0 -1 0 0 0 0
[pid=3778] ppid=3687 vsize=289260 CPUtime=0.26 cores=0,2
/proc/3778/stat : 3778 (python) S 3687 3687 1741 0 -1 4202560 1076 0 0 0 14 12 0 0 19 0 2 0 656937216 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3778/statm: 72315 5726 400 364 0 8230 0
[pid=3780] ppid=3778 vsize=1017800 CPUtime=98.27 cores=0,2
/proc/3780/stat : 3780 (gnovelty+2) T 3778 3780 3780 0 -1 4202496 424 0 0 0 9827 0 0 0 25 0 1 0 656937217 1042227200 161 33554432000 134512640 135663704 4291341552 18446744073709551615 134525132 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3780/statm: 254450 161 113 282 0 254166 0
[pid=3778/tid=3796] ppid=3687 vsize=289260 CPUtime=0 cores=0,2
/proc/3778/task/3796/stat : 3796 (python) S 3687 3687 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947044 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604453882608448 0 0 -1 0 0 0 0
[pid=3797] ppid=3687 vsize=299184 CPUtime=0.02 cores=0,2
/proc/3797/stat : 3797 (python) S 3687 3687 1741 0 -1 4202560 901 0 0 0 1 1 0 0 15 0 1 0 656947045 306364416 5621 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965318 0 0 16781312 514 8959335318855581954 0 0 17 0 0 0 0
/proc/3797/statm: 74796 5621 371 364 0 10708 0
[pid=3799] ppid=3797 vsize=1420 CPUtime=5.44 cores=0,2
/proc/3799/stat : 3799 (march_hi) R 3797 3799 3799 0 -1 4202496 481 0 0 0 544 0 0 0 25 0 1 0 656947046 1454080 218 33554432000 4194304 4955518 140734900186896 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3799/statm: 355 218 106 186 0 168 0
[pid=3687/tid=3694] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 4 0 656927188 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3779] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3779/stat : 3779 (python) S 3685 3687 1741 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 656937216 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3798] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3798/stat : 3798 (python) S 3685 3687 1741 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 4 0 656947045 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.99
Current children cumulated vsize (KiB) 3223568

[startup+205.501 s]
/proc/loadavg: 4.02 4.05 3.93 5/412 3799
/proc/meminfo: memFree=24067608/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=309428 CPUtime=0.49 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 11449 933 1 0 40 9 0 0 19 0 4 0 656927123 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 77357 7134 1880 364 0 13269 0
[pid=3693] ppid=3687 vsize=288676 CPUtime=0.25 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656927188 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3693/statm: 72169 5598 415 364 0 8087 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=100.26 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) T 3693 3695 3695 0 -1 4202496 423 0 0 0 10026 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3693/tid=3777] ppid=3687 vsize=288676 CPUtime=0 cores=0,2
/proc/3693/task/3777/stat : 3777 (python) S 3687 3687 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656937215 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604444089534656 0 0 -1 0 0 0 0
[pid=3778] ppid=3687 vsize=289260 CPUtime=0.26 cores=0,2
/proc/3778/stat : 3778 (python) S 3687 3687 1741 0 -1 4202560 1076 0 0 0 14 12 0 0 19 0 2 0 656937216 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3778/statm: 72315 5726 400 364 0 8230 0
[pid=3780] ppid=3778 vsize=1017800 CPUtime=98.27 cores=0,2
/proc/3780/stat : 3780 (gnovelty+2) T 3778 3780 3780 0 -1 4202496 424 0 0 0 9827 0 0 0 25 0 1 0 656937217 1042227200 161 33554432000 134512640 135663704 4291341552 18446744073709551615 134525132 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3780/statm: 254450 161 113 282 0 254166 0
[pid=3778/tid=3796] ppid=3687 vsize=289260 CPUtime=0 cores=0,2
/proc/3778/task/3796/stat : 3796 (python) S 3687 3687 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947044 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604453882608448 0 0 -1 0 0 0 0
[pid=3797] ppid=3687 vsize=299184 CPUtime=0.03 cores=0,2
/proc/3797/stat : 3797 (python) S 3687 3687 1741 0 -1 4202560 902 0 0 0 2 1 0 0 15 0 1 0 656947045 306364416 5621 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965318 0 0 16781312 514 8959335318855581954 0 0 17 0 0 0 0
/proc/3797/statm: 74796 5621 371 364 0 10708 0
[pid=3799] ppid=3797 vsize=1420 CPUtime=6.23 cores=0,2
/proc/3799/stat : 3799 (march_hi) R 3797 3799 3799 0 -1 4202496 485 0 0 0 623 0 0 0 25 0 1 0 656947046 1454080 222 33554432000 4194304 4955518 140734900186896 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3799/statm: 355 222 106 186 0 168 0
[pid=3687/tid=3694] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 4 0 656927188 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3779] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3779/stat : 3779 (python) S 3685 3687 1741 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 656937216 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3798] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3798/stat : 3798 (python) S 3685 3687 1741 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 4 0 656947045 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.79
Current children cumulated vsize (KiB) 3223568

[startup+205.901 s]
/proc/loadavg: 4.02 4.05 3.93 5/412 3799
/proc/meminfo: memFree=24067484/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=309428 CPUtime=0.49 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 11449 933 1 0 40 9 0 0 19 0 4 0 656927123 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 77357 7134 1880 364 0 13269 0
[pid=3693] ppid=3687 vsize=288676 CPUtime=0.25 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656927188 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3693/statm: 72169 5598 415 364 0 8087 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=100.26 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) T 3693 3695 3695 0 -1 4202496 423 0 0 0 10026 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3693/tid=3777] ppid=3687 vsize=288676 CPUtime=0 cores=0,2
/proc/3693/task/3777/stat : 3777 (python) S 3687 3687 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656937215 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604444089534656 0 0 -1 0 0 0 0
[pid=3778] ppid=3687 vsize=289260 CPUtime=0.26 cores=0,2
/proc/3778/stat : 3778 (python) S 3687 3687 1741 0 -1 4202560 1076 0 0 0 14 12 0 0 19 0 2 0 656937216 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3778/statm: 72315 5726 400 364 0 8230 0
[pid=3780] ppid=3778 vsize=1017800 CPUtime=98.27 cores=0,2
/proc/3780/stat : 3780 (gnovelty+2) T 3778 3780 3780 0 -1 4202496 424 0 0 0 9827 0 0 0 25 0 1 0 656937217 1042227200 161 33554432000 134512640 135663704 4291341552 18446744073709551615 134525132 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3780/statm: 254450 161 113 282 0 254166 0
[pid=3778/tid=3796] ppid=3687 vsize=289260 CPUtime=0 cores=0,2
/proc/3778/task/3796/stat : 3796 (python) S 3687 3687 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947044 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604453882608448 0 0 -1 0 0 0 0
[pid=3797] ppid=3687 vsize=299184 CPUtime=0.03 cores=0,2
/proc/3797/stat : 3797 (python) S 3687 3687 1741 0 -1 4202560 904 0 0 0 2 1 0 0 15 0 1 0 656947045 306364416 5621 33554432000 4194304 5683644 140736038694800 18446744073709551615 244446965318 0 0 16781312 514 8959335318855581954 0 0 17 0 0 0 0
/proc/3797/statm: 74796 5621 371 364 0 10708 0
[pid=3799] ppid=3797 vsize=1420 CPUtime=6.63 cores=0,2
/proc/3799/stat : 3799 (march_hi) R 3797 3799 3799 0 -1 4202496 486 0 0 0 663 0 0 0 25 0 1 0 656947046 1454080 223 33554432000 4194304 4955518 140734900186896 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3799/statm: 355 223 106 186 0 168 0
[pid=3687/tid=3694] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 4 0 656927188 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3779] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3779/stat : 3779 (python) S 3685 3687 1741 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 656937216 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3798] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3798/stat : 3798 (python) S 3685 3687 1741 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 4 0 656947045 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 206.19
Current children cumulated vsize (KiB) 3223568

[startup+206.301 s]
/proc/loadavg: 4.02 4.05 3.93 5/412 3799
/proc/meminfo: memFree=24067484/32951124 swapFree=44485764/67111528
[pid=3687] ppid=3685 vsize=309428 CPUtime=0.49 cores=0,2
/proc/3687/stat : 3687 (python) S 3685 3687 1741 0 -1 4202496 11449 933 1 0 40 9 0 0 19 0 4 0 656927123 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 77357 7134 1880 364 0 13269 0
[pid=3693] ppid=3687 vsize=288676 CPUtime=0.25 cores=0,2
/proc/3693/stat : 3693 (python) S 3687 3687 1741 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656927188 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3693/statm: 72169 5598 415 364 0 8087 0
[pid=3695] ppid=3693 vsize=1017800 CPUtime=100.26 cores=0,2
/proc/3695/stat : 3695 (gnovelty+2) T 3693 3695 3695 0 -1 4202496 423 0 0 0 10026 0 0 0 25 0 1 0 656927189 1042227200 162 33554432000 134512640 135663704 4291323888 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3695/statm: 254450 162 113 282 0 254166 0
[pid=3693/tid=3777] ppid=3687 vsize=288676 CPUtime=0 cores=0,2
/proc/3693/task/3777/stat : 3777 (python) S 3687 3687 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656937215 295604224 5598 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604444089534656 0 0 -1 0 0 0 0
[pid=3778] ppid=3687 vsize=289260 CPUtime=0.26 cores=0,2
/proc/3778/stat : 3778 (python) S 3687 3687 1741 0 -1 4202560 1076 0 0 0 14 12 0 0 19 0 2 0 656937216 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3778/statm: 72315 5726 400 364 0 8230 0
[pid=3780] ppid=3778 vsize=1017800 CPUtime=98.27 cores=0,2
/proc/3780/stat : 3780 (gnovelty+2) T 3778 3780 3780 0 -1 4202496 424 0 0 0 9827 0 0 0 25 0 1 0 656937217 1042227200 161 33554432000 134512640 135663704 4291341552 18446744073709551615 134525132 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3780/statm: 254450 161 113 282 0 254166 0
[pid=3778/tid=3796] ppid=3687 vsize=289260 CPUtime=0 cores=0,2
/proc/3778/task/3796/stat : 3796 (python) S 3687 3687 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947044 296202240 5726 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 514 18446604453882608448 0 0 -1 0 0 0 0
[pid=3797] ppid=3687 vsize=299184 CPUtime=0.11 cores=0,2
/proc/3797/stat : 3797 (python) R 3687 3687 1741 0 -1 4202560 911 0 0 0 10 1 0 0 15 0 1 0 656947045 306364416 5621 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458775359 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/3797/statm: 74796 5621 371 364 0 10708 0
[pid=3799] ppid=3797 vsize=0 CPUtime=6.94 cores=0,2
/proc/3799/stat : 3799 (march_hi) R 3797 3799 3799 0 -1 4202500 512 0 0 0 694 0 0 0 25 0 1 0 656947046 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/3799/statm: 0 0 0 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3694/stat : 3694 (python) S 3685 3687 1741 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 4 0 656927188 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3779] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3779/stat : 3779 (python) S 3685 3687 1741 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 656937216 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 2 0 0 0
[pid=3687/tid=3798] ppid=3685 vsize=309428 CPUtime=0 cores=0,2
/proc/3687/task/3798/stat : 3798 (python) S 3685 3687 1741 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 4 0 656947045 316854272 7134 33554432000 4194304 5683644 140736038694800 18446744073709551615 244458768817 0 0 16781312 2 18446604450438734784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 206.58
Current children cumulated vsize (KiB) 3222148

Child status: 0
Real time (s): 206.326
CPU time (s): 206.69
CPU user time (s): 206.314
CPU system time (s): 0.375942
CPU usage (%): 100.176
Max. virtual memory (cumulated for all children) (KiB): 3223704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.314
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21524
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= 2699
involuntary context switches= 944

runsolver used 0.824874 second user time and 1.58576 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:54:27
IDJOB=3377445
IDBENCH=82754
IDSOLVER=1857
FILE ID=node105/3377445-1305453267
RUNJOBID= node105-1305451855-3052
PBS_JOBID= 13324851
Free space on /tmp= 73500 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377445-1305453267/watcher-3377445-1305453267 -o /tmp/evaluation-result-3377445-1305453267/solver-3377445-1305453267 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377445-1305453267.cnf -seed 168411738 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=168411738

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24060804 kB
Buffers:        297880 kB
Cached:        6318296 kB
SwapCached:      39656 kB
Active:        1791732 kB
Inactive:      6809736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24060804 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           34228 kB
Writeback:           0 kB
AnonPages:     1953280 kB
Mapped:          20560 kB
Slab:           141456 kB
PageTables:      80080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83967280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73464 MiB
End job on node105 at 2011-05-15 11:57:53