Trace number 3317587

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 1513.17 574.461

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
MD5SUM1e7a565e93334fc4a75fcaa13a0d446a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.699
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317587-1304270222.cnf
0.31/0.45	c INFO: computing task features
0.31/0.49	c INFO: computed variable-clause graph statistics
0.31/0.49	c INFO: computed clause balance statistics
0.51/0.68	c INFO: computed variable balance statistics
0.61/0.75	c INFO: computed small-clause counts
0.61/0.76	c INFO: computed Horn-clause counts
0.61/0.76	c INFO: computed variable graph statistics
0.61/0.76	c INFO: collected features for HOME/instance-3317587-1304270222.cnf in 0.31 s
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.54)
0.71/0.82	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.71/0.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.71/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
297.66/101.07	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.03)
298.17/101.23	c INFO: running march_hi@0 for 388 with 4699 remaining (b = 0.09)
515.27/185.30	c INFO: running gnovelty+2@0 for 97 with 4615 remaining (b = 0.02)
522.79/188.34	c INFO: running FH@0 for 97 with 4612 remaining (b = 0.02)
773.68/288.51	c INFO: running adaptg2wsat2009++@0 for 97 with 4511 remaining (b = 0.01)
1016.11/385.78	c INFO: running adaptg2wsat2009++@0 for 97 with 4414 remaining (b = 0.01)
1016.58/385.91	c INFO: running march_hi@0 for 2134 with 4414 remaining (b = 0.28)
1146.53/437.87	c INFO: running march_hi@0 for 2134 with 4362 remaining (b = 0.27)
1330.56/510.20	c INFO: running march_hi@0 for 388 with 4290 remaining (b = 0.09)
1512.78/574.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317587-1304270222/watcher-3317587-1304270222 -o /tmp/evaluation-result-3317587-1304270222/solver-3317587-1304270222 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317587-1304270222.cnf -seed 1070760300 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 10.25 10.21 9.48 7/310 28818
/proc/meminfo: memFree=29773412/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 935 0 0 0 0 0 0 0 25 0 1 0 519437821 16150528 813 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/28818/statm: 3943 813 356 364 0 430 0

[startup+0.087537 s]
/proc/loadavg: 10.25 10.21 9.48 7/310 28818
/proc/meminfo: memFree=29773412/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=99340 CPUtime=0.06 cores=0,2,4,6
/proc/28818/stat : 28818 (python) R 28816 28818 27821 0 -1 4202496 2854 0 0 0 4 2 0 0 25 0 1 0 519437821 101724160 2555 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338381824 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/28818/statm: 24835 2555 818 364 0 1686 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99340

[startup+0.101604 s]
/proc/loadavg: 10.25 10.21 9.48 7/310 28818
/proc/meminfo: memFree=29773412/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 3143 0 0 0 5 2 0 0 25 0 1 0 519437821 107122688 2821 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/28818/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300499 s]
/proc/loadavg: 10.25 10.21 9.48 7/310 28818
/proc/meminfo: memFree=29773412/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/28818/stat : 28818 (python) R 28816 28818 27821 0 -1 4202496 7009 935 1 0 17 6 0 0 25 0 1 0 519437821 203689984 5046 33554432000 4194304 5683644 140733756566464 18446744073709551615 270341792425 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28818/statm: 49729 5046 1459 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700412 s]
/proc/loadavg: 10.25 10.21 9.48 7/310 28818
/proc/meminfo: memFree=29773412/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=279552 CPUtime=0.61 cores=0,2,4,6
/proc/28818/stat : 28818 (python) R 28816 28818 27821 0 -1 4202496 9752 935 1 0 53 8 0 0 25 0 1 0 519437821 286261248 7274 33554432000 4194304 5683644 140733756566464 18446744073709551615 4539721 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28818/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279552

