Trace number 3484549

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-seq-random (fixed, 1200 s timeout)UNSAT 246.599 246.594

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.264
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.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3484549-1307757815.cnf
0.30/0.47	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3484549-1307757815.cnf in 0.08 s
0.39/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
100.50/100.67	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.37)
246.46/246.57	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.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484549-1307757815/watcher-3484549-1307757815 -o /tmp/evaluation-result-3484549-1307757815/solver-3484549-1307757815 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484549-1307757815.cnf -seed 1142113541 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.62 2.15 2.06 4/196 15977
/proc/meminfo: memFree=31454832/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=15380 CPUtime=0 cores=4,6
/proc/15977/stat : 15977 (python) R 15975 15977 12804 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 887380195 15749120 693 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970549904 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15977/statm: 3845 693 332 364 0 332 0

[startup+0.100346 s]
/proc/loadavg: 4.62 2.15 2.06 4/196 15977
/proc/meminfo: memFree=31454832/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=104224 CPUtime=0.06 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 3067 0 0 0 4 2 0 0 17 0 1 0 887380195 106725376 2747 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/15977/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.200224 s]
/proc/loadavg: 4.62 2.15 2.06 4/196 15977
/proc/meminfo: memFree=31454832/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=131292 CPUtime=0.15 cores=4,6
/proc/15977/stat : 15977 (python) R 15975 15977 12804 0 -1 4202496 5708 933 1 0 11 4 0 0 19 0 1 0 887380195 134443008 4099 33554432000 4194304 5683644 140733429663904 18446744073709551615 4622872 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15977/statm: 32823 4099 1015 364 0 3084 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131292

[startup+0.305261 s]
/proc/loadavg: 4.62 2.15 2.06 4/196 15977
/proc/meminfo: memFree=31454832/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=198916 CPUtime=0.22 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 6989 933 1 0 16 6 0 0 17 0 1 0 887380195 203689984 5026 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/15977/statm: 49729 5026 1454 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700193 s]
/proc/loadavg: 4.62 2.15 2.06 4/196 15977
/proc/meminfo: memFree=31454832/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 288720

[startup+1.50107 s]
/proc/loadavg: 4.62 2.15 2.06 5/200 15985
/proc/meminfo: memFree=31430760/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
[pid=15983] ppid=15977 vsize=278476 CPUtime=0 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 887380251 285159424 5528 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570255 0 0 16781312 514 11331297459805618175 0 0 17 4 0 0 0
/proc/15983/statm: 69619 5528 354 364 0 5537 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=0.93 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) R 15983 15985 15985 0 -1 4202496 434 0 0 0 93 0 0 0 21 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15977/tid=15984] ppid=15975 vsize=288720 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 887380251 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1584996

[startup+3.10078 s]
/proc/loadavg: 4.62 2.15 2.06 5/200 15985
/proc/meminfo: memFree=31430784/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
[pid=15983] ppid=15977 vsize=278476 CPUtime=0 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 887380251 285159424 5528 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570255 0 0 16781312 514 11331297459805585667 0 0 17 4 0 0 0
/proc/15983/statm: 69619 5528 354 364 0 5537 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=2.53 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) R 15983 15985 15985 0 -1 4202496 434 0 0 0 253 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134524755 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15977/tid=15984] ppid=15975 vsize=288720 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 887380251 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1584996

[startup+6.30119 s]
/proc/loadavg: 4.57 2.18 2.07 5/200 15985
/proc/meminfo: memFree=31429508/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
[pid=15983] ppid=15977 vsize=278476 CPUtime=0 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 887380251 285159424 5550 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570255 0 0 16781312 514 11331297459805585667 0 0 17 4 0 0 0
/proc/15983/statm: 69619 5550 376 364 0 5537 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=5.73 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) R 15983 15985 15985 0 -1 4202496 434 0 0 0 573 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15977/tid=15984] ppid=15975 vsize=288720 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 887380251 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1584996

[startup+12.7011 s]
/proc/loadavg: 4.68 2.24 2.09 5/200 15985
/proc/meminfo: memFree=31429784/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
[pid=15983] ppid=15977 vsize=278476 CPUtime=0 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 887380251 285159424 5551 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570255 0 0 16781312 514 12705094353463247107 0 0 17 4 0 0 0
/proc/15983/statm: 69619 5551 377 364 0 5537 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=12.13 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) R 15983 15985 15985 0 -1 4202496 434 0 0 0 1213 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134544161 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15977/tid=15984] ppid=15975 vsize=288720 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 887380251 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1584996

