Trace number 3386773

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 1080.16 1076.03

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S642174893-006.UNKNOWN.cnf
MD5SUM6df48a49b3cf6574a0f4cdf651f82d66
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark377.49
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3386773-1305591695.cnf
0.32/0.46	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.51/0.69	c INFO: computed variable balance statistics
0.61/0.77	c INFO: computed small-clause counts
0.61/0.77	c INFO: computed Horn-clause counts
0.61/0.77	c INFO: computed variable graph statistics
0.61/0.77	c INFO: collected features for HOME/instance-3386773-1305591695.cnf in 0.31 s
0.71/0.80	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
99.45/99.23	c INFO: running gnovelty+2@0 for 97 with 4901 remaining (b = 0.10)
197.18/196.67	c INFO: running adaptg2wsat2009++@0 for 97 with 4803 remaining (b = 0.05)
296.06/295.12	c INFO: running adaptg2wsat2009++@0 for 97 with 4705 remaining (b = 0.03)
398.84/397.59	c INFO: running adaptg2wsat2009++@0 for 97 with 4602 remaining (b = 0.03)
496.67/495.03	c INFO: running gnovelty+2@0 for 97 with 4505 remaining (b = 0.02)
597.30/595.46	c INFO: running FH@0 for 97 with 4405 remaining (b = 0.02)
695.04/692.91	c INFO: running march_hi@0 for 2134 with 4307 remaining (b = 0.32)
1080.08/1076.00	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386773-1305591695/watcher-3386773-1305591695 -o /tmp/evaluation-result-3386773-1305591695/solver-3386773-1305591695 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386773-1305591695.cnf -seed 760987739 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 4.11 4.09 4.02 5/500 12380
/proc/meminfo: memFree=23509220/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/12380/stat : 12380 (python) R 12378 12380 11495 0 -1 4202496 902 0 0 0 0 0 0 0 25 0 1 0 670768000 16150528 783 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204645376 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12380/statm: 3943 783 346 364 0 430 0

[startup+0.032005 s]
/proc/loadavg: 4.11 4.09 4.02 5/500 12380
/proc/meminfo: memFree=23509220/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=18880 CPUtime=0.01 cores=0,2,4,6
/proc/12380/stat : 12380 (python) R 12378 12380 11495 0 -1 4202496 1267 0 0 0 1 0 0 0 25 0 1 0 670768000 19333120 1120 33554432000 4194304 5683644 140736688286688 18446744073709551615 4865422 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12380/statm: 4720 1121 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100998 s]
/proc/loadavg: 4.11 4.09 4.02 5/500 12380
/proc/meminfo: memFree=23509220/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=104220 CPUtime=0.07 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 3049 0 0 0 5 2 0 0 25 0 1 0 670768000 106721280 2733 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/12380/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300977 s]
/proc/loadavg: 4.11 4.09 4.02 5/500 12380
/proc/meminfo: memFree=23509220/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=190252 CPUtime=0.23 cores=0,2,4,6
/proc/12380/stat : 12380 (python) R 12378 12380 11495 0 -1 4202496 6880 933 1 0 17 6 0 0 17 0 1 0 670768000 194818048 4929 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204308165 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12380/statm: 47563 4929 1421 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190252

[startup+0.700883 s]
/proc/loadavg: 4.11 4.09 4.02 5/500 12380
/proc/meminfo: memFree=23509220/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=279652 CPUtime=0.61 cores=0,2,4,6
/proc/12380/stat : 12380 (python) R 12378 12380 11495 0 -1 4202496 9714 933 1 0 53 8 0 0 17 0 1 0 670768000 286363648 7299 33554432000 4194304 5683644 140736688286688 18446744073709551615 47935635214800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12380/statm: 69913 7299 1827 364 0 5837 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279652

