Trace number 3378390

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)? 4783.38 1198.29

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S2124915970-046.UNKNOWN.cnf
MD5SUMe6a3a97a5be52c43f493d905174d1bee
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

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-3378390-1307741655.cnf
0.32/0.46	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.41/0.56	c INFO: computed variable balance statistics
0.51/0.61	c INFO: computed small-clause counts
0.51/0.61	c INFO: computed Horn-clause counts
0.51/0.61	c INFO: computed variable graph statistics
0.51/0.61	c INFO: collected features for HOME/instance-3378390-1307741655.cnf in 0.15 s
0.51/0.62	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.51/0.63	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.51/0.64	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
0.51/0.65	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.31)
400.16/100.74	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.20)
400.16/100.75	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.17)
1959.21/491.27	c INFO: running march_hi@99 for 97 with 709 remaining (b = 0.05)
1977.20/495.76	c INFO: running march_hi@389 for 97 with 704 remaining (b = 0.06)
2348.67/588.77	c INFO: running march_hi@0 for 388 with 611 remaining (b = 0.15)
2368.22/593.65	c INFO: running march_hi@492 for 194 with 606 remaining (b = 0.08)
2724.06/682.78	c INFO: running march_hi@0 for 291 with 517 remaining (b = 0.11)
2744.42/687.88	c INFO: running march_hi@100 for 291 with 512 remaining (b = 0.12)
3160.94/792.17	c INFO: running march_hi@1174 for 194 with 408 remaining (b = 0.12)
3892.62/975.35	c INFO: running march_hi@297 for 97 with 225 remaining (b = 0.08)
3894.24/975.80	c INFO: running march_hi@486 for 224 with 224 remaining (b = 0.10)
3904.20/978.23	c INFO: running march_hi@97 for 97 with 222 remaining (b = 0.05)
3924.16/983.29	c INFO: running march_hi@684 for 97 with 217 remaining (b = 0.04)
4290.46/1074.93	c INFO: running march_hi@589 for 125 with 125 remaining (b = 0.04)
4294.08/1075.84	c INFO: running march_hi@288 for 124 with 124 remaining (b = 0.06)
4305.24/1078.67	c INFO: running adaptg2wsat2009++@0 for 121 with 121 remaining (b = 0.03)
4782.95/1198.27	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3378390-1307741655/watcher-3378390-1307741655 -o /tmp/evaluation-result-3378390-1307741655/solver-3378390-1307741655 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378390-1307741655.cnf -seed 1618270250 -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: 4.54 1.23 0.42 5/189 2645
/proc/meminfo: memFree=31546840/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/2645/stat : 2645 (python) R 2643 2645 2526 0 -1 4202496 717 0 0 0 0 0 0 0 25 0 1 0 964396189 15552512 608 33554432000 4194304 5683644 140737428812064 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2645/statm: 3797 609 319 364 0 284 0

[startup+0.0511839 s]
/proc/loadavg: 4.54 1.23 0.42 5/189 2645
/proc/meminfo: memFree=31546840/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 1461 0 0 0 3 0 0 0 25 0 1 0 964396189 30502912 1300 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/2645/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.101805 s]
/proc/loadavg: 4.54 1.23 0.42 5/189 2645
/proc/meminfo: memFree=31546840/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 3100 0 0 0 6 1 0 0 17 0 1 0 964396189 107126784 2779 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/2645/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.301554 s]
/proc/loadavg: 4.54 1.23 0.42 5/189 2645
/proc/meminfo: memFree=31546840/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=187688 CPUtime=0.23 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 6827 932 1 0 17 6 0 0 18 0 1 0 964396189 192192512 4882 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/2645/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700688 s]
/proc/loadavg: 4.54 1.23 0.42 5/189 2645
/proc/meminfo: memFree=31546840/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 12330 932 1 0 47 9 0 0 25 0 5 0 964396189 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2645/statm: 80041 7230 1873 364 0 15950 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 320164

