Trace number 3378480

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-par-random (fixed)UNSAT 1878.8 472.983

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
MD5SUM420ae9a699afd6f172f364b156d160ff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.335
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378480-1305465826.cnf
0.32/0.46	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.50/0.68	c INFO: computed variable balance statistics
0.60/0.75	c INFO: computed small-clause counts
0.60/0.75	c INFO: computed Horn-clause counts
0.60/0.75	c INFO: computed variable graph statistics
0.60/0.75	c INFO: collected features for HOME/instance-3378480-1305465826.cnf in 0.29 s
0.60/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.53)
0.60/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.60/0.78	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.60/0.79	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
392.03/99.20	c INFO: running adaptg2wsat2009++@0 for 97 with 1101 remaining (b = 0.03)
399.64/101.11	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.11)
399.64/101.18	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.02)
399.64/101.19	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.09)
791.57/199.56	c INFO: running FH@0 for 97 with 1000 remaining (b = 0.02)
795.53/200.55	c INFO: running march_hi@0 for 485 with 999 remaining (b = 0.08)
1186.67/298.94	c INFO: running adaptg2wsat2009++@0 for 97 with 901 remaining (b = 0.01)
1605.63/404.32	c INFO: running march_hi@0 for 485 with 796 remaining (b = 0.07)
1878.34/472.96	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-3378480-1305465826/watcher-3378480-1305465826 -o /tmp/evaluation-result-3378480-1305465826/solver-3378480-1305465826 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378480-1305465826.cnf -seed 502388024 -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.93 8.12 7.90 5/491 22284
/proc/meminfo: memFree=21837976/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=16240 CPUtime=0.01 cores=0,2,4,6
/proc/22284/stat : 22284 (python) R 22282 22284 20819 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 638998907 16629760 922 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039655168 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22284/statm: 4060 922 381 364 0 547 0

[startup+0.0880639 s]
/proc/loadavg: 7.93 8.12 7.90 5/491 22284
/proc/meminfo: memFree=21837976/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=96948 CPUtime=0.06 cores=0,2,4,6
/proc/22284/stat : 22284 (python) R 22282 22284 20819 0 -1 4202496 2816 0 0 0 4 2 0 0 17 0 1 0 638998907 99274752 2520 33554432000 4194304 5683644 140733888327104 18446744073709551615 5114048 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22284/statm: 24237 2520 790 364 0 1685 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 96948

[startup+0.101055 s]
/proc/loadavg: 7.93 8.12 7.90 5/491 22284
/proc/meminfo: memFree=21837976/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=104228 CPUtime=0.07 cores=0,2,4,6
/proc/22284/stat : 22284 (python) R 22282 22284 20819 0 -1 4202496 3086 0 0 0 5 2 0 0 17 0 1 0 638998907 106729472 2767 33554432000 4194304 5683644 140733888327104 18446744073709551615 5295324 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22284/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300988 s]
/proc/loadavg: 7.93 8.12 7.90 5/491 22284
/proc/meminfo: memFree=21837976/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=194416 CPUtime=0.23 cores=0,2,4,6
/proc/22284/stat : 22284 (python) S 22282 22284 20819 0 -1 4202496 6904 932 1 0 17 6 0 0 17 0 1 0 638998907 199081984 4959 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22284/statm: 48604 4959 1431 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 194416

[startup+0.700943 s]
/proc/loadavg: 7.93 8.12 7.90 5/491 22284
/proc/meminfo: memFree=21837976/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=279552 CPUtime=0.6 cores=0,2,4,6
/proc/22284/stat : 22284 (python) R 22282 22284 20819 0 -1 4202496 9752 932 1 0 52 8 0 0 17 0 1 0 638998907 286261248 7274 33554432000 4194304 5683644 140733888327104 18446744073709551615 46996725667586 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22284/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279552

