Trace number 3322165

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 262.618 33.4978

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
MD5SUMcfd96c3ec450000d8fe8684f0b30ec79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.4254
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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-3322165-1304375454.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.50	c INFO: computed variable balance statistics
0.41/0.52	c INFO: computed small-clause counts
0.41/0.53	c INFO: computed Horn-clause counts
0.41/0.53	c INFO: computed variable graph statistics
0.41/0.53	c INFO: collected features for HOME/instance-3322165-1304375454.cnf in 0.06 s
0.41/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.50/0.60	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.39)
0.50/0.64	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.39)
0.50/0.68	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.35)
0.61/0.71	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.61/0.75	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.79	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.70/0.83	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
261.91/33.47	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-3322165-1304375454/watcher-3322165-1304375454 -o /tmp/evaluation-result-3322165-1304375454/solver-3322165-1304375454 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322165-1304375454.cnf -seed 391146895 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.59 0.13 0.04 1/248 2580
/proc/meminfo: memFree=16819892/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=15380 CPUtime=0 cores=0-7
/proc/2580/stat : 2580 (python) R 2578 2580 1221 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 549145142 15749120 681 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2580/statm: 3845 681 322 364 0 332 0

[startup+0.0397129 s]
/proc/loadavg: 0.59 0.13 0.04 1/248 2580
/proc/meminfo: memFree=16819892/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=18884 CPUtime=0.03 cores=0-7
/proc/2580/stat : 2580 (python) R 2578 2580 1221 0 -1 4202496 1289 0 0 0 3 0 0 0 25 0 1 0 549145142 19337216 1141 33554432000 4194304 5683644 140737031460416 18446744073709551615 4875559 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2580/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884

[startup+0.100702 s]
/proc/loadavg: 0.59 0.13 0.04 1/248 2580
/proc/meminfo: memFree=16819892/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=104224 CPUtime=0.07 cores=0-7
/proc/2580/stat : 2580 (python) S 2578 2580 1221 0 -1 4202496 3059 0 0 0 6 1 0 0 17 0 1 0 549145142 106725376 2741 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/2580/statm: 26057 2742 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300693 s]
/proc/loadavg: 0.59 0.13 0.04 1/248 2580
/proc/meminfo: memFree=16819892/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=170756 CPUtime=0.23 cores=0-7
/proc/2580/stat : 2580 (python) R 2578 2580 1221 0 -1 4202496 6744 938 1 0 18 5 0 0 18 0 1 0 549145142 174854144 4808 33554432000 4194304 5683644 140737031460416 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2580/statm: 42689 4808 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700596 s]
/proc/loadavg: 0.59 0.13 0.04 1/248 2580
/proc/meminfo: memFree=16819892/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=385564 CPUtime=0.61 cores=0-7
/proc/2580/stat : 2580 (python) R 2578 2580 1221 0 -1 4202496 12517 938 1 0 52 9 0 0 19 0 5 0 549145142 394817536 7466 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278240518 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 96391 7466 1880 364 0 32300 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 385564