[startup+1.50125 s]
/proc/loadavg: 9.91 10.14 9.46 11/323 28835
/proc/meminfo: memFree=29732508/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=320244 CPUtime=0.79 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 12730 935 1 0 70 9 0 0 23 0 5 0 519437821 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28818/statm: 80061 7260 1883 364 0 15970 0
[pid=28824] ppid=28818 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/28824/stat : 28824 (python) S 28818 28818 27821 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 519437900 285388800 5614 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403855 0 0 16781312 514 4341236948615036927 0 0 17 4 0 0 0
/proc/28824/statm: 69675 5614 354 364 0 5593 0
[pid=28826] ppid=28824 vsize=1017932 CPUtime=0.7 cores=0,2,4,6
/proc/28826/stat : 28826 (gnovelty+2) R 28824 28826 28826 0 -1 4202496 511 0 0 0 70 0 0 0 25 0 1 0 519437901 1042362368 247 33554432000 134512640 135663704 4292951488 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28826/statm: 254483 247 113 282 0 254199 0
[pid=28827] ppid=28818 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/28827/stat : 28827 (python) S 28818 28818 27821 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 519437903 296296448 5696 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4325455933099474943 0 0 17 6 0 0 0
/proc/28827/statm: 72338 5696 348 364 0 8253 0
[pid=28829] ppid=28827 vsize=1017932 CPUtime=0.61 cores=0,2,4,6
/proc/28829/stat : 28829 (gnovelty+2) R 28827 28829 28829 0 -1 4202496 511 0 0 0 61 0 0 0 22 0 1 0 519437905 1042362368 247 33554432000 134512640 135663704 4292456832 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28829/statm: 254483 247 113 282 0 254199 0
[pid=28830] ppid=28818 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/28830/stat : 28830 (python) S 28818 28818 27821 0 -1 4202560 724 0 0 0 0 0 0 0 21 0 1 0 519437906 306315264 5593 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4450089974154395647 0 0 17 6 0 0 0
/proc/28830/statm: 74784 5593 344 364 0 10696 0
[pid=28834] ppid=28830 vsize=416652 CPUtime=0.32 cores=0,2,4,6
/proc/28834/stat : 28834 (adaptg2wsat2009) R 28830 28834 28834 0 -1 4202496 567 0 0 0 32 0 0 0 24 0 1 0 519437909 426651648 302 33554432000 134512640 135107411 4293307840 18446744073709551615 134523541 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28834/statm: 104163 302 49 146 0 103039 0
[pid=28832] ppid=28818 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/28832/stat : 28832 (python) S 28818 28818 27821 0 -1 4202560 730 0 0 0 0 0 0 0 23 0 1 0 519437909 317440000 5717 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4387122592499105791 0 0 17 6 0 0 0
/proc/28832/statm: 77500 5717 344 364 0 13409 0
[pid=28835] ppid=28832 vsize=416652 CPUtime=0.32 cores=0,2,4,6
/proc/28835/stat : 28835 (adaptg2wsat2009) R 28832 28835 28835 0 -1 4202496 569 0 0 0 32 0 0 0 25 0 1 0 519437910 426651648 304 33554432000 134512640 135107411 4291412192 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28835/statm: 104163 304 49 146 0 103039 0
[pid=28818/tid=28825] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28825/stat : 28825 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519437900 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 4 0 0 0
[pid=28818/tid=28828] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28828/stat : 28828 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519437903 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28831] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28831/stat : 28831 (python) S 28816 28818 27821 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 5 0 519437906 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28833] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28833/stat : 28833 (python) S 28816 28818 27821 0 -1 4202560 17 935 0 0 0 0 0 0 24 0 5 0 519437909 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 4366600