[startup+1.50076 s]
/proc/loadavg: 7.93 8.12 7.90 9/504 22301
/proc/meminfo: memFree=21797636/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=320244 CPUtime=0.7 cores=0,2,4,6
/proc/22284/stat : 22284 (python) S 22282 22284 20819 0 -1 4202496 12605 932 1 0 61 9 0 0 19 0 5 0 638998907 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22284/statm: 80061 7252 1875 364 0 15970 0
[pid=22290] ppid=22284 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/22290/stat : 22290 (python) S 22284 22284 20819 0 -1 4202560 728 0 0 0 0 0 0 0 19 0 1 0 638998984 285388800 5614 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675407 0 0 16781312 514 889725088369213439 0 0 17 0 0 0 0
/proc/22290/statm: 69675 5614 354 364 0 5593 0
[pid=22292] ppid=22290 vsize=1017932 CPUtime=0.72 cores=0,2,4,6
/proc/22292/stat : 22292 (gnovelty+2) R 22290 22292 22292 0 -1 4202496 513 0 0 0 72 0 0 0 22 0 1 0 638998984 1042362368 247 33554432000 134512640 135663704 4294089568 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22292/statm: 254483 247 113 282 0 254199 0
[pid=22293] ppid=22284 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/22293/stat : 22293 (python) S 22284 22284 20819 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 638998985 296329216 5704 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 725644143522480127 0 0 17 4 0 0 0
/proc/22293/statm: 72346 5704 348 364 0 8261 0
[pid=22295] ppid=22293 vsize=1017932 CPUtime=0.71 cores=0,2,4,6
/proc/22295/stat : 22295 (gnovelty+2) R 22293 22295 22295 0 -1 4202496 510 0 0 0 71 0 0 0 22 0 1 0 638998985 1042362368 248 33554432000 134512640 135663704 4291846336 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22295/statm: 254483 248 113 282 0 254199 0
[pid=22296] ppid=22284 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (python) S 22284 22284 20819 0 -1 4202560 722 0 0 0 0 0 0 0 21 0 1 0 638998986 306315264 5593 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 13427940789648883711 0 0 17 4 0 0 0
/proc/22296/statm: 74784 5593 344 364 0 10696 0
[pid=22298] ppid=22296 vsize=416652 CPUtime=0.69 cores=0,2,4,6
/proc/22298/stat : 22298 (adaptg2wsat2009) R 22296 22298 22298 0 -1 4202496 568 0 0 0 69 0 0 0 25 0 1 0 638998986 426651648 303 33554432000 134512640 135107411 4286748048 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22298/statm: 104163 303 49 146 0 103039 0
[pid=22299] ppid=22284 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (python) S 22284 22284 20819 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 638998987 317440000 5717 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 725647991813177343 0 0 17 4 0 0 0
/proc/22299/statm: 77500 5717 344 364 0 13409 0
[pid=22301] ppid=22299 vsize=416652 CPUtime=0.69 cores=0,2,4,6
/proc/22301/stat : 22301 (adaptg2wsat2009) R 22299 22301 22301 0 -1 4202496 567 0 0 0 69 0 0 0 22 0 1 0 638998987 426651648 302 33554432000 134512640 135107411 4290812176 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22301/statm: 104163 302 49 146 0 103039 0
[pid=22284/tid=22291] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22291/stat : 22291 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 638998984 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22294] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22294/stat : 22294 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 638998985 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22297] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22297/stat : 22297 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 5 0 638998986 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22300] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22300/stat : 22300 (python) S 22282 22284 20819 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 638998987 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 4366632