[startup+1.50145 s]
/proc/loadavg: 0.59 0.13 0.04 9/273 2609
/proc/meminfo: memFree=16763380/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=426588 CPUtime=0.75 cores=0-7
/proc/2580/stat : 2580 (python) S 2578 2580 1221 0 -1 4202496 15256 938 1 0 65 10 0 0 24 0 9 0 549145142 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 106647 7407 1889 364 0 42544 0
[pid=2586] ppid=2580 vsize=278588 CPUtime=0 cores=0-7
/proc/2586/stat : 2586 (python) S 2580 2580 1221 0 -1 4202560 728 0 0 0 0 0 0 0 19 0 1 0 549145199 285274112 5557 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899727 0 0 16781312 514 2805737624344461311 0 0 17 1 0 0 0
/proc/2586/statm: 69647 5557 354 364 0 5565 0
[pid=2588] ppid=2586 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/2588/stat : 2588 (gnovelty+2) R 2586 2588 2588 0 -1 4202496 432 0 0 0 92 0 0 0 23 0 1 0 549145199 1042227200 169 33554432000 134512640 135663704 4290520288 18446744073709551615 134544259 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2588/statm: 254450 169 113 282 0 254166 0
[pid=2589] ppid=2580 vsize=289272 CPUtime=0 cores=0-7
/proc/2589/stat : 2589 (python) S 2580 2580 1221 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 549145203 296214528 5676 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 17077456277237367044 0 0 17 7 0 0 0
/proc/2589/statm: 72318 5676 348 364 0 8233 0
[pid=2591] ppid=2589 vsize=1928 CPUtime=0.89 cores=0-7
/proc/2591/stat : 2591 (march_hi) R 2589 2591 2591 0 -1 4202496 580 0 0 0 89 0 0 0 23 0 1 0 549145203 1974272 315 33554432000 4194304 4955518 140735105202352 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2591/statm: 482 315 104 186 0 295 0
[pid=2592] ppid=2580 vsize=365064 CPUtime=0 cores=0-7
/proc/2592/stat : 2592 (python) S 2580 2580 1221 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 549145207 373825536 5853 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 17077460675283878147 0 0 17 1 0 0 0
/proc/2592/statm: 91266 5853 348 364 0 27178 0
[pid=2594] ppid=2592 vsize=1928 CPUtime=0.85 cores=0-7
/proc/2594/stat : 2594 (march_hi) R 2592 2594 2594 0 -1 4202496 571 0 0 0 85 0 0 0 23 0 1 0 549145207 1974272 315 33554432000 4194304 4955518 140733487634000 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2594/statm: 482 315 104 186 0 295 0
[pid=2595] ppid=2580 vsize=375320 CPUtime=0 cores=0-7
/proc/2595/stat : 2595 (python) S 2580 2580 1221 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 549145210 384327680 5810 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 13732328489170731268 0 0 17 5 0 0 0
/proc/2595/statm: 93830 5810 348 364 0 29739 0
[pid=2597] ppid=2595 vsize=1928 CPUtime=0.81 cores=0-7
/proc/2597/stat : 2597 (march_hi) R 2595 2597 2597 0 -1 4202496 570 0 0 0 81 0 0 0 22 0 1 0 549145211 1974272 315 33554432000 4194304 4955518 140735918811776 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2597/statm: 482 315 104 186 0 295 0
[pid=2598] ppid=2580 vsize=385576 CPUtime=0 cores=0-7
/proc/2598/stat : 2598 (python) S 2580 2580 1221 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 549145214 394829824 5934 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 4657258580670382337 0 0 17 0 0 0 0
/proc/2598/statm: 96394 5934 348 364 0 32300 0
[pid=2600] ppid=2598 vsize=1928 CPUtime=0.77 cores=0-7
/proc/2600/stat : 2600 (march_hi) R 2598 2600 2600 0 -1 4202496 572 0 0 0 77 0 0 0 25 0 1 0 549145214 1974272 314 33554432000 4194304 4955518 140734599703472 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2600/statm: 482 314 104 186 0 295 0
[pid=2601] ppid=2580 vsize=395832 CPUtime=0 cores=0-7
/proc/2601/stat : 2601 (python) S 2580 2580 1221 0 -1 4202560 713 0 0 0 0 0 0 0 22 0 1 0 549145218 405331968 5934 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 3162236402586877951 0 0 17 1 0 0 0
/proc/2601/statm: 98958 5934 344 364 0 34861 0
[pid=2603] ppid=2601 vsize=454912 CPUtime=0.73 cores=0-7
/proc/2603/stat : 2603 (TNM) R 2601 2603 2603 0 -1 4202496 417 0 0 0 73 0 0 0 25 0 1 0 549145218 465829888 161 33554432000 134512640 135008748 4291429696 18446744073709551615 134527804 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2603/statm: 113728 161 46 122 0 112628 0
[pid=2604] ppid=2580 vsize=406088 CPUtime=0 cores=0-7
/proc/2604/stat : 2604 (python) S 2580 2580 1221 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 1 0 549145222 415834112 5856 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 5602249925225054465 0 0 17 1 0 0 0
/proc/2604/statm: 101522 5856 348 364 0 37422 0
[pid=2606] ppid=2604 vsize=1928 CPUtime=0.68 cores=0-7
/proc/2606/stat : 2606 (march_hi) R 2604 2606 2606 0 -1 4202496 574 0 0 0 68 0 0 0 25 0 1 0 549145224 1974272 310 33554432000 4194304 4955518 140736179988688 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2606/statm: 482 310 104 186 0 295 0
[pid=2607] ppid=2580 vsize=416344 CPUtime=0 cores=0-7
/proc/2607/stat : 2607 (python) S 2580 2580 1221 0 -1 4202560 783 0 0 0 0 0 0 0 18 0 1 0 549145226 426336256 5868 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 5602249925225054468 0 0 17 2 0 0 0
/proc/2607/statm: 104086 5868 354 364 0 39983 0
[pid=2609] ppid=2607 vsize=1928 CPUtime=0.65 cores=0-7
/proc/2609/stat : 2609 (march_hi) R 2607 2609 2609 0 -1 4202496 569 0 0 0 65 0 0 0 25 0 1 0 549145226 1974272 308 33554432000 4194304 4955518 140735211678768 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2609/statm: 482 308 104 186 0 295 0
[pid=2580/tid=2587] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2587/stat : 2587 (python) S 2578 2580 1221 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 549145199 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2590] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2590/stat : 2590 (python) S 2578 2580 1221 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 9 0 549145203 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 3 0 0 0
[pid=2580/tid=2593] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2593/stat : 2593 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 19 0 9 0 549145207 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2596] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2596/stat : 2596 (python) S 2578 2580 1221 0 -1 4202560 29 938 0 0 0 0 0 0 19 0 9 0 549145210 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 5 0 0 0
[pid=2580/tid=2599] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2599/stat : 2599 (python) S 2578 2580 1221 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 549145214 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2602] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2602/stat : 2602 (python) S 2578 2580 1221 0 -1 4202560 30 938 0 0 0 0 0 0 21 0 9 0 549145218 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 7 0 0 0
[pid=2580/tid=2605] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2605/stat : 2605 (python) S 2578 2580 1221 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 9 0 549145222 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
[pid=2580/tid=2608] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2608/stat : 2608 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 25 0 9 0 549145226 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 4822952