[startup+1.50077 s]
/proc/loadavg: 4.11 4.09 4.02 5/504 12388
/proc/meminfo: memFree=23483148/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=289192 CPUtime=0.71 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10013 933 1 0 63 8 0 0 20 0 2 0 670768000 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 72298 7203 1877 364 0 8216 0
[pid=12386] ppid=12380 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 742 0 0 0 0 0 0 0 20 0 1 0 670768081 285642752 5676 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667407 0 0 16781312 514 1078410079788597247 0 0 17 2 0 0 0
/proc/12386/statm: 69737 5676 354 364 0 5655 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=0.68 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) R 12386 12388 12388 0 -1 4202496 515 0 0 0 68 0 0 0 24 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524546 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 670768081 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1586072

[startup+3.10047 s]
/proc/loadavg: 4.10 4.09 4.02 5/504 12388
/proc/meminfo: memFree=23482032/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=289192 CPUtime=0.71 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10013 933 1 0 63 8 0 0 20 0 2 0 670768000 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 72298 7203 1877 364 0 8216 0
[pid=12386] ppid=12380 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 670768081 285642752 5676 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667407 0 0 16781312 514 1078410079788564738 0 0 17 2 0 0 0
/proc/12386/statm: 69737 5676 354 364 0 5655 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=2.28 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) R 12386 12388 12388 0 -1 4202496 515 0 0 0 228 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 670768081 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1586072

[startup+6.30096 s]
/proc/loadavg: 4.10 4.09 4.02 5/504 12389
/proc/meminfo: memFree=23482452/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=289192 CPUtime=0.71 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10013 933 1 0 63 8 0 0 20 0 2 0 670768000 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 72298 7203 1877 364 0 8216 0
[pid=12386] ppid=12380 vsize=278948 CPUtime=0.02 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 670768081 285642752 5699 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667407 0 0 16781312 514 1078410079788564738 0 0 17 2 0 0 0
/proc/12386/statm: 69737 5699 377 364 0 5655 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=5.48 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) R 12386 12388 12388 0 -1 4202496 515 0 0 0 548 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 670768081 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1586072

[startup+12.7009 s]
/proc/loadavg: 4.08 4.09 4.02 5/504 12389
/proc/meminfo: memFree=23482324/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=289192 CPUtime=0.71 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10013 933 1 0 63 8 0 0 20 0 2 0 670768000 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 72298 7203 1877 364 0 8216 0
[pid=12386] ppid=12380 vsize=278948 CPUtime=0.03 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 888 0 0 0 2 1 0 0 18 0 1 0 670768081 285642752 5699 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667407 0 0 16781312 514 17074975774710137090 0 0 17 2 0 0 0
/proc/12386/statm: 69737 5699 377 364 0 5655 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=11.88 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) R 12386 12388 12388 0 -1 4202496 515 0 0 0 1188 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 670768081 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1586072

[startup+25.5007 s]
/proc/loadavg: 4.07 4.08 4.02 5/504 12389
/proc/meminfo: memFree=23482912/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=289192 CPUtime=0.71 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10013 933 1 0 63 8 0 0 20 0 2 0 670768000 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 72298 7203 1877 364 0 8216 0
[pid=12386] ppid=12380 vsize=278948 CPUtime=0.07 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 893 0 0 0 4 3 0 0 18 0 1 0 670768081 285642752 5699 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667407 0 0 16781312 514 17074975774710137090 0 0 17 6 0 0 0
/proc/12386/statm: 69737 5699 377 364 0 5655 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=24.68 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) R 12386 12388 12388 0 -1 4202496 515 0 0 0 2468 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 670768081 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1586072

[startup+51.1004 s]
/proc/loadavg: 4.05 4.08 4.02 5/504 12390
/proc/meminfo: memFree=23482796/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=289192 CPUtime=0.71 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10013 933 1 0 63 8 0 0 20 0 2 0 670768000 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 72298 7203 1877 364 0 8216 0
[pid=12386] ppid=12380 vsize=278948 CPUtime=0.16 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 905 0 0 0 9 7 0 0 18 0 1 0 670768081 285642752 5699 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667407 0 0 16781312 514 17074975774710137090 0 0 17 6 0 0 0
/proc/12386/statm: 69737 5699 377 364 0 5655 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=50.28 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) R 12386 12388 12388 0 -1 4202496 515 0 0 0 5028 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 670768081 296132608 7203 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 1586072