[startup+3.10047 s]
/proc/loadavg: 7.93 8.12 7.90 10/504 22301
/proc/meminfo: memFree=21794784/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=320244 CPUtime=0.7 cores=0,2,4,6
/proc/22284/stat : 22284 (python) S 22282 22284 20819 0 -1 4202496 12605 932 1 0 61 9 0 0 19 0 5 0 638998907 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22284/statm: 80061 7252 1875 364 0 15970 0
[pid=22290] ppid=22284 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/22290/stat : 22290 (python) S 22284 22284 20819 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 638998984 285388800 5614 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675407 0 0 16781312 514 889725088369180929 0 0 17 0 0 0 0
/proc/22290/statm: 69675 5614 354 364 0 5593 0
[pid=22292] ppid=22290 vsize=1017932 CPUtime=2.32 cores=0,2,4,6
/proc/22292/stat : 22292 (gnovelty+2) R 22290 22292 22292 0 -1 4202496 513 0 0 0 232 0 0 0 25 0 1 0 638998984 1042362368 247 33554432000 134512640 135663704 4294089568 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22292/statm: 254483 247 113 282 0 254199 0
[pid=22293] ppid=22284 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/22293/stat : 22293 (python) S 22284 22284 20819 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 638998985 296329216 5704 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 725644143522447618 0 0 17 4 0 0 0
/proc/22293/statm: 72346 5704 348 364 0 8261 0
[pid=22295] ppid=22293 vsize=1017932 CPUtime=2.31 cores=0,2,4,6
/proc/22295/stat : 22295 (gnovelty+2) R 22293 22295 22295 0 -1 4202496 510 0 0 0 231 0 0 0 25 0 1 0 638998985 1042362368 248 33554432000 134512640 135663704 4291846336 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22295/statm: 254483 248 113 282 0 254199 0
[pid=22296] ppid=22284 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (python) S 22284 22284 20819 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 638998986 306315264 5597 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 13427940789648851204 0 0 17 4 0 0 0
/proc/22296/statm: 74784 5597 348 364 0 10696 0
[pid=22298] ppid=22296 vsize=416788 CPUtime=2.27 cores=0,2,4,6
/proc/22298/stat : 22298 (adaptg2wsat2009) R 22296 22298 22298 0 -1 4202496 629 0 0 0 227 0 0 0 25 0 1 0 638998986 426790912 364 33554432000 134512640 135107411 4286748048 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22298/statm: 104197 364 59 146 0 103073 0
[pid=22299] ppid=22284 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (python) S 22284 22284 20819 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 638998987 317440000 5721 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 725647991813144833 0 0 17 4 0 0 0
/proc/22299/statm: 77500 5721 348 364 0 13409 0
[pid=22301] ppid=22299 vsize=416788 CPUtime=2.29 cores=0,2,4,6
/proc/22301/stat : 22301 (adaptg2wsat2009) R 22299 22301 22301 0 -1 4202496 628 0 0 0 229 0 0 0 25 0 1 0 638998987 426790912 363 33554432000 134512640 135107411 4290812176 18446744073709551615 134531905 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22301/statm: 104197 363 59 146 0 103073 0
[pid=22284/tid=22291] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22291/stat : 22291 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 638998984 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22294] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22294/stat : 22294 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 638998985 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22297] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22297/stat : 22297 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 5 0 638998986 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22300] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22300/stat : 22300 (python) S 22282 22284 20819 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 638998987 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 4366904

[startup+6.3009 s]
/proc/loadavg: 7.94 8.12 7.90 9/505 22302
/proc/meminfo: memFree=21791900/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=320244 CPUtime=0.7 cores=0,2,4,6
/proc/22284/stat : 22284 (python) S 22282 22284 20819 0 -1 4202496 12605 932 1 0 61 9 0 0 19 0 5 0 638998907 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22284/statm: 80061 7252 1875 364 0 15970 0
[pid=22290] ppid=22284 vsize=278700 CPUtime=0.01 cores=0,2,4,6
/proc/22290/stat : 22290 (python) S 22284 22284 20819 0 -1 4202560 891 0 0 0 1 0 0 0 18 0 1 0 638998984 285388800 5637 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675407 0 0 16781312 514 889725088369180929 0 0 17 0 0 0 0
/proc/22290/statm: 69675 5637 377 364 0 5593 0
[pid=22292] ppid=22290 vsize=1017932 CPUtime=5.52 cores=0,2,4,6
/proc/22292/stat : 22292 (gnovelty+2) R 22290 22292 22292 0 -1 4202496 513 0 0 0 552 0 0 0 25 0 1 0 638998984 1042362368 247 33554432000 134512640 135663704 4294089568 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22292/statm: 254483 247 113 282 0 254199 0
[pid=22293] ppid=22284 vsize=289384 CPUtime=0.01 cores=0,2,4,6
/proc/22293/stat : 22293 (python) S 22284 22284 20819 0 -1 4202560 904 0 0 0 1 0 0 0 18 0 1 0 638998985 296329216 5727 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 725644143522447618 0 0 17 6 0 0 0
/proc/22293/statm: 72346 5727 371 364 0 8261 0
[pid=22295] ppid=22293 vsize=1017932 CPUtime=5.49 cores=0,2,4,6
/proc/22295/stat : 22295 (gnovelty+2) R 22293 22295 22295 0 -1 4202496 510 0 0 0 549 0 0 0 25 0 1 0 638998985 1042362368 248 33554432000 134512640 135663704 4291846336 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22295/statm: 254483 248 113 282 0 254199 0
[pid=22296] ppid=22284 vsize=299136 CPUtime=0.01 cores=0,2,4,6
/proc/22296/stat : 22296 (python) S 22284 22284 20819 0 -1 4202560 902 0 0 0 1 0 0 0 18 0 1 0 638998986 306315264 5620 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 13427940789648851204 0 0 17 4 0 0 0
/proc/22296/statm: 74784 5620 371 364 0 10696 0
[pid=22298] ppid=22296 vsize=416788 CPUtime=5.41 cores=0,2,4,6
/proc/22298/stat : 22298 (adaptg2wsat2009) R 22296 22298 22298 0 -1 4202496 629 0 0 0 541 0 0 0 25 0 1 0 638998986 426790912 364 33554432000 134512640 135107411 4286748048 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22298/statm: 104197 364 59 146 0 103073 0
[pid=22299] ppid=22284 vsize=310000 CPUtime=0.02 cores=0,2,4,6
/proc/22299/stat : 22299 (python) S 22284 22284 20819 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 638998987 317440000 5744 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 725647991813144833 0 0 17 4 0 0 0
/proc/22299/statm: 77500 5744 371 364 0 13409 0
[pid=22301] ppid=22299 vsize=416788 CPUtime=5.43 cores=0,2,4,6
/proc/22301/stat : 22301 (adaptg2wsat2009) R 22299 22301 22301 0 -1 4202496 628 0 0 0 543 0 0 0 25 0 1 0 638998987 426790912 363 33554432000 134512640 135107411 4290812176 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22301/statm: 104197 363 59 146 0 103073 0
[pid=22284/tid=22291] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22291/stat : 22291 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 638998984 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22294] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22294/stat : 22294 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 638998985 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22297] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22297/stat : 22297 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 5 0 638998986 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22300] ppid=22282 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22300/stat : 22300 (python) S 22282 22284 20819 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 638998987 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.6
Current children cumulated vsize (KiB) 4366904

