Trace number 3387025

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)UNSAT 1157.94 1153.77

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
MD5SUMf9a60c414c65108f1df33ba3a81b8715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark352.104
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.64	c INFO: solving HOME/instance-3387025-1305596156.cnf
0.37/0.64	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.68	c INFO: computed clause balance statistics
0.55/0.87	c INFO: computed variable balance statistics
0.65/0.94	c INFO: computed small-clause counts
0.65/0.94	c INFO: computed Horn-clause counts
0.65/0.94	c INFO: computed variable graph statistics
0.65/0.94	c INFO: collected features for HOME/instance-3387025-1305596156.cnf in 0.30 s
0.65/0.97	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.55)
101.34/101.36	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.09)
201.09/200.74	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
300.80/300.14	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.03)
401.56/400.53	c INFO: running adaptg2wsat2009++@0 for 97 with 4600 remaining (b = 0.03)
501.31/499.93	c INFO: running gnovelty+2@0 for 97 with 4500 remaining (b = 0.02)
602.06/600.34	c INFO: running FH@0 for 97 with 4400 remaining (b = 0.02)
701.79/699.75	c INFO: running adaptg2wsat2009++@99 for 97 with 4301 remaining (b = 0.01)
801.70/799.22	c INFO: running march_hi@0 for 2134 with 4201 remaining (b = 0.30)
1157.68/1153.75	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: 961)

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-3387025-1305596156/watcher-3387025-1305596156 -o /tmp/evaluation-result-3387025-1305596156/solver-3387025-1305596156 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387025-1305596156.cnf -seed 887210121 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 3.19 3.11 3.04 3/458 28461
/proc/meminfo: memFree=21403512/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 1000 0 0 0 0 0 0 0 17 0 1 0 671213776 16629760 873 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/28461/statm: 4060 873 371 364 0 547 0

[startup+0.0886941 s]
/proc/loadavg: 3.19 3.11 3.04 3/458 28461
/proc/meminfo: memFree=21403512/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=84524 CPUtime=0.06 cores=0,2,4,6
/proc/28461/stat : 28461 (python) R 28459 28461 26973 0 -1 4202496 2183 0 0 0 4 2 0 0 17 0 1 0 671213776 86552576 1934 33554432000 4194304 5683644 140735721518448 18446744073709551615 232330930069 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28461/statm: 21131 1942 565 364 0 1335 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84524

[startup+0.100704 s]
/proc/loadavg: 3.19 3.11 3.04 3/458 28461
/proc/meminfo: memFree=21403512/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=91828 CPUtime=0.07 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 2678 0 0 0 5 2 0 0 17 0 1 0 671213776 94031872 2394 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/28461/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 91828

[startup+0.300672 s]
/proc/loadavg: 3.19 3.11 3.04 3/458 28461
/proc/meminfo: memFree=21403512/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 5976 939 1 0 14 4 0 0 18 0 1 0 671213776 139005952 4149 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335888389 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/28461/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70063 s]
/proc/loadavg: 3.19 3.11 3.04 3/458 28461
/proc/meminfo: memFree=21403512/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=279652 CPUtime=0.45 cores=0,2,4,6
/proc/28461/stat : 28461 (python) R 28459 28461 26973 0 -1 4202496 9718 939 1 0 35 10 0 0 17 0 1 0 671213776 286363648 7298 33554432000 4194304 5683644 140735721518448 18446744073709551615 4529349 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28461/statm: 69913 7298 1826 364 0 5837 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 279652

[startup+1.50047 s]
/proc/loadavg: 3.19 3.11 3.04 4/462 28470
/proc/meminfo: memFree=21377684/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=289192 CPUtime=0.72 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10016 939 1 0 62 10 0 0 19 0 2 0 671213776 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 72298 7203 1877 364 0 8216 0
[pid=28468] ppid=28461 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 671213874 285642752 5676 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912463 0 0 16781312 514 4282487568441802751 0 0 17 4 0 0 0
/proc/28468/statm: 69737 5676 354 364 0 5655 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=0.51 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) R 28468 28470 28470 0 -1 4202496 515 0 0 0 51 0 0 0 20 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 2 0 671213874 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1586072