[startup+102.319 s]
/proc/loadavg: 4.05 4.08 4.02 5/511 12398
/proc/meminfo: memFree=23474924/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=299448 CPUtime=0.74 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10902 933 1 0 66 8 0 0 20 0 3 0 670768000 306634752 7210 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12380/statm: 74862 7210 1880 364 0 10777 0
[pid=12386] ppid=12380 vsize=289192 CPUtime=0.36 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 1082 0 0 0 20 16 0 0 19 0 2 0 670768081 296132608 5737 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12386/statm: 72298 5737 410 364 0 8216 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=98.38 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) T 12386 12388 12388 0 -1 4202496 515 0 0 0 9838 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12386/tid=12395] ppid=12380 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12386/task/12395/stat : 12395 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670777920 296132608 5737 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 6 0 0 0
[pid=12396] ppid=12380 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/12396/stat : 12396 (python) S 12380 12380 11495 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670777923 296144896 5674 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667462 0 0 16781312 514 17387330814659756289 0 0 17 4 0 0 0
/proc/12396/statm: 72301 5674 348 364 0 8216 0
[pid=12398] ppid=12396 vsize=1017932 CPUtime=3.07 cores=0,2,4,6
/proc/12398/stat : 12398 (gnovelty+2) R 12396 12398 12398 0 -1 4202496 512 0 0 0 307 0 0 0 25 0 1 0 670777924 1042362368 247 33554432000 134512640 135663704 4291246944 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12398/statm: 254483 247 113 282 0 254199 0
[pid=12380/tid=12387] ppid=12378 vsize=299448 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 670768081 306634752 7210 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
[pid=12380/tid=12397] ppid=12378 vsize=299448 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12397/stat : 12397 (python) S 12378 12380 11495 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 670777923 306634752 7210 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.55
Current children cumulated vsize (KiB) 2913708

[startup+162.301 s]
/proc/loadavg: 4.02 4.06 4.01 5/515 12404
/proc/meminfo: memFree=23466656/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=299448 CPUtime=0.74 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 10902 933 1 0 66 8 0 0 20 0 3 0 670768000 306634752 7210 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12380/statm: 74862 7210 1880 364 0 10777 0
[pid=12386] ppid=12380 vsize=289192 CPUtime=0.36 cores=0,2,4,6

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