[startup+3.10093 s]
/proc/loadavg: 9.91 10.14 9.46 11/323 28835
/proc/meminfo: memFree=29731888/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=320244 CPUtime=0.79 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 12730 935 1 0 70 9 0 0 23 0 5 0 519437821 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28818/statm: 80061 7260 1883 364 0 15970 0
[pid=28824] ppid=28818 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/28824/stat : 28824 (python) S 28818 28818 27821 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 519437900 285388800 5614 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403855 0 0 16781312 514 4341236948615004418 0 0 17 4 0 0 0
/proc/28824/statm: 69675 5614 354 364 0 5593 0
[pid=28826] ppid=28824 vsize=1017932 CPUtime=2.3 cores=0,2,4,6
/proc/28826/stat : 28826 (gnovelty+2) R 28824 28826 28826 0 -1 4202496 511 0 0 0 230 0 0 0 25 0 1 0 519437901 1042362368 247 33554432000 134512640 135663704 4292951488 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28826/statm: 254483 247 113 282 0 254199 0
[pid=28827] ppid=28818 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/28827/stat : 28827 (python) S 28818 28818 27821 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519437903 296296448 5696 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4325455933099442434 0 0 17 6 0 0 0
/proc/28827/statm: 72338 5696 348 364 0 8253 0
[pid=28829] ppid=28827 vsize=1017932 CPUtime=2.2 cores=0,2,4,6
/proc/28829/stat : 28829 (gnovelty+2) R 28827 28829 28829 0 -1 4202496 511 0 0 0 220 0 0 0 25 0 1 0 519437905 1042362368 247 33554432000 134512640 135663704 4292456832 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28829/statm: 254483 247 113 282 0 254199 0
[pid=28830] ppid=28818 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/28830/stat : 28830 (python) S 28818 28818 27821 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519437906 306315264 5597 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4450089974154363140 0 0 17 6 0 0 0
/proc/28830/statm: 74784 5597 348 364 0 10696 0
[pid=28834] ppid=28830 vsize=416788 CPUtime=1.12 cores=0,2,4,6
/proc/28834/stat : 28834 (adaptg2wsat2009) R 28830 28834 28834 0 -1 4202496 627 0 0 0 112 0 0 0 25 0 1 0 519437909 426790912 362 33554432000 134512640 135107411 4293307840 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28834/statm: 104197 362 59 146 0 103073 0
[pid=28832] ppid=28818 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/28832/stat : 28832 (python) S 28818 28818 27821 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 519437909 317440000 5721 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4387122592499073284 0 0 17 6 0 0 0
/proc/28832/statm: 77500 5721 348 364 0 13409 0
[pid=28835] ppid=28832 vsize=416788 CPUtime=1.12 cores=0,2,4,6
/proc/28835/stat : 28835 (adaptg2wsat2009) R 28832 28835 28835 0 -1 4202496 629 0 0 0 112 0 0 0 25 0 1 0 519437910 426790912 364 33554432000 134512640 135107411 4291412192 18446744073709551615 134531664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28835/statm: 104197 364 59 146 0 103073 0
[pid=28818/tid=28825] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28825/stat : 28825 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519437900 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 4 0 0 0
[pid=28818/tid=28828] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28828/stat : 28828 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519437903 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28831] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28831/stat : 28831 (python) S 28816 28818 27821 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 5 0 519437906 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28833] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28833/stat : 28833 (python) S 28816 28818 27821 0 -1 4202560 17 935 0 0 0 0 0 0 24 0 5 0 519437909 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 4366872

[startup+6.3013 s]
/proc/loadavg: 9.92 10.14 9.47 11/323 28835
/proc/meminfo: memFree=29729040/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=320244 CPUtime=0.79 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 12730 935 1 0 70 9 0 0 23 0 5 0 519437821 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28818/statm: 80061 7260 1883 364 0 15970 0
[pid=28824] ppid=28818 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/28824/stat : 28824 (python) S 28818 28818 27821 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519437900 285388800 5636 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403855 0 0 16781312 514 4341236948615004418 0 0 17 4 0 0 0
/proc/28824/statm: 69675 5636 376 364 0 5593 0
[pid=28826] ppid=28824 vsize=1017932 CPUtime=5.49 cores=0,2,4,6
/proc/28826/stat : 28826 (gnovelty+2) R 28824 28826 28826 0 -1 4202496 511 0 0 0 549 0 0 0 25 0 1 0 519437901 1042362368 247 33554432000 134512640 135663704 4292951488 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28826/statm: 254483 247 113 282 0 254199 0
[pid=28827] ppid=28818 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/28827/stat : 28827 (python) S 28818 28818 27821 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 519437903 296296448 5719 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4325455933099442434 0 0 17 6 0 0 0
/proc/28827/statm: 72338 5719 371 364 0 8253 0
[pid=28829] ppid=28827 vsize=1017932 CPUtime=5.34 cores=0,2,4,6
/proc/28829/stat : 28829 (gnovelty+2) R 28827 28829 28829 0 -1 4202496 511 0 0 0 534 0 0 0 25 0 1 0 519437905 1042362368 247 33554432000 134512640 135663704 4292456832 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28829/statm: 254483 247 113 282 0 254199 0
[pid=28830] ppid=28818 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/28830/stat : 28830 (python) S 28818 28818 27821 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 519437906 306315264 5620 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4450089974154363140 0 0 17 6 0 0 0
/proc/28830/statm: 74784 5620 371 364 0 10696 0
[pid=28834] ppid=28830 vsize=416788 CPUtime=2.72 cores=0,2,4,6
/proc/28834/stat : 28834 (adaptg2wsat2009) R 28830 28834 28834 0 -1 4202496 627 0 0 0 272 0 0 0 25 0 1 0 519437909 426790912 362 33554432000 134512640 135107411 4293307840 18446744073709551615 134539297 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28834/statm: 104197 362 59 146 0 103073 0
[pid=28832] ppid=28818 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/28832/stat : 28832 (python) S 28818 28818 27821 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 1 0 519437909 317440000 5744 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4387122592499073284 0 0 17 6 0 0 0
/proc/28832/statm: 77500 5744 371 364 0 13409 0
[pid=28835] ppid=28832 vsize=416788 CPUtime=2.72 cores=0,2,4,6
/proc/28835/stat : 28835 (adaptg2wsat2009) R 28832 28835 28835 0 -1 4202496 629 0 0 0 272 0 0 0 25 0 1 0 519437910 426790912 364 33554432000 134512640 135107411 4291412192 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28835/statm: 104197 364 59 146 0 103073 0
[pid=28818/tid=28825] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28825/stat : 28825 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519437900 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 4 0 0 0
[pid=28818/tid=28828] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28828/stat : 28828 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519437903 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28831] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28831/stat : 28831 (python) S 28816 28818 27821 0 -1 4202560 37 935 0 0 0 0 0 0 22 0 5 0 519437906 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28833] ppid=28816 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28833/stat : 28833 (python) S 28816 28818 27821 0 -1 4202560 17 935 0 0 0 0 0 0 24 0 5 0 519437909 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 4366872