[startup+3.10117 s]
/proc/loadavg: 0.59 0.13 0.04 9/273 2609
/proc/meminfo: memFree=16762264/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=426588 CPUtime=0.75 cores=0-7
/proc/2580/stat : 2580 (python) S 2578 2580 1221 0 -1 4202496 15256 938 1 0 65 10 0 0 24 0 9 0 549145142 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 106647 7407 1889 364 0 42544 0
[pid=2586] ppid=2580 vsize=278588 CPUtime=0 cores=0-7
/proc/2586/stat : 2586 (python) S 2580 2580 1221 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 549145199 285274112 5557 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899727 0 0 16781312 514 2805737624344428803 0 0 17 1 0 0 0
/proc/2586/statm: 69647 5557 354 364 0 5565 0
[pid=2588] ppid=2586 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/2588/stat : 2588 (gnovelty+2) R 2586 2588 2588 0 -1 4202496 432 0 0 0 252 0 0 0 25 0 1 0 549145199 1042227200 169 33554432000 134512640 135663704 4290520288 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2588/statm: 254450 169 113 282 0 254166 0
[pid=2589] ppid=2580 vsize=289272 CPUtime=0 cores=0-7
/proc/2589/stat : 2589 (python) S 2580 2580 1221 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 549145203 296214528 5676 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 17077456277237367044 0 0 17 7 0 0 0
/proc/2589/statm: 72318 5676 348 364 0 8233 0
[pid=2591] ppid=2589 vsize=2060 CPUtime=2.49 cores=0-7
/proc/2591/stat : 2591 (march_hi) R 2589 2591 2591 0 -1 4202496 595 0 0 0 249 0 0 0 25 0 1 0 549145203 2109440 330 33554432000 4194304 4955518 140735105202352 18446744073709551615 4227709 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2591/statm: 515 330 104 186 0 328 0
[pid=2592] ppid=2580 vsize=365064 CPUtime=0 cores=0-7
/proc/2592/stat : 2592 (python) S 2580 2580 1221 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 1 0 549145207 373825536 5853 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 17077460675283878147 0 0 17 1 0 0 0
/proc/2592/statm: 91266 5853 348 364 0 27178 0
[pid=2594] ppid=2592 vsize=2060 CPUtime=2.45 cores=0-7
/proc/2594/stat : 2594 (march_hi) R 2592 2594 2594 0 -1 4202496 585 0 0 0 245 0 0 0 25 0 1 0 549145207 2109440 329 33554432000 4194304 4955518 140733487634000 18446744073709551615 4235488 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2594/statm: 515 329 104 186 0 328 0
[pid=2595] ppid=2580 vsize=375320 CPUtime=0 cores=0-7
/proc/2595/stat : 2595 (python) S 2580 2580 1221 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 1 0 549145210 384327680 5810 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 13732328489170731268 0 0 17 5 0 0 0
/proc/2595/statm: 93830 5810 348 364 0 29739 0
[pid=2597] ppid=2595 vsize=2060 CPUtime=2.41 cores=0-7
/proc/2597/stat : 2597 (march_hi) R 2595 2597 2597 0 -1 4202496 584 0 0 0 241 0 0 0 25 0 1 0 549145211 2109440 329 33554432000 4194304 4955518 140735918811776 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2597/statm: 515 329 104 186 0 328 0
[pid=2598] ppid=2580 vsize=385576 CPUtime=0 cores=0-7
/proc/2598/stat : 2598 (python) S 2580 2580 1221 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 549145214 394829824 5934 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 4657258580670382337 0 0 17 0 0 0 0
/proc/2598/statm: 96394 5934 348 364 0 32300 0
[pid=2600] ppid=2598 vsize=2060 CPUtime=2.37 cores=0-7
/proc/2600/stat : 2600 (march_hi) R 2598 2600 2600 0 -1 4202496 586 0 0 0 237 0 0 0 25 0 1 0 549145214 2109440 328 33554432000 4194304 4955518 140734599703472 18446744073709551615 4286523 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2600/statm: 515 328 104 186 0 328 0
[pid=2601] ppid=2580 vsize=395832 CPUtime=0 cores=0-7
/proc/2601/stat : 2601 (python) S 2580 2580 1221 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 549145218 405331968 5938 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 3162236402586845443 0 0 17 1 0 0 0
/proc/2601/statm: 98958 5938 348 364 0 34861 0
[pid=2603] ppid=2601 vsize=454912 CPUtime=2.31 cores=0-7
/proc/2603/stat : 2603 (TNM) R 2601 2603 2603 0 -1 4202496 417 0 0 0 231 0 0 0 25 0 1 0 549145218 465829888 161 33554432000 134512640 135008748 4291429696 18446744073709551615 134529414 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2603/statm: 113728 161 46 122 0 112628 0
[pid=2604] ppid=2580 vsize=406088 CPUtime=0 cores=0-7
/proc/2604/stat : 2604 (python) S 2580 2580 1221 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 549145222 415834112 5856 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 13147124420403233025 0 0 17 1 0 0 0
/proc/2604/statm: 101522 5856 348 364 0 37422 0
[pid=2606] ppid=2604 vsize=2060 CPUtime=2.27 cores=0-7
/proc/2606/stat : 2606 (march_hi) R 2604 2606 2606 0 -1 4202496 593 0 0 0 227 0 0 0 25 0 1 0 549145224 2109440 329 33554432000 4194304 4955518 140736179988688 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2606/statm: 515 329 104 186 0 328 0
[pid=2607] ppid=2580 vsize=416344 CPUtime=0 cores=0-7
/proc/2607/stat : 2607 (python) S 2580 2580 1221 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 549145226 426336256 5868 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 4477466439296450820 0 0 17 2 0 0 0
/proc/2607/statm: 104086 5868 354 364 0 39983 0
[pid=2609] ppid=2607 vsize=2060 CPUtime=2.24 cores=0-7
/proc/2609/stat : 2609 (march_hi) R 2607 2609 2609 0 -1 4202496 589 0 0 0 224 0 0 0 25 0 1 0 549145226 2109440 328 33554432000 4194304 4955518 140735211678768 18446744073709551615 4290065 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2609/statm: 515 328 104 186 0 328 0
[pid=2580/tid=2587] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2587/stat : 2587 (python) S 2578 2580 1221 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 549145199 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2590] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2590/stat : 2590 (python) S 2578 2580 1221 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 9 0 549145203 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 3 0 0 0
[pid=2580/tid=2593] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2593/stat : 2593 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 19 0 9 0 549145207 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2596] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2596/stat : 2596 (python) S 2578 2580 1221 0 -1 4202560 29 938 0 0 0 0 0 0 19 0 9 0 549145210 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 5 0 0 0
[pid=2580/tid=2599] ppid=2578 vsize=426588 CPUtime=0 cores=0-7

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