[startup+1.50054 s]
/proc/loadavg: 4.54 1.23 0.42 9/202 2662
/proc/meminfo: memFree=31508788/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 12330 932 1 0 47 9 0 0 25 0 5 0 964396189 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2645/statm: 80041 7230 1873 364 0 15950 0
[pid=2651] ppid=2645 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2651/stat : 2651 (python) S 2645 2645 2526 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 1 0 964396252 285368320 5589 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414159 0 0 16781312 514 3229749715067207679 0 0 17 4 0 0 0
/proc/2651/statm: 69670 5589 354 364 0 5588 0
[pid=2653] ppid=2651 vsize=1017940 CPUtime=0.86 cores=0,2,4,6
/proc/2653/stat : 2653 (gnovelty+2) R 2651 2653 2653 0 -1 4202496 454 0 0 0 86 0 0 0 25 0 1 0 964396252 1042370560 191 33554432000 134512640 135663704 4289174416 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2653/statm: 254485 191 113 282 0 254201 0
[pid=2654] ppid=2645 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (python) S 2645 2645 2526 0 -1 4202560 736 0 0 0 0 0 0 0 22 0 1 0 964396253 296251392 5685 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 1080248738108145663 0 0 17 0 0 0 0
/proc/2654/statm: 72327 5685 348 364 0 8242 0
[pid=2656] ppid=2654 vsize=1017940 CPUtime=0.85 cores=0,2,4,6
/proc/2656/stat : 2656 (gnovelty+2) R 2654 2656 2656 0 -1 4202496 457 0 0 0 85 0 0 0 25 0 1 0 964396253 1042370560 192 33554432000 134512640 135663704 4289286064 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2656/statm: 254485 192 113 282 0 254201 0
[pid=2657] ppid=2645 vsize=299056 CPUtime=0 cores=0,2,4,6
/proc/2657/stat : 2657 (python) S 2645 2645 2526 0 -1 4202560 747 0 0 0 0 0 0 0 20 0 1 0 964396254 306233344 5577 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 4611140664954945796 0 0 17 4 0 0 0
/proc/2657/statm: 74764 5577 348 364 0 10676 0
[pid=2659] ppid=2657 vsize=2296 CPUtime=0.84 cores=0,2,4,6
/proc/2659/stat : 2659 (march_hi) R 2657 2659 2659 0 -1 4202496 650 0 0 0 84 0 0 0 25 0 1 0 964396254 2351104 379 33554432000 4194304 4955518 140734258730208 18446744073709551615 4285653 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2659/statm: 574 379 106 186 0 387 0
[pid=2660] ppid=2645 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2660/stat : 2660 (python) S 2645 2645 2526 0 -1 4202560 750 0 0 0 0 0 0 0 21 0 1 0 964396255 317358080 5701 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 4569513154727346434 0 0 17 0 0 0 0
/proc/2660/statm: 77480 5701 348 364 0 13389 0
[pid=2662] ppid=2660 vsize=2296 CPUtime=0.84 cores=0,2,4,6
/proc/2662/stat : 2662 (march_hi) R 2660 2662 2662 0 -1 4202496 650 0 0 0 84 0 0 0 25 0 1 0 964396255 2351104 379 33554432000 4194304 4955518 140735844516960 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2662/statm: 574 379 106 186 0 387 0
[pid=2645/tid=2652] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2652/stat : 2652 (python) S 2643 2645 2526 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 5 0 964396252 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 2 0 0 0
[pid=2645/tid=2655] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2655/stat : 2655 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 5 0 964396253 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2658] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2658/stat : 2658 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 964396254 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2661] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2661/stat : 2661 (python) S 2643 2645 2526 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 964396255 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 3537600