[startup+12.7008 s]
/proc/loadavg: 8.02 8.13 7.91 9/505 22302
/proc/meminfo: memFree=21790388/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=320244 CPUtime=0.7 cores=0,2,4,6
/proc/22284/stat : 22284 (python) S 22282 22284 20819 0 -1 4202496 12605 932 1 0 61 9 0 0 19 0 5 0 638998907 327929856 7252 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22284/statm: 80061 7252 1875 364 0 15970 0
[pid=22290] ppid=22284 vsize=278700 CPUtime=0.03 cores=0,2,4,6
/proc/22290/stat : 22290 (python) S 22284 22284 20819 0 -1 4202560 896 0 0 0 2 1 0 0 18 0 1 0 638998984 285388800 5637 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675407 0 0 16781312 514 5868155130091634945 0 0 17 0 0 0 0
/proc/22290/statm: 69675 5637 377 364 0 5593 0
[pid=22292] ppid=22290 vsize=1017932 CPUtime=11.92 cores=0,2,4,6
/proc/22292/stat : 22292 (gnovelty+2) R 22290 22292 22292 0 -1 4202496 513 0 0 0 1192 0 0 0 25 0 1 0 638998984 1042362368 247 33554432000 134512640 135663704 4294089568 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22292/statm: 254483 247 113 282 0 254199 0
[pid=22293] ppid=22284 vsize=289384 CPUtime=0.03 cores=0,2,4,6

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