[startup+25.5009 s]
/proc/loadavg: 4.53 2.33 2.12 5/200 15986
/proc/meminfo: memFree=31430616/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
[pid=15983] ppid=15977 vsize=278476 CPUtime=0.02 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 875 0 0 0 1 1 0 0 18 0 1 0 887380251 285159424 5551 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570255 0 0 16781312 514 12705094353463247107 0 0 17 4 0 0 0
/proc/15983/statm: 69619 5551 377 364 0 5537 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=24.92 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) R 15983 15985 15985 0 -1 4202496 434 0 0 0 2492 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15977/tid=15984] ppid=15975 vsize=288720 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 887380251 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1584996

[startup+51.1005 s]
/proc/loadavg: 4.35 2.46 2.17 5/208 15995
/proc/meminfo: memFree=31421248/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=288720 CPUtime=0.45 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 9760 933 1 0 37 8 0 0 19 0 2 0 887380195 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 72180 7044 1867 364 0 8098 0
[pid=15983] ppid=15977 vsize=278476 CPUtime=0.04 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 888 0 0 0 2 2 0 0 18 0 1 0 887380251 285159424 5551 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570255 0 0 16781312 514 12705094353463247107 0 0 17 4 0 0 0
/proc/15983/statm: 69619 5551 377 364 0 5537 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=50.49 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) R 15983 15985 15985 0 -1 4202496 434 0 0 0 5049 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134525479 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15977/tid=15984] ppid=15975 vsize=288720 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 887380251 295649280 7044 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1584996

[startup+102.301 s]
/proc/loadavg: 4.15 2.70 2.27 5/216 16005
/proc/meminfo: memFree=31410880/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 887390263 296235008 5681 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5681 348 364 0 8238 0
[pid=16004] ppid=16002 vsize=2464 CPUtime=1.62 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 673 0 0 0 162 0 0 0 25 0 1 0 887390263 2523136 409 33554432000 4194304 4955518 140733933645440 18446744073709551615 4290165 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 616 409 104 186 0 429 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 1897812

[startup+162.3 s]
/proc/loadavg: 4.05 2.93 2.37 5/228 16019
/proc/meminfo: memFree=31384608/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6

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

/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4686 0 0 0 13595 1 0 0 25 0 1 0 887390263 27070464 4422 33554432000 4194304 4955518 140733933645440 18446744073709551615 4227935 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4422 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 236.73
Current children cumulated vsize (KiB) 1921784

[startup+243.207 s]
/proc/loadavg: 4.12 3.21 2.51 5/228 16022
/proc/meminfo: memFree=31361036/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0.21 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 973 0 0 0 12 9 0 0 15 0 1 0 887390263 296235008 5705 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5705 372 364 0 8238 0
[pid=16004] ppid=16002 vsize=26436 CPUtime=142.36 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4833 0 0 0 14235 1 0 0 25 0 1 0 887390263 27070464 4569 33554432000 4194304 4955518 140733933645440 18446744073709551615 4286523 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4569 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 243.15
Current children cumulated vsize (KiB) 1921784

[startup+244.801 s]
/proc/loadavg: 4.12 3.21 2.51 5/232 16026
/proc/meminfo: memFree=31355424/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0.21 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 973 0 0 0 12 9 0 0 15 0 1 0 887390263 296235008 5705 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5705 372 364 0 8238 0
[pid=16004] ppid=16002 vsize=26436 CPUtime=143.95 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4868 0 0 0 14394 1 0 0 25 0 1 0 887390263 27070464 4604 33554432000 4194304 4955518 140733933645440 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4604 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 244.74
Current children cumulated vsize (KiB) 1921784

[startup+245.601 s]
/proc/loadavg: 4.11 3.22 2.52 5/232 16026
/proc/meminfo: memFree=31354556/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0.21 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 974 0 0 0 12 9 0 0 15 0 1 0 887390263 296235008 5705 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5705 372 364 0 8238 0
[pid=16004] ppid=16002 vsize=26436 CPUtime=144.75 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4885 0 0 0 14474 1 0 0 25 0 1 0 887390263 27070464 4621 33554432000 4194304 4955518 140733933645440 18446744073709551615 4263571 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4621 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 245.54
Current children cumulated vsize (KiB) 1921784

[startup+246.001 s]
/proc/loadavg: 4.11 3.22 2.52 5/232 16026
/proc/meminfo: memFree=31354556/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0.21 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 974 0 0 0 12 9 0 0 15 0 1 0 887390263 296235008 5705 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5705 372 364 0 8238 0
[pid=16004] ppid=16002 vsize=26436 CPUtime=145.15 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4895 0 0 0 14514 1 0 0 25 0 1 0 887390263 27070464 4631 33554432000 4194304 4955518 140733933645440 18446744073709551615 4224773 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4631 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 245.94
Current children cumulated vsize (KiB) 1921784