[startup+3.10121 s]
/proc/loadavg: 3.19 3.11 3.04 4/462 28470
/proc/meminfo: memFree=21376568/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=289192 CPUtime=0.72 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10016 939 1 0 62 10 0 0 19 0 2 0 671213776 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 72298 7203 1877 364 0 8216 0
[pid=28468] ppid=28461 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 671213874 285642752 5676 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912463 0 0 16781312 514 4282487568441770244 0 0 17 4 0 0 0
/proc/28468/statm: 69737 5676 354 364 0 5655 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=2.11 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) R 28468 28470 28470 0 -1 4202496 515 0 0 0 211 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 2 0 671213874 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1586072

[startup+6.30064 s]
/proc/loadavg: 3.17 3.11 3.04 4/462 28470
/proc/meminfo: memFree=21375944/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=289192 CPUtime=0.72 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10016 939 1 0 62 10 0 0 19 0 2 0 671213776 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 72298 7203 1877 364 0 8216 0
[pid=28468] ppid=28461 vsize=278948 CPUtime=0.01 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 876 0 0 0 0 1 0 0 18 0 1 0 671213874 285642752 5699 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912463 0 0 16781312 514 4282487568441770244 0 0 17 6 0 0 0
/proc/28468/statm: 69737 5699 377 364 0 5655 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=5.31 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) R 28468 28470 28470 0 -1 4202496 515 0 0 0 531 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 2 0 671213874 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1586072

[startup+12.7005 s]
/proc/loadavg: 3.16 3.10 3.04 4/462 28470
/proc/meminfo: memFree=21375400/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=289192 CPUtime=0.72 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10016 939 1 0 62 10 0 0 19 0 2 0 671213776 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 72298 7203 1877 364 0 8216 0
[pid=28468] ppid=28461 vsize=278948 CPUtime=0.03 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 879 0 0 0 2 1 0 0 18 0 1 0 671213874 285642752 5699 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912463 0 0 16781312 514 13603949507216638212 0 0 17 6 0 0 0
/proc/28468/statm: 69737 5699 377 364 0 5655 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=11.71 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) R 28468 28470 28470 0 -1 4202496 515 0 0 0 1171 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 2 0 671213874 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1586072

[startup+25.5012 s]
/proc/loadavg: 3.12 3.10 3.03 4/462 28470
/proc/meminfo: memFree=21376024/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=289192 CPUtime=0.72 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10016 939 1 0 62 10 0 0 19 0 2 0 671213776 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 72298 7203 1877 364 0 8216 0
[pid=28468] ppid=28461 vsize=278948 CPUtime=0.07 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 885 0 0 0 4 3 0 0 18 0 1 0 671213874 285642752 5699 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912463 0 0 16781312 514 13603949507216638212 0 0 17 6 0 0 0
/proc/28468/statm: 69737 5699 377 364 0 5655 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=24.51 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) R 28468 28470 28470 0 -1 4202496 515 0 0 0 2451 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 2 0 671213874 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1586072

[startup+51.1007 s]
/proc/loadavg: 3.08 3.09 3.03 4/466 28475
/proc/meminfo: memFree=21369928/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=289192 CPUtime=0.72 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10016 939 1 0 62 10 0 0 19 0 2 0 671213776 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 72298 7203 1877 364 0 8216 0
[pid=28468] ppid=28461 vsize=278948 CPUtime=0.15 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 895 0 0 0 8 7 0 0 18 0 1 0 671213874 285642752 5699 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912463 0 0 16781312 514 13603949507216638212 0 0 17 6 0 0 0
/proc/28468/statm: 69737 5699 377 364 0 5655 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=50.11 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) R 28468 28470 28470 0 -1 4202496 515 0 0 0 5011 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 2 0 671213874 296132608 7203 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1586072

