Trace number 3484490

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 653.122 653.096

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
MD5SUM6b69f72e1046222baee8c8d817a4adac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.529
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3484490-1307749779.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.38/0.51	c INFO: computed variable balance statistics
0.38/0.54	c INFO: computed small-clause counts
0.38/0.54	c INFO: computed Horn-clause counts
0.38/0.54	c INFO: computed variable graph statistics
0.38/0.54	c INFO: collected features for HOME/instance-3484490-1307749779.cnf in 0.08 s
0.38/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
100.48/100.68	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.35)
491.53/491.70	c INFO: running march_hi@0 for 97 with 709 remaining (b = 0.12)
594.01/594.11	c INFO: running march_hi@390 for 97 with 607 remaining (b = 0.10)
652.95/653.07	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-3484490-1307749779/watcher-3484490-1307749779 -o /tmp/evaluation-result-3484490-1307749779/solver-3484490-1307749779 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484490-1307749779.cnf -seed 744352902 -budget 1200 

running on 2 cores: 5,7

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: 3.99 3.99 3.77 5/222 12868
/proc/meminfo: memFree=31640408/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=15380 CPUtime=0 cores=5,7
/proc/12868/stat : 12868 (python) R 12866 12868 11144 0 -1 4202496 812 0 0 0 0 0 0 0 18 0 1 0 867393356 15749120 696 33554432000 4194304 5683644 140735029676560 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12868/statm: 3845 696 334 364 0 332 0

[startup+0.0995201 s]
/proc/loadavg: 3.99 3.99 3.77 5/222 12868
/proc/meminfo: memFree=31640408/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=104220 CPUtime=0.07 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 3051 0 0 0 5 2 0 0 17 0 1 0 867393356 106721280 2733 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/12868/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.100522 s]
/proc/loadavg: 3.99 3.99 3.77 5/222 12868
/proc/meminfo: memFree=31640408/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=104224 CPUtime=0.07 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 3067 0 0 0 5 2 0 0 17 0 1 0 867393356 106725376 2747 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/12868/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.30045 s]
/proc/loadavg: 3.99 3.99 3.77 5/222 12868
/proc/meminfo: memFree=31640408/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=187688 CPUtime=0.21 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 6833 929 1 0 16 5 0 0 17 0 1 0 867393356 192192512 4884 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/12868/statm: 46922 4884 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 187688

[startup+0.70042 s]
/proc/loadavg: 3.99 3.99 3.77 5/222 12868
/proc/meminfo: memFree=31640408/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288692

[startup+1.50026 s]
/proc/loadavg: 3.99 3.99 3.77 5/226 12876
/proc/meminfo: memFree=31616336/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
[pid=12874] ppid=12868 vsize=278448 CPUtime=0 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867393411 285130752 5549 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471119 0 0 16781312 514 4500402801607704575 0 0 17 5 0 0 0
/proc/12874/statm: 69612 5549 354 364 0 5530 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=0.94 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 440 0 0 0 94 0 0 0 21 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12868/tid=12875] ppid=12866 vsize=288692 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 2 0 867393411 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1584940

[startup+3.10098 s]
/proc/loadavg: 3.99 3.99 3.77 5/226 12876
/proc/meminfo: memFree=31616088/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
[pid=12874] ppid=12868 vsize=278448 CPUtime=0 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867393411 285130752 5549 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471119 0 0 16781312 514 4500402801607672068 0 0 17 5 0 0 0
/proc/12874/statm: 69612 5549 354 364 0 5530 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=2.54 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 440 0 0 0 254 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12868/tid=12875] ppid=12866 vsize=288692 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 2 0 867393411 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1584940

[startup+6.30038 s]
/proc/loadavg: 3.99 3.99 3.77 5/226 12876
/proc/meminfo: memFree=31614724/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
[pid=12874] ppid=12868 vsize=278448 CPUtime=0 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 867393411 285130752 5571 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471119 0 0 16781312 514 4500402801607672068 0 0 17 5 0 0 0
/proc/12874/statm: 69612 5571 376 364 0 5530 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=5.73 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 440 0 0 0 573 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134544380 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12868/tid=12875] ppid=12866 vsize=288692 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 2 0 867393411 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1584940