[startup+12.701 s]
/proc/loadavg: 9.93 10.14 9.47 11/323 28836
/proc/meminfo: memFree=29726196/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=320244 CPUtime=0.79 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 12730 935 1 0 70 9 0 0 23 0 5 0 519437821 327929856 7260 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28818/statm: 80061 7260 1883 364 0 15970 0
[pid=28824] ppid=28818 vsize=278700 CPUtime=0.02 cores=0,2,4,6
/proc/28824/stat : 28824 (python) S 28818 28818 27821 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 519437900 285388800 5636 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403855 0 0 16781312 514 1430016026992410882 0 0 17 4 0 0 0
/proc/28824/statm: 69675 5636 376 364 0 5593 0
[pid=28826] ppid=28824 vsize=1017932 CPUtime=11.87 cores=0,2,4,6
/proc/28826/stat : 28826 (gnovelty+2) R 28824 28826 28826 0 -1 4202496 511 0 0 0 1187 0 0 0 25 0 1 0 519437901 1042362368 247 33554432000 134512640 135663704 4292951488 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28826/statm: 254483 247 113 282 0 254199 0
[pid=28827] ppid=28818 vsize=289352 CPUtime=0.02 cores=0,2,4,6

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

[pid=28876] ppid=28871 vsize=416788 CPUtime=98.33 cores=0,2,4,6
/proc/28876/stat : 28876 (adaptg2wsat2009) T 28871 28876 28876 0 -1 4202496 633 0 0 0 9833 0 0 0 25 0 1 0 519476413 426790912 364 33554432000 134512640 135107411 4293387552 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28876/statm: 104197 364 59 146 0 103073 0
[pid=28871/tid=28913] ppid=28818 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28913/stat : 28913 (python) S 28818 28818 27821 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519488837 370233344 5889 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604440747256640 0 0 -1 2 0 0 0
[pid=28874] ppid=28818 vsize=371812 CPUtime=0.44 cores=0,2,4,6
/proc/28874/stat : 28874 (python) S 28818 28818 27821 0 -1 4202560 1039 0 0 0 24 20 0 0 15 0 1 0 519476412 380735488 5861 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 8787837893201592579 0 0 17 0 0 0 0
/proc/28874/statm: 92953 5861 371 364 0 28844 0
[pid=28877] ppid=28874 vsize=2852 CPUtime=125.7 cores=0,2,4,6
/proc/28877/stat : 28877 (march_hi) R 28874 28877 28877 0 -1 4202496 1425 0 0 0 12570 0 0 0 25 0 1 0 519476413 2920448 523 33554432000 4194304 4955518 140734856983696 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28877/statm: 713 523 106 186 0 526 0
[pid=28879] ppid=28818 vsize=382280 CPUtime=0.31 cores=0,2,4,6
/proc/28879/stat : 28879 (python) S 28818 28818 27821 0 -1 4202560 1022 0 0 0 17 14 0 0 15 0 1 0 519481608 391454720 5894 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4073281566879482115 0 0 17 2 0 0 0
/proc/28879/statm: 95570 5894 371 364 0 31458 0
[pid=28881] ppid=28879 vsize=2852 CPUtime=91.49 cores=0,2,4,6
/proc/28881/stat : 28881 (march_hi) R 28879 28881 28881 0 -1 4202496 1399 0 0 0 9149 0 0 0 25 0 1 0 519481609 2920448 497 33554432000 4194304 4955518 140734373611408 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28881/statm: 713 497 106 186 0 526 0
[pid=28914] ppid=28818 vsize=392536 CPUtime=0.14 cores=0,2,4,6
/proc/28914/stat : 28914 (python) S 28818 28818 27821 0 -1 4202560 1006 0 0 0 7 7 0 0 15 0 1 0 519488841 401956864 5928 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4591564959934021889 0 0 17 6 0 0 0
/proc/28914/statm: 98134 5928 371 364 0 34019 0
[pid=28916] ppid=28914 vsize=2620 CPUtime=31.91 cores=0,2,4,6
/proc/28916/stat : 28916 (march_hi) R 28914 28916 28916 0 -1 4202496 1272 0 0 0 3191 0 0 0 25 0 1 0 519488842 2682880 413 33554432000 4194304 4955518 140734160839056 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28916/statm: 655 413 106 186 0 468 0
[pid=28818/tid=28825] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28825/stat : 28825 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 13 0 519437900 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 4 0 0 0
[pid=28818/tid=28828] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28828/stat : 28828 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 13 0 519437903 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28831] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28831/stat : 28831 (python) S 28816 28818 27821 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 13 0 519437906 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28833] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28833/stat : 28833 (python) S 28816 28818 27821 0 -1 4202560 17 935 0 0 0 0 0 0 24 0 13 0 519437909 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28842] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28842/stat : 28842 (python) S 28816 28818 27821 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 13 0 519447928 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28846] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28846/stat : 28846 (python) S 28816 28818 27821 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 13 0 519447945 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28855] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28855/stat : 28855 (python) S 28816 28818 27821 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 519456352 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28859] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28859/stat : 28859 (python) S 28816 28818 27821 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 13 0 519456656 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28872] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28872/stat : 28872 (python) S 28816 28818 27821 0 -1 4202560 43 935 0 0 0 0 0 0 20 0 13 0 519476400 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28875] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28875/stat : 28875 (python) S 28816 28818 27821 0 -1 4202560 14 935 0 0 0 0 0 0 21 0 13 0 519476413 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28880] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28880/stat : 28880 (python) S 28816 28818 27821 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 13 0 519481609 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28915] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28915/stat : 28915 (python) S 28816 28818 27821 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 519488842 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1512.46
Current children cumulated vsize (KiB) 9416888