[startup+102.318 s]
/proc/loadavg: 3.03 3.07 3.03 4/470 28480
/proc/meminfo: memFree=21365600/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=299448 CPUtime=0.76 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10897 939 1 0 65 11 0 0 20 0 3 0 671213776 306634752 7210 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 74862 7210 1880 364 0 10777 0
[pid=28468] ppid=28461 vsize=289192 CPUtime=0.33 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 1074 0 0 0 18 15 0 0 18 0 2 0 671213874 296132608 5737 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28468/statm: 72298 5737 410 364 0 8216 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=100.34 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) T 28468 28470 28470 0 -1 4202496 515 0 0 0 10034 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525007 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28468/tid=28477] ppid=28461 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28468/task/28477/stat : 28477 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671223909 296132608 5737 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453909787584 0 0 -1 0 0 0 0
[pid=28478] ppid=28461 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/28478/stat : 28478 (python) S 28461 28461 26973 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 671223912 296144896 5674 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912518 0 0 16781312 514 9079204901149474815 0 0 17 4 0 0 0
/proc/28478/statm: 72301 5674 348 364 0 8216 0
[pid=28480] ppid=28478 vsize=1017932 CPUtime=0.94 cores=0,2,4,6
/proc/28480/stat : 28480 (gnovelty+2) R 28478 28480 28480 0 -1 4202496 513 0 0 0 94 0 0 0 23 0 1 0 671223913 1042362368 248 33554432000 134512640 135663704 4290578400 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28480/statm: 254483 248 113 282 0 254199 0
[pid=28461/tid=28469] ppid=28459 vsize=299448 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 3 0 671213874 306634752 7210 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28479] ppid=28459 vsize=299448 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28479/stat : 28479 (python) S 28459 28461 26973 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 3 0 671223913 306634752 7210 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 2913708

[startup+162.301 s]
/proc/loadavg: 3.01 3.06 3.02 4/474 28486
/proc/meminfo: memFree=21357972/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=299448 CPUtime=0.76 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 10897 939 1 0 65 11 0 0 20 0 3 0 671213776 306634752 7210 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 74862 7210 1880 364 0 10777 0
[pid=28468] ppid=28461 vsize=289192 CPUtime=0.33 cores=0,2,4,6

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