[startup+12.7002 s]
/proc/loadavg: 3.99 3.99 3.77 5/226 12876
/proc/meminfo: memFree=31614040/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
[pid=12874] ppid=12868 vsize=278448 CPUtime=0 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 876 0 0 0 0 0 0 0 18 0 1 0 867393411 285130752 5572 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471119 0 0 16781312 514 9647414089269346564 0 0 17 5 0 0 0
/proc/12874/statm: 69612 5572 377 364 0 5530 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=12.13 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 440 0 0 0 1213 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12868/tid=12875] ppid=12866 vsize=288692 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 2 0 867393411 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1584940

[startup+25.5009 s]
/proc/loadavg: 3.99 3.99 3.78 5/226 12877
/proc/meminfo: memFree=31613104/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
[pid=12874] ppid=12868 vsize=278448 CPUtime=0.02 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 880 0 0 0 1 1 0 0 18 0 1 0 867393411 285130752 5572 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471119 0 0 16781312 514 9647414089269346564 0 0 17 5 0 0 0
/proc/12874/statm: 69612 5572 377 364 0 5530 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=24.93 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 440 0 0 0 2493 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12868/tid=12875] ppid=12866 vsize=288692 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 2 0 867393411 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1584940

[startup+51.1011 s]
/proc/loadavg: 3.99 3.99 3.78 5/234 12885
/proc/meminfo: memFree=31598908/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=288692 CPUtime=0.44 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 9789 929 1 0 36 8 0 0 19 0 2 0 867393356 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 72173 7066 1867 364 0 8091 0
[pid=12874] ppid=12868 vsize=278448 CPUtime=0.05 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 894 0 0 0 3 2 0 0 18 0 1 0 867393411 285130752 5572 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471119 0 0 16781312 514 9647414089269346564 0 0 17 5 0 0 0
/proc/12874/statm: 69612 5572 377 364 0 5530 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=50.48 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 440 0 0 0 5048 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12868/tid=12875] ppid=12866 vsize=288692 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 2 0 867393411 295620608 7066 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1584940

[startup+102.308 s]
/proc/loadavg: 3.99 3.99 3.79 5/238 12891
/proc/meminfo: memFree=31576920/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=299576 CPUtime=0.45 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 10633 929 1 0 36 9 0 0 19 0 3 0 867393356 306765824 7217 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 74894 7217 1870 364 0 10809 0
[pid=12874] ppid=12868 vsize=288692 CPUtime=0.13 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 1151 0 0 0 8 5 0 0 19 0 2 0 867393411 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12874/statm: 72173 5616 416 364 0 8091 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=99.99 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) T 12874 12876 12876 0 -1 4202496 440 0 0 0 9999 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524718 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12874/tid=12888] ppid=12868 vsize=288692 CPUtime=0 cores=5,7
/proc/12874/task/12888/stat : 12888 (python) S 12868 12868 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867403424 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 7 0 0 0
[pid=12889] ppid=12868 vsize=289332 CPUtime=0 cores=5,7
/proc/12889/stat : 12889 (python) S 12868 12868 11144 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 867403424 296275968 5691 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471174 0 0 16781312 514 13598192468628570376 0 0 17 5 0 0 0
/proc/12889/statm: 72333 5691 348 364 0 8248 0
[pid=12891] ppid=12889 vsize=2304 CPUtime=1.61 cores=5,7
/proc/12891/stat : 12891 (march_hi) R 12889 12891 12891 0 -1 4202496 627 0 0 0 161 0 0 0 24 0 1 0 867403425 2359296 364 33554432000 4194304 4955518 140736999604032 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12891/statm: 576 364 104 186 0 389 0
[pid=12868/tid=12875] ppid=12866 vsize=299576 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 3 0 867393411 306765824 7217 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
[pid=12868/tid=12890] ppid=12866 vsize=299576 CPUtime=0 cores=5,7
/proc/12868/task/12890/stat : 12890 (python) S 12866 12868 11144 0 -1 4202560 30 929 0 0 0 0 0 0 20 0 3 0 867403425 306765824 7217 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 1897704

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 3.80 5/242 12896
/proc/meminfo: memFree=31551300/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=299576 CPUtime=0.45 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 10633 929 1 0 36 9 0 0 19 0 3 0 867393356 306765824 7217 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 74894 7217 1870 364 0 10809 0
[pid=12874] ppid=12868 vsize=288692 CPUtime=0.13 cores=5,7

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