[startup+246.401 s]
/proc/loadavg: 4.11 3.22 2.52 6/232 16026
/proc/meminfo: memFree=31354308/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0.22 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 974 0 0 0 12 10 0 0 15 0 1 0 887390263 296235008 5705 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5705 372 364 0 8238 0
[pid=16004] ppid=16002 vsize=26436 CPUtime=145.56 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4903 0 0 0 14555 1 0 0 25 0 1 0 887390263 27070464 4639 33554432000 4194304 4955518 140733933645440 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4639 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 246.36
Current children cumulated vsize (KiB) 1921784

[startup+246.508 s]
/proc/loadavg: 4.11 3.22 2.52 6/232 16026
/proc/meminfo: memFree=31354308/32951132 swapFree=67052544/67111528
[pid=15977] ppid=15975 vsize=299536 CPUtime=0.46 cores=4,6
/proc/15977/stat : 15977 (python) S 15975 15977 12804 0 -1 4202496 10571 933 1 0 38 8 0 0 20 0 3 0 887380195 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15977/statm: 74884 7207 1870 364 0 10799 0
[pid=15983] ppid=15977 vsize=288720 CPUtime=0.11 cores=4,6
/proc/15983/stat : 15983 (python) S 15977 15977 12804 0 -1 4202560 1140 0 0 0 6 5 0 0 19 0 2 0 887380251 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15983/statm: 72180 5595 416 364 0 8098 0
[pid=15985] ppid=15983 vsize=1017800 CPUtime=100.01 cores=4,6
/proc/15985/stat : 15985 (gnovelty+2) T 15983 15985 15985 0 -1 4202496 434 0 0 0 10001 0 0 0 25 0 1 0 887380251 1042227200 173 33554432000 134512640 135663704 4286591744 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15985/statm: 254450 173 113 282 0 254166 0
[pid=15983/tid=16001] ppid=15977 vsize=288720 CPUtime=0 cores=4,6
/proc/15983/task/16001/stat : 16001 (python) S 15977 15977 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887390262 295649280 5595 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 514 18446604446961031936 0 0 -1 6 0 0 0
[pid=16002] ppid=15977 vsize=289292 CPUtime=0.22 cores=4,6
/proc/16002/stat : 16002 (python) S 15977 15977 12804 0 -1 4202560 974 0 0 0 12 10 0 0 15 0 1 0 887390263 296235008 5705 33554432000 4194304 5683644 140733429663904 18446744073709551615 242970570310 0 0 16781312 514 4567925459936837892 0 0 17 4 0 0 0
/proc/16002/statm: 72323 5705 372 364 0 8238 0
[pid=16004] ppid=16002 vsize=26436 CPUtime=145.66 cores=4,6
/proc/16004/stat : 16004 (march_hi) R 16002 16004 16004 0 -1 4202496 4905 0 0 0 14565 1 0 0 25 0 1 0 887390263 27070464 4641 33554432000 4194304 4955518 140733933645440 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16004/statm: 6609 4641 104 186 0 6422 0
[pid=15977/tid=15984] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/15984/stat : 15984 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 887380251 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
[pid=15977/tid=16003] ppid=15975 vsize=299536 CPUtime=0 cores=4,6
/proc/15977/task/16003/stat : 16003 (python) S 15975 15977 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 887390263 306724864 7207 33554432000 4194304 5683644 140733429663904 18446744073709551615 242982373809 0 0 16781312 2 18446604453850080384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 246.46
Current children cumulated vsize (KiB) 1921784

Child status: 0
Real time (s): 246.594
CPU time (s): 246.599
CPU user time (s): 246.325
CPU system time (s): 0.273958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1921784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.325
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23563
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= 1854
involuntary context switches= 1293

runsolver used 0.465929 second user time and 0.887865 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 04:03:35
IDJOB=3484549
IDBENCH=83060
IDSOLVER=1975
FILE ID=node128/3484549-1307757815
RUNJOBID= node128-1307757757-15759
PBS_JOBID= 13550829
Free space on /tmp= 74032 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484549-1307757815/watcher-3484549-1307757815 -o /tmp/evaluation-result-3484549-1307757815/solver-3484549-1307757815 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484549-1307757815.cnf -seed 1142113541 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=1142113541

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31455144 kB
Buffers:        252748 kB
Cached:         938852 kB
SwapCached:      11368 kB
Active:         448800 kB
Inactive:       836904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31455144 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           40528 kB
Writeback:           0 kB
AnonPages:       92240 kB
Mapped:          17504 kB
Slab:           140140 kB
PageTables:       8752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3484324 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74000 MiB
End job on node128 at 2011-06-11 04:07:42