[startup+3.10125 s]
/proc/loadavg: 4.54 1.23 0.42 9/202 2662
/proc/meminfo: memFree=31507672/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 12330 932 1 0 47 9 0 0 25 0 5 0 964396189 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2645/statm: 80041 7230 1873 364 0 15950 0
[pid=2651] ppid=2645 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2651/stat : 2651 (python) S 2645 2645 2526 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 964396252 285368320 5589 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414159 0 0 16781312 514 3229749715067175171 0 0 17 4 0 0 0
/proc/2651/statm: 69670 5589 354 364 0 5588 0
[pid=2653] ppid=2651 vsize=1017940 CPUtime=2.46 cores=0,2,4,6
/proc/2653/stat : 2653 (gnovelty+2) R 2651 2653 2653 0 -1 4202496 454 0 0 0 246 0 0 0 25 0 1 0 964396252 1042370560 191 33554432000 134512640 135663704 4289174416 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2653/statm: 254485 191 113 282 0 254201 0
[pid=2654] ppid=2645 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (python) S 2645 2645 2526 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 964396253 296251392 5685 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 1080248738108113153 0 0 17 0 0 0 0
/proc/2654/statm: 72327 5685 348 364 0 8242 0
[pid=2656] ppid=2654 vsize=1017940 CPUtime=2.44 cores=0,2,4,6
/proc/2656/stat : 2656 (gnovelty+2) R 2654 2656 2656 0 -1 4202496 457 0 0 0 244 0 0 0 25 0 1 0 964396253 1042370560 192 33554432000 134512640 135663704 4289286064 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2656/statm: 254485 192 113 282 0 254201 0
[pid=2657] ppid=2645 vsize=299056 CPUtime=0 cores=0,2,4,6
/proc/2657/stat : 2657 (python) S 2645 2645 2526 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 964396254 306233344 5577 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 4611140664954945796 0 0 17 4 0 0 0
/proc/2657/statm: 74764 5577 348 364 0 10676 0
[pid=2659] ppid=2657 vsize=2676 CPUtime=2.44 cores=0,2,4,6
/proc/2659/stat : 2659 (march_hi) R 2657 2659 2659 0 -1 4202496 747 0 0 0 244 0 0 0 25 0 1 0 964396254 2740224 476 33554432000 4194304 4955518 140734258730208 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2659/statm: 669 476 106 186 0 482 0
[pid=2660] ppid=2645 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2660/stat : 2660 (python) S 2645 2645 2526 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 964396255 317358080 5701 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 4569513154727346434 0 0 17 0 0 0 0
/proc/2660/statm: 77480 5701 348 364 0 13389 0
[pid=2662] ppid=2660 vsize=2676 CPUtime=2.44 cores=0,2,4,6
/proc/2662/stat : 2662 (march_hi) R 2660 2662 2662 0 -1 4202496 746 0 0 0 244 0 0 0 25 0 1 0 964396255 2740224 475 33554432000 4194304 4955518 140735844516960 18446744073709551615 4297366 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2662/statm: 669 475 106 186 0 482 0
[pid=2645/tid=2652] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2652/stat : 2652 (python) S 2643 2645 2526 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 5 0 964396252 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 2 0 0 0
[pid=2645/tid=2655] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2655/stat : 2655 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 5 0 964396253 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2658] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2658/stat : 2658 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 964396254 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2661] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2661/stat : 2661 (python) S 2643 2645 2526 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 964396255 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.34
Current children cumulated vsize (KiB) 3538360

[startup+6.30066 s]
/proc/loadavg: 4.82 1.34 0.46 9/202 2662
/proc/meminfo: memFree=31504232/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 12330 932 1 0 47 9 0 0 25 0 5 0 964396189 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2645/statm: 80041 7230 1873 364 0 15950 0
[pid=2651] ppid=2645 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2651/stat : 2651 (python) S 2645 2645 2526 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 964396252 285368320 5611 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414159 0 0 16781312 514 3229749715067175171 0 0 17 4 0 0 0
/proc/2651/statm: 69670 5611 376 364 0 5588 0
[pid=2653] ppid=2651 vsize=1017940 CPUtime=5.66 cores=0,2,4,6
/proc/2653/stat : 2653 (gnovelty+2) R 2651 2653 2653 0 -1 4202496 454 0 0 0 566 0 0 0 25 0 1 0 964396252 1042370560 191 33554432000 134512640 135663704 4289174416 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2653/statm: 254485 191 113 282 0 254201 0
[pid=2654] ppid=2645 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (python) S 2645 2645 2526 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 964396253 296251392 5708 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 1080248738108113153 0 0 17 0 0 0 0
/proc/2654/statm: 72327 5708 371 364 0 8242 0
[pid=2656] ppid=2654 vsize=1017940 CPUtime=5.63 cores=0,2,4,6
/proc/2656/stat : 2656 (gnovelty+2) R 2654 2656 2656 0 -1 4202496 457 0 0 0 563 0 0 0 25 0 1 0 964396253 1042370560 192 33554432000 134512640 135663704 4289286064 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2656/statm: 254485 192 113 282 0 254201 0
[pid=2657] ppid=2645 vsize=299056 CPUtime=0 cores=0,2,4,6
/proc/2657/stat : 2657 (python) S 2645 2645 2526 0 -1 4202560 897 0 0 0 0 0 0 0 15 0 1 0 964396254 306233344 5600 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 4611140664954945796 0 0 17 4 0 0 0
/proc/2657/statm: 74764 5600 371 364 0 10676 0
[pid=2659] ppid=2657 vsize=3528 CPUtime=5.62 cores=0,2,4,6
/proc/2659/stat : 2659 (march_hi) R 2657 2659 2659 0 -1 4202496 934 0 0 0 562 0 0 0 25 0 1 0 964396254 3612672 663 33554432000 4194304 4955518 140734258730208 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2659/statm: 882 663 106 186 0 695 0
[pid=2660] ppid=2645 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2660/stat : 2660 (python) S 2645 2645 2526 0 -1 4202560 904 0 0 0 0 0 0 0 15 0 1 0 964396255 317358080 5724 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 4569513154727346434 0 0 17 0 0 0 0
/proc/2660/statm: 77480 5724 371 364 0 13389 0
[pid=2662] ppid=2660 vsize=3528 CPUtime=5.62 cores=0,2,4,6
/proc/2662/stat : 2662 (march_hi) R 2660 2662 2662 0 -1 4202496 933 0 0 0 562 0 0 0 25 0 1 0 964396255 3612672 662 33554432000 4194304 4955518 140735844516960 18446744073709551615 4267356 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2662/statm: 882 662 106 186 0 695 0
[pid=2645/tid=2652] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2652/stat : 2652 (python) S 2643 2645 2526 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 5 0 964396252 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 2 0 0 0
[pid=2645/tid=2655] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2655/stat : 2655 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 5 0 964396253 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2658] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2658/stat : 2658 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 964396254 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2661] ppid=2643 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2661/stat : 2661 (python) S 2643 2645 2526 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 964396255 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 3540064