/proc/22334/statm: 61735 326 41 104 0 61239 0
[pid=22332/tid=22342] ppid=22284 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/22332/task/22342/stat : 22342 (python) S 22284 22284 20819 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639028800 370233344 5869 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604450248401024 0 0 -1 4 0 0 0
[pid=22336] ppid=22284 vsize=371812 CPUtime=1.04 cores=0,2,4,6
/proc/22336/stat : 22336 (python) S 22284 22284 20819 0 -1 4202560 1014 0 0 0 57 47 0 0 15 0 1 0 639018963 380735488 5837 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 7114042546145165570 0 0 17 4 0 0 0
/proc/22336/statm: 92953 5837 371 364 0 28844 0
[pid=22338] ppid=22336 vsize=3420 CPUtime=267.1 cores=0,2,4,6
/proc/22338/stat : 22338 (march_hi) R 22336 22338 22338 0 -1 4202496 1559 0 0 0 26710 0 0 0 25 0 1 0 639018963 3502080 662 33554432000 4194304 4955518 140734618470464 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22338/statm: 855 662 106 186 0 668 0
[pid=22343] ppid=22284 vsize=382068 CPUtime=0.38 cores=0,2,4,6
/proc/22343/stat : 22343 (python) S 22284 22284 20819 0 -1 4202560 1134 0 0 0 20 18 0 0 19 0 2 0 639028801 391237632 5899 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22343/statm: 95517 5899 400 364 0 31405 0
[pid=22345] ppid=22343 vsize=416788 CPUtime=102.68 cores=0,2,4,6
/proc/22345/stat : 22345 (adaptg2wsat2009) T 22343 22345 22345 0 -1 4202496 631 0 0 0 10268 0 0 0 25 0 1 0 639028802 426790912 363 33554432000 134512640 135107411 4289988720 18446744073709551615 134532360 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22345/statm: 104197 363 59 146 0 103073 0
[pid=22343/tid=22349] ppid=22284 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/22343/task/22349/stat : 22349 (python) S 22284 22284 20819 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639039339 391237632 5899 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604450022199424 0 0 -1 6 0 0 0
[pid=22350] ppid=22284 vsize=392556 CPUtime=0.25 cores=0,2,4,6
/proc/22350/stat : 22350 (python) S 22284 22284 20819 0 -1 4202560 976 0 0 0 14 11 0 0 15 0 1 0 639039340 401977344 5903 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 333055270487818499 0 0 17 4 0 0 0
/proc/22350/statm: 98139 5903 371 364 0 34024 0
[pid=22352] ppid=22350 vsize=2620 CPUtime=67.85 cores=0,2,4,6
/proc/22352/stat : 22352 (march_hi) R 22350 22352 22352 0 -1 4202496 1299 0 0 0 6785 0 0 0 25 0 1 0 639039340 2682880 443 33554432000 4194304 4955518 140737297600144 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22352/statm: 655 443 106 186 0 468 0
[pid=22284/tid=22291] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22291/stat : 22291 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 638998984 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22294] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22294/stat : 22294 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 638998985 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22297] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22297/stat : 22297 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 13 0 638998986 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22300] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22300/stat : 22300 (python) S 22282 22284 20819 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 13 0 638998987 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22314] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22314/stat : 22314 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 639008828 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22318] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22318/stat : 22318 (python) S 22282 22284 20819 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 13 0 639009019 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22323] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22323/stat : 22323 (python) S 22282 22284 20819 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 13 0 639009026 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22326] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22326/stat : 22326 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 13 0 639009027 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22333] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22333/stat : 22333 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 13 0 639018863 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22337] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22337/stat : 22337 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 639018963 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22344] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22344/stat : 22344 (python) S 22282 22284 20819 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 639028801 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22351] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22351/stat : 22351 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 639039340 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1877.51
Current children cumulated vsize (KiB) 9418400