[pid=2607] ppid=2580 vsize=416344 CPUtime=1.51 cores=0-7
/proc/2607/stat : 2607 (python) R 2580 2580 1221 0 -1 4202560 875 0 0 0 130 21 0 0 17 0 1 0 549145226 426336256 5891 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/2607/statm: 104086 5891 377 364 0 39983 0
[pid=2609] ppid=2607 vsize=0 CPUtime=30.72 cores=0-7
/proc/2609/stat : 2609 (march_hi) R 2607 2609 2609 0 -1 4202500 870 0 0 0 3072 0 0 0 25 0 1 0 549145226 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2609/statm: 0 0 0 0 0 0 0
[pid=2580/tid=2587] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2587/stat : 2587 (python) S 2578 2580 1221 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 549145199 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2590] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2590/stat : 2590 (python) S 2578 2580 1221 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 9 0 549145203 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 3 0 0 0
[pid=2580/tid=2593] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2593/stat : 2593 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 19 0 9 0 549145207 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2596] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2596/stat : 2596 (python) S 2578 2580 1221 0 -1 4202560 29 938 0 0 0 0 0 0 19 0 9 0 549145210 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 5 0 0 0
[pid=2580/tid=2599] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2599/stat : 2599 (python) S 2578 2580 1221 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 549145214 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2602] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2602/stat : 2602 (python) S 2578 2580 1221 0 -1 4202560 30 938 0 0 0 0 0 0 21 0 9 0 549145218 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 7 0 0 0
[pid=2580/tid=2605] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2605/stat : 2605 (python) S 2578 2580 1221 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 9 0 549145222 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
[pid=2580/tid=2608] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2608/stat : 2608 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 25 0 9 0 549145226 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 259.49
Current children cumulated vsize (KiB) 4811384