[startup+574.402 s]
/proc/loadavg: 6.92 9.06 9.38 8/302 28918
/proc/meminfo: memFree=29781320/32951124 swapFree=67111356/67111528
[pid=28818] ppid=28816 vsize=402780 CPUtime=1.1 cores=0,2,4,6
/proc/28818/stat : 28818 (python) S 28816 28818 27821 0 -1 4202496 20048 935 1 0 99 11 0 0 20 0 13 0 519437821 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28818/statm: 100695 7461 1900 364 0 36580 0
[pid=28824] ppid=28818 vsize=288944 CPUtime=0.19 cores=0,2,4,6
/proc/28824/stat : 28824 (python) S 28818 28818 27821 0 -1 4202560 1085 0 0 0 10 9 0 0 19 0 2 0 519437900 295878656 5675 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28824/statm: 72236 5675 410 364 0 8154 0
[pid=28826] ppid=28824 vsize=1017932 CPUtime=97.41 cores=0,2,4,6
/proc/28826/stat : 28826 (gnovelty+2) T 28824 28826 28826 0 -1 4202496 511 0 0 0 9741 0 0 0 25 0 1 0 519437901 1042362368 247 33554432000 134512640 135663704 4292951488 18446744073709551615 134547018 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28826/statm: 254483 247 113 282 0 254199 0
[pid=28824/tid=28844] ppid=28818 vsize=288944 CPUtime=0 cores=0,2,4,6
/proc/28824/task/28844/stat : 28844 (python) S 28818 28818 27821 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519447934 295878656 5675 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604453923466240 0 0 -1 4 0 0 0
[pid=28827] ppid=28818 vsize=289352 CPUtime=0.2 cores=0,2,4,6
/proc/28827/stat : 28827 (python) S 28818 28818 27821 0 -1 4202560 1084 0 0 0 12 8 0 0 19 0 2 0 519437903 296296448 5749 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28827/statm: 72338 5749 400 364 0 8253 0
[pid=28829] ppid=28827 vsize=1017932 CPUtime=98.65 cores=0,2,4,6
/proc/28829/stat : 28829 (gnovelty+2) T 28827 28829 28829 0 -1 4202496 511 0 0 0 9865 0 0 0 25 0 1 0 519437905 1042362368 247 33554432000 134512640 135663704 4292456832 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/28829/statm: 254483 247 113 282 0 254199 0
[pid=28827/tid=28840] ppid=28818 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/28827/task/28840/stat : 28840 (python) S 28818 28818 27821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519447925 296296448 5749 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604453919791936 0 0 -1 6 0 0 0
[pid=28830] ppid=28818 vsize=299136 CPUtime=0.7 cores=0,2,4,6
/proc/28830/stat : 28830 (python) S 28818 28818 27821 0 -1 4202560 1147 0 0 0 37 33 0 0 18 0 2 0 519437906 306315264 5650 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28830/statm: 74784 5650 400 364 0 10696 0
[pid=28834] ppid=28830 vsize=416788 CPUtime=194.59 cores=0,2,4,6
/proc/28834/stat : 28834 (adaptg2wsat2009) T 28830 28834 28834 0 -1 4202496 627 0 0 0 19459 0 0 0 25 0 1 0 519437909 426790912 362 33554432000 134512640 135107411 4293307840 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28834/statm: 104197 362 59 146 0 103073 0
[pid=28830/tid=28853] ppid=28818 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/28830/task/28853/stat : 28853 (python) S 28818 28818 27821 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 519456349 306315264 5650 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604453948810560 0 0 -1 6 0 0 0
[pid=28832] ppid=28818 vsize=310000 CPUtime=0.38 cores=0,2,4,6
/proc/28832/stat : 28832 (python) S 28818 28818 27821 0 -1 4202560 1137 0 0 0 21 17 0 0 19 0 2 0 519437909 317440000 5774 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28832/statm: 77500 5774 400 364 0 13409 0
[pid=28835] ppid=28832 vsize=416788 CPUtime=100.94 cores=0,2,4,6
/proc/28835/stat : 28835 (adaptg2wsat2009) T 28832 28835 28835 0 -1 4202496 629 0 0 0 10094 0 0 0 25 0 1 0 519437910 426790912 364 33554432000 134512640 135107411 4291412192 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28835/statm: 104197 364 59 146 0 103073 0
[pid=28832/tid=28857] ppid=28818 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/28832/task/28857/stat : 28857 (python) S 28818 28818 27821 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519456652 317440000 5774 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604453934149824 0 0 -1 6 0 0 0
[pid=28841] ppid=28818 vsize=320256 CPUtime=0.4 cores=0,2,4,6
/proc/28841/stat : 28841 (python) S 28818 28818 27821 0 -1 4202560 1139 0 0 0 23 17 0 0 19 0 2 0 519447928 327942144 5778 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28841/statm: 80064 5778 400 364 0 15970 0
[pid=28843] ppid=28841 vsize=416788 CPUtime=99.88 cores=0,2,4,6
/proc/28843/stat : 28843 (adaptg2wsat2009) T 28841 28843 28843 0 -1 4202496 629 0 0 0 9988 0 0 0 25 0 1 0 519447929 426790912 362 33554432000 134512640 135107411 4291295552 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28843/statm: 104197 362 59 146 0 103073 0
[pid=28841/tid=28864] ppid=28818 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/28841/task/28864/stat : 28864 (python) S 28818 28818 27821 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519466668 327942144 5778 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604440278879104 0 0 -1 6 0 0 0
[pid=28845] ppid=28818 vsize=330060 CPUtime=3.09 cores=0,2,4,6
/proc/28845/stat : 28845 (python) R 28818 28818 27821 0 -1 4202560 1039 0 0 0 232 77 0 0 18 0 1 0 519447944 337981440 5660 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/28845/statm: 82515 5660 371 364 0 18418 0
[pid=28847] ppid=28845 vsize=0 CPUtime=367.42 cores=0,2,4,6
/proc/28847/stat : 28847 (march_hi) R 28845 28847 28847 0 -1 4202500 1699 0 0 0 36742 0 0 0 25 0 1 0 519447945 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28847/statm: 0 0 0 0 0 0 0
[pid=28854] ppid=28818 vsize=340856 CPUtime=0.44 cores=0,2,4,6
/proc/28854/stat : 28854 (python) S 28818 28818 27821 0 -1 4202560 1175 0 0 0 24 20 0 0 19 0 2 0 519456352 349036544 5808 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28854/statm: 85214 5808 400 364 0 21114 0
[pid=28856] ppid=28854 vsize=1017932 CPUtime=99.5 cores=0,2,4,6
/proc/28856/stat : 28856 (gnovelty+2) T 28854 28856 28856 0 -1 4202496 514 0 0 0 9950 0 0 0 25 0 1 0 519456352 1042362368 247 33554432000 134512640 135663704 4290126368 18446744073709551615 135008500 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28856/statm: 254483 247 113 282 0 254199 0
[pid=28854/tid=28870] ppid=28818 vsize=340856 CPUtime=0 cores=0,2,4,6
/proc/28854/task/28870/stat : 28870 (python) S 28818 28818 27821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519476397 349036544 5808 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604448764842048 0 0 -1 6 0 0 0
[pid=28858] ppid=28818 vsize=351112 CPUtime=0.43 cores=0,2,4,6
/proc/28858/stat : 28858 (python) S 28818 28818 27821 0 -1 4202560 1191 0 0 0 22 21 0 0 19 0 2 0 519456656 359538688 5841 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28858/statm: 87778 5841 406 364 0 23675 0
[pid=28860] ppid=28858 vsize=246936 CPUtime=98.66 cores=0,2,4,6
/proc/28860/stat : 28860 (FH) T 28858 28860 28860 0 -1 4202496 599 0 0 0 9866 0 0 0 25 0 1 0 519456656 252862464 327 33554432000 134512640 134936988 4294730048 18446744073709551615 134545214 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/28860/statm: 61734 327 41 104 0 61238 0
[pid=28858/tid=28873] ppid=28818 vsize=351112 CPUtime=0 cores=0,2,4,6
/proc/28858/task/28873/stat : 28873 (python) S 28818 28818 27821 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 519476401 359538688 5841 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604453965985728 0 0 -1 6 0 0 0
[pid=28871] ppid=28818 vsize=361556 CPUtime=0.26 cores=0,2,4,6
/proc/28871/stat : 28871 (python) S 28818 28818 27821 0 -1 4202560 1161 0 0 0 16 10 0 0 19 0 2 0 519476400 370233344 5889 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/28871/statm: 90389 5889 400 364 0 26283 0
[pid=28876] ppid=28871 vsize=416788 CPUtime=98.33 cores=0,2,4,6
/proc/28876/stat : 28876 (adaptg2wsat2009) T 28871 28876 28876 0 -1 4202496 633 0 0 0 9833 0 0 0 25 0 1 0 519476413 426790912 364 33554432000 134512640 135107411 4293387552 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28876/statm: 104197 364 59 146 0 103073 0
[pid=28871/tid=28913] ppid=28818 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28913/stat : 28913 (python) S 28818 28818 27821 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519488837 370233344 5889 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 514 18446604440747256640 0 0 -1 2 0 0 0
[pid=28874] ppid=28818 vsize=371812 CPUtime=0.44 cores=0,2,4,6
/proc/28874/stat : 28874 (python) S 28818 28818 27821 0 -1 4202560 1039 0 0 0 24 20 0 0 15 0 1 0 519476412 380735488 5861 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 8787837893201592579 0 0 17 0 0 0 0
/proc/28874/statm: 92953 5861 371 364 0 28844 0
[pid=28877] ppid=28874 vsize=2852 CPUtime=125.8 cores=0,2,4,6
/proc/28877/stat : 28877 (march_hi) R 28874 28877 28877 0 -1 4202496 1426 0 0 0 12580 0 0 0 25 0 1 0 519476413 2920448 524 33554432000 4194304 4955518 140734856983696 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28877/statm: 713 524 106 186 0 526 0
[pid=28879] ppid=28818 vsize=382280 CPUtime=0.31 cores=0,2,4,6
/proc/28879/stat : 28879 (python) S 28818 28818 27821 0 -1 4202560 1022 0 0 0 17 14 0 0 15 0 1 0 519481608 391454720 5894 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4073281566879482115 0 0 17 2 0 0 0
/proc/28879/statm: 95570 5894 371 364 0 31458 0
[pid=28881] ppid=28879 vsize=2852 CPUtime=91.54 cores=0,2,4,6
/proc/28881/stat : 28881 (march_hi) R 28879 28881 28881 0 -1 4202496 1399 0 0 0 9154 0 0 0 25 0 1 0 519481609 2920448 497 33554432000 4194304 4955518 140734373611408 18446744073709551615 4285697 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28881/statm: 713 497 106 186 0 526 0
[pid=28914] ppid=28818 vsize=392536 CPUtime=0.14 cores=0,2,4,6
/proc/28914/stat : 28914 (python) S 28818 28818 27821 0 -1 4202560 1006 0 0 0 7 7 0 0 15 0 1 0 519488841 401956864 5928 33554432000 4194304 5683644 140733756566464 18446744073709551615 270338403910 0 0 16781312 514 4591564959934021889 0 0 17 6 0 0 0
/proc/28914/statm: 98134 5928 371 364 0 34019 0
[pid=28916] ppid=28914 vsize=2620 CPUtime=31.98 cores=0,2,4,6
/proc/28916/stat : 28916 (march_hi) R 28914 28916 28916 0 -1 4202496 1273 0 0 0 3198 0 0 0 25 0 1 0 519488842 2682880 414 33554432000 4194304 4955518 140734160839056 18446744073709551615 4244416 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28916/statm: 655 414 106 186 0 468 0
[pid=28818/tid=28825] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28825/stat : 28825 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 13 0 519437900 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 4 0 0 0
[pid=28818/tid=28828] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28828/stat : 28828 (python) S 28816 28818 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 13 0 519437903 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28831] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28831/stat : 28831 (python) S 28816 28818 27821 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 13 0 519437906 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28833] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28833/stat : 28833 (python) S 28816 28818 27821 0 -1 4202560 17 935 0 0 0 0 0 0 24 0 13 0 519437909 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28842] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28842/stat : 28842 (python) S 28816 28818 27821 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 13 0 519447928 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28846] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28846/stat : 28846 (python) S 28816 28818 27821 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 13 0 519447945 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28855] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28855/stat : 28855 (python) S 28816 28818 27821 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 519456352 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28859] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28859/stat : 28859 (python) S 28816 28818 27821 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 13 0 519456656 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28872] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28872/stat : 28872 (python) S 28816 28818 27821 0 -1 4202560 43 935 0 0 0 0 0 0 20 0 13 0 519476400 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28875] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28875/stat : 28875 (python) S 28816 28818 27821 0 -1 4202560 14 935 0 0 0 0 0 0 21 0 13 0 519476413 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28880] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28880/stat : 28880 (python) S 28816 28818 27821 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 13 0 519481609 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
[pid=28818/tid=28915] ppid=28816 vsize=402780 CPUtime=0 cores=0,2,4,6
/proc/28818/task/28915/stat : 28915 (python) S 28816 28818 27821 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 519488842 412446720 7461 33554432000 4194304 5683644 140733756566464 18446744073709551615 270350207409 0 0 16781312 2 18446604453946913920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1512.78
Current children cumulated vsize (KiB) 9416888