[pid=12413/tid=12419] ppid=12380 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/12413/task/12419/stat : 12419 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670807756 317431808 5793 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604445052711040 0 0 -1 6 0 0 0
[pid=12420] ppid=12380 vsize=320420 CPUtime=0.37 cores=0,2,4,6
/proc/12420/stat : 12420 (python) S 12380 12380 11495 0 -1 4202560 1110 0 0 0 19 18 0 0 19 0 2 0 670807760 328110080 5819 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12420/statm: 80105 5819 400 364 0 16011 0
[pid=12422] ppid=12420 vsize=416788 CPUtime=97.33 cores=0,2,4,6
/proc/12422/stat : 12422 (adaptg2wsat2009) T 12420 12422 12422 0 -1 4202496 632 0 0 0 9733 0 0 0 25 0 1 0 670807760 426790912 363 33554432000 134512640 135107411 4286848720 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12422/statm: 104197 363 59 146 0 103073 0
[pid=12420/tid=12425] ppid=12380 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/12420/task/12425/stat : 12425 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670817500 328110080 5819 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604442522988736 0 0 -1 6 0 0 0
[pid=12426] ppid=12380 vsize=330676 CPUtime=0.37 cores=0,2,4,6
/proc/12426/stat : 12426 (python) S 12380 12380 11495 0 -1 4202560 1121 0 0 0 20 17 0 0 19 0 2 0 670817504 338612224 5848 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12426/statm: 82669 5848 400 364 0 18572 0
[pid=12428] ppid=12426 vsize=1017932 CPUtime=100.27 cores=0,2,4,6
/proc/12428/stat : 12428 (gnovelty+2) T 12426 12428 12428 0 -1 4202496 514 0 0 0 10027 0 0 0 25 0 1 0 670817504 1042362368 247 33554432000 134512640 135663704 4291585264 18446744073709551615 134525136 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12428/statm: 254483 247 113 282 0 254199 0
[pid=12426/tid=12432] ppid=12380 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/12426/task/12432/stat : 12432 (python) S 12380 12380 11495 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670827542 338612224 5848 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604450340766848 0 0 -1 4 0 0 0
[pid=12433] ppid=12380 vsize=340932 CPUtime=0.38 cores=0,2,4,6
/proc/12433/stat : 12433 (python) S 12380 12380 11495 0 -1 4202560 1117 0 0 0 21 17 0 0 19 0 2 0 670827546 349114368 5852 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12433/statm: 85233 5852 400 364 0 21133 0
[pid=12435] ppid=12433 vsize=246936 CPUtime=97.4 cores=0,2,4,6
/proc/12435/stat : 12435 (FH) T 12433 12435 12435 0 -1 4202496 595 0 0 0 9740 0 0 0 25 0 1 0 670827546 252862464 327 33554432000 134512640 134936988 4288507776 18446744073709551615 134544756 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12435/statm: 61734 327 41 104 0 61238 0
[pid=12433/tid=12440] ppid=12380 vsize=340932 CPUtime=0 cores=0,2,4,6
/proc/12433/task/12440/stat : 12440 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670837288 349114368 5852 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604453916336384 0 0 -1 6 0 0 0
[pid=12441] ppid=12380 vsize=351188 CPUtime=1.7 cores=0,2,4,6
/proc/12441/stat : 12441 (python) S 12380 12380 11495 0 -1 4202560 1065 0 0 0 94 76 0 0 15 0 1 0 670837291 359616512 5833 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667462 0 0 16781312 514 7317285071516303618 0 0 17 6 0 0 0
/proc/12441/statm: 87797 5833 378 364 0 23694 0
[pid=12443] ppid=12441 vsize=5844 CPUtime=382.58 cores=0,2,4,6
/proc/12443/stat : 12443 (march_hi) R 12441 12443 12443 0 -1 4202496 2083 0 0 0 38257 1 0 0 25 0 1 0 670837292 5984256 1178 33554432000 4194304 4955518 140735126505568 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12443/statm: 1461 1178 106 186 0 1274 0
[pid=12380/tid=12387] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 670768081 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
[pid=12380/tid=12397] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12397/stat : 12397 (python) S 12378 12380 11495 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 670777923 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12407] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12407/stat : 12407 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 670787667 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12414] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12414/stat : 12414 (python) S 12378 12380 11495 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 670797512 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12421] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12421/stat : 12421 (python) S 12378 12380 11495 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 670807760 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12427] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12427/stat : 12427 (python) S 12378 12380 11495 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 670817504 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12434] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12434/stat : 12434 (python) S 12378 12380 11495 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 670827546 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12442] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12442/stat : 12442 (python) S 12378 12380 11495 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 670837292 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1079.46
Current children cumulated vsize (KiB) 7449712

