Trace number 3317292

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 460.416 154.22

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1008065350-031.UNKNOWN.cnf
MD5SUMf9acc85431fa3756e8067132423a3a4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.234
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3317292-1304268652.cnf
0.37/0.63	c INFO: computing task features
0.37/0.64	c INFO: computed variable-clause graph statistics
0.37/0.64	c INFO: computed clause balance statistics
0.37/0.67	c INFO: computed variable balance statistics
0.45/0.70	c INFO: computed small-clause counts
0.45/0.70	c INFO: computed Horn-clause counts
0.45/0.70	c INFO: computed variable graph statistics
0.45/0.70	c INFO: collected features for HOME/instance-3317292-1304268652.cnf in 0.07 s
0.45/0.73	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.45/0.76	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.37)
0.45/0.79	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.37)
0.55/0.82	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.12)
460.00/154.19	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-3317292-1304268652/watcher-3317292-1304268652 -o /tmp/evaluation-result-3317292-1304268652/solver-3317292-1304268652 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317292-1304268652.cnf -seed 1544105914 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 8.29 8.18 6.29 8/259 28949
/proc/meminfo: memFree=29187796/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 538463426 15749120 696 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/28949/statm: 3845 696 334 364 0 332 0

[startup+0.0606541 s]
/proc/loadavg: 8.29 8.18 6.29 8/259 28949
/proc/meminfo: memFree=29187796/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=29788 CPUtime=0.03 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 1455 0 0 0 3 0 0 0 25 0 1 0 538463426 30502912 1296 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/28949/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100646 s]
/proc/loadavg: 8.29 8.18 6.29 8/259 28949
/proc/meminfo: memFree=29187796/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=93960 CPUtime=0.06 cores=1,3,5,7
/proc/28949/stat : 28949 (python) R 28947 28949 28463 0 -1 4202496 2692 0 0 0 4 2 0 0 25 0 1 0 538463426 96215040 2407 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28949/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300597 s]
/proc/loadavg: 8.29 8.18 6.29 8/259 28949
/proc/meminfo: memFree=29187796/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 5963 938 1 0 13 5 0 0 17 0 1 0 538463426 139005952 4151 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/28949/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700504 s]
/proc/loadavg: 8.29 8.18 6.29 8/259 28949
/proc/meminfo: memFree=29187796/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=278264 CPUtime=0.45 cores=1,3,5,7
/proc/28949/stat : 28949 (python) R 28947 28949 28463 0 -1 4202496 9309 938 1 0 35 10 0 0 16 0 1 0 538463426 284942336 6979 33554432000 4194304 5683644 140737089734000 18446744073709551615 47534738137439 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/28949/statm: 69566 6979 1827 364 0 5490 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278264

[startup+1.50136 s]
/proc/loadavg: 8.35 8.20 6.31 10/272 28966
/proc/meminfo: memFree=29148748/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 538463500 285286400 5565 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 4404898946741174271 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5565 354 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=0.42 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 42 0 0 0 20 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134525339 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 538463502 296239104 5682 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5682 348 364 0 8239 0
[pid=28960] ppid=28958 vsize=2132 CPUtime=0.72 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 592 0 0 0 72 0 0 0 22 0 1 0 538463503 2183168 328 33554432000 4194304 4955518 140733795254416 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 533 328 104 186 0 346 0
[pid=28961] ppid=28949 vsize=299044 CPUtime=0 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 538463505 306221056 5574 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5631373106321785095 0 0 17 3 0 0 0
/proc/28961/statm: 74761 5574 348 364 0 10673 0
[pid=28963] ppid=28961 vsize=2000 CPUtime=0.68 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 593 0 0 0 68 0 0 0 22 0 1 0 538463508 2048000 327 33554432000 4194304 4955518 140736962223056 18446744073709551615 4314275 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 500 327 104 186 0 313 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0 cores=1,3,5,7
/proc/28964/stat : 28964 (python) S 28949 28949 28463 0 -1 4202560 756 0 0 0 0 0 0 0 17 0 1 0 538463509 317345792 5715 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 4794464437677293829 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5715 348 364 0 13386 0
[pid=28966] ppid=28964 vsize=2000 CPUtime=0.32 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 582 0 0 0 32 0 0 0 24 0 1 0 538463509 2048000 321 33554432000 4194304 4955518 140734037957984 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 500 321 104 186 0 313 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 2520932