[startup+472.902 s]
/proc/loadavg: 8.24 8.21 8.03 11/541 22353
/proc/meminfo: memFree=21724352/32951124 swapFree=51873460/67111528
[pid=22284] ppid=22282 vsize=402800 CPUtime=0.79 cores=0,2,4,6
/proc/22284/stat : 22284 (python) S 22282 22284 20819 0 -1 4202496 19493 932 1 0 68 11 0 0 19 0 13 0 638998907 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22284/statm: 100700 7436 1900 364 0 36585 0
[pid=22290] ppid=22284 vsize=288944 CPUtime=0.34 cores=0,2,4,6
/proc/22290/stat : 22290 (python) S 22284 22284 20819 0 -1 4202560 1164 0 0 0 19 15 0 0 19 0 2 0 638998984 295878656 5681 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22290/statm: 72236 5681 416 364 0 8154 0
[pid=22292] ppid=22290 vsize=1017932 CPUtime=99.57 cores=0,2,4,6
/proc/22292/stat : 22292 (gnovelty+2) T 22290 22292 22292 0 -1 4202496 513 0 0 0 9957 0 0 0 25 0 1 0 638998984 1042362368 247 33554432000 134512640 135663704 4294089568 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22292/statm: 254483 247 113 282 0 254199 0
[pid=22290/tid=22316] ppid=22284 vsize=288944 CPUtime=0 cores=0,2,4,6
/proc/22290/task/22316/stat : 22316 (python) S 22284 22284 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 639009018 295878656 5681 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604453119848512 0 0 -1 0 0 0 0
[pid=22293] ppid=22284 vsize=289384 CPUtime=0.34 cores=0,2,4,6
/proc/22293/stat : 22293 (python) S 22284 22284 20819 0 -1 4202560 1091 0 0 0 17 17 0 0 19 0 2 0 638998985 296329216 5757 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22293/statm: 72346 5757 400 364 0 8261 0
[pid=22295] ppid=22293 vsize=1017932 CPUtime=98.08 cores=0,2,4,6
/proc/22295/stat : 22295 (gnovelty+2) T 22293 22295 22295 0 -1 4202496 510 0 0 0 9808 0 0 0 25 0 1 0 638998985 1042362368 248 33554432000 134512640 135663704 4291846336 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22295/statm: 254483 248 113 282 0 254199 0
[pid=22293/tid=22312] ppid=22284 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/22293/task/22312/stat : 22312 (python) S 22284 22284 20819 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639008827 296329216 5757 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604444491710848 0 0 -1 6 0 0 0
[pid=22296] ppid=22284 vsize=299136 CPUtime=0.34 cores=0,2,4,6
/proc/22296/stat : 22296 (python) S 22284 22284 20819 0 -1 4202560 1087 0 0 0 18 16 0 0 19 0 2 0 638998986 306315264 5650 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22296/statm: 74784 5650 400 364 0 10696 0
[pid=22298] ppid=22296 vsize=416788 CPUtime=98.53 cores=0,2,4,6
/proc/22298/stat : 22298 (adaptg2wsat2009) T 22296 22298 22298 0 -1 4202496 629 0 0 0 9853 0 0 0 25 0 1 0 638998986 426790912 364 33554432000 134512640 135107411 4286748048 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22298/statm: 104197 364 59 146 0 103073 0
[pid=22296/tid=22321] ppid=22284 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/22296/task/22321/stat : 22321 (python) S 22284 22284 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 639009025 306315264 5650 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604447449194752 0 0 -1 4 0 0 0
[pid=22299] ppid=22284 vsize=310000 CPUtime=0.34 cores=0,2,4,6
/proc/22299/stat : 22299 (python) S 22284 22284 20819 0 -1 4202560 1095 0 0 0 18 16 0 0 19 0 2 0 638998987 317440000 5774 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22299/statm: 77500 5774 400 364 0 13409 0
[pid=22301] ppid=22299 vsize=416788 CPUtime=99.63 cores=0,2,4,6
/proc/22301/stat : 22301 (adaptg2wsat2009) T 22299 22301 22301 0 -1 4202496 628 0 0 0 9963 0 0 0 25 0 1 0 638998987 426790912 363 33554432000 134512640 135107411 4290812176 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22301/statm: 104197 363 59 146 0 103073 0
[pid=22299/tid=22320] ppid=22284 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/22299/task/22320/stat : 22320 (python) S 22284 22284 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 639009023 317440000 5774 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604444491711744 0 0 -1 4 0 0 0
[pid=22313] ppid=22284 vsize=320256 CPUtime=0.35 cores=0,2,4,6
/proc/22313/stat : 22313 (python) S 22284 22284 20819 0 -1 4202560 1088 0 0 0 19 16 0 0 19 0 2 0 639008828 327942144 5778 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22313/statm: 80064 5778 400 364 0 15970 0
[pid=22315] ppid=22313 vsize=416788 CPUtime=98.79 cores=0,2,4,6
/proc/22315/stat : 22315 (adaptg2wsat2009) T 22313 22315 22315 0 -1 4202496 625 0 0 0 9879 0 0 0 25 0 1 0 639008828 426790912 364 33554432000 134512640 135107411 4286666032 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22315/statm: 104197 364 59 146 0 103073 0
[pid=22313/tid=22331] ppid=22284 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/22313/task/22331/stat : 22331 (python) S 22284 22284 20819 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 639018862 327942144 5778 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604443889653568 0 0 -1 4 0 0 0
[pid=22317] ppid=22284 vsize=330060 CPUtime=3.96 cores=0,2,4,6
/proc/22317/stat : 22317 (python) R 22284 22284 20819 0 -1 4202560 1010 0 0 0 297 99 0 0 18 0 1 0 639009019 337981440 5661 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/22317/statm: 82515 5661 372 364 0 18418 0
[pid=22319] ppid=22317 vsize=0 CPUtime=368.8 cores=0,2,4,6
/proc/22319/stat : 22319 (march_hi) R 22317 22319 22319 0 -1 4202500 1694 0 0 0 36880 0 0 0 25 0 1 0 639009019 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22319/statm: 0 0 0 0 0 0 0
[pid=22322] ppid=22284 vsize=340856 CPUtime=0.34 cores=0,2,4,6
/proc/22322/stat : 22322 (python) S 22284 22284 20819 0 -1 4202560 1106 0 0 0 19 15 0 0 19 0 2 0 639009026 349036544 5808 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22322/statm: 85214 5808 400 364 0 21114 0
[pid=22324] ppid=22322 vsize=1017932 CPUtime=99.35 cores=0,2,4,6
/proc/22324/stat : 22324 (gnovelty+2) T 22322 22324 22324 0 -1 4202496 511 0 0 0 9935 0 0 0 25 0 1 0 639009026 1042362368 247 33554432000 134512640 135663704 4290795936 18446744073709551615 134525007 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22324/statm: 254483 247 113 282 0 254199 0
[pid=22322/tid=22335] ppid=22284 vsize=340856 CPUtime=0 cores=0,2,4,6
/proc/22322/task/22335/stat : 22335 (python) S 22284 22284 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 639018962 349036544 5808 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604441486466112 0 0 -1 0 0 0 0
[pid=22325] ppid=22284 vsize=351112 CPUtime=1.45 cores=0,2,4,6
/proc/22325/stat : 22325 (python) S 22284 22284 20819 0 -1 4202560 1063 0 0 0 78 67 0 0 15 0 1 0 639009027 359538688 5811 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 11465804015766307073 0 0 17 0 0 0 0
/proc/22325/statm: 87778 5811 377 364 0 23675 0
[pid=22327] ppid=22325 vsize=3932 CPUtime=368.32 cores=0,2,4,6
/proc/22327/stat : 22327 (march_hi) R 22325 22327 22327 0 -1 4202496 1696 0 0 0 36829 3 0 0 25 0 1 0 639009027 4026368 798 33554432000 4194304 4955518 140735153742240 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22327/statm: 983 798 106 186 0 796 0
[pid=22332] ppid=22284 vsize=361556 CPUtime=0.35 cores=0,2,4,6
/proc/22332/stat : 22332 (python) S 22284 22284 20819 0 -1 4202560 1135 0 0 0 20 15 0 0 19 0 2 0 639018863 370233344 5869 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22332/statm: 90389 5869 406 364 0 26283 0
[pid=22334] ppid=22332 vsize=246940 CPUtime=98.96 cores=0,2,4,6
/proc/22334/stat : 22334 (FH) T 22332 22334 22334 0 -1 4202496 594 0 0 0 9896 0 0 0 25 0 1 0 639018864 252866560 326 33554432000 134512640 134936988 4294813968 18446744073709551615 134544776 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22334/statm: 61735 326 41 104 0 61239 0
[pid=22332/tid=22342] ppid=22284 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/22332/task/22342/stat : 22342 (python) S 22284 22284 20819 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639028800 370233344 5869 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604450248401024 0 0 -1 4 0 0 0
[pid=22336] ppid=22284 vsize=371812 CPUtime=1.04 cores=0,2,4,6
/proc/22336/stat : 22336 (python) S 22284 22284 20819 0 -1 4202560 1014 0 0 0 57 47 0 0 15 0 1 0 639018963 380735488 5837 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 7114042546145165570 0 0 17 4 0 0 0
/proc/22336/statm: 92953 5837 371 364 0 28844 0
[pid=22338] ppid=22336 vsize=3420 CPUtime=267.3 cores=0,2,4,6
/proc/22338/stat : 22338 (march_hi) R 22336 22338 22338 0 -1 4202496 1559 0 0 0 26730 0 0 0 25 0 1 0 639018963 3502080 662 33554432000 4194304 4955518 140734618470464 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22338/statm: 855 662 106 186 0 668 0
[pid=22343] ppid=22284 vsize=382068 CPUtime=0.38 cores=0,2,4,6
/proc/22343/stat : 22343 (python) S 22284 22284 20819 0 -1 4202560 1134 0 0 0 20 18 0 0 19 0 2 0 639028801 391237632 5899 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22343/statm: 95517 5899 400 364 0 31405 0
[pid=22345] ppid=22343 vsize=416788 CPUtime=102.68 cores=0,2,4,6
/proc/22345/stat : 22345 (adaptg2wsat2009) T 22343 22345 22345 0 -1 4202496 631 0 0 0 10268 0 0 0 25 0 1 0 639028802 426790912 363 33554432000 134512640 135107411 4289988720 18446744073709551615 134532360 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22345/statm: 104197 363 59 146 0 103073 0
[pid=22343/tid=22349] ppid=22284 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/22343/task/22349/stat : 22349 (python) S 22284 22284 20819 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639039339 391237632 5899 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 514 18446604450022199424 0 0 -1 6 0 0 0
[pid=22350] ppid=22284 vsize=392556 CPUtime=0.25 cores=0,2,4,6
/proc/22350/stat : 22350 (python) S 22284 22284 20819 0 -1 4202560 976 0 0 0 14 11 0 0 15 0 1 0 639039340 401977344 5903 33554432000 4194304 5683644 140733888327104 18446744073709551615 212039675462 0 0 16781312 514 333055270487818499 0 0 17 4 0 0 0
/proc/22350/statm: 98139 5903 371 364 0 34024 0
[pid=22352] ppid=22350 vsize=2620 CPUtime=68.06 cores=0,2,4,6
/proc/22352/stat : 22352 (march_hi) R 22350 22352 22352 0 -1 4202496 1299 0 0 0 6806 0 0 0 25 0 1 0 639039340 2682880 443 33554432000 4194304 4955518 140737297600144 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22352/statm: 655 443 106 186 0 468 0
[pid=22284/tid=22291] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22291/stat : 22291 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 638998984 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22294] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22294/stat : 22294 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 638998985 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22297] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22297/stat : 22297 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 13 0 638998986 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 6 0 0 0
[pid=22284/tid=22300] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22300/stat : 22300 (python) S 22282 22284 20819 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 13 0 638998987 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22314] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22314/stat : 22314 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 639008828 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22318] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22318/stat : 22318 (python) S 22282 22284 20819 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 13 0 639009019 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22323] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22323/stat : 22323 (python) S 22282 22284 20819 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 13 0 639009026 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 0 0 0 0
[pid=22284/tid=22326] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22326/stat : 22326 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 13 0 639009027 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22333] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22333/stat : 22333 (python) S 22282 22284 20819 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 13 0 639018863 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22337] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22337/stat : 22337 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 639018963 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22344] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22344/stat : 22344 (python) S 22282 22284 20819 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 639028801 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
[pid=22284/tid=22351] ppid=22282 vsize=402800 CPUtime=0 cores=0,2,4,6
/proc/22284/task/22351/stat : 22351 (python) S 22282 22284 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 639039340 412467200 7436 33554432000 4194304 5683644 140733888327104 18446744073709551615 212051478961 0 0 16781312 2 18446604442071686016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1878.34
Current children cumulated vsize (KiB) 9418400

Child status: 0
Real time (s): 472.983
CPU time (s): 1878.8
CPU user time (s): 1874.99
CPU system time (s): 3.80842
CPU usage (%): 397.223
Max. virtual memory (cumulated for all children) (KiB): 9423096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1874.99
system time used= 3.80842
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49329
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= 5096
involuntary context switches= 13650

runsolver used 3.11453 second user time and 6.66399 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 15:23:46
IDJOB=3378480
IDBENCH=82889
IDSOLVER=1859
FILE ID=node146/3378480-1305465826
RUNJOBID= node146-1305463158-20837
PBS_JOBID= 13324984
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378480-1305465826/watcher-3378480-1305465826 -o /tmp/evaluation-result-3378480-1305465826/solver-3378480-1305465826 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378480-1305465826.cnf -seed 502388024 -budget 4800 -cores 4

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

MD5SUM BENCH= 420ae9a699afd6f172f364b156d160ff
RANDOM SEED=502388024

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      21838264 kB
Buffers:        151748 kB
Cached:        1084004 kB
SwapCached:      56148 kB
Active:        8318724 kB
Inactive:      2519184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21838264 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           32360 kB
Writeback:           0 kB
AnonPages:     9552752 kB
Mapped:          30588 kB
Slab:           115316 kB
PageTables:      91168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126918508 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= 73228 MiB
End job on node146 at 2011-05-15 15:31:39