[startup+1075.9 s]
/proc/loadavg: 4.00 4.02 4.00 5/543 12456
/proc/meminfo: memFree=23413588/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=361432 CPUtime=0.95 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 16158 933 1 0 86 9 0 0 19 0 9 0 670768000 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12380/statm: 90358 7351 1892 364 0 26255 0
[pid=12386] ppid=12380 vsize=289192 CPUtime=0.36 cores=0,2,4,6
/proc/12386/stat : 12386 (python) S 12380 12380 11495 0 -1 4202560 1082 0 0 0 20 16 0 0 19 0 2 0 670768081 296132608 5737 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12386/statm: 72298 5737 410 364 0 8216 0
[pid=12388] ppid=12386 vsize=1017932 CPUtime=98.38 cores=0,2,4,6
/proc/12388/stat : 12388 (gnovelty+2) T 12386 12388 12388 0 -1 4202496 515 0 0 0 9838 0 0 0 25 0 1 0 670768081 1042362368 248 33554432000 134512640 135663704 4287345904 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12388/statm: 254483 248 113 282 0 254199 0
[pid=12386/tid=12395] ppid=12380 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/12386/task/12395/stat : 12395 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670777920 296132608 5737 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 6 0 0 0
[pid=12396] ppid=12380 vsize=289204 CPUtime=0.37 cores=0,2,4,6
/proc/12396/stat : 12396 (python) S 12380 12380 11495 0 -1 4202560 1080 0 0 0 19 18 0 0 19 0 2 0 670777923 296144896 5727 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12396/statm: 72301 5727 400 364 0 8216 0
[pid=12398] ppid=12396 vsize=1017932 CPUtime=97.39 cores=0,2,4,6
/proc/12398/stat : 12398 (gnovelty+2) T 12396 12398 12398 0 -1 4202496 512 0 0 0 9739 0 0 0 25 0 1 0 670777924 1042362368 247 33554432000 134512640 135663704 4291246944 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12398/statm: 254483 247 113 282 0 254199 0
[pid=12396/tid=12405] ppid=12380 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/12396/task/12405/stat : 12405 (python) S 12380 12380 11495 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 670787664 296144896 5727 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604452666029376 0 0 -1 6 0 0 0
[pid=12406] ppid=12380 vsize=299736 CPUtime=0.37 cores=0,2,4,6
/proc/12406/stat : 12406 (python) S 12380 12380 11495 0 -1 4202560 1094 0 0 0 21 16 0 0 19 0 2 0 670787667 306929664 5768 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12406/statm: 74934 5768 400 364 0 10846 0
[pid=12408] ppid=12406 vsize=416788 CPUtime=98.41 cores=0,2,4,6
/proc/12408/stat : 12408 (adaptg2wsat2009) T 12406 12408 12408 0 -1 4202496 627 0 0 0 9841 0 0 0 25 0 1 0 670787667 426790912 363 33554432000 134512640 135107411 4287453216 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12408/statm: 104197 363 59 146 0 103073 0
[pid=12406/tid=12412] ppid=12380 vsize=299736 CPUtime=0 cores=0,2,4,6
/proc/12406/task/12412/stat : 12412 (python) S 12380 12380 11495 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670797509 306929664 5768 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604447298830592 0 0 -1 6 0 0 0
[pid=12413] ppid=12380 vsize=309992 CPUtime=0.4 cores=0,2,4,6
/proc/12413/stat : 12413 (python) S 12380 12380 11495 0 -1 4202560 1091 0 0 0 21 19 0 0 19 0 2 0 670797512 317431808 5793 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12413/statm: 77498 5793 400 364 0 13407 0
[pid=12415] ppid=12413 vsize=416788 CPUtime=102.43 cores=0,2,4,6
/proc/12415/stat : 12415 (adaptg2wsat2009) T 12413 12415 12415 0 -1 4202496 630 0 0 0 10243 0 0 0 25 0 1 0 670797513 426790912 362 33554432000 134512640 135107411 4294290752 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12415/statm: 104197 362 59 146 0 103073 0
[pid=12413/tid=12419] ppid=12380 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/12413/task/12419/stat : 12419 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670807756 317431808 5793 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604445052711040 0 0 -1 6 0 0 0
[pid=12420] ppid=12380 vsize=320420 CPUtime=0.37 cores=0,2,4,6
/proc/12420/stat : 12420 (python) S 12380 12380 11495 0 -1 4202560 1110 0 0 0 19 18 0 0 19 0 2 0 670807760 328110080 5819 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12420/statm: 80105 5819 400 364 0 16011 0
[pid=12422] ppid=12420 vsize=416788 CPUtime=97.33 cores=0,2,4,6
/proc/12422/stat : 12422 (adaptg2wsat2009) T 12420 12422 12422 0 -1 4202496 632 0 0 0 9733 0 0 0 25 0 1 0 670807760 426790912 363 33554432000 134512640 135107411 4286848720 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12422/statm: 104197 363 59 146 0 103073 0
[pid=12420/tid=12425] ppid=12380 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/12420/task/12425/stat : 12425 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670817500 328110080 5819 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604442522988736 0 0 -1 6 0 0 0
[pid=12426] ppid=12380 vsize=330676 CPUtime=0.37 cores=0,2,4,6
/proc/12426/stat : 12426 (python) S 12380 12380 11495 0 -1 4202560 1121 0 0 0 20 17 0 0 19 0 2 0 670817504 338612224 5848 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12426/statm: 82669 5848 400 364 0 18572 0
[pid=12428] ppid=12426 vsize=1017932 CPUtime=100.27 cores=0,2,4,6
/proc/12428/stat : 12428 (gnovelty+2) T 12426 12428 12428 0 -1 4202496 514 0 0 0 10027 0 0 0 25 0 1 0 670817504 1042362368 247 33554432000 134512640 135663704 4291585264 18446744073709551615 134525136 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12428/statm: 254483 247 113 282 0 254199 0
[pid=12426/tid=12432] ppid=12380 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/12426/task/12432/stat : 12432 (python) S 12380 12380 11495 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670827542 338612224 5848 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604450340766848 0 0 -1 4 0 0 0
[pid=12433] ppid=12380 vsize=340932 CPUtime=0.38 cores=0,2,4,6
/proc/12433/stat : 12433 (python) S 12380 12380 11495 0 -1 4202560 1117 0 0 0 21 17 0 0 19 0 2 0 670827546 349114368 5852 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12433/statm: 85233 5852 400 364 0 21133 0
[pid=12435] ppid=12433 vsize=246936 CPUtime=97.4 cores=0,2,4,6
/proc/12435/stat : 12435 (FH) T 12433 12435 12435 0 -1 4202496 595 0 0 0 9740 0 0 0 25 0 1 0 670827546 252862464 327 33554432000 134512640 134936988 4288507776 18446744073709551615 134544756 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12435/statm: 61734 327 41 104 0 61238 0
[pid=12433/tid=12440] ppid=12380 vsize=340932 CPUtime=0 cores=0,2,4,6
/proc/12433/task/12440/stat : 12440 (python) S 12380 12380 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670837288 349114368 5852 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 514 18446604453916336384 0 0 -1 6 0 0 0
[pid=12441] ppid=12380 vsize=351188 CPUtime=1.7 cores=0,2,4,6
/proc/12441/stat : 12441 (python) S 12380 12380 11495 0 -1 4202560 1067 0 0 0 94 76 0 0 15 0 1 0 670837291 359616512 5833 33554432000 4194304 5683644 140736688286688 18446744073709551615 210204667462 0 0 16781312 514 7317285071516303618 0 0 17 6 0 0 0
/proc/12441/statm: 87797 5833 378 364 0 23694 0
[pid=12443] ppid=12441 vsize=5844 CPUtime=382.98 cores=0,2,4,6
/proc/12443/stat : 12443 (march_hi) R 12441 12443 12443 0 -1 4202496 2084 0 0 0 38297 1 0 0 25 0 1 0 670837292 5984256 1179 33554432000 4194304 4955518 140735126505568 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12443/statm: 1461 1179 106 186 0 1274 0
[pid=12380/tid=12387] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 670768081 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
[pid=12380/tid=12397] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12397/stat : 12397 (python) S 12378 12380 11495 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 670777923 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12407] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12407/stat : 12407 (python) S 12378 12380 11495 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 670787667 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12414] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12414/stat : 12414 (python) S 12378 12380 11495 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 670797512 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12421] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12421/stat : 12421 (python) S 12378 12380 11495 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 670807760 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12427] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12427/stat : 12427 (python) S 12378 12380 11495 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 670817504 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12434] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12434/stat : 12434 (python) S 12378 12380 11495 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 670827546 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12442] ppid=12378 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/12380/task/12442/stat : 12442 (python) S 12378 12380 11495 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 670837292 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1079.86
Current children cumulated vsize (KiB) 7449712