[startup+3.10107 s]
/proc/loadavg: 8.35 8.20 6.31 10/272 28966
/proc/meminfo: memFree=29147756/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 538463500 285286400 5565 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 4404898946741141768 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5565 354 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=1.22 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 122 0 0 0 22 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 538463502 296239104 5682 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5682 348 364 0 8239 0
[pid=28960] ppid=28958 vsize=2132 CPUtime=2.32 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 617 0 0 0 232 0 0 0 25 0 1 0 538463503 2183168 353 33554432000 4194304 4955518 140733795254416 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 533 353 104 186 0 346 0
[pid=28961] ppid=28949 vsize=299044 CPUtime=0 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 538463505 306221056 5574 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5631373106321785095 0 0 17 3 0 0 0
/proc/28961/statm: 74761 5574 348 364 0 10673 0
[pid=28963] ppid=28961 vsize=2132 CPUtime=2.28 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 619 0 0 0 228 0 0 0 25 0 1 0 538463508 2183168 353 33554432000 4194304 4955518 140736962223056 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 533 353 104 186 0 346 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0 cores=1,3,5,7
/proc/28964/stat : 28964 (python) S 28949 28949 28463 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538463509 317345792 5715 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 4794464437677293829 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5715 348 364 0 13386 0
[pid=28966] ppid=28964 vsize=2132 CPUtime=1.12 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 596 0 0 0 112 0 0 0 25 0 1 0 538463509 2183168 335 33554432000 4194304 4955518 140734037957984 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 533 335 104 186 0 346 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 2521196

[startup+6.30148 s]
/proc/loadavg: 8.35 8.20 6.31 10/272 28966
/proc/meminfo: memFree=29145648/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538463500 285286400 5588 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 4404898946741141768 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5588 377 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=2.8 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 280 0 0 0 25 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 898 0 0 0 0 0 0 0 15 0 1 0 538463502 296239104 5704 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5704 370 364 0 8239 0
[pid=28960] ppid=28958 vsize=2300 CPUtime=5.51 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 637 0 0 0 551 0 0 0 25 0 1 0 538463503 2355200 373 33554432000 4194304 4955518 140733795254416 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 575 373 104 186 0 388 0
[pid=28961] ppid=28949 vsize=299044 CPUtime=0 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538463505 306221056 5597 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5631373106321785095 0 0 17 3 0 0 0
/proc/28961/statm: 74761 5597 371 364 0 10673 0
[pid=28963] ppid=28961 vsize=2300 CPUtime=5.48 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 639 0 0 0 548 0 0 0 25 0 1 0 538463508 2355200 373 33554432000 4194304 4955518 140736962223056 18446744073709551615 4238776 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 575 373 104 186 0 388 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0 cores=1,3,5,7
/proc/28964/stat : 28964 (python) S 28949 28949 28463 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 538463509 317345792 5738 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 15103988211396870405 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5738 371 364 0 13386 0
[pid=28966] ppid=28964 vsize=2132 CPUtime=2.69 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 616 0 0 0 269 0 0 0 25 0 1 0 538463509 2183168 355 33554432000 4194304 4955518 140734037957984 18446744073709551615 4307152 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 533 355 104 186 0 346 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 2521532

[startup+12.7013 s]
/proc/loadavg: 8.45 8.22 6.33 10/272 28966
/proc/meminfo: memFree=29144788/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0.01 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 538463500 285286400 5588 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 10782690631273644296 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5588 377 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=6 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 600 0 0 0 25 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0.01 cores=1,3,5,7

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