[startup+12.7005 s]
/proc/loadavg: 5.08 1.45 0.50 9/202 2663
/proc/meminfo: memFree=31501520/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 12330 932 1 0 47 9 0 0 25 0 5 0 964396189 327847936 7230 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2645/statm: 80041 7230 1873 364 0 15950 0
[pid=2651] ppid=2645 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2651/stat : 2651 (python) S 2645 2645 2526 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 964396252 285368320 5612 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414159 0 0 16781312 514 14000107944750842115 0 0 17 4 0 0 0
/proc/2651/statm: 69670 5612 377 364 0 5588 0
[pid=2653] ppid=2651 vsize=1017940 CPUtime=12.06 cores=0,2,4,6
/proc/2653/stat : 2653 (gnovelty+2) R 2651 2653 2653 0 -1 4202496 454 0 0 0 1206 0 0 0 25 0 1 0 964396252 1042370560 191 33554432000 134512640 135663704 4289174416 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2653/statm: 254485 191 113 282 0 254201 0
[pid=2654] ppid=2645 vsize=289308 CPUtime=0 cores=0,2,4,6

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

[pid=2645] ppid=2643 vsize=360824 CPUtime=0.68 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 16143 932 1 0 58 10 0 0 19 0 9 0 964396189 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2645/statm: 90206 7204 1890 364 0 26103 0
[pid=2651] ppid=2645 vsize=288924 CPUtime=0.11 cores=0,2,4,6
/proc/2651/stat : 2651 (python) S 2645 2645 2526 0 -1 4202560 1166 0 0 0 6 5 0 0 19 0 2 0 964396252 295858176 5656 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2651/statm: 72231 5656 416 364 0 8149 0
[pid=2653] ppid=2651 vsize=1017940 CPUtime=100.1 cores=0,2,4,6
/proc/2653/stat : 2653 (gnovelty+2) T 2651 2653 2653 0 -1 4202496 454 0 0 0 10010 0 0 0 25 0 1 0 964396252 1042370560 191 33554432000 134512640 135663704 4289174416 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2653/statm: 254485 191 113 282 0 254201 0
[pid=2651/tid=2669] ppid=2645 vsize=288924 CPUtime=0 cores=0,2,4,6
/proc/2651/task/2669/stat : 2669 (python) S 2645 2645 2526 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964406263 295858176 5656 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453664677952 0 0 -1 4 0 0 0
[pid=2654] ppid=2645 vsize=289308 CPUtime=0.11 cores=0,2,4,6
/proc/2654/stat : 2654 (python) S 2645 2645 2526 0 -1 4202560 1089 0 0 0 6 5 0 0 19 0 2 0 964396253 296251392 5738 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2654/statm: 72327 5738 400 364 0 8242 0
[pid=2656] ppid=2654 vsize=1017940 CPUtime=99.55 cores=0,2,4,6
/proc/2656/stat : 2656 (gnovelty+2) T 2654 2656 2656 0 -1 4202496 457 0 0 0 9955 0 0 0 25 0 1 0 964396253 1042370560 192 33554432000 134512640 135663704 4289286064 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/2656/statm: 254485 192 113 282 0 254201 0
[pid=2654/tid=2670] ppid=2645 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2654/task/2670/stat : 2670 (python) S 2645 2645 2526 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 964406264 296251392 5738 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604440279306368 0 0 -1 0 0 0 0
[pid=2657] ppid=2645 vsize=299056 CPUtime=1.48 cores=0,2,4,6
/proc/2657/stat : 2657 (python) S 2645 2645 2526 0 -1 4202560 1142 0 0 0 81 67 0 0 15 0 2 0 964396254 306233344 5630 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2657/statm: 74764 5630 400 364 0 10676 0
[pid=2659] ppid=2657 vsize=208936 CPUtime=1069.29 cores=0,2,4,6
/proc/2659/stat : 2659 (march_hi) T 2657 2659 2659 0 -1 4202496 49293 0 0 0 106916 13 0 0 25 0 1 0 964396254 213950464 49022 33554432000 4194304 4955518 140734258730208 18446744073709551615 4208710 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2659/statm: 52234 49022 106 186 0 52047 0
[pid=2657/tid=2741] ppid=2645 vsize=299056 CPUtime=0 cores=0,2,4,6
/proc/2657/task/2741/stat : 2741 (python) S 2645 2645 2526 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 964464466 306233344 5630 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453984475840 0 0 -1 4 0 0 0
[pid=2660] ppid=2645 vsize=309920 CPUtime=1.58 cores=0,2,4,6
/proc/2660/stat : 2660 (python) S 2645 2645 2526 0 -1 4202560 1161 0 0 0 87 71 0 0 15 0 2 0 964396255 317358080 5754 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2660/statm: 77480 5754 400 364 0 13389 0
[pid=2662] ppid=2660 vsize=316424 CPUtime=1192.97 cores=0,2,4,6
/proc/2662/stat : 2662 (march_hi) R 2660 2662 2662 0 -1 4202496 54949 0 0 0 119282 15 0 0 25 0 1 0 964396255 324018176 54678 33554432000 4194304 4955518 140735844516960 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2662/statm: 79106 54678 106 186 0 78919 0
[pid=2660/tid=2742] ppid=2645 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2660/task/2742/stat : 2742 (python) S 2645 2645 2526 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964464977 317358080 5754 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453864716224 0 0 -1 0 0 0 0
[pid=2671] ppid=2645 vsize=320176 CPUtime=1.24 cores=0,2,4,6
/proc/2671/stat : 2671 (python) S 2645 2645 2526 0 -1 4202560 1150 0 0 0 70 54 0 0 15 0 2 0 964406264 327860224 5758 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2671/statm: 80044 5758 400 364 0 15950 0
[pid=2673] ppid=2671 vsize=208936 CPUtime=874.23 cores=0,2,4,6
/proc/2673/stat : 2673 (march_hi) T 2671 2673 2673 0 -1 4202496 41228 0 0 0 87415 8 0 0 25 0 1 0 964406264 213950464 40958 33554432000 4194304 4955518 140734563530416 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2673/statm: 52234 40958 106 186 0 52047 0
[pid=2671/tid=2710] ppid=2645 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/2671/task/2710/stat : 2710 (python) S 2645 2645 2526 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964445316 327860224 5758 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453853798720 0 0 -1 0 0 0 0
[pid=2674] ppid=2645 vsize=330056 CPUtime=0.94 cores=0,2,4,6
/proc/2674/stat : 2674 (python) S 2645 2645 2526 0 -1 4202560 1148 0 0 0 50 44 0 0 15 0 2 0 964406265 337977344 5668 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2674/statm: 82514 5668 400 364 0 18417 0
[pid=2676] ppid=2674 vsize=142636 CPUtime=711.45 cores=0,2,4,6
/proc/2676/stat : 2676 (march_hi) R 2674 2676 2676 0 -1 4202496 33880 0 0 0 71139 6 0 0 25 0 1 0 964406265 146059264 33611 33554432000 4194304 4955518 140736288446816 18446744073709551615 4285363 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2676/statm: 35659 33611 106 186 0 35472 0
[pid=2674/tid=2712] ppid=2645 vsize=330056 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2712/stat : 2712 (python) S 2645 2645 2526 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 964445765 337977344 5668 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453853799616 0 0 -1 4 0 0 0
[pid=2722] ppid=2645 vsize=340852 CPUtime=0.83 cores=0,2,4,6
/proc/2722/stat : 2722 (python) S 2645 2645 2526 0 -1 4202560 1168 0 0 0 48 35 0 0 15 0 2 0 964455067 349032448 5830 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2722/statm: 85213 5830 400 364 0 21113 0
[pid=2724] ppid=2722 vsize=142636 CPUtime=608.87 cores=0,2,4,6
/proc/2724/stat : 2724 (march_hi) R 2722 2724 2724 0 -1 4202496 29302 0 0 0 60881 6 0 0 25 0 1 0 964455067 146059264 29029 33554432000 4194304 4955518 140735256900784 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2724/statm: 35659 29029 106 186 0 35472 0
[pid=2722/tid=2808] ppid=2645 vsize=340852 CPUtime=0 cores=0,2,4,6
/proc/2722/task/2808/stat : 2808 (python) S 2645 2645 2526 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 964494012 349032448 5830 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453844884480 0 0 -1 4 0 0 0
[pid=2813] ppid=2645 vsize=350580 CPUtime=0.13 cores=0,2,4,6
/proc/2813/stat : 2813 (python) S 2645 2645 2526 0 -1 4202560 981 0 0 0 7 6 0 0 18 0 1 0 964504056 358993920 5687 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 14000107944750842116 0 0 17 4 0 0 0
/proc/2813/statm: 87645 5687 377 364 0 23542 0
[pid=2815] ppid=2813 vsize=416280 CPUtime=118.99 cores=0,2,4,6
/proc/2815/stat : 2815 (adaptg2wsat2009) R 2813 2815 2815 0 -1 4202496 524 0 0 0 11899 0 0 0 25 0 1 0 964504057 426270720 252 33554432000 134512640 135107411 4290286672 18446744073709551615 134532318 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2815/statm: 104070 252 59 146 0 102946 0
[pid=2645/tid=2652] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2652/stat : 2652 (python) S 2643 2645 2526 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 964396252 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 2 0 0 0
[pid=2645/tid=2655] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2655/stat : 2655 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 964396253 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2658] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2658/stat : 2658 (python) S 2643 2645 2526 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 964396254 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2661] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2661/stat : 2661 (python) S 2643 2645 2526 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 964396255 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2672] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2672/stat : 2672 (python) S 2643 2645 2526 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 964406264 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2675] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2675/stat : 2675 (python) S 2643 2645 2526 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 964406265 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 4 0 0 0
[pid=2645/tid=2723] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2723/stat : 2723 (python) S 2643 2645 2526 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 964455067 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 4 0 0 0
[pid=2645/tid=2814] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2814/stat : 2814 (python) S 2643 2645 2526 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 964504057 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4782.55
Current children cumulated vsize (KiB) 6361424