[startup+1076 s]
/proc/loadavg: 4.00 4.02 4.00 5/543 12456
/proc/meminfo: memFree=23413588/32951124 swapFree=63649240/67111528
[pid=12380] ppid=12378 vsize=361432 CPUtime=597.53 cores=0,2,4,6
/proc/12380/stat : 12380 (python) S 12378 12380 11495 0 -1 4202496 16210 11096 1 0 86 9 59548 110 17 0 9 0 670768000 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216477503 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12380/statm: 90358 7351 1892 364 0 26255 0
[pid=12433] ppid=12380 vsize=0 CPUtime=97.78 cores=0,2,4,6
/proc/12433/stat : 12433 (python) Z 12380 12380 11495 0 -1 4202588 1192 595 0 0 21 17 9740 0 18 0 2 0 670827546 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12433/statm: 0 0 0 0 0 0 0
[pid=12433/tid=12440] ppid=12380 vsize=0 CPUtime=97.4 cores=0,2,4,6
/proc/12433/task/12440/stat : 12440 (python) R 12380 12380 11495 0 -1 4203588 59 595 0 0 0 0 9740 0 18 0 2 0 670837288 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 -1 6 0 0 0
[pid=12441] ppid=12380 vsize=0 CPUtime=384.77 cores=0,2,4,6
/proc/12441/stat : 12441 (python) Z 12380 12380 11495 0 -1 4202588 1291 2086 0 0 94 76 38306 1 15 0 1 0 670837291 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12441/statm: 0 0 0 0 0 0 0
[pid=12380/tid=12387] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12387/stat : 12387 (python) S 12378 12380 11495 0 -1 4202560 29 11096 0 0 0 0 59548 110 20 0 9 0 670768081 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 4 0 0 0
[pid=12380/tid=12397] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12397/stat : 12397 (python) S 12378 12380 11495 0 -1 4202560 26 11096 0 0 0 0 59548 110 20 0 9 0 670777923 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12407] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12407/stat : 12407 (python) S 12378 12380 11495 0 -1 4202560 29 11096 0 0 0 0 59548 110 20 0 9 0 670787667 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12414] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12414/stat : 12414 (python) S 12378 12380 11495 0 -1 4202560 22 11096 0 0 0 0 59548 110 20 0 9 0 670797512 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12421] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12421/stat : 12421 (python) S 12378 12380 11495 0 -1 4202560 30 11096 0 0 0 0 59548 110 20 0 9 0 670807760 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12427] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12427/stat : 12427 (python) S 12378 12380 11495 0 -1 4202560 28 11096 0 0 0 0 59548 110 20 0 9 0 670817504 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12434] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12434/stat : 12434 (python) S 12378 12380 11495 0 -1 4202560 31 11096 0 0 0 0 59548 110 20 0 9 0 670827546 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
[pid=12380/tid=12442] ppid=12378 vsize=361432 CPUtime=596.58 cores=0,2,4,6
/proc/12380/task/12442/stat : 12442 (python) S 12378 12380 11495 0 -1 4202560 31 11096 0 0 0 0 59548 110 20 0 9 0 670837292 370106368 7351 33554432000 4194304 5683644 140736688286688 18446744073709551615 210216470961 0 0 16781312 2 18446604446842622208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1080.08
Current children cumulated vsize (KiB) 361432

Child status: 0
Real time (s): 1076.03
CPU time (s): 1080.16
CPU user time (s): 1077.99
CPU system time (s): 2.16567
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 7449716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1077.99
system time used= 2.16567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36832
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= 3079
involuntary context switches= 5868

runsolver used 7.16291 second user time and 15.2767 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-17 02:21:35
IDJOB=3386773
IDBENCH=82838
IDSOLVER=1872
FILE ID=node130/3386773-1305591695
RUNJOBID= node130-1305586146-11513
PBS_JOBID= 13350348
Free space on /tmp= 73292 MiB

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

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

MD5SUM BENCH= 6df48a49b3cf6574a0f4cdf651f82d66
RANDOM SEED=760987739

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23509376 kB
Buffers:        316004 kB
Cached:        4432808 kB
SwapCached:      10240 kB
Active:        5101896 kB
Inactive:      4018776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23509376 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           32688 kB
Writeback:           0 kB
AnonPages:     4369296 kB
Mapped:          33768 kB
Slab:           194016 kB
PageTables:      57384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141023212 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= 73260 MiB
End job on node130 at 2011-05-17 02:39:31