/proc/12933/statm: 74791 5657 400 364 0 10703 0
[pid=12935] ppid=12933 vsize=3136 CPUtime=102.24 cores=5,7
/proc/12935/stat : 12935 (march_hi) T 12933 12935 12935 0 -1 4202496 848 0 0 0 10224 0 0 0 25 0 1 0 867442527 3211264 588 33554432000 4194304 4955518 140736998467376 18446744073709551615 4224656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12935/statm: 784 588 104 186 0 597 0
[pid=12933/tid=12939] ppid=12868 vsize=299164 CPUtime=0 cores=5,7
/proc/12933/task/12939/stat : 12939 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867452766 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471158411712 0 0 -1 5 0 0 0
[pid=12868/tid=12875] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 4 0 867393411 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
[pid=12868/tid=12890] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12890/stat : 12890 (python) S 12866 12868 11144 0 -1 4202560 34 929 0 0 0 0 0 0 18 0 4 0 867403425 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
[pid=12868/tid=12934] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12934/stat : 12934 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 4 0 867442527 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 651.05
Current children cumulated vsize (KiB) 2223368

[startup+651.901 s]
/proc/loadavg: 3.02 3.45 3.65 4/219 12940
/proc/meminfo: memFree=31482176/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=310032 CPUtime=0.46 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 11983 929 1 0 37 9 0 0 18 0 4 0 867393356 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 77508 7256 1872 364 0 13420 0
[pid=12874] ppid=12868 vsize=288692 CPUtime=0.13 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 1151 0 0 0 8 5 0 0 19 0 2 0 867393411 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12874/statm: 72173 5616 416 364 0 8091 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=99.99 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) T 12874 12876 12876 0 -1 4202496 440 0 0 0 9999 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524718 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12874/tid=12888] ppid=12868 vsize=288692 CPUtime=0 cores=5,7
/proc/12874/task/12888/stat : 12888 (python) S 12868 12868 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867403424 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 7 0 0 0
[pid=12889] ppid=12868 vsize=289332 CPUtime=0.68 cores=5,7
/proc/12889/stat : 12889 (python) S 12868 12868 11144 0 -1 4202560 1150 0 0 0 37 31 0 0 15 0 2 0 867403424 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12889/statm: 72333 5745 401 364 0 8248 0
[pid=12891] ppid=12889 vsize=15212 CPUtime=448.2 cores=5,7
/proc/12891/stat : 12891 (march_hi) R 12889 12891 12891 0 -1 4202496 2930 0 0 0 44820 0 0 0 25 0 1 0 867403425 15577088 2667 33554432000 4194304 4955518 140736999604032 18446744073709551615 4286801 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12891/statm: 3803 2667 104 186 0 3616 0
[pid=12889/tid=12932] ppid=12868 vsize=289332 CPUtime=0 cores=5,7
/proc/12889/task/12932/stat : 12932 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867442526 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604461141463296 0 0 -1 5 0 0 0
[pid=12933] ppid=12868 vsize=299164 CPUtime=0.15 cores=5,7
/proc/12933/stat : 12933 (python) S 12868 12868 11144 0 -1 4202560 1088 0 0 0 8 7 0 0 16 0 2 0 867442527 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12933/statm: 74791 5657 400 364 0 10703 0
[pid=12935] ppid=12933 vsize=3136 CPUtime=102.24 cores=5,7
/proc/12935/stat : 12935 (march_hi) T 12933 12935 12935 0 -1 4202496 848 0 0 0 10224 0 0 0 25 0 1 0 867442527 3211264 588 33554432000 4194304 4955518 140736998467376 18446744073709551615 4224656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12935/statm: 784 588 104 186 0 597 0
[pid=12933/tid=12939] ppid=12868 vsize=299164 CPUtime=0 cores=5,7
/proc/12933/task/12939/stat : 12939 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867452766 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471158411712 0 0 -1 5 0 0 0
[pid=12868/tid=12875] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 4 0 867393411 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
[pid=12868/tid=12890] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12890/stat : 12890 (python) S 12866 12868 11144 0 -1 4202560 34 929 0 0 0 0 0 0 18 0 4 0 867403425 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
[pid=12868/tid=12934] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12934/stat : 12934 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 4 0 867442527 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 651.85
Current children cumulated vsize (KiB) 2223368