/proc/meminfo: memFree=29207496/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0.23 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 939 0 0 0 11 12 0 0 18 0 1 0 538463500 285286400 5588 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 10782690631273644296 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5588 377 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=74.99 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 7499 0 0 0 25 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0.3 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 966 0 0 0 18 12 0 0 15 0 1 0 538463502 296239104 5705 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5705 371 364 0 8239 0
[pid=28960] ppid=28958 vsize=8408 CPUtime=150.8 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 2189 0 0 0 15080 0 0 0 25 0 1 0 538463503 8609792 1904 33554432000 4194304 4955518 140733795254416 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 2102 1904 104 186 0 1915 0
[pid=28961] ppid=28949 vsize=299176 CPUtime=0.29 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 966 0 0 0 16 13 0 0 15 0 1 0 538463505 306356224 5600 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5631373106321785095 0 0 17 3 0 0 0
/proc/28961/statm: 74794 5600 373 364 0 10706 0
[pid=28963] ppid=28961 vsize=8408 CPUtime=151.08 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 2194 0 0 0 15108 0 0 0 25 0 1 0 538463508 8609792 1907 33554432000 4194304 4955518 140736962223056 18446744073709551615 4210470 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 2102 1907 104 186 0 1915 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0.26 cores=1,3,5,7
/proc/28964/stat : 28964 (python) R 28949 28949 28463 0 -1 4202560 989 0 0 0 15 11 0 0 15 0 1 0 538463509 317345792 5738 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516830132 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5738 371 364 0 13386 0
[pid=28966] ppid=28964 vsize=4784 CPUtime=74.86 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 1109 0 0 0 7486 0 0 0 25 0 1 0 538463509 4898816 848 33554432000 4194304 4955518 140734037957984 18446744073709551615 4224638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 1196 848 104 186 0 1009 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 453.39
Current children cumulated vsize (KiB) 2536532

[startup+153.501 s]
/proc/loadavg: 9.15 8.58 6.73 10/236 29112
/proc/meminfo: memFree=29207372/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0.24 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 940 0 0 0 12 12 0 0 18 0 1 0 538463500 285286400 5588 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 10782690631273644296 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5588 377 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=75.79 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 7579 0 0 0 25 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134545534 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0.3 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 969 0 0 0 18 12 0 0 15 0 1 0 538463502 296239104 5705 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5705 371 364 0 8239 0
[pid=28960] ppid=28958 vsize=10996 CPUtime=152.39 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 2217 0 0 0 15239 0 0 0 25 0 1 0 538463503 11259904 1932 33554432000 4194304 4955518 140733795254416 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 2749 1932 104 186 0 2562 0
[pid=28961] ppid=28949 vsize=299176 CPUtime=0.31 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 967 0 0 0 17 14 0 0 15 0 1 0 538463505 306356224 5600 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5631373106321785095 0 0 17 3 0 0 0
/proc/28961/statm: 74794 5600 373 364 0 10706 0
[pid=28963] ppid=28961 vsize=10996 CPUtime=152.68 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 2221 0 0 0 15268 0 0 0 25 0 1 0 538463508 11259904 1934 33554432000 4194304 4955518 140736962223056 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 2749 1934 104 186 0 2562 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0.27 cores=1,3,5,7
/proc/28964/stat : 28964 (python) S 28949 28949 28463 0 -1 4202560 989 0 0 0 15 12 0 0 15 0 1 0 538463509 317345792 5738 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 4794464437677293829 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5738 371 364 0 13386 0
[pid=28966] ppid=28964 vsize=4784 CPUtime=75.65 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 1113 0 0 0 7565 0 0 0 25 0 1 0 538463509 4898816 852 33554432000 4194304 4955518 140734037957984 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 1196 852 104 186 0 1009 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 458.21
Current children cumulated vsize (KiB) 2541708

[startup+153.901 s]
/proc/loadavg: 9.15 8.58 6.73 10/236 29112
/proc/meminfo: memFree=29207000/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0.24 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 940 0 0 0 12 12 0 0 18 0 1 0 538463500 285286400 5588 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 10782690631273644296 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5588 377 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=75.99 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 7599 0 0 0 25 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0.3 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 969 0 0 0 18 12 0 0 15 0 1 0 538463502 296239104 5705 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5705 371 364 0 8239 0
[pid=28960] ppid=28958 vsize=10996 CPUtime=152.8 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 2224 0 0 0 15280 0 0 0 25 0 1 0 538463503 11259904 1939 33554432000 4194304 4955518 140733795254416 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 2749 1939 104 186 0 2562 0
[pid=28961] ppid=28949 vsize=299176 CPUtime=0.31 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 967 0 0 0 17 14 0 0 15 0 1 0 538463505 306356224 5600 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5601791871257903367 0 0 17 3 0 0 0
/proc/28961/statm: 74794 5600 373 364 0 10706 0
[pid=28963] ppid=28961 vsize=10996 CPUtime=153.08 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 2228 0 0 0 15308 0 0 0 25 0 1 0 538463508 11259904 1941 33554432000 4194304 4955518 140736962223056 18446744073709551615 4290777 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 2749 1941 104 186 0 2562 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0.27 cores=1,3,5,7
/proc/28964/stat : 28964 (python) S 28949 28949 28463 0 -1 4202560 989 0 0 0 15 12 0 0 15 0 1 0 538463509 317345792 5738 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 4794464437677293829 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5738 371 364 0 13386 0
[pid=28966] ppid=28964 vsize=4784 CPUtime=75.85 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 1114 0 0 0 7585 0 0 0 25 0 1 0 538463509 4898816 853 33554432000 4194304 4955518 140734037957984 18446744073709551615 4263664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 1196 853 104 186 0 1009 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 459.42
Current children cumulated vsize (KiB) 2541708

[startup+154.101 s]
/proc/loadavg: 9.15 8.58 6.73 10/236 29112
/proc/meminfo: memFree=29207000/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=320152 CPUtime=0.58 cores=1,3,5,7
/proc/28949/stat : 28949 (python) S 28947 28949 28463 0 -1 4202496 12334 938 1 0 47 11 0 0 22 0 5 0 538463426 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28949/statm: 80038 7252 1881 364 0 15947 0
[pid=28955] ppid=28949 vsize=278600 CPUtime=0.24 cores=1,3,5,7
/proc/28955/stat : 28955 (python) S 28949 28949 28463 0 -1 4202560 940 0 0 0 12 12 0 0 18 0 1 0 538463500 285286400 5588 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854287 0 0 16781312 514 10782690631273644296 0 0 17 7 0 0 0
/proc/28955/statm: 69650 5588 377 364 0 5568 0
[pid=28957] ppid=28955 vsize=1017800 CPUtime=76.09 cores=1,3,5,7
/proc/28957/stat : 28957 (gnovelty+2) R 28955 28957 28957 0 -1 4202496 436 0 0 0 7609 0 0 0 25 0 1 0 538463500 1042227200 174 33554432000 134512640 135663704 4288913440 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28957/statm: 254450 174 113 282 0 254166 0
[pid=28958] ppid=28949 vsize=289296 CPUtime=0.3 cores=1,3,5,7
/proc/28958/stat : 28958 (python) S 28949 28949 28463 0 -1 4202560 969 0 0 0 18 12 0 0 15 0 1 0 538463502 296239104 5705 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/28958/statm: 72324 5705 371 364 0 8239 0
[pid=28960] ppid=28958 vsize=10996 CPUtime=152.99 cores=1,3,5,7
/proc/28960/stat : 28960 (march_hi) R 28958 28960 28960 0 -1 4202496 2226 0 0 0 15299 0 0 0 25 0 1 0 538463503 11259904 1941 33554432000 4194304 4955518 140733795254416 18446744073709551615 4289745 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28960/statm: 2749 1941 104 186 0 2562 0
[pid=28961] ppid=28949 vsize=299176 CPUtime=0.31 cores=1,3,5,7
/proc/28961/stat : 28961 (python) S 28949 28949 28463 0 -1 4202560 967 0 0 0 17 14 0 0 15 0 1 0 538463505 306356224 5600 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 5631373106321785095 0 0 17 3 0 0 0
/proc/28961/statm: 74794 5600 373 364 0 10706 0
[pid=28963] ppid=28961 vsize=10996 CPUtime=153.28 cores=1,3,5,7
/proc/28963/stat : 28963 (march_hi) R 28961 28963 28963 0 -1 4202496 2231 0 0 0 15328 0 0 0 25 0 1 0 538463508 11259904 1944 33554432000 4194304 4955518 140736962223056 18446744073709551615 4282766 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28963/statm: 2749 1944 104 186 0 2562 0
[pid=28964] ppid=28949 vsize=309908 CPUtime=0.27 cores=1,3,5,7
/proc/28964/stat : 28964 (python) S 28949 28949 28463 0 -1 4202560 989 0 0 0 15 12 0 0 15 0 1 0 538463509 317345792 5738 33554432000 4194304 5683644 140737089734000 18446744073709551615 246516854342 0 0 16781312 514 4794464437677293829 0 0 17 3 0 0 0
/proc/28964/statm: 77477 5738 371 364 0 13386 0
[pid=28966] ppid=28964 vsize=4784 CPUtime=75.94 cores=1,3,5,7
/proc/28966/stat : 28966 (march_hi) R 28964 28966 28966 0 -1 4202496 1115 0 0 0 7594 0 0 0 25 0 1 0 538463509 4898816 854 33554432000 4194304 4955518 140734037957984 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28966/statm: 1196 854 104 186 0 1009 0
[pid=28949/tid=28956] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28956/stat : 28956 (python) S 28947 28949 28463 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 538463500 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28959] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28959/stat : 28959 (python) S 28947 28949 28463 0 -1 4202560 20 938 0 0 0 0 0 0 20 0 5 0 538463503 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 7 0 0 0
[pid=28949/tid=28962] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28962/stat : 28962 (python) S 28947 28949 28463 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538463506 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
[pid=28949/tid=28965] ppid=28947 vsize=320152 CPUtime=0 cores=1,3,5,7
/proc/28949/task/28965/stat : 28965 (python) S 28947 28949 28463 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 538463509 327835648 7252 33554432000 4194304 5683644 140737089734000 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006912 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 2541708

[startup+154.201 s]
/proc/loadavg: 9.15 8.58 6.73 10/236 29112
/proc/meminfo: memFree=29207000/32951124 swapFree=67102756/67111528
[pid=28949] ppid=28947 vsize=309848 CPUtime=460.38 cores=1,3,5,7
/proc/28949/stat : 28949 (python) R 28947 28949 28463 0 -1 4202496 13685 11190 1 0 47 12 45925 54 17 0 1 0 538463426 317284352 7240 33554432000 4194304 5683644 140737089734000 18446744073709551615 5116756 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28949/statm: 77462 7240 1873 364 0 13386 0
Current children cumulated CPU time (s) 460.38
Current children cumulated vsize (KiB) 309848

Child status: 0
Real time (s): 154.22
CPU time (s): 460.416
CPU user time (s): 459.742
CPU system time (s): 0.673897
CPU usage (%): 298.545
Max. virtual memory (cumulated for all children) (KiB): 2541708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.742
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27906
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= 4828
involuntary context switches= 5969

runsolver used 0.301954 second user time and 0.777881 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-01 18:50:52
IDJOB=3317292
IDBENCH=82757
IDSOLVER=1705
FILE ID=node134/3317292-1304268652
RUNJOBID= node134-1304267281-28482
PBS_JOBID= 13173945
Free space on /tmp= 72488 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1008065350-031.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-3317292-1304268652/watcher-3317292-1304268652 -o /tmp/evaluation-result-3317292-1304268652/solver-3317292-1304268652 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317292-1304268652.cnf -seed 1544105914 -budget 4800 -cores 4

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

MD5SUM BENCH= f9acc85431fa3756e8067132423a3a4a
RANDOM SEED=1544105914

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29187828 kB
Buffers:       1060700 kB
Cached:        1656224 kB
SwapCached:       4712 kB
Active:         936992 kB
Inactive:      2404260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29187828 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           31924 kB
Writeback:           0 kB
AnonPages:      622100 kB
Mapped:          23160 kB
Slab:           342720 kB
PageTables:      19320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15979872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72448 MiB
End job on node134 at 2011-05-01 18:53:27