[startup+33.3008 s]
/proc/loadavg: 3.63 0.91 0.31 16/273 2610
/proc/meminfo: memFree=16767664/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=426588 CPUtime=0.75 cores=0-7
/proc/2580/stat : 2580 (python) S 2578 2580 1221 0 -1 4202496 15256 938 1 0 65 10 0 0 24 0 9 0 549145142 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 106647 7407 1889 364 0 42544 0
[pid=2586] ppid=2580 vsize=278588 CPUtime=0.04 cores=0-7
/proc/2586/stat : 2586 (python) S 2580 2580 1221 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 549145199 285274112 5580 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899727 0 0 16781312 514 12606243860079673603 0 0 17 7 0 0 0
/proc/2586/statm: 69647 5580 377 364 0 5565 0
[pid=2588] ppid=2586 vsize=1017800 CPUtime=32.72 cores=0-7
/proc/2588/stat : 2588 (gnovelty+2) R 2586 2588 2588 0 -1 4202496 432 0 0 0 3271 1 0 0 25 0 1 0 549145199 1042227200 169 33554432000 134512640 135663704 4290520288 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2588/statm: 254450 169 113 282 0 254166 0
[pid=2589] ppid=2580 vsize=289272 CPUtime=2.05 cores=0-7
/proc/2589/stat : 2589 (python) R 2580 2580 1221 0 -1 4202560 923 0 0 0 177 28 0 0 18 0 1 0 549145203 296214528 5699 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/2589/statm: 72318 5699 371 364 0 8233 0
[pid=2591] ppid=2589 vsize=0 CPUtime=30.67 cores=0-7
/proc/2591/stat : 2591 (march_hi) R 2589 2591 2591 0 -1 4202500 875 0 0 0 3067 0 0 0 25 0 1 0 549145203 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2591/statm: 0 0 0 0 0 0 0
[pid=2592] ppid=2580 vsize=365064 CPUtime=2.03 cores=0-7
/proc/2592/stat : 2592 (python) R 2580 2580 1221 0 -1 4202560 810 0 0 0 172 31 0 0 18 0 1 0 549145207 373825536 5876 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/2592/statm: 91266 5876 371 364 0 27178 0
[pid=2594] ppid=2592 vsize=0 CPUtime=30.66 cores=0-7
/proc/2594/stat : 2594 (march_hi) R 2592 2594 2594 0 -1 4202500 866 0 0 0 3066 0 0 0 25 0 1 0 549145207 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/2594/statm: 0 0 0 0 0 0 0
[pid=2595] ppid=2580 vsize=375320 CPUtime=1.95 cores=0-7
/proc/2595/stat : 2595 (python) R 2580 2580 1221 0 -1 4202560 805 0 0 0 168 27 0 0 18 0 1 0 549145210 384327680 5833 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/2595/statm: 93830 5833 371 364 0 29739 0
[pid=2597] ppid=2595 vsize=0 CPUtime=30.64 cores=0-7
/proc/2597/stat : 2597 (march_hi) R 2595 2597 2597 0 -1 4202500 865 0 0 0 3064 0 0 0 25 0 1 0 549145211 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/2597/statm: 0 0 0 0 0 0 0
[pid=2598] ppid=2580 vsize=385576 CPUtime=1.89 cores=0-7
/proc/2598/stat : 2598 (python) R 2580 2580 1221 0 -1 4202560 816 0 0 0 167 22 0 0 17 0 1 0 549145214 394829824 5958 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/2598/statm: 96394 5958 372 364 0 32300 0
[pid=2600] ppid=2598 vsize=0 CPUtime=30.67 cores=0-7
/proc/2600/stat : 2600 (march_hi) R 2598 2600 2600 0 -1 4202500 867 0 0 0 3067 0 0 0 25 0 1 0 549145214 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/2600/statm: 0 0 0 0 0 0 0
[pid=2601] ppid=2580 vsize=395832 CPUtime=0.05 cores=0-7
/proc/2601/stat : 2601 (python) S 2580 2580 1221 0 -1 4202560 812 0 0 0 2 3 0 0 18 0 1 0 549145218 405331968 5961 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 12606243860079673603 0 0 17 7 0 0 0
/proc/2601/statm: 98958 5961 371 364 0 34861 0
[pid=2603] ppid=2601 vsize=454912 CPUtime=32.23 cores=0-7
/proc/2603/stat : 2603 (TNM) R 2601 2603 2603 0 -1 4202496 417 0 0 0 3223 0 0 0 25 0 1 0 549145218 465829888 161 33554432000 134512640 135008748 4291429696 18446744073709551615 134527332 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2603/statm: 113728 161 46 122 0 112628 0
[pid=2604] ppid=2580 vsize=406088 CPUtime=1.64 cores=0-7
/proc/2604/stat : 2604 (python) R 2580 2580 1221 0 -1 4202560 834 0 0 0 140 24 0 0 17 0 1 0 549145222 415834112 5879 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/2604/statm: 101522 5879 371 364 0 37422 0
[pid=2606] ppid=2604 vsize=0 CPUtime=30.67 cores=0-7
/proc/2606/stat : 2606 (march_hi) R 2604 2606 2606 0 -1 4202500 874 0 0 0 3067 0 0 0 25 0 1 0 549145224 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/2606/statm: 0 0 0 0 0 0 0
[pid=2607] ppid=2580 vsize=416344 CPUtime=1.71 cores=0-7
/proc/2607/stat : 2607 (python) R 2580 2580 1221 0 -1 4202560 875 0 0 0 146 25 0 0 17 0 1 0 549145226 426336256 5891 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/2607/statm: 104086 5891 377 364 0 39983 0
[pid=2609] ppid=2607 vsize=0 CPUtime=30.72 cores=0-7
/proc/2609/stat : 2609 (march_hi) R 2607 2609 2609 0 -1 4202500 870 0 0 0 3072 0 0 0 25 0 1 0 549145226 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2609/statm: 0 0 0 0 0 0 0
[pid=2580/tid=2587] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2587/stat : 2587 (python) S 2578 2580 1221 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 549145199 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2590] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2590/stat : 2590 (python) S 2578 2580 1221 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 9 0 549145203 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 3 0 0 0
[pid=2580/tid=2593] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2593/stat : 2593 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 19 0 9 0 549145207 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2596] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2596/stat : 2596 (python) S 2578 2580 1221 0 -1 4202560 29 938 0 0 0 0 0 0 19 0 9 0 549145210 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 5 0 0 0
[pid=2580/tid=2599] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2599/stat : 2599 (python) S 2578 2580 1221 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 549145214 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2602] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2602/stat : 2602 (python) S 2578 2580 1221 0 -1 4202560 30 938 0 0 0 0 0 0 21 0 9 0 549145218 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 7 0 0 0
[pid=2580/tid=2605] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2605/stat : 2605 (python) S 2578 2580 1221 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 9 0 549145222 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
[pid=2580/tid=2608] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2608/stat : 2608 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 25 0 9 0 549145226 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 261.09
Current children cumulated vsize (KiB) 4811384