[startup+652.701 s]
/proc/loadavg: 3.02 3.44 3.64 4/219 12940
/proc/meminfo: memFree=31481800/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=310032 CPUtime=0.46 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 11983 929 1 0 37 9 0 0 18 0 4 0 867393356 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 77508 7256 1872 364 0 13420 0
[pid=12874] ppid=12868 vsize=288692 CPUtime=0.13 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 1151 0 0 0 8 5 0 0 19 0 2 0 867393411 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12874/statm: 72173 5616 416 364 0 8091 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=99.99 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) T 12874 12876 12876 0 -1 4202496 440 0 0 0 9999 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524718 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12874/tid=12888] ppid=12868 vsize=288692 CPUtime=0 cores=5,7
/proc/12874/task/12888/stat : 12888 (python) S 12868 12868 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867403424 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 7 0 0 0
[pid=12889] ppid=12868 vsize=289332 CPUtime=0.68 cores=5,7
/proc/12889/stat : 12889 (python) S 12868 12868 11144 0 -1 4202560 1152 0 0 0 37 31 0 0 15 0 2 0 867403424 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12889/statm: 72333 5745 401 364 0 8248 0
[pid=12891] ppid=12889 vsize=15212 CPUtime=449 cores=5,7
/proc/12891/stat : 12891 (march_hi) R 12889 12891 12891 0 -1 4202496 2941 0 0 0 44900 0 0 0 25 0 1 0 867403425 15577088 2678 33554432000 4194304 4955518 140736999604032 18446744073709551615 4227699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12891/statm: 3803 2678 104 186 0 3616 0
[pid=12889/tid=12932] ppid=12868 vsize=289332 CPUtime=0 cores=5,7
/proc/12889/task/12932/stat : 12932 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867442526 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604461141463296 0 0 -1 5 0 0 0
[pid=12933] ppid=12868 vsize=299164 CPUtime=0.15 cores=5,7
/proc/12933/stat : 12933 (python) S 12868 12868 11144 0 -1 4202560 1088 0 0 0 8 7 0 0 16 0 2 0 867442527 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12933/statm: 74791 5657 400 364 0 10703 0
[pid=12935] ppid=12933 vsize=3136 CPUtime=102.24 cores=5,7
/proc/12935/stat : 12935 (march_hi) T 12933 12935 12935 0 -1 4202496 848 0 0 0 10224 0 0 0 25 0 1 0 867442527 3211264 588 33554432000 4194304 4955518 140736998467376 18446744073709551615 4224656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12935/statm: 784 588 104 186 0 597 0
[pid=12933/tid=12939] ppid=12868 vsize=299164 CPUtime=0 cores=5,7
/proc/12933/task/12939/stat : 12939 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867452766 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471158411712 0 0 -1 5 0 0 0
[pid=12868/tid=12875] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 4 0 867393411 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
[pid=12868/tid=12890] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12890/stat : 12890 (python) S 12866 12868 11144 0 -1 4202560 34 929 0 0 0 0 0 0 18 0 4 0 867403425 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
[pid=12868/tid=12934] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12934/stat : 12934 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 4 0 867442527 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 652.65
Current children cumulated vsize (KiB) 2223368