[startup+1198.2 s]
/proc/loadavg: 4.08 5.68 5.01 5/203 2818
/proc/meminfo: memFree=30928988/32950928 swapFree=67051812/67111528
[pid=2645] ppid=2643 vsize=360824 CPUtime=0.68 cores=0,2,4,6
/proc/2645/stat : 2645 (python) S 2643 2645 2526 0 -1 4202496 16143 932 1 0 58 10 0 0 19 0 9 0 964396189 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2645/statm: 90206 7204 1890 364 0 26103 0
[pid=2651] ppid=2645 vsize=288924 CPUtime=0.11 cores=0,2,4,6
/proc/2651/stat : 2651 (python) S 2645 2645 2526 0 -1 4202560 1166 0 0 0 6 5 0 0 19 0 2 0 964396252 295858176 5656 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2651/statm: 72231 5656 416 364 0 8149 0
[pid=2653] ppid=2651 vsize=1017940 CPUtime=100.1 cores=0,2,4,6
/proc/2653/stat : 2653 (gnovelty+2) T 2651 2653 2653 0 -1 4202496 454 0 0 0 10010 0 0 0 25 0 1 0 964396252 1042370560 191 33554432000 134512640 135663704 4289174416 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2653/statm: 254485 191 113 282 0 254201 0
[pid=2651/tid=2669] ppid=2645 vsize=288924 CPUtime=0 cores=0,2,4,6
/proc/2651/task/2669/stat : 2669 (python) S 2645 2645 2526 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964406263 295858176 5656 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453664677952 0 0 -1 4 0 0 0
[pid=2654] ppid=2645 vsize=289308 CPUtime=0.11 cores=0,2,4,6
/proc/2654/stat : 2654 (python) S 2645 2645 2526 0 -1 4202560 1089 0 0 0 6 5 0 0 19 0 2 0 964396253 296251392 5738 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2654/statm: 72327 5738 400 364 0 8242 0
[pid=2656] ppid=2654 vsize=1017940 CPUtime=99.55 cores=0,2,4,6
/proc/2656/stat : 2656 (gnovelty+2) T 2654 2656 2656 0 -1 4202496 457 0 0 0 9955 0 0 0 25 0 1 0 964396253 1042370560 192 33554432000 134512640 135663704 4289286064 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/2656/statm: 254485 192 113 282 0 254201 0
[pid=2654/tid=2670] ppid=2645 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2654/task/2670/stat : 2670 (python) S 2645 2645 2526 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 964406264 296251392 5738 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604440279306368 0 0 -1 0 0 0 0
[pid=2657] ppid=2645 vsize=299056 CPUtime=1.48 cores=0,2,4,6
/proc/2657/stat : 2657 (python) S 2645 2645 2526 0 -1 4202560 1142 0 0 0 81 67 0 0 15 0 2 0 964396254 306233344 5630 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2657/statm: 74764 5630 400 364 0 10676 0
[pid=2659] ppid=2657 vsize=208936 CPUtime=1069.29 cores=0,2,4,6
/proc/2659/stat : 2659 (march_hi) T 2657 2659 2659 0 -1 4202496 49293 0 0 0 106916 13 0 0 25 0 1 0 964396254 213950464 49022 33554432000 4194304 4955518 140734258730208 18446744073709551615 4208710 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2659/statm: 52234 49022 106 186 0 52047 0
[pid=2657/tid=2741] ppid=2645 vsize=299056 CPUtime=0 cores=0,2,4,6
/proc/2657/task/2741/stat : 2741 (python) S 2645 2645 2526 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 964464466 306233344 5630 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453984475840 0 0 -1 4 0 0 0
[pid=2660] ppid=2645 vsize=309920 CPUtime=1.58 cores=0,2,4,6
/proc/2660/stat : 2660 (python) S 2645 2645 2526 0 -1 4202560 1161 0 0 0 87 71 0 0 15 0 2 0 964396255 317358080 5754 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2660/statm: 77480 5754 400 364 0 13389 0
[pid=2662] ppid=2660 vsize=316424 CPUtime=1193.07 cores=0,2,4,6
/proc/2662/stat : 2662 (march_hi) R 2660 2662 2662 0 -1 4202496 54953 0 0 0 119292 15 0 0 25 0 1 0 964396255 324018176 54682 33554432000 4194304 4955518 140735844516960 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2662/statm: 79106 54682 106 186 0 78919 0
[pid=2660/tid=2742] ppid=2645 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2660/task/2742/stat : 2742 (python) S 2645 2645 2526 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964464977 317358080 5754 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453864716224 0 0 -1 0 0 0 0
[pid=2671] ppid=2645 vsize=320176 CPUtime=1.24 cores=0,2,4,6
/proc/2671/stat : 2671 (python) S 2645 2645 2526 0 -1 4202560 1150 0 0 0 70 54 0 0 15 0 2 0 964406264 327860224 5758 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2671/statm: 80044 5758 400 364 0 15950 0
[pid=2673] ppid=2671 vsize=208936 CPUtime=874.23 cores=0,2,4,6
/proc/2673/stat : 2673 (march_hi) T 2671 2673 2673 0 -1 4202496 41228 0 0 0 87415 8 0 0 25 0 1 0 964406264 213950464 40958 33554432000 4194304 4955518 140734563530416 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2673/statm: 52234 40958 106 186 0 52047 0
[pid=2671/tid=2710] ppid=2645 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/2671/task/2710/stat : 2710 (python) S 2645 2645 2526 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964445316 327860224 5758 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453853798720 0 0 -1 0 0 0 0
[pid=2674] ppid=2645 vsize=330056 CPUtime=0.94 cores=0,2,4,6
/proc/2674/stat : 2674 (python) S 2645 2645 2526 0 -1 4202560 1148 0 0 0 50 44 0 0 15 0 2 0 964406265 337977344 5668 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2674/statm: 82514 5668 400 364 0 18417 0
[pid=2676] ppid=2674 vsize=142636 CPUtime=711.55 cores=0,2,4,6
/proc/2676/stat : 2676 (march_hi) R 2674 2676 2676 0 -1 4202496 33884 0 0 0 71149 6 0 0 25 0 1 0 964406265 146059264 33615 33554432000 4194304 4955518 140736288446816 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2676/statm: 35659 33615 106 186 0 35472 0
[pid=2674/tid=2712] ppid=2645 vsize=330056 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2712/stat : 2712 (python) S 2645 2645 2526 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 964445765 337977344 5668 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453853799616 0 0 -1 4 0 0 0
[pid=2722] ppid=2645 vsize=340852 CPUtime=0.83 cores=0,2,4,6
/proc/2722/stat : 2722 (python) S 2645 2645 2526 0 -1 4202560 1168 0 0 0 48 35 0 0 15 0 2 0 964455067 349032448 5830 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2722/statm: 85213 5830 400 364 0 21113 0
[pid=2724] ppid=2722 vsize=142636 CPUtime=608.97 cores=0,2,4,6
/proc/2724/stat : 2724 (march_hi) R 2722 2724 2724 0 -1 4202496 29305 0 0 0 60891 6 0 0 25 0 1 0 964455067 146059264 29032 33554432000 4194304 4955518 140735256900784 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2724/statm: 35659 29032 106 186 0 35472 0
[pid=2722/tid=2808] ppid=2645 vsize=340852 CPUtime=0 cores=0,2,4,6
/proc/2722/task/2808/stat : 2808 (python) S 2645 2645 2526 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 964494012 349032448 5830 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 514 18446604453844884480 0 0 -1 4 0 0 0
[pid=2813] ppid=2645 vsize=350580 CPUtime=0.13 cores=0,2,4,6
/proc/2813/stat : 2813 (python) S 2645 2645 2526 0 -1 4202560 981 0 0 0 7 6 0 0 18 0 1 0 964504056 358993920 5687 33554432000 4194304 5683644 140737428812064 18446744073709551615 260905414214 0 0 16781312 514 14000107944750842116 0 0 17 4 0 0 0
/proc/2813/statm: 87645 5687 377 364 0 23542 0
[pid=2815] ppid=2813 vsize=416280 CPUtime=119.09 cores=0,2,4,6
/proc/2815/stat : 2815 (adaptg2wsat2009) R 2813 2815 2815 0 -1 4202496 524 0 0 0 11909 0 0 0 25 0 1 0 964504057 426270720 252 33554432000 134512640 135107411 4290286672 18446744073709551615 134539331 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2815/statm: 104070 252 59 146 0 102946 0
[pid=2645/tid=2652] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2652/stat : 2652 (python) S 2643 2645 2526 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 964396252 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 2 0 0 0
[pid=2645/tid=2655] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2655/stat : 2655 (python) S 2643 2645 2526 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 964396253 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2658] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2658/stat : 2658 (python) S 2643 2645 2526 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 964396254 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2661] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2661/stat : 2661 (python) S 2643 2645 2526 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 964396255 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2672] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2672/stat : 2672 (python) S 2643 2645 2526 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 964406264 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 0 0 0 0
[pid=2645/tid=2675] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2675/stat : 2675 (python) S 2643 2645 2526 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 964406265 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 4 0 0 0
[pid=2645/tid=2723] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2723/stat : 2723 (python) S 2643 2645 2526 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 964455067 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 4 0 0 0
[pid=2645/tid=2814] ppid=2643 vsize=360824 CPUtime=0 cores=0,2,4,6
/proc/2645/task/2814/stat : 2814 (python) S 2643 2645 2526 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 964504057 369483776 7204 33554432000 4194304 5683644 140737428812064 18446744073709551615 260917217713 0 0 16781312 2 18446604453860911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4782.95
Current children cumulated vsize (KiB) 6361424