[startup+33.4018 s]
/proc/loadavg: 3.63 0.91 0.31 16/273 2610
/proc/meminfo: memFree=16767664/32950904 swapFree=67082284/67111528
[pid=2580] ppid=2578 vsize=426588 CPUtime=0.75 cores=0-7
/proc/2580/stat : 2580 (python) S 2578 2580 1221 0 -1 4202496 15256 938 1 0 65 10 0 0 24 0 9 0 549145142 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 106647 7407 1889 364 0 42544 0
[pid=2586] ppid=2580 vsize=278588 CPUtime=0.04 cores=0-7
/proc/2586/stat : 2586 (python) S 2580 2580 1221 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 549145199 285274112 5580 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899727 0 0 16781312 514 12606243860079673603 0 0 17 7 0 0 0
/proc/2586/statm: 69647 5580 377 364 0 5565 0
[pid=2588] ppid=2586 vsize=1017800 CPUtime=32.82 cores=0-7
/proc/2588/stat : 2588 (gnovelty+2) R 2586 2588 2588 0 -1 4202496 432 0 0 0 3281 1 0 0 25 0 1 0 549145199 1042227200 169 33554432000 134512640 135663704 4290520288 18446744073709551615 134546992 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2588/statm: 254450 169 113 282 0 254166 0
[pid=2589] ppid=2580 vsize=289272 CPUtime=2.15 cores=0-7
/proc/2589/stat : 2589 (python) S 2580 2580 1221 0 -1 4202560 923 0 0 0 186 29 0 0 18 0 1 0 549145203 296214528 5699 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/2589/statm: 72318 5699 371 364 0 8233 0
[pid=2591] ppid=2589 vsize=0 CPUtime=30.67 cores=0-7
/proc/2591/stat : 2591 (march_hi) R 2589 2591 2591 0 -1 4202500 875 0 0 0 3067 0 0 0 25 0 1 0 549145203 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2591/statm: 0 0 0 0 0 0 0
[pid=2592] ppid=2580 vsize=365064 CPUtime=2.14 cores=0-7
/proc/2592/stat : 2592 (python) R 2580 2580 1221 0 -1 4202560 810 0 0 0 181 33 0 0 18 0 1 0 549145207 373825536 5876 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/2592/statm: 91266 5876 371 364 0 27178 0
[pid=2594] ppid=2592 vsize=0 CPUtime=30.66 cores=0-7
/proc/2594/stat : 2594 (march_hi) R 2592 2594 2594 0 -1 4202500 866 0 0 0 3066 0 0 0 25 0 1 0 549145207 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/2594/statm: 0 0 0 0 0 0 0
[pid=2595] ppid=2580 vsize=375320 CPUtime=2.06 cores=0-7
/proc/2595/stat : 2595 (python) R 2580 2580 1221 0 -1 4202560 805 0 0 0 178 28 0 0 18 0 1 0 549145210 384327680 5833 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/2595/statm: 93830 5833 371 364 0 29739 0
[pid=2597] ppid=2595 vsize=0 CPUtime=30.64 cores=0-7
/proc/2597/stat : 2597 (march_hi) R 2595 2597 2597 0 -1 4202500 865 0 0 0 3064 0 0 0 25 0 1 0 549145211 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/2597/statm: 0 0 0 0 0 0 0
[pid=2598] ppid=2580 vsize=385576 CPUtime=1.99 cores=0-7
/proc/2598/stat : 2598 (python) R 2580 2580 1221 0 -1 4202560 816 0 0 0 176 23 0 0 18 0 1 0 549145214 394829824 5958 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/2598/statm: 96394 5958 372 364 0 32300 0
[pid=2600] ppid=2598 vsize=0 CPUtime=30.67 cores=0-7
/proc/2600/stat : 2600 (march_hi) R 2598 2600 2600 0 -1 4202500 867 0 0 0 3067 0 0 0 25 0 1 0 549145214 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/2600/statm: 0 0 0 0 0 0 0
[pid=2601] ppid=2580 vsize=395832 CPUtime=0.05 cores=0-7
/proc/2601/stat : 2601 (python) S 2580 2580 1221 0 -1 4202560 812 0 0 0 2 3 0 0 18 0 1 0 549145218 405331968 5961 33554432000 4194304 5683644 140737031460416 18446744073709551615 237278899782 0 0 16781312 514 12606243860079673603 0 0 17 7 0 0 0
/proc/2601/statm: 98958 5961 371 364 0 34861 0
[pid=2603] ppid=2601 vsize=454912 CPUtime=32.33 cores=0-7
/proc/2603/stat : 2603 (TNM) R 2601 2603 2603 0 -1 4202496 417 0 0 0 3233 0 0 0 25 0 1 0 549145218 465829888 161 33554432000 134512640 135008748 4291429696 18446744073709551615 134527132 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2603/statm: 113728 161 46 122 0 112628 0
[pid=2604] ppid=2580 vsize=406088 CPUtime=1.74 cores=0-7
/proc/2604/stat : 2604 (python) R 2580 2580 1221 0 -1 4202560 834 0 0 0 149 25 0 0 17 0 1 0 549145222 415834112 5879 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/2604/statm: 101522 5879 371 364 0 37422 0
[pid=2606] ppid=2604 vsize=0 CPUtime=30.67 cores=0-7
/proc/2606/stat : 2606 (march_hi) R 2604 2606 2606 0 -1 4202500 874 0 0 0 3067 0 0 0 25 0 1 0 549145224 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/2606/statm: 0 0 0 0 0 0 0
[pid=2607] ppid=2580 vsize=416344 CPUtime=1.81 cores=0-7
/proc/2607/stat : 2607 (python) R 2580 2580 1221 0 -1 4202560 875 0 0 0 156 25 0 0 17 0 1 0 549145226 426336256 5891 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/2607/statm: 104086 5891 377 364 0 39983 0
[pid=2609] ppid=2607 vsize=0 CPUtime=30.72 cores=0-7
/proc/2609/stat : 2609 (march_hi) R 2607 2609 2609 0 -1 4202500 870 0 0 0 3072 0 0 0 25 0 1 0 549145226 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2609/statm: 0 0 0 0 0 0 0
[pid=2580/tid=2587] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2587/stat : 2587 (python) S 2578 2580 1221 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 549145199 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2590] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2590/stat : 2590 (python) S 2578 2580 1221 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 9 0 549145203 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 3 0 0 0
[pid=2580/tid=2593] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2593/stat : 2593 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 19 0 9 0 549145207 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2596] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2596/stat : 2596 (python) S 2578 2580 1221 0 -1 4202560 29 938 0 0 0 0 0 0 19 0 9 0 549145210 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 5 0 0 0
[pid=2580/tid=2599] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2599/stat : 2599 (python) S 2578 2580 1221 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 549145214 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 0 0 0 0
[pid=2580/tid=2602] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2602/stat : 2602 (python) S 2578 2580 1221 0 -1 4202560 30 938 0 0 0 0 0 0 21 0 9 0 549145218 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 7 0 0 0
[pid=2580/tid=2605] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2605/stat : 2605 (python) S 2578 2580 1221 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 9 0 549145222 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
[pid=2580/tid=2608] ppid=2578 vsize=426588 CPUtime=0 cores=0-7
/proc/2580/task/2608/stat : 2608 (python) S 2578 2580 1221 0 -1 4202560 75 938 0 0 0 0 0 0 25 0 9 0 549145226 436826112 7407 33554432000 4194304 5683644 140737031460416 18446744073709551615 237290703281 0 0 16781312 2 18446604453922487040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 261.91
Current children cumulated vsize (KiB) 4811384