[startup+652.901 s]
/proc/loadavg: 3.02 3.44 3.64 4/219 12940
/proc/meminfo: memFree=31481800/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=310032 CPUtime=0.46 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 11983 929 1 0 37 9 0 0 18 0 4 0 867393356 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 77508 7256 1872 364 0 13420 0
[pid=12874] ppid=12868 vsize=288692 CPUtime=0.13 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 1151 0 0 0 8 5 0 0 19 0 2 0 867393411 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12874/statm: 72173 5616 416 364 0 8091 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=99.99 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) T 12874 12876 12876 0 -1 4202496 440 0 0 0 9999 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524718 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12874/tid=12888] ppid=12868 vsize=288692 CPUtime=0 cores=5,7
/proc/12874/task/12888/stat : 12888 (python) S 12868 12868 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867403424 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 7 0 0 0
[pid=12889] ppid=12868 vsize=289332 CPUtime=0.68 cores=5,7
/proc/12889/stat : 12889 (python) S 12868 12868 11144 0 -1 4202560 1152 0 0 0 37 31 0 0 15 0 2 0 867403424 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12889/statm: 72333 5745 401 364 0 8248 0
[pid=12891] ppid=12889 vsize=15212 CPUtime=449.2 cores=5,7
/proc/12891/stat : 12891 (march_hi) R 12889 12891 12891 0 -1 4202496 2945 0 0 0 44920 0 0 0 25 0 1 0 867403425 15577088 2682 33554432000 4194304 4955518 140736999604032 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12891/statm: 3803 2682 104 186 0 3616 0
[pid=12889/tid=12932] ppid=12868 vsize=289332 CPUtime=0 cores=5,7
/proc/12889/task/12932/stat : 12932 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867442526 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604461141463296 0 0 -1 5 0 0 0
[pid=12933] ppid=12868 vsize=299164 CPUtime=0.15 cores=5,7
/proc/12933/stat : 12933 (python) S 12868 12868 11144 0 -1 4202560 1088 0 0 0 8 7 0 0 16 0 2 0 867442527 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12933/statm: 74791 5657 400 364 0 10703 0
[pid=12935] ppid=12933 vsize=3136 CPUtime=102.24 cores=5,7
/proc/12935/stat : 12935 (march_hi) T 12933 12935 12935 0 -1 4202496 848 0 0 0 10224 0 0 0 25 0 1 0 867442527 3211264 588 33554432000 4194304 4955518 140736998467376 18446744073709551615 4224656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12935/statm: 784 588 104 186 0 597 0
[pid=12933/tid=12939] ppid=12868 vsize=299164 CPUtime=0 cores=5,7
/proc/12933/task/12939/stat : 12939 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867452766 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471158411712 0 0 -1 5 0 0 0
[pid=12868/tid=12875] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 4 0 867393411 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
[pid=12868/tid=12890] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12890/stat : 12890 (python) S 12866 12868 11144 0 -1 4202560 34 929 0 0 0 0 0 0 18 0 4 0 867403425 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
[pid=12868/tid=12934] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12934/stat : 12934 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 4 0 867442527 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 652.85
Current children cumulated vsize (KiB) 2223368