Child status: 0
Real time (s): 1198.29
CPU time (s): 4783.38
CPU user time (s): 4779.8
CPU system time (s): 3.57446
CPU usage (%): 399.183
Max. virtual memory (cumulated for all children) (KiB): 6361428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4779.8
system time used= 3.57446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241002
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= 7681
involuntary context switches= 35987

runsolver used 2.25066 second user time and 4.65029 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-10 23:34:15
IDJOB=3378390
IDBENCH=82799
IDSOLVER=1859
FILE ID=node116/3378390-1307741655
RUNJOBID= node116-1307741595-2545
PBS_JOBID= 13550793
Free space on /tmp= 74112 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S2124915970-046.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-3378390-1307741655/watcher-3378390-1307741655 -o /tmp/evaluation-result-3378390-1307741655/solver-3378390-1307741655 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378390-1307741655.cnf -seed 1618270250 -budget 4800 -cores 4

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

MD5SUM BENCH= e6a3a97a5be52c43f493d905174d1bee
RANDOM SEED=1618270250

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      31547392 kB
Buffers:        251772 kB
Cached:         718624 kB
SwapCached:      13040 kB
Active:         675328 kB
Inactive:       544284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31547392 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           31936 kB
Writeback:           0 kB
AnonPages:      246548 kB
Mapped:          15164 kB
Slab:           115284 kB
PageTables:       8432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1762632 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= 74116 MiB
End job on node116 at 2011-06-10 23:54:13