Child status: 0
Real time (s): 33.4978
CPU time (s): 262.618
CPU user time (s): 260.688
CPU system time (s): 1.92971
CPU usage (%): 783.987
Max. virtual memory (cumulated for all children) (KiB): 4830444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.688
system time used= 1.92971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34425
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= 4802
involuntary context switches= 4667

runsolver used 0.099984 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-03 00:30:54
IDJOB=3322165
IDBENCH=82943
IDSOLVER=1712
FILE ID=node121/3322165-1304375454
RUNJOBID= node121-1304366467-1235
PBS_JOBID= 13181750
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1409021001-079.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-3322165-1304375454/watcher-3322165-1304375454 -o /tmp/evaluation-result-3322165-1304375454/solver-3322165-1304375454 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322165-1304375454.cnf -seed 391146895 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= cfd96c3ec450000d8fe8684f0b30ec79
RANDOM SEED=391146895

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      16820172 kB
Buffers:       2200392 kB
Cached:        9689476 kB
SwapCached:       2776 kB
Active:       12576312 kB
Inactive:      3016584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16820172 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           32316 kB
Writeback:           0 kB
AnonPages:     3701128 kB
Mapped:          20928 kB
Slab:           453284 kB
PageTables:      19480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 24723712 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= 73460 MiB
End job on node121 at 2011-05-03 00:31:27