Child status: 0
Real time (s): 574.461
CPU time (s): 1513.17
CPU user time (s): 1510.4
CPU system time (s): 2.77158
CPU usage (%): 263.408
Max. virtual memory (cumulated for all children) (KiB): 9421584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1510.4
system time used= 2.77158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49714
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= 4855
involuntary context switches= 14744

runsolver used 2.89856 second user time and 5.39418 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-01 19:17:02
IDJOB=3317587
IDBENCH=83052
IDSOLVER=1705
FILE ID=node143/3317587-1304270222
RUNJOBID= node143-1304267279-27839
PBS_JOBID= 13173936
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317587-1304270222/watcher-3317587-1304270222 -o /tmp/evaluation-result-3317587-1304270222/solver-3317587-1304270222 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317587-1304270222.cnf -seed 1070760300 -budget 4800 -cores 4

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

MD5SUM BENCH= 1e7a565e93334fc4a75fcaa13a0d446a
RANDOM SEED=1070760300

node143.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	: 5226.15
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.74
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.83
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.75
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29773816 kB
Buffers:        299164 kB
Cached:        1397460 kB
SwapCached:        168 kB
Active:        1642576 kB
Inactive:      1214920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29773816 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           31788 kB
Writeback:           0 kB
AnonPages:     1160368 kB
Mapped:          27264 kB
Slab:           230956 kB
PageTables:      27064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44463516 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= 73504 MiB
End job on node143 at 2011-05-01 19:26:37