[pid=28461] ppid=28459 vsize=426788 CPUtime=1.02 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 16361 939 1 0 90 12 0 0 20 0 9 0 671213776 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28461/statm: 106697 7283 1892 364 0 42594 0
[pid=28468] ppid=28461 vsize=289192 CPUtime=0.33 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 1074 0 0 0 18 15 0 0 18 0 2 0 671213874 296132608 5737 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28468/statm: 72298 5737 410 364 0 8216 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=100.34 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) T 28468 28470 28470 0 -1 4202496 515 0 0 0 10034 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525007 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28468/tid=28477] ppid=28461 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28468/task/28477/stat : 28477 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671223909 296132608 5737 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453909787584 0 0 -1 0 0 0 0
[pid=28478] ppid=28461 vsize=289204 CPUtime=0.34 cores=0,2,4,6
/proc/28478/stat : 28478 (python) S 28461 28461 26973 0 -1 4202560 1073 0 0 0 18 16 0 0 19 0 2 0 671223912 296144896 5727 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28478/statm: 72301 5727 400 364 0 8216 0
[pid=28480] ppid=28478 vsize=1017932 CPUtime=99.34 cores=0,2,4,6
/proc/28480/stat : 28480 (gnovelty+2) T 28478 28480 28480 0 -1 4202496 513 0 0 0 9934 0 0 0 25 0 1 0 671223913 1042362368 248 33554432000 134512640 135663704 4290578400 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28480/statm: 254483 248 113 282 0 254199 0
[pid=28478/tid=28488] ppid=28461 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (python) S 28461 28461 26973 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 671233848 296144896 5727 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604442141708480 0 0 -1 0 0 0 0
[pid=28489] ppid=28461 vsize=299736 CPUtime=0.74 cores=0,2,4,6
/proc/28489/stat : 28489 (python) S 28461 28461 26973 0 -1 4202560 1131 0 0 0 40 34 0 0 18 0 2 0 671233851 306929664 5768 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28489/statm: 74934 5768 400 364 0 10846 0
[pid=28491] ppid=28489 vsize=416788 CPUtime=198.78 cores=0,2,4,6
/proc/28491/stat : 28491 (adaptg2wsat2009) T 28489 28491 28491 0 -1 4202496 626 0 0 0 19878 0 0 0 25 0 1 0 671233851 426790912 362 33554432000 134512640 135107411 4294380944 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28491/statm: 104197 362 59 146 0 103073 0
[pid=28489/tid=28498] ppid=28461 vsize=299736 CPUtime=0 cores=0,2,4,6
/proc/28489/task/28498/stat : 28498 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 671243788 306929664 5768 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604442171686976 0 0 -1 0 0 0 0
[pid=28499] ppid=28461 vsize=309992 CPUtime=0.35 cores=0,2,4,6
/proc/28499/stat : 28499 (python) S 28461 28461 26973 0 -1 4202560 1110 0 0 0 17 18 0 0 19 0 2 0 671243791 317431808 5793 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28499/statm: 77498 5793 400 364 0 13407 0
[pid=28501] ppid=28499 vsize=416788 CPUtime=100.34 cores=0,2,4,6
/proc/28501/stat : 28501 (adaptg2wsat2009) T 28499 28501 28501 0 -1 4202496 630 0 0 0 10034 0 0 0 25 0 1 0 671243791 426790912 362 33554432000 134512640 135107411 4292133984 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28501/statm: 104197 362 59 146 0 103073 0
[pid=28499/tid=28509] ppid=28461 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/28499/task/28509/stat : 28509 (python) S 28461 28461 26973 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 671253826 317431808 5793 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453925848064 0 0 -1 6 0 0 0
[pid=28510] ppid=28461 vsize=320420 CPUtime=0.36 cores=0,2,4,6
/proc/28510/stat : 28510 (python) S 28461 28461 26973 0 -1 4202560 1116 0 0 0 19 17 0 0 19 0 2 0 671253830 328110080 5819 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28510/statm: 80105 5819 400 364 0 16011 0
[pid=28512] ppid=28510 vsize=416788 CPUtime=99.35 cores=0,2,4,6
/proc/28512/stat : 28512 (adaptg2wsat2009) T 28510 28512 28512 0 -1 4202496 634 0 0 0 9935 0 0 0 25 0 1 0 671253830 426790912 362 33554432000 134512640 135107411 4291173152 18446744073709551615 134532302 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28512/statm: 104197 362 59 146 0 103073 0
[pid=28510/tid=28520] ppid=28461 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/28510/task/28520/stat : 28520 (python) S 28461 28461 26973 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 671263766 328110080 5819 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604440859132096 0 0 -1 6 0 0 0
[pid=28521] ppid=28461 vsize=330676 CPUtime=0.35 cores=0,2,4,6
/proc/28521/stat : 28521 (python) S 28461 28461 26973 0 -1 4202560 1117 0 0 0 19 16 0 0 19 0 2 0 671263770 338612224 5823 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28521/statm: 82669 5823 400 364 0 18572 0
[pid=28523] ppid=28521 vsize=1017932 CPUtime=100.35 cores=0,2,4,6
/proc/28523/stat : 28523 (gnovelty+2) T 28521 28523 28523 0 -1 4202496 517 0 0 0 10035 0 0 0 25 0 1 0 671263770 1042362368 248 33554432000 134512640 135663704 4293714112 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28523/statm: 254483 248 113 282 0 254199 0
[pid=28521/tid=28531] ppid=28461 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/28521/task/28531/stat : 28531 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671273806 338612224 5823 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604442784248256 0 0 -1 6 0 0 0
[pid=28532] ppid=28461 vsize=406616 CPUtime=0.37 cores=0,2,4,6
/proc/28532/stat : 28532 (python) S 28461 28461 26973 0 -1 4202560 1122 0 0 0 21 16 0 0 19 0 2 0 671273810 416374784 5866 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28532/statm: 101654 5866 400 364 0 37554 0
[pid=28534] ppid=28532 vsize=246936 CPUtime=99.36 cores=0,2,4,6
/proc/28534/stat : 28534 (FH) T 28532 28534 28534 0 -1 4202496 596 0 0 0 9936 0 0 0 25 0 1 0 671273811 252862464 326 33554432000 134512640 134936988 4294002976 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28534/statm: 61734 326 41 104 0 61238 0
[pid=28532/tid=28541] ppid=28461 vsize=406616 CPUtime=0 cores=0,2,4,6
/proc/28532/task/28541/stat : 28541 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671283748 416374784 5866 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453811760192 0 0 -1 0 0 0 0
[pid=28545] ppid=28461 vsize=416544 CPUtime=1.51 cores=0,2,4,6
/proc/28545/stat : 28545 (python) S 28461 28461 26973 0 -1 4202560 1055 0 0 0 82 69 0 0 15 0 1 0 671293698 426541056 5765 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912518 0 0 16781312 514 5607497752490508547 0 0 17 6 0 0 0
/proc/28545/statm: 104136 5765 378 364 0 40033 0
[pid=28547] ppid=28545 vsize=4696 CPUtime=354.25 cores=0,2,4,6
/proc/28547/stat : 28547 (march_hi) R 28545 28547 28547 0 -1 4202496 1701 0 0 0 35425 0 0 0 25 0 1 0 671293699 4808704 799 33554432000 4194304 4955518 140734281262288 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28547/statm: 1174 799 106 186 0 987 0
[pid=28461/tid=28469] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 9 0 671213874 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28479] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28479/stat : 28479 (python) S 28459 28461 26973 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 9 0 671223913 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28490] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28490/stat : 28490 (python) S 28459 28461 26973 0 -1 4202560 34 939 0 0 0 0 0 0 18 0 9 0 671233851 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28500] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28500/stat : 28500 (python) S 28459 28461 26973 0 -1 4202560 27 939 0 0 0 0 0 0 20 0 9 0 671243791 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 0 0 0 0
[pid=28461/tid=28511] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28511/stat : 28511 (python) S 28459 28461 26973 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 9 0 671253830 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 0 0 0 0
[pid=28461/tid=28522] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28522/stat : 28522 (python) S 28459 28461 26973 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 9 0 671263770 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 4 0 0 0
[pid=28461/tid=28533] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28533/stat : 28533 (python) S 28459 28461 26973 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 9 0 671273810 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28546] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28546/stat : 28546 (python) S 28459 28461 26973 0 -1 4202560 33 939 0 0 0 0 0 0 20 0 9 0 671293698 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1157.48
Current children cumulated vsize (KiB) 7644960