[startup+653.001 s]
/proc/loadavg: 3.02 3.44 3.64 4/219 12940
/proc/meminfo: memFree=31481800/32951124 swapFree=67053960/67111528
[pid=12868] ppid=12866 vsize=310032 CPUtime=0.46 cores=5,7
/proc/12868/stat : 12868 (python) S 12866 12868 11144 0 -1 4202496 11983 929 1 0 37 9 0 0 18 0 4 0 867393356 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12868/statm: 77508 7256 1872 364 0 13420 0
[pid=12874] ppid=12868 vsize=288692 CPUtime=0.13 cores=5,7
/proc/12874/stat : 12874 (python) S 12868 12868 11144 0 -1 4202560 1151 0 0 0 8 5 0 0 19 0 2 0 867393411 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12874/statm: 72173 5616 416 364 0 8091 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=99.99 cores=5,7
/proc/12876/stat : 12876 (gnovelty+2) T 12874 12876 12876 0 -1 4202496 440 0 0 0 9999 0 0 0 25 0 1 0 867393411 1042227200 178 33554432000 134512640 135663704 4288212800 18446744073709551615 134524718 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12876/statm: 254450 178 113 282 0 254166 0
[pid=12874/tid=12888] ppid=12868 vsize=288692 CPUtime=0 cores=5,7
/proc/12874/task/12888/stat : 12888 (python) S 12868 12868 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867403424 295620608 5616 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 7 0 0 0
[pid=12889] ppid=12868 vsize=289332 CPUtime=0.68 cores=5,7
/proc/12889/stat : 12889 (python) S 12868 12868 11144 0 -1 4202560 1154 0 0 0 37 31 0 0 15 0 2 0 867403424 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12889/statm: 72333 5745 401 364 0 8248 0
[pid=12891] ppid=12889 vsize=15212 CPUtime=449.3 cores=5,7
/proc/12891/stat : 12891 (march_hi) R 12889 12891 12891 0 -1 4202496 2947 0 0 0 44930 0 0 0 25 0 1 0 867403425 15577088 2684 33554432000 4194304 4955518 140736999604032 18446744073709551615 4296518 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12891/statm: 3803 2684 104 186 0 3616 0
[pid=12889/tid=12932] ppid=12868 vsize=289332 CPUtime=0 cores=5,7
/proc/12889/task/12932/stat : 12932 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867442526 296275968 5745 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604461141463296 0 0 -1 5 0 0 0
[pid=12933] ppid=12868 vsize=299164 CPUtime=0.15 cores=5,7
/proc/12933/stat : 12933 (python) S 12868 12868 11144 0 -1 4202560 1088 0 0 0 8 7 0 0 16 0 2 0 867442527 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12933/statm: 74791 5657 400 364 0 10703 0
[pid=12935] ppid=12933 vsize=3136 CPUtime=102.24 cores=5,7
/proc/12935/stat : 12935 (march_hi) T 12933 12935 12935 0 -1 4202496 848 0 0 0 10224 0 0 0 25 0 1 0 867442527 3211264 588 33554432000 4194304 4955518 140736998467376 18446744073709551615 4224656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12935/statm: 784 588 104 186 0 597 0
[pid=12933/tid=12939] ppid=12868 vsize=299164 CPUtime=0 cores=5,7
/proc/12933/task/12939/stat : 12939 (python) S 12868 12868 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867452766 306343936 5657 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 514 18446604471158411712 0 0 -1 5 0 0 0
[pid=12868/tid=12875] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12875/stat : 12875 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 19 0 4 0 867393411 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 7 0 0 0
[pid=12868/tid=12890] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12890/stat : 12890 (python) S 12866 12868 11144 0 -1 4202560 34 929 0 0 0 0 0 0 18 0 4 0 867403425 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
[pid=12868/tid=12934] ppid=12866 vsize=310032 CPUtime=0 cores=5,7
/proc/12868/task/12934/stat : 12934 (python) S 12866 12868 11144 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 4 0 867442527 317472768 7256 33554432000 4194304 5683644 140735029676560 18446744073709551615 228107274673 0 0 16781312 2 18446604470285533632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 652.95
Current children cumulated vsize (KiB) 2223368

Child status: 0
Real time (s): 653.096
CPU time (s): 653.122
CPU user time (s): 652.565
CPU system time (s): 0.556915
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2223368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 652.565
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24731
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= 2520
involuntary context switches= 2636

runsolver used 1.13383 second user time and 2.44363 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:49:39
IDJOB=3484490
IDBENCH=83001
IDSOLVER=1975
FILE ID=node142/3484490-1307749779
RUNJOBID= node142-1307746989-11165
PBS_JOBID= 13550818
Free space on /tmp= 74016 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S247862791-097.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-3484490-1307749779/watcher-3484490-1307749779 -o /tmp/evaluation-result-3484490-1307749779/solver-3484490-1307749779 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484490-1307749779.cnf -seed 744352902 -budget 1200

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=744352902

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      31640712 kB
Buffers:        167276 kB
Cached:         804668 kB
SwapCached:      11412 kB
Active:         672056 kB
Inactive:       454552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31640712 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           31916 kB
Writeback:          92 kB
AnonPages:      152184 kB
Mapped:          21084 kB
Slab:           109240 kB
PageTables:      12696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7163140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74012 MiB
End job on node142 at 2011-06-11 02:00:32