Trace number 3317426

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 2288.9 575.077

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1720200795-004.UNKNOWN.cnf
MD5SUM3db6bd99841631bff4d8c3d33ccc1047
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark371.116
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.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3317426-1304269622.cnf
0.32/0.68	c INFO: computing task features
0.39/0.72	c INFO: computed variable-clause graph statistics
0.39/0.72	c INFO: computed clause balance statistics
0.59/0.91	c INFO: computed variable balance statistics
0.59/0.99	c INFO: computed small-clause counts
0.59/0.99	c INFO: computed Horn-clause counts
0.59/0.99	c INFO: computed variable graph statistics
0.59/0.99	c INFO: collected features for HOME/instance-3317426-1304269622.cnf in 0.31 s
0.70/1.02	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.55)
0.70/1.05	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.70/1.08	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
0.80/1.11	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
400.62/101.21	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.03)
400.62/101.25	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.62/101.28	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
400.85/101.32	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.01)
800.56/201.41	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.31)
800.56/201.47	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.29)
800.86/201.51	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.11)
800.86/201.55	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.09)
2288.48/575.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317426-1304269622/watcher-3317426-1304269622 -o /tmp/evaluation-result-3317426-1304269622/solver-3317426-1304269622 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317426-1304269622.cnf -seed 211729381 -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: 9.96 9.43 8.35 8/232 9422
/proc/meminfo: memFree=29094212/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/9422/stat : 9422 (python) R 9420 9422 8573 0 -1 4202496 794 0 0 0 0 0 0 0 25 0 1 0 617192843 15749120 680 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284969095 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9422/statm: 3846 682 322 364 0 333 0

[startup+0.0206411 s]
/proc/loadavg: 9.96 9.43 8.35 8/232 9422
/proc/meminfo: memFree=29094212/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/9422/stat : 9422 (python) R 9420 9422 8573 0 -1 4202496 1048 0 0 0 0 0 0 0 25 0 1 0 617192843 16629760 919 33554432000 4194304 5683644 140736610566592 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9422/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100595 s]
/proc/loadavg: 9.96 9.43 8.35 8/232 9422
/proc/meminfo: memFree=29094212/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=87704 CPUtime=0.05 cores=0,2,4,6
/proc/9422/stat : 9422 (python) R 9420 9422 8573 0 -1 4202496 2638 0 0 0 4 1 0 0 18 0 1 0 617192843 89808896 2354 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9422/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300554 s]
/proc/loadavg: 9.96 9.43 8.35 8/232 9422
/proc/meminfo: memFree=29094212/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/9422/stat : 9422 (python) S 9420 9422 8573 0 -1 4202496 5966 933 1 0 13 4 0 0 18 0 1 0 617192843 139005952 4151 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9422/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700524 s]
/proc/loadavg: 9.96 9.43 8.35 8/232 9422
/proc/meminfo: memFree=29094212/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=278636 CPUtime=0.39 cores=0,2,4,6
/proc/9422/stat : 9422 (python) R 9420 9422 8573 0 -1 4202496 9320 933 1 0 29 10 0 0 17 0 1 0 617192843 285323264 7000 33554432000 4194304 5683644 140736610566592 18446744073709551615 4299160 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9422/statm: 69659 7001 1761 364 0 5583 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278636

[startup+1.50035 s]
/proc/loadavg: 9.96 9.43 8.35 8/233 9427
/proc/meminfo: memFree=29070768/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=320316 CPUtime=0.8 cores=0,2,4,6
/proc/9422/stat : 9422 (python) S 9420 9422 8573 0 -1 4202496 12788 933 1 0 69 11 0 0 24 0 5 0 617192843 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9422/statm: 80079 7278 1883 364 0 15988 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 320316

[startup+3.10108 s]
/proc/loadavg: 9.96 9.43 8.35 11/245 9439
/proc/meminfo: memFree=29052572/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=320316 CPUtime=0.8 cores=0,2,4,6
/proc/9422/stat : 9422 (python) S 9420 9422 8573 0 -1 4202496 12788 933 1 0 69 11 0 0 24 0 5 0 617192843 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9422/statm: 80079 7278 1883 364 0 15988 0
[pid=9428] ppid=9422 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/9428/stat : 9428 (python) S 9422 9422 8573 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 617192946 285392896 5615 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945935 0 0 16781312 514 11483076518804947204 0 0 17 6 0 0 0
/proc/9428/statm: 69676 5615 354 364 0 5594 0
[pid=9430] ppid=9428 vsize=1017932 CPUtime=2.07 cores=0,2,4,6
/proc/9430/stat : 9430 (gnovelty+2) R 9428 9430 9430 0 -1 4202496 513 0 0 0 207 0 0 0 25 0 1 0 617192946 1042362368 248 33554432000 134512640 135663704 4290298928 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9430/statm: 254483 248 113 282 0 254199 0
[pid=9431] ppid=9422 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/9431/stat : 9431 (python) S 9422 9422 8573 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 617192948 296370176 5714 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 4158414278317015298 0 0 17 2 0 0 0
/proc/9431/statm: 72356 5714 348 364 0 8271 0
[pid=9433] ppid=9431 vsize=1017932 CPUtime=2.04 cores=0,2,4,6
/proc/9433/stat : 9433 (gnovelty+2) R 9431 9433 9433 0 -1 4202496 511 0 0 0 204 0 0 0 25 0 1 0 617192949 1042362368 247 33554432000 134512640 135663704 4286869136 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9433/statm: 254483 247 113 282 0 254199 0
[pid=9434] ppid=9422 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/9434/stat : 9434 (python) S 9422 9422 8573 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 617192951 306388992 5615 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 11483072670514282495 0 0 17 6 0 0 0
/proc/9434/statm: 74802 5615 348 364 0 10714 0
[pid=9436] ppid=9434 vsize=416788 CPUtime=2 cores=0,2,4,6
/proc/9436/stat : 9436 (adaptg2wsat2009) R 9434 9436 9436 0 -1 4202496 626 0 0 0 200 0 0 0 25 0 1 0 617192952 426790912 362 33554432000 134512640 135107411 4289637936 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9436/statm: 104197 362 59 146 0 103073 0
[pid=9437] ppid=9422 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/9437/stat : 9437 (python) S 9422 9422 8573 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 617192954 317513728 5739 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 655849894170329087 0 0 17 2 0 0 0
/proc/9437/statm: 77518 5739 348 364 0 13427 0
[pid=9439] ppid=9437 vsize=416788 CPUtime=1.98 cores=0,2,4,6
/proc/9439/stat : 9439 (adaptg2wsat2009) R 9437 9439 9439 0 -1 4202496 628 0 0 0 198 0 0 0 25 0 1 0 617192955 426790912 363 33554432000 134512640 135107411 4292069264 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9439/statm: 104197 363 59 146 0 103073 0
[pid=9422/tid=9429] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9429/stat : 9429 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 617192946 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 6 0 0 0
[pid=9422/tid=9432] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9432/stat : 9432 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 617192949 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9435] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9435/stat : 9435 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 617192951 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9438] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9438/stat : 9438 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 617192954 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 4367164

[startup+6.30055 s]
/proc/loadavg: 9.96 9.44 8.36 11/245 9439
/proc/meminfo: memFree=29048480/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=320316 CPUtime=0.8 cores=0,2,4,6
/proc/9422/stat : 9422 (python) S 9420 9422 8573 0 -1 4202496 12788 933 1 0 69 11 0 0 24 0 5 0 617192843 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9422/statm: 80079 7278 1883 364 0 15988 0
[pid=9428] ppid=9422 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/9428/stat : 9428 (python) S 9422 9422 8573 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 617192946 285392896 5638 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945935 0 0 16781312 514 11483076518804947204 0 0 17 6 0 0 0
/proc/9428/statm: 69676 5638 377 364 0 5594 0
[pid=9430] ppid=9428 vsize=1017932 CPUtime=5.27 cores=0,2,4,6
/proc/9430/stat : 9430 (gnovelty+2) R 9428 9430 9430 0 -1 4202496 513 0 0 0 527 0 0 0 25 0 1 0 617192946 1042362368 248 33554432000 134512640 135663704 4290298928 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9430/statm: 254483 248 113 282 0 254199 0
[pid=9431] ppid=9422 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/9431/stat : 9431 (python) S 9422 9422 8573 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 617192948 296370176 5737 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 4158414278317015298 0 0 17 2 0 0 0
/proc/9431/statm: 72356 5737 371 364 0 8271 0
[pid=9433] ppid=9431 vsize=1017932 CPUtime=5.24 cores=0,2,4,6
/proc/9433/stat : 9433 (gnovelty+2) R 9431 9433 9433 0 -1 4202496 511 0 0 0 524 0 0 0 25 0 1 0 617192949 1042362368 247 33554432000 134512640 135663704 4286869136 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9433/statm: 254483 247 113 282 0 254199 0
[pid=9434] ppid=9422 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/9434/stat : 9434 (python) S 9422 9422 8573 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 617192951 306388992 5638 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 11483072670514249988 0 0 17 6 0 0 0
/proc/9434/statm: 74802 5638 371 364 0 10714 0
[pid=9436] ppid=9434 vsize=416788 CPUtime=5.16 cores=0,2,4,6
/proc/9436/stat : 9436 (adaptg2wsat2009) R 9434 9436 9436 0 -1 4202496 626 0 0 0 516 0 0 0 25 0 1 0 617192952 426790912 362 33554432000 134512640 135107411 4289637936 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9436/statm: 104197 362 59 146 0 103073 0
[pid=9437] ppid=9422 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/9437/stat : 9437 (python) S 9422 9422 8573 0 -1 4202560 922 0 0 0 0 0 0 0 18 0 1 0 617192954 317513728 5761 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 655849894170296579 0 0 17 2 0 0 0
/proc/9437/statm: 77518 5761 370 364 0 13427 0
[pid=9439] ppid=9437 vsize=416788 CPUtime=5.15 cores=0,2,4,6
/proc/9439/stat : 9439 (adaptg2wsat2009) R 9437 9439 9439 0 -1 4202496 628 0 0 0 515 0 0 0 25 0 1 0 617192955 426790912 363 33554432000 134512640 135107411 4292069264 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9439/statm: 104197 363 59 146 0 103073 0
[pid=9422/tid=9429] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9429/stat : 9429 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 617192946 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 6 0 0 0
[pid=9422/tid=9432] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9432/stat : 9432 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 617192949 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9435] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9435/stat : 9435 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 617192951 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9438] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9438/stat : 9438 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 617192954 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (KiB) 4367164

[startup+12.7005 s]
/proc/loadavg: 9.97 9.45 8.37 11/245 9439
/proc/meminfo: memFree=29046020/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=320316 CPUtime=0.8 cores=0,2,4,6
/proc/9422/stat : 9422 (python) S 9420 9422 8573 0 -1 4202496 12788 933 1 0 69 11 0 0 24 0 5 0 617192843 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9422/statm: 80079 7278 1883 364 0 15988 0
[pid=9428] ppid=9422 vsize=278704 CPUtime=0.01 cores=0,2,4,6
/proc/9428/stat : 9428 (python) S 9422 9422 8573 0 -1 4202560 903 0 0 0 1 0 0 0 18 0 1 0 617192946 285392896 5638 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945935 0 0 16781312 514 10986935911249314052 0 0 17 6 0 0 0
/proc/9428/statm: 69676 5638 377 364 0 5594 0
[pid=9430] ppid=9428 vsize=1017932 CPUtime=11.67 cores=0,2,4,6
/proc/9430/stat : 9430 (gnovelty+2) R 9428 9430 9430 0 -1 4202496 513 0 0 0 1167 0 0 0 25 0 1 0 617192946 1042362368 248 33554432000 134512640 135663704 4290298928 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9430/statm: 254483 248 113 282 0 254199 0
[pid=9431] ppid=9422 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/9431/stat : 9431 (python) S 9422 9422 8573 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 617192948 296370176 5737 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 10986935911249314050 0 0 17 2 0 0 0
/proc/9431/statm: 72356 5737 371 364 0 8271 0
[pid=9433] ppid=9431 vsize=1017932 CPUtime=11.64 cores=0,2,4,6
/proc/9433/stat : 9433 (gnovelty+2) R 9431 9433 9433 0 -1 4202496 511 0 0 0 1164 0 0 0 25 0 1 0 617192949 1042362368 247 33554432000 134512640 135663704 4286869136 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9433/statm: 254483 247 113 282 0 254199 0
[pid=9434] ppid=9422 vsize=299208 CPUtime=0.01 cores=0,2,4,6
/proc/9434/stat : 9434 (python) S 9422 9422 8573 0 -1 4202560 912 0 0 0 0 1 0 0 18 0 1 0 617192951 306388992 5638 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 10986935911249314052 0 0 17 6 0 0 0
/proc/9434/statm: 74802 5638 371 364 0 10714 0
[pid=9436] ppid=9434 vsize=416788 CPUtime=11.5 cores=0,2,4,6
/proc/9436/stat : 9436 (adaptg2wsat2009) R 9434 9436 9436 0 -1 4202496 626 0 0 0 1150 0 0 0 25 0 1 0 617192952 426790912 362 33554432000 134512640 135107411 4289637936 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9436/statm: 104197 362 59 146 0 103073 0
[pid=9437] ppid=9422 vsize=310072 CPUtime=0.01 cores=0,2,4,6
/proc/9437/stat : 9437 (python) S 9422 9422 8573 0 -1 4202560 930 0 0 0 0 1 0 0 18 0 1 0 617192954 317513728 5762 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 10986935911249314051 0 0 17 2 0 0 0
/proc/9437/statm: 77518 5762 371 364 0 13427 0
[pid=9439] ppid=9437 vsize=416788 CPUtime=11.54 cores=0,2,4,6
/proc/9439/stat : 9439 (adaptg2wsat2009) R 9437 9439 9439 0 -1 4202496 628 0 0 0 1154 0 0 0 25 0 1 0 617192955 426790912 363 33554432000 134512640 135107411 4292069264 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9439/statm: 104197 363 59 146 0 103073 0
[pid=9422/tid=9429] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9429/stat : 9429 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 617192946 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 6 0 0 0
[pid=9422/tid=9432] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9432/stat : 9432 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 617192949 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9435] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9435/stat : 9435 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 617192951 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9438] ppid=9420 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9438/stat : 9438 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 617192954 328003584 7278 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.18
Current children cumulated vsize (KiB) 4367164

[startup+25.5013 s]
/proc/loadavg: 9.97 9.47 8.39 11/245 9439
/proc/meminfo: memFree=29041804/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=320316 CPUtime=0.8 cores=0,2,4,6

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

/proc/9469/stat : 9469 (python) S 9422 9422 8573 0 -1 4202560 1053 0 0 0 37 34 0 0 15 0 1 0 617212984 370237440 5834 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 2870143167208849667 0 0 17 6 0 0 0
/proc/9469/statm: 90390 5834 371 364 0 26284 0
[pid=9471] ppid=9469 vsize=4088 CPUtime=366.42 cores=0,2,4,6
/proc/9471/stat : 9471 (march_hi) R 9469 9471 9471 0 -1 4202496 1748 0 0 0 36642 0 0 0 25 0 1 0 617212985 4186112 801 33554432000 4194304 4955518 140736177328320 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9471/statm: 1022 801 106 186 0 835 0
[pid=9474] ppid=9422 vsize=371816 CPUtime=0.72 cores=0,2,4,6
/proc/9474/stat : 9474 (python) R 9422 9422 8573 0 -1 4202560 1032 0 0 0 41 31 0 0 15 0 1 0 617212990 380739584 5838 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/9474/statm: 92954 5838 371 364 0 28845 0
[pid=9476] ppid=9474 vsize=0 CPUtime=372.66 cores=0,2,4,6
/proc/9476/stat : 9476 (march_hi) R 9474 9476 9476 0 -1 4202500 1766 0 0 0 37266 0 0 0 25 0 1 0 617212990 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9476/statm: 0 0 0 0 0 0 0
[pid=9478] ppid=9422 vsize=382072 CPUtime=0.71 cores=0,2,4,6
/proc/9478/stat : 9478 (python) S 9422 9422 8573 0 -1 4202560 1025 0 0 0 39 32 0 0 15 0 1 0 617212994 391241728 5842 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 5601797841262444802 0 0 17 4 0 0 0
/proc/9478/statm: 95518 5842 371 364 0 31406 0
[pid=9480] ppid=9478 vsize=4088 CPUtime=372.65 cores=0,2,4,6
/proc/9480/stat : 9480 (march_hi) R 9478 9480 9480 0 -1 4202496 1763 0 0 0 37265 0 0 0 25 0 1 0 617212995 4186112 816 33554432000 4194304 4955518 140734725829872 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9480/statm: 1022 816 106 186 0 835 0
[pid=9481] ppid=9422 vsize=392132 CPUtime=0.72 cores=0,2,4,6
/proc/9481/stat : 9481 (python) S 9422 9422 8573 0 -1 4202560 1051 0 0 0 42 30 0 0 15 0 1 0 617212999 401543168 5811 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 5601797845557412097 0 0 17 0 0 0 0
/proc/9481/statm: 98033 5811 371 364 0 33918 0
[pid=9483] ppid=9481 vsize=4852 CPUtime=372.58 cores=0,2,4,6
/proc/9483/stat : 9483 (march_hi) R 9481 9483 9483 0 -1 4202496 1770 0 0 0 37256 2 0 0 25 0 1 0 617212999 4968448 819 33554432000 4194304 4955518 140735352131072 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9483/statm: 1213 819 106 186 0 1026 0
[pid=9422/tid=9429] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9429/stat : 9429 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 13 0 617192946 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 6 0 0 0
[pid=9422/tid=9432] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9432/stat : 9432 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 13 0 617192949 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9435] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9435/stat : 9435 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 13 0 617192951 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9438] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9438/stat : 9438 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 13 0 617192954 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9453] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9453/stat : 9453 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 13 0 617202965 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9457] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9457/stat : 9457 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 13 0 617202968 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 4 0 0 0
[pid=9422/tid=9461] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9461/stat : 9461 (python) S 9420 9422 8573 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 13 0 617202972 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 4 0 0 0
[pid=9422/tid=9464] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9464/stat : 9464 (python) S 9420 9422 8573 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 13 0 617202976 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
[pid=9422/tid=9470] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9470/stat : 9470 (python) S 9420 9422 8573 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 13 0 617212984 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
[pid=9422/tid=9475] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9475/stat : 9475 (python) S 9420 9422 8573 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 13 0 617212990 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
[pid=9422/tid=9479] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9479/stat : 9479 (python) S 9420 9422 8573 0 -1 4202560 24 933 0 0 0 0 0 0 23 0 13 0 617212994 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 4 0 0 0
[pid=9422/tid=9482] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9482/stat : 9482 (python) S 9420 9422 8573 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 13 0 617212999 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2288.09
Current children cumulated vsize (KiB) 9421068

[startup+575.002 s]
/proc/loadavg: 10.12 10.04 9.16 11/287 9495
/proc/meminfo: memFree=28674052/32951124 swapFree=67103364/67111528
[pid=9422] ppid=9420 vsize=402376 CPUtime=1.1 cores=0,2,4,6
/proc/9422/stat : 9422 (python) S 9420 9422 8573 0 -1 4202496 20005 933 1 0 97 13 0 0 25 0 13 0 617192843 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9422/statm: 100594 7344 1900 364 0 36479 0
[pid=9428] ppid=9422 vsize=288948 CPUtime=0.15 cores=0,2,4,6
/proc/9428/stat : 9428 (python) S 9422 9422 8573 0 -1 4202560 1092 0 0 0 10 5 0 0 19 0 2 0 617192946 295882752 5676 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9428/statm: 72237 5676 410 364 0 8155 0
[pid=9430] ppid=9428 vsize=1017932 CPUtime=100.14 cores=0,2,4,6
/proc/9430/stat : 9430 (gnovelty+2) T 9428 9430 9430 0 -1 4202496 513 0 0 0 10014 0 0 0 25 0 1 0 617192946 1042362368 248 33554432000 134512640 135663704 4290298928 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9430/statm: 254483 248 113 282 0 254199 0
[pid=9428/tid=9450] ppid=9422 vsize=288948 CPUtime=0 cores=0,2,4,6
/proc/9428/task/9450/stat : 9450 (python) S 9422 9422 8573 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617202961 295882752 5676 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604442701403456 0 0 -1 0 0 0 0
[pid=9431] ppid=9422 vsize=289424 CPUtime=0.15 cores=0,2,4,6
/proc/9431/stat : 9431 (python) S 9422 9422 8573 0 -1 4202560 1091 0 0 0 8 7 0 0 19 0 2 0 617192948 296370176 5767 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9431/statm: 72356 5767 400 364 0 8271 0
[pid=9433] ppid=9431 vsize=1017932 CPUtime=100.15 cores=0,2,4,6
/proc/9433/stat : 9433 (gnovelty+2) T 9431 9433 9433 0 -1 4202496 511 0 0 0 10015 0 0 0 25 0 1 0 617192949 1042362368 247 33554432000 134512640 135663704 4286869136 18446744073709551615 134544324 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9433/statm: 254483 247 113 282 0 254199 0
[pid=9431/tid=9451] ppid=9422 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/9431/task/9451/stat : 9451 (python) S 9422 9422 8573 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617202964 296370176 5767 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604453880899520 0 0 -1 4 0 0 0
[pid=9434] ppid=9422 vsize=299208 CPUtime=0.15 cores=0,2,4,6
/proc/9434/stat : 9434 (python) S 9422 9422 8573 0 -1 4202560 1099 0 0 0 8 7 0 0 19 0 2 0 617192951 306388992 5668 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 74802 5668 400 364 0 10714 0
[pid=9436] ppid=9434 vsize=416788 CPUtime=99.19 cores=0,2,4,6
/proc/9436/stat : 9436 (adaptg2wsat2009) T 9434 9436 9436 0 -1 4202496 626 0 0 0 9919 0 0 0 25 0 1 0 617192952 426790912 362 33554432000 134512640 135107411 4289637936 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9436/statm: 104197 362 59 146 0 103073 0
[pid=9434/tid=9455] ppid=9422 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/9434/task/9455/stat : 9455 (python) S 9422 9422 8573 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617202968 306388992 5668 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604442701402560 0 0 -1 6 0 0 0
[pid=9437] ppid=9422 vsize=310072 CPUtime=0.15 cores=0,2,4,6
/proc/9437/stat : 9437 (python) S 9422 9422 8573 0 -1 4202560 1120 0 0 0 8 7 0 0 19 0 2 0 617192954 317513728 5792 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9437/statm: 77518 5792 400 364 0 13427 0
[pid=9439] ppid=9437 vsize=416788 CPUtime=99.85 cores=0,2,4,6
/proc/9439/stat : 9439 (adaptg2wsat2009) T 9437 9439 9439 0 -1 4202496 628 0 0 0 9985 0 0 0 25 0 1 0 617192955 426790912 363 33554432000 134512640 135107411 4292069264 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9439/statm: 104197 363 59 146 0 103073 0
[pid=9437/tid=9459] ppid=9422 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/9437/task/9459/stat : 9459 (python) S 9422 9422 8573 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617202971 317513728 5792 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604448770427904 0 0 -1 2 0 0 0
[pid=9452] ppid=9422 vsize=320328 CPUtime=0.16 cores=0,2,4,6
/proc/9452/stat : 9452 (python) S 9422 9422 8573 0 -1 4202560 1113 0 0 0 9 7 0 0 19 0 2 0 617202965 328015872 5796 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9452/statm: 80082 5796 400 364 0 15988 0
[pid=9454] ppid=9452 vsize=416788 CPUtime=99.96 cores=0,2,4,6
/proc/9454/stat : 9454 (adaptg2wsat2009) T 9452 9454 9454 0 -1 4202496 631 0 0 0 9996 0 0 0 25 0 1 0 617202965 426790912 364 33554432000 134512640 135107411 4288234752 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9454/statm: 104197 364 59 146 0 103073 0
[pid=9452/tid=9468] ppid=9422 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/9452/task/9468/stat : 9468 (python) S 9422 9422 8573 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 617212981 328015872 5796 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604448770425216 0 0 -1 2 0 0 0
[pid=9456] ppid=9422 vsize=330248 CPUtime=0.17 cores=0,2,4,6
/proc/9456/stat : 9456 (python) S 9422 9422 8573 0 -1 4202560 1127 0 0 0 9 8 0 0 19 0 2 0 617202968 338173952 5719 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9456/statm: 82562 5719 400 364 0 18465 0
[pid=9458] ppid=9456 vsize=1017932 CPUtime=99.27 cores=0,2,4,6
/proc/9458/stat : 9458 (gnovelty+2) T 9456 9458 9458 0 -1 4202496 510 0 0 0 9927 0 0 0 25 0 1 0 617202968 1042362368 247 33554432000 134512640 135663704 4291539968 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9458/statm: 254483 247 113 282 0 254199 0
[pid=9456/tid=9472] ppid=9422 vsize=330248 CPUtime=0 cores=0,2,4,6
/proc/9456/task/9472/stat : 9472 (python) S 9422 9422 8573 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617212986 338173952 5719 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604453894104256 0 0 -1 6 0 0 0
[pid=9460] ppid=9422 vsize=340860 CPUtime=0.17 cores=0,2,4,6
/proc/9460/stat : 9460 (python) S 9422 9422 8573 0 -1 4202560 1119 0 0 0 9 8 0 0 19 0 2 0 617202972 349040640 5809 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9460/statm: 85215 5809 400 364 0 21115 0
[pid=9462] ppid=9460 vsize=246932 CPUtime=100 cores=0,2,4,6
/proc/9462/stat : 9462 (FH) T 9460 9462 9462 0 -1 4202496 591 0 0 0 10000 0 0 0 25 0 1 0 617202972 252858368 326 33554432000 134512640 134936988 4292017872 18446744073709551615 134553422 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9462/statm: 61733 326 41 104 0 61237 0
[pid=9460/tid=9473] ppid=9422 vsize=340860 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (python) S 9422 9422 8573 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617212990 349040640 5809 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604453876435968 0 0 -1 4 0 0 0
[pid=9463] ppid=9422 vsize=351116 CPUtime=0.16 cores=0,2,4,6
/proc/9463/stat : 9463 (python) S 9422 9422 8573 0 -1 4202560 1168 0 0 0 9 7 0 0 19 0 2 0 617202975 359542784 5842 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9463/statm: 87779 5842 406 364 0 23676 0
[pid=9465] ppid=9463 vsize=416788 CPUtime=100 cores=0,2,4,6
/proc/9465/stat : 9465 (adaptg2wsat2009) T 9463 9465 9465 0 -1 4202496 637 0 0 0 10000 0 0 0 25 0 1 0 617202976 426790912 365 33554432000 134512640 135107411 4294611776 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9465/statm: 104197 365 59 146 0 103073 0
[pid=9463/tid=9477] ppid=9422 vsize=351116 CPUtime=0 cores=0,2,4,6
/proc/9463/task/9477/stat : 9477 (python) S 9422 9422 8573 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 617212993 359542784 5842 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 514 18446604444800416448 0 0 -1 0 0 0 0
[pid=9469] ppid=9422 vsize=361560 CPUtime=0.71 cores=0,2,4,6
/proc/9469/stat : 9469 (python) S 9422 9422 8573 0 -1 4202560 1053 0 0 0 37 34 0 0 15 0 1 0 617212984 370237440 5834 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 2870143167208849667 0 0 17 6 0 0 0
/proc/9469/statm: 90390 5834 371 364 0 26284 0
[pid=9471] ppid=9469 vsize=4088 CPUtime=366.52 cores=0,2,4,6
/proc/9471/stat : 9471 (march_hi) R 9469 9471 9471 0 -1 4202496 1748 0 0 0 36652 0 0 0 25 0 1 0 617212985 4186112 801 33554432000 4194304 4955518 140736177328320 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9471/statm: 1022 801 106 186 0 835 0
[pid=9474] ppid=9422 vsize=371816 CPUtime=0.81 cores=0,2,4,6
/proc/9474/stat : 9474 (python) R 9422 9422 8573 0 -1 4202560 1032 0 0 0 50 31 0 0 15 0 1 0 617212990 380739584 5838 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/9474/statm: 92954 5838 371 364 0 28845 0
[pid=9476] ppid=9474 vsize=0 CPUtime=372.66 cores=0,2,4,6
/proc/9476/stat : 9476 (march_hi) R 9474 9476 9476 0 -1 4202500 1766 0 0 0 37266 0 0 0 25 0 1 0 617212990 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9476/statm: 0 0 0 0 0 0 0
[pid=9478] ppid=9422 vsize=382072 CPUtime=0.71 cores=0,2,4,6
/proc/9478/stat : 9478 (python) S 9422 9422 8573 0 -1 4202560 1025 0 0 0 39 32 0 0 15 0 1 0 617212994 391241728 5842 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 3804191489144094978 0 0 17 4 0 0 0
/proc/9478/statm: 95518 5842 371 364 0 31406 0
[pid=9480] ppid=9478 vsize=4088 CPUtime=372.75 cores=0,2,4,6
/proc/9480/stat : 9480 (march_hi) R 9478 9480 9480 0 -1 4202496 1763 0 0 0 37275 0 0 0 25 0 1 0 617212995 4186112 816 33554432000 4194304 4955518 140734725829872 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9480/statm: 1022 816 106 186 0 835 0
[pid=9481] ppid=9422 vsize=392132 CPUtime=0.72 cores=0,2,4,6
/proc/9481/stat : 9481 (python) S 9422 9422 8573 0 -1 4202560 1051 0 0 0 42 30 0 0 15 0 1 0 617212999 401543168 5811 33554432000 4194304 5683644 140736610566592 18446744073709551615 224284945990 0 0 16781312 514 9359232095924224257 0 0 17 0 0 0 0
/proc/9481/statm: 98033 5811 371 364 0 33918 0
[pid=9483] ppid=9481 vsize=4852 CPUtime=372.68 cores=0,2,4,6
/proc/9483/stat : 9483 (march_hi) R 9481 9483 9483 0 -1 4202496 1770 0 0 0 37266 2 0 0 25 0 1 0 617212999 4968448 819 33554432000 4194304 4955518 140735352131072 18446744073709551615 4297465 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9483/statm: 1213 819 106 186 0 1026 0
[pid=9422/tid=9429] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9429/stat : 9429 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 13 0 617192946 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 6 0 0 0
[pid=9422/tid=9432] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9432/stat : 9432 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 13 0 617192949 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9435] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9435/stat : 9435 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 13 0 617192951 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9438] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9438/stat : 9438 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 13 0 617192954 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9453] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9453/stat : 9453 (python) S 9420 9422 8573 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 13 0 617202965 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 2 0 0 0
[pid=9422/tid=9457] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9457/stat : 9457 (python) S 9420 9422 8573 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 13 0 617202968 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 4 0 0 0
[pid=9422/tid=9461] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9461/stat : 9461 (python) S 9420 9422 8573 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 13 0 617202972 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 4 0 0 0
[pid=9422/tid=9464] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9464/stat : 9464 (python) S 9420 9422 8573 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 13 0 617202976 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
[pid=9422/tid=9470] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9470/stat : 9470 (python) S 9420 9422 8573 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 13 0 617212984 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
[pid=9422/tid=9475] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9475/stat : 9475 (python) S 9420 9422 8573 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 13 0 617212990 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
[pid=9422/tid=9479] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9479/stat : 9479 (python) S 9420 9422 8573 0 -1 4202560 24 933 0 0 0 0 0 0 23 0 13 0 617212994 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 4 0 0 0
[pid=9422/tid=9482] ppid=9420 vsize=402376 CPUtime=0 cores=0,2,4,6
/proc/9422/task/9482/stat : 9482 (python) S 9420 9422 8573 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 13 0 617212999 412033024 7344 33554432000 4194304 5683644 140736610566592 18446744073709551615 224296749489 0 0 16781312 2 18446604442701404352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2288.48
Current children cumulated vsize (KiB) 9421068

Child status: 0
Real time (s): 575.077
CPU time (s): 2288.9
CPU user time (s): 2286.8
CPU system time (s): 2.10268
CPU usage (%): 398.017
Max. virtual memory (cumulated for all children) (KiB): 9425920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2286.8
system time used= 2.10268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50810
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= 7558
involuntary context switches= 22365

runsolver used 2.46462 second user time and 5.30119 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-01 19:07:02
IDJOB=3317426
IDBENCH=82891
IDSOLVER=1705
FILE ID=node118/3317426-1304269622
RUNJOBID= node118-1304267284-8591
PBS_JOBID= 13173961
Free space on /tmp= 72148 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1720200795-004.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-3317426-1304269622/watcher-3317426-1304269622 -o /tmp/evaluation-result-3317426-1304269622/solver-3317426-1304269622 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317426-1304269622.cnf -seed 211729381 -budget 4800 -cores 4

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

MD5SUM BENCH= 3db6bd99841631bff4d8c3d33ccc1047
RANDOM SEED=211729381

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29094376 kB
Buffers:        470920 kB
Cached:        1776044 kB
SwapCached:       2844 kB
Active:        1509040 kB
Inactive:      1975408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29094376 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           31928 kB
Writeback:          28 kB
AnonPages:     1236352 kB
Mapped:          23912 kB
Slab:           297196 kB
PageTables:      15436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19707488 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= 72116 MiB
End job on node118 at 2011-05-01 19:16:37