[startup+1153.7 s]
/proc/loadavg: 3.03 3.08 3.03 4/527 28565
/proc/meminfo: memFree=21231392/32951124 swapFree=65173164/67111528
[pid=28461] ppid=28459 vsize=426788 CPUtime=1.02 cores=0,2,4,6
/proc/28461/stat : 28461 (python) S 28459 28461 26973 0 -1 4202496 16361 939 1 0 90 12 0 0 20 0 9 0 671213776 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28461/statm: 106697 7283 1892 364 0 42594 0
[pid=28468] ppid=28461 vsize=289192 CPUtime=0.33 cores=0,2,4,6
/proc/28468/stat : 28468 (python) S 28461 28461 26973 0 -1 4202560 1074 0 0 0 18 15 0 0 18 0 2 0 671213874 296132608 5737 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28468/statm: 72298 5737 410 364 0 8216 0
[pid=28470] ppid=28468 vsize=1017932 CPUtime=100.34 cores=0,2,4,6
/proc/28470/stat : 28470 (gnovelty+2) T 28468 28470 28470 0 -1 4202496 515 0 0 0 10034 0 0 0 25 0 1 0 671213874 1042362368 248 33554432000 134512640 135663704 4293394976 18446744073709551615 134525007 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28470/statm: 254483 248 113 282 0 254199 0
[pid=28468/tid=28477] ppid=28461 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/28468/task/28477/stat : 28477 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671223909 296132608 5737 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453909787584 0 0 -1 0 0 0 0
[pid=28478] ppid=28461 vsize=289204 CPUtime=0.34 cores=0,2,4,6
/proc/28478/stat : 28478 (python) S 28461 28461 26973 0 -1 4202560 1073 0 0 0 18 16 0 0 19 0 2 0 671223912 296144896 5727 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28478/statm: 72301 5727 400 364 0 8216 0
[pid=28480] ppid=28478 vsize=1017932 CPUtime=99.34 cores=0,2,4,6
/proc/28480/stat : 28480 (gnovelty+2) T 28478 28480 28480 0 -1 4202496 513 0 0 0 9934 0 0 0 25 0 1 0 671223913 1042362368 248 33554432000 134512640 135663704 4290578400 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28480/statm: 254483 248 113 282 0 254199 0
[pid=28478/tid=28488] ppid=28461 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/28478/task/28488/stat : 28488 (python) S 28461 28461 26973 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 671233848 296144896 5727 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604442141708480 0 0 -1 0 0 0 0
[pid=28489] ppid=28461 vsize=299736 CPUtime=0.74 cores=0,2,4,6
/proc/28489/stat : 28489 (python) S 28461 28461 26973 0 -1 4202560 1131 0 0 0 40 34 0 0 18 0 2 0 671233851 306929664 5768 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28489/statm: 74934 5768 400 364 0 10846 0
[pid=28491] ppid=28489 vsize=416788 CPUtime=198.78 cores=0,2,4,6
/proc/28491/stat : 28491 (adaptg2wsat2009) T 28489 28491 28491 0 -1 4202496 626 0 0 0 19878 0 0 0 25 0 1 0 671233851 426790912 362 33554432000 134512640 135107411 4294380944 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28491/statm: 104197 362 59 146 0 103073 0
[pid=28489/tid=28498] ppid=28461 vsize=299736 CPUtime=0 cores=0,2,4,6
/proc/28489/task/28498/stat : 28498 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 671243788 306929664 5768 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604442171686976 0 0 -1 0 0 0 0
[pid=28499] ppid=28461 vsize=309992 CPUtime=0.35 cores=0,2,4,6
/proc/28499/stat : 28499 (python) S 28461 28461 26973 0 -1 4202560 1110 0 0 0 17 18 0 0 19 0 2 0 671243791 317431808 5793 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28499/statm: 77498 5793 400 364 0 13407 0
[pid=28501] ppid=28499 vsize=416788 CPUtime=100.34 cores=0,2,4,6
/proc/28501/stat : 28501 (adaptg2wsat2009) T 28499 28501 28501 0 -1 4202496 630 0 0 0 10034 0 0 0 25 0 1 0 671243791 426790912 362 33554432000 134512640 135107411 4292133984 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28501/statm: 104197 362 59 146 0 103073 0
[pid=28499/tid=28509] ppid=28461 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/28499/task/28509/stat : 28509 (python) S 28461 28461 26973 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 671253826 317431808 5793 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453925848064 0 0 -1 6 0 0 0
[pid=28510] ppid=28461 vsize=320420 CPUtime=0.36 cores=0,2,4,6
/proc/28510/stat : 28510 (python) S 28461 28461 26973 0 -1 4202560 1116 0 0 0 19 17 0 0 19 0 2 0 671253830 328110080 5819 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28510/statm: 80105 5819 400 364 0 16011 0
[pid=28512] ppid=28510 vsize=416788 CPUtime=99.35 cores=0,2,4,6
/proc/28512/stat : 28512 (adaptg2wsat2009) T 28510 28512 28512 0 -1 4202496 634 0 0 0 9935 0 0 0 25 0 1 0 671253830 426790912 362 33554432000 134512640 135107411 4291173152 18446744073709551615 134532302 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28512/statm: 104197 362 59 146 0 103073 0
[pid=28510/tid=28520] ppid=28461 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/28510/task/28520/stat : 28520 (python) S 28461 28461 26973 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 671263766 328110080 5819 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604440859132096 0 0 -1 6 0 0 0
[pid=28521] ppid=28461 vsize=330676 CPUtime=0.35 cores=0,2,4,6
/proc/28521/stat : 28521 (python) S 28461 28461 26973 0 -1 4202560 1117 0 0 0 19 16 0 0 19 0 2 0 671263770 338612224 5823 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28521/statm: 82669 5823 400 364 0 18572 0
[pid=28523] ppid=28521 vsize=1017932 CPUtime=100.35 cores=0,2,4,6
/proc/28523/stat : 28523 (gnovelty+2) T 28521 28523 28523 0 -1 4202496 517 0 0 0 10035 0 0 0 25 0 1 0 671263770 1042362368 248 33554432000 134512640 135663704 4293714112 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28523/statm: 254483 248 113 282 0 254199 0
[pid=28521/tid=28531] ppid=28461 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/28521/task/28531/stat : 28531 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671273806 338612224 5823 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604442784248256 0 0 -1 6 0 0 0
[pid=28532] ppid=28461 vsize=406616 CPUtime=0.37 cores=0,2,4,6
/proc/28532/stat : 28532 (python) S 28461 28461 26973 0 -1 4202560 1122 0 0 0 21 16 0 0 19 0 2 0 671273810 416374784 5866 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28532/statm: 101654 5866 400 364 0 37554 0
[pid=28534] ppid=28532 vsize=246936 CPUtime=99.36 cores=0,2,4,6
/proc/28534/stat : 28534 (FH) T 28532 28534 28534 0 -1 4202496 596 0 0 0 9936 0 0 0 25 0 1 0 671273811 252862464 326 33554432000 134512640 134936988 4294002976 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28534/statm: 61734 326 41 104 0 61238 0
[pid=28532/tid=28541] ppid=28461 vsize=406616 CPUtime=0 cores=0,2,4,6
/proc/28532/task/28541/stat : 28541 (python) S 28461 28461 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671283748 416374784 5866 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 514 18446604453811760192 0 0 -1 0 0 0 0
[pid=28545] ppid=28461 vsize=416544 CPUtime=1.51 cores=0,2,4,6
/proc/28545/stat : 28545 (python) R 28461 28461 26973 0 -1 4202560 1055 0 0 0 82 69 0 0 15 0 1 0 671293698 426541056 5765 33554432000 4194304 5683644 140735721518448 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/28545/statm: 104136 5765 378 364 0 40033 0
[pid=28547] ppid=28545 vsize=4696 CPUtime=354.45 cores=0,2,4,6
/proc/28547/stat : 28547 (march_hi) R 28545 28547 28547 0 -1 4202496 1701 0 0 0 35445 0 0 0 25 0 1 0 671293699 4808704 799 33554432000 4194304 4955518 140734281262288 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28547/statm: 1174 799 106 186 0 987 0
[pid=28461/tid=28469] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (python) S 28459 28461 26973 0 -1 4202560 28 939 0 0 0 0 0 0 19 0 9 0 671213874 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28479] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28479/stat : 28479 (python) S 28459 28461 26973 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 9 0 671223913 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28490] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28490/stat : 28490 (python) S 28459 28461 26973 0 -1 4202560 34 939 0 0 0 0 0 0 18 0 9 0 671233851 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28500] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28500/stat : 28500 (python) S 28459 28461 26973 0 -1 4202560 27 939 0 0 0 0 0 0 20 0 9 0 671243791 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 0 0 0 0
[pid=28461/tid=28511] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28511/stat : 28511 (python) S 28459 28461 26973 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 9 0 671253830 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 0 0 0 0
[pid=28461/tid=28522] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28522/stat : 28522 (python) S 28459 28461 26973 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 9 0 671263770 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 4 0 0 0
[pid=28461/tid=28533] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28533/stat : 28533 (python) S 28459 28461 26973 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 9 0 671273810 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 6 0 0 0
[pid=28461/tid=28546] ppid=28459 vsize=426788 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28546/stat : 28546 (python) S 28459 28461 26973 0 -1 4202560 33 939 0 0 0 0 0 0 20 0 9 0 671293698 437030912 7283 33554432000 4194304 5683644 140735721518448 18446744073709551615 232347716017 0 0 16781312 2 18446604453209911616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1157.68
Current children cumulated vsize (KiB) 7644960

Child status: 0
Real time (s): 1153.77
CPU time (s): 1157.94
CPU user time (s): 1155.71
CPU system time (s): 2.23566
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 7644960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1155.71
system time used= 2.23566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36696
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= 4861
involuntary context switches= 2523

runsolver used 7.73582 second user time and 15.3577 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-17 03:35:56
IDJOB=3387025
IDBENCH=83090
IDSOLVER=1872
FILE ID=node132/3387025-1305596156
RUNJOBID= node132-1305586144-26991
PBS_JOBID= 13350346
Free space on /tmp= 73224 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.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-3387025-1305596156/watcher-3387025-1305596156 -o /tmp/evaluation-result-3387025-1305596156/solver-3387025-1305596156 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387025-1305596156.cnf -seed 887210121 -budget 5000

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=887210121

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21403668 kB
Buffers:        326436 kB
Cached:        3650528 kB
SwapCached:       9908 kB
Active:        5161380 kB
Inactive:      6044052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21403668 kB
SwapTotal:    67111528 kB
SwapFree:     65173164 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:     7225756 kB
Mapped:          35928 kB
Slab:           223424 kB
PageTables:      50912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104446960 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= 73192 MiB
End job on node132 at 2011-05-17 03:55:10