Trace number 3317382

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 2078.36 637.632

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
MD5SUM4227d784a99fd8c0304137876add0b08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark398.758
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.34/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.64	c INFO: solving HOME/instance-3317382-1304269230.cnf
0.34/0.64	c INFO: computing task features
0.34/0.67	c INFO: computed variable-clause graph statistics
0.34/0.67	c INFO: computed clause balance statistics
0.52/0.87	c INFO: computed variable balance statistics
0.62/0.95	c INFO: computed small-clause counts
0.62/0.95	c INFO: computed Horn-clause counts
0.62/0.95	c INFO: computed variable graph statistics
0.62/0.95	c INFO: collected features for HOME/instance-3317382-1304269230.cnf in 0.32 s
0.62/0.98	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.74/1.01	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.74/1.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
0.74/1.08	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
297.78/100.30	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.03)
300.49/101.22	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
444.17/149.25	c INFO: running FH@0 for 97 with 4651 remaining (b = 0.02)
531.56/178.42	c INFO: running adaptg2wsat2009++@0 for 97 with 4622 remaining (b = 0.01)
636.03/213.45	c INFO: running march_hi@0 for 2134 with 4587 remaining (b = 0.32)
722.80/242.56	c INFO: running march_hi@0 for 2134 with 4558 remaining (b = 0.31)
873.07/291.53	c INFO: running march_hi@0 for 388 with 4509 remaining (b = 0.11)
988.66/324.73	c INFO: running march_hi@0 for 2134 with 4475 remaining (b = 0.28)
2078.16/637.61	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-3317382-1304269230/watcher-3317382-1304269230 -o /tmp/evaluation-result-3317382-1304269230/solver-3317382-1304269230 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317382-1304269230.cnf -seed 502743211 -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: 7.90 8.10 7.07 6/245 22865
/proc/meminfo: memFree=29294136/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 271114340 15753216 697 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22865/statm: 3846 697 334 364 0 333 0

[startup+0.0891169 s]
/proc/loadavg: 7.90 8.10 7.07 6/245 22865
/proc/meminfo: memFree=29294136/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=84524 CPUtime=0.05 cores=0,2,4,6
/proc/22865/stat : 22865 (python) R 22863 22865 22195 0 -1 4202496 2285 0 0 0 4 1 0 0 18 0 1 0 271114340 86552576 2030 33554432000 4194304 5683644 140734700789152 18446744073709551615 268782361754 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22865/statm: 21118 2030 645 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.101117 s]
/proc/loadavg: 7.90 8.10 7.07 6/245 22865
/proc/meminfo: memFree=29294136/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=93960 CPUtime=0.05 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 271114340 96215040 2407 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22865/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.301019 s]
/proc/loadavg: 7.90 8.10 7.07 6/245 22865
/proc/meminfo: memFree=29294136/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 5967 935 1 0 13 3 0 0 18 0 1 0 271114340 139010048 4152 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22865/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.706986 s]
/proc/loadavg: 7.90 8.10 7.07 6/245 22865
/proc/meminfo: memFree=29294136/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=279556 CPUtime=0.42 cores=0,2,4,6
/proc/22865/stat : 22865 (python) R 22863 22865 22195 0 -1 4202496 9753 935 1 0 34 8 0 0 17 0 1 0 271114340 286265344 7274 33554432000 4194304 5683644 140734700789152 18446744073709551615 47037941932535 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22865/statm: 69889 7274 1826 364 0 5813 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279556

[startup+1.50081 s]
/proc/loadavg: 7.90 8.10 7.07 8/249 22873
/proc/meminfo: memFree=29267692/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=320316 CPUtime=0.79 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 12794 935 1 0 70 9 0 0 25 0 5 0 271114340 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22865/statm: 80079 7278 1883 364 0 15988 0
[pid=22871] ppid=22865 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/22871/stat : 22871 (python) S 22865 22865 22195 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 271114439 285392896 5615 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682255 0 0 16781312 514 4350468723119751167 0 0 17 0 0 0 0
/proc/22871/statm: 69676 5615 354 364 0 5594 0
[pid=22873] ppid=22871 vsize=1017932 CPUtime=0.3 cores=0,2,4,6
/proc/22873/stat : 22873 (gnovelty+2) R 22871 22873 22873 0 -1 4202496 514 0 0 0 30 0 0 0 20 0 1 0 271114439 1042362368 247 33554432000 134512640 135663704 4292476960 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 254483 247 113 282 0 254199 0
[pid=22865/tid=22872] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22872/stat : 22872 (python) S 22863 22865 22195 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 271114439 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1616952

[startup+3.10052 s]
/proc/loadavg: 7.90 8.10 7.07 10/258 22882
/proc/meminfo: memFree=29252112/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=320316 CPUtime=0.79 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 12794 935 1 0 70 9 0 0 25 0 5 0 271114340 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22865/statm: 80079 7278 1883 364 0 15988 0
[pid=22871] ppid=22865 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/22871/stat : 22871 (python) S 22865 22865 22195 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 271114439 285392896 5615 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682255 0 0 16781312 514 4350468723119718658 0 0 17 0 0 0 0
/proc/22871/statm: 69676 5615 354 364 0 5594 0
[pid=22873] ppid=22871 vsize=1017932 CPUtime=1.1 cores=0,2,4,6
/proc/22873/stat : 22873 (gnovelty+2) R 22871 22873 22873 0 -1 4202496 514 0 0 0 110 0 0 0 22 0 1 0 271114439 1042362368 247 33554432000 134512640 135663704 4292476960 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 254483 247 113 282 0 254199 0
[pid=22874] ppid=22865 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (python) S 22865 22865 22195 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 271114442 296370176 5714 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 4501598520502878465 0 0 17 0 0 0 0
/proc/22874/statm: 72356 5714 348 364 0 8271 0
[pid=22876] ppid=22874 vsize=1017932 CPUtime=2.07 cores=0,2,4,6
/proc/22876/stat : 22876 (gnovelty+2) R 22874 22876 22876 0 -1 4202496 511 0 0 0 207 0 0 0 25 0 1 0 271114442 1042362368 247 33554432000 134512640 135663704 4290251760 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22876/statm: 254483 247 113 282 0 254199 0
[pid=22877] ppid=22865 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/22877/stat : 22877 (python) S 22865 22865 22195 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 271114445 306388992 5615 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 4493119361707409407 0 0 17 6 0 0 0
/proc/22877/statm: 74802 5615 348 364 0 10714 0
[pid=22879] ppid=22877 vsize=416788 CPUtime=2 cores=0,2,4,6
/proc/22879/stat : 22879 (adaptg2wsat2009) R 22877 22879 22879 0 -1 4202496 631 0 0 0 200 0 0 0 25 0 1 0 271114447 426790912 364 33554432000 134512640 135107411 4288492784 18446744073709551615 134539292 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 104197 364 59 146 0 103073 0
[pid=22880] ppid=22865 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/22880/stat : 22880 (python) S 22865 22865 22195 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 271114448 317513728 5739 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 4357703234752610303 0 0 17 6 0 0 0
/proc/22880/statm: 77518 5739 348 364 0 13427 0
[pid=22882] ppid=22880 vsize=416788 CPUtime=1 cores=0,2,4,6
/proc/22882/stat : 22882 (adaptg2wsat2009) R 22880 22882 22882 0 -1 4202496 629 0 0 0 100 0 0 0 25 0 1 0 271114448 426790912 363 33554432000 134512640 135107411 4288990768 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22882/statm: 104197 363 59 146 0 103073 0
[pid=22865/tid=22872] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22872/stat : 22872 (python) S 22863 22865 22195 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 271114439 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 2 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22875/stat : 22875 (python) S 22863 22865 22195 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 271114442 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 0 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22878/stat : 22878 (python) S 22863 22865 22195 0 -1 4202560 22 935 0 0 0 0 0 0 23 0 5 0 271114445 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22881] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22881/stat : 22881 (python) S 22863 22865 22195 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 271114448 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 4367164

[startup+6.30096 s]
/proc/loadavg: 7.98 8.12 7.08 10/258 22883
/proc/meminfo: memFree=29248168/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=320316 CPUtime=0.79 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 12794 935 1 0 70 9 0 0 25 0 5 0 271114340 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22865/statm: 80079 7278 1883 364 0 15988 0
[pid=22871] ppid=22865 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/22871/stat : 22871 (python) S 22865 22865 22195 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 271114439 285392896 5638 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682255 0 0 16781312 514 4350468723119718658 0 0 17 0 0 0 0
/proc/22871/statm: 69676 5638 377 364 0 5594 0
[pid=22873] ppid=22871 vsize=1017932 CPUtime=2.7 cores=0,2,4,6
/proc/22873/stat : 22873 (gnovelty+2) R 22871 22873 22873 0 -1 4202496 514 0 0 0 270 0 0 0 25 0 1 0 271114439 1042362368 247 33554432000 134512640 135663704 4292476960 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 254483 247 113 282 0 254199 0
[pid=22874] ppid=22865 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (python) S 22865 22865 22195 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 271114442 296370176 5736 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 4501598520502878465 0 0 17 0 0 0 0
/proc/22874/statm: 72356 5736 370 364 0 8271 0
[pid=22876] ppid=22874 vsize=1017932 CPUtime=5.25 cores=0,2,4,6
/proc/22876/stat : 22876 (gnovelty+2) R 22874 22876 22876 0 -1 4202496 511 0 0 0 525 0 0 0 25 0 1 0 271114442 1042362368 247 33554432000 134512640 135663704 4290251760 18446744073709551615 134525465 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22876/statm: 254483 247 113 282 0 254199 0
[pid=22877] ppid=22865 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/22877/stat : 22877 (python) S 22865 22865 22195 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 271114445 306388992 5638 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 4493119361707376897 0 0 17 6 0 0 0
/proc/22877/statm: 74802 5638 371 364 0 10714 0
[pid=22879] ppid=22877 vsize=416788 CPUtime=5.16 cores=0,2,4,6
/proc/22879/stat : 22879 (adaptg2wsat2009) R 22877 22879 22879 0 -1 4202496 631 0 0 0 516 0 0 0 25 0 1 0 271114447 426790912 364 33554432000 134512640 135107411 4288492784 18446744073709551615 134539450 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 104197 364 59 146 0 103073 0
[pid=22880] ppid=22865 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/22880/stat : 22880 (python) S 22865 22865 22195 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 271114448 317513728 5762 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 4357703234752577796 0 0 17 6 0 0 0
/proc/22880/statm: 77518 5762 371 364 0 13427 0
[pid=22882] ppid=22880 vsize=416788 CPUtime=2.59 cores=0,2,4,6
/proc/22882/stat : 22882 (adaptg2wsat2009) R 22880 22882 22882 0 -1 4202496 629 0 0 0 259 0 0 0 25 0 1 0 271114448 426790912 363 33554432000 134512640 135107411 4288990768 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22882/statm: 104197 363 59 146 0 103073 0
[pid=22865/tid=22872] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22872/stat : 22872 (python) S 22863 22865 22195 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 271114439 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 2 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22875/stat : 22875 (python) S 22863 22865 22195 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 271114442 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 0 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22878/stat : 22878 (python) S 22863 22865 22195 0 -1 4202560 22 935 0 0 0 0 0 0 23 0 5 0 271114445 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22881] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22881/stat : 22881 (python) S 22863 22865 22195 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 271114448 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 4367164

[startup+12.7008 s]
/proc/loadavg: 8.07 8.13 7.09 10/258 22883
/proc/meminfo: memFree=29244624/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=320316 CPUtime=0.79 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 12794 935 1 0 70 9 0 0 25 0 5 0 271114340 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22865/statm: 80079 7278 1883 364 0 15988 0
[pid=22871] ppid=22865 vsize=278704 CPUtime=0.01 cores=0,2,4,6
/proc/22871/stat : 22871 (python) S 22865 22865 22195 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 271114439 285392896 5638 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682255 0 0 16781312 514 16850059676132278530 0 0 17 0 0 0 0
/proc/22871/statm: 69676 5638 377 364 0 5594 0
[pid=22873] ppid=22871 vsize=1017932 CPUtime=5.9 cores=0,2,4,6
/proc/22873/stat : 22873 (gnovelty+2) R 22871 22873 22873 0 -1 4202496 514 0 0 0 590 0 0 0 25 0 1 0 271114439 1042362368 247 33554432000 134512640 135663704 4292476960 18446744073709551615 135007701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 254483 247 113 282 0 254199 0
[pid=22874] ppid=22865 vsize=289424 CPUtime=0.02 cores=0,2,4,6
/proc/22874/stat : 22874 (python) S 22865 22865 22195 0 -1 4202560 909 0 0 0 1 1 0 0 18 0 1 0 271114442 296370176 5737 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 16850059676132278529 0 0 17 0 0 0 0
/proc/22874/statm: 72356 5737 371 364 0 8271 0
[pid=22876] ppid=22874 vsize=1017932 CPUtime=11.63 cores=0,2,4,6
/proc/22876/stat : 22876 (gnovelty+2) R 22874 22876 22876 0 -1 4202496 511 0 0 0 1163 0 0 0 25 0 1 0 271114442 1042362368 247 33554432000 134512640 135663704 4290251760 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22876/statm: 254483 247 113 282 0 254199 0
[pid=22877] ppid=22865 vsize=299208 CPUtime=0.01 cores=0,2,4,6
/proc/22877/stat : 22877 (python) S 22865 22865 22195 0 -1 4202560 893 0 0 0 0 1 0 0 18 0 1 0 271114445 306388992 5638 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 16850059676132278529 0 0 17 6 0 0 0
/proc/22877/statm: 74802 5638 371 364 0 10714 0
[pid=22879] ppid=22877 vsize=416788 CPUtime=11.49 cores=0,2,4,6
/proc/22879/stat : 22879 (adaptg2wsat2009) R 22877 22879 22879 0 -1 4202496 631 0 0 0 1149 0 0 0 25 0 1 0 271114447 426790912 364 33554432000 134512640 135107411 4288492784 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 104197 364 59 146 0 103073 0
[pid=22880] ppid=22865 vsize=310072 CPUtime=0.01 cores=0,2,4,6
/proc/22880/stat : 22880 (python) S 22865 22865 22195 0 -1 4202560 934 0 0 0 1 0 0 0 18 0 1 0 271114448 317513728 5762 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 16850059676132278532 0 0 17 6 0 0 0
/proc/22880/statm: 77518 5762 371 364 0 13427 0
[pid=22882] ppid=22880 vsize=416788 CPUtime=5.79 cores=0,2,4,6
/proc/22882/stat : 22882 (adaptg2wsat2009) R 22880 22882 22882 0 -1 4202496 629 0 0 0 579 0 0 0 25 0 1 0 271114448 426790912 363 33554432000 134512640 135107411 4288990768 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22882/statm: 104197 363 59 146 0 103073 0
[pid=22865/tid=22872] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22872/stat : 22872 (python) S 22863 22865 22195 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 271114439 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 2 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22875/stat : 22875 (python) S 22863 22865 22195 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 271114442 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 0 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22878/stat : 22878 (python) S 22863 22865 22195 0 -1 4202560 22 935 0 0 0 0 0 0 23 0 5 0 271114445 328003584 7278 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22881] ppid=22863 vsize=320316 CPUtime=0 cores=0,2,4,6

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

/proc/22877/stat : 22877 (python) S 22865 22865 22195 0 -1 4202560 1083 0 0 0 7 10 0 0 18 0 2 0 271114445 306388992 5668 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22877/statm: 74802 5668 400 364 0 10714 0
[pid=22879] ppid=22877 vsize=416788 CPUtime=98.11 cores=0,2,4,6
/proc/22879/stat : 22879 (adaptg2wsat2009) T 22877 22879 22879 0 -1 4202496 631 0 0 0 9811 0 0 0 25 0 1 0 271114447 426790912 364 33554432000 134512640 135107411 4288492784 18446744073709551615 134531414 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22879/statm: 104197 364 59 146 0 103073 0
[pid=22877/tid=22895] ppid=22865 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/22877/task/22895/stat : 22895 (python) S 22865 22865 22195 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 271124366 306388992 5668 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453958829120 0 0 -1 6 0 0 0
[pid=22880] ppid=22865 vsize=310072 CPUtime=0.29 cores=0,2,4,6
/proc/22880/stat : 22880 (python) S 22865 22865 22195 0 -1 4202560 1136 0 0 0 15 14 0 0 19 0 2 0 271114448 317513728 5792 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22880/statm: 77518 5792 400 364 0 13427 0
[pid=22882] ppid=22880 vsize=416788 CPUtime=98.08 cores=0,2,4,6
/proc/22882/stat : 22882 (adaptg2wsat2009) T 22880 22882 22882 0 -1 4202496 629 0 0 0 9808 0 0 0 25 0 1 0 271114448 426790912 363 33554432000 134512640 135107411 4288990768 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22882/statm: 104197 363 59 146 0 103073 0
[pid=22880/tid=22911] ppid=22865 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/22880/task/22911/stat : 22911 (python) S 22865 22865 22195 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 271132179 317513728 5792 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453927300096 0 0 -1 6 0 0 0
[pid=22896] ppid=22865 vsize=320328 CPUtime=0.24 cores=0,2,4,6
/proc/22896/stat : 22896 (python) S 22865 22865 22195 0 -1 4202560 1134 0 0 0 12 12 0 0 19 0 2 0 271124370 328015872 5796 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22896/statm: 80082 5796 400 364 0 15988 0
[pid=22898] ppid=22896 vsize=416788 CPUtime=99.95 cores=0,2,4,6
/proc/22898/stat : 22898 (adaptg2wsat2009) T 22896 22898 22898 0 -1 4202496 629 0 0 0 9995 0 0 0 25 0 1 0 271124371 426790912 364 33554432000 134512640 135107411 4289255440 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22898/statm: 104197 364 59 146 0 103073 0
[pid=22896/tid=22921] ppid=22865 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/22896/task/22921/stat : 22921 (python) S 22865 22865 22195 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 271138593 328015872 5796 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453930238144 0 0 -1 4 0 0 0
[pid=22900] ppid=22865 vsize=330248 CPUtime=0.18 cores=0,2,4,6
/proc/22900/stat : 22900 (python) S 22865 22865 22195 0 -1 4202560 1132 0 0 0 9 9 0 0 19 0 2 0 271124463 338173952 5719 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22900/statm: 82562 5719 400 364 0 18465 0
[pid=22902] ppid=22900 vsize=1017932 CPUtime=101.92 cores=0,2,4,6
/proc/22902/stat : 22902 (gnovelty+2) T 22900 22902 22902 0 -1 4202496 514 0 0 0 10192 0 0 0 25 0 1 0 271124463 1042362368 248 33554432000 134512640 135663704 4290638576 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22902/statm: 254483 248 113 282 0 254199 0
[pid=22900/tid=22916] ppid=22865 vsize=330248 CPUtime=0 cores=0,2,4,6
/proc/22900/task/22916/stat : 22916 (python) S 22865 22865 22195 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 271135682 338173952 5719 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453927298304 0 0 -1 6 0 0 0
[pid=22905] ppid=22865 vsize=340860 CPUtime=0.24 cores=0,2,4,6
/proc/22905/stat : 22905 (python) S 22865 22865 22195 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 271129266 349040640 5809 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22905/statm: 85215 5809 400 364 0 21115 0
[pid=22907] ppid=22905 vsize=246940 CPUtime=100.88 cores=0,2,4,6
/proc/22907/stat : 22907 (FH) T 22905 22907 22907 0 -1 4202496 592 0 0 0 10088 0 0 0 25 0 1 0 271129266 252866560 326 33554432000 134512640 134936988 4290612304 18446744073709551615 134553547 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22907/statm: 61735 326 41 104 0 61239 0
[pid=22905/tid=22929] ppid=22865 vsize=340860 CPUtime=0 cores=0,2,4,6
/proc/22905/task/22929/stat : 22929 (python) S 22865 22865 22195 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 271143489 349040640 5809 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453916342080 0 0 -1 6 0 0 0
[pid=22912] ppid=22865 vsize=351116 CPUtime=0.25 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22865 22865 22195 0 -1 4202560 1185 0 0 0 14 11 0 0 19 0 2 0 271132183 359542784 5842 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22912/statm: 87779 5842 406 364 0 23676 0
[pid=22914] ppid=22912 vsize=416788 CPUtime=97.7 cores=0,2,4,6
/proc/22914/stat : 22914 (adaptg2wsat2009) T 22912 22914 22914 0 -1 4202496 639 0 0 0 9770 0 0 0 25 0 1 0 271132183 426790912 364 33554432000 134512640 135107411 4290642944 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22914/statm: 104197 364 59 146 0 103073 0
[pid=22912/tid=22934] ppid=22865 vsize=351116 CPUtime=0 cores=0,2,4,6
/proc/22912/task/22934/stat : 22934 (python) S 22865 22865 22195 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 271146809 359542784 5842 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453961248832 0 0 -1 4 0 0 0
[pid=22917] ppid=22865 vsize=361560 CPUtime=0.87 cores=0,2,4,6
/proc/22917/stat : 22917 (python) S 22865 22865 22195 0 -1 4202560 1031 0 0 0 46 41 0 0 15 0 1 0 271135686 370237440 5834 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 3995348182702719235 0 0 17 0 0 0 0
/proc/22917/statm: 90390 5834 371 364 0 26284 0
[pid=22919] ppid=22917 vsize=3932 CPUtime=301.86 cores=0,2,4,6
/proc/22919/stat : 22919 (march_hi) R 22917 22919 22919 0 -1 4202496 1602 0 0 0 30186 0 0 0 25 0 1 0 271135686 4026368 698 33554432000 4194304 4955518 140737354172576 18446744073709551615 4289863 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22919/statm: 983 698 106 186 0 796 0
[pid=22922] ppid=22865 vsize=371816 CPUtime=2.92 cores=0,2,4,6
/proc/22922/stat : 22922 (python) R 22865 22865 22195 0 -1 4202560 1034 0 0 0 227 65 0 0 18 0 1 0 271138596 380739584 5838 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22922/statm: 92954 5838 371 364 0 28845 0
[pid=22924] ppid=22922 vsize=0 CPUtime=370.77 cores=0,2,4,6
/proc/22924/stat : 22924 (march_hi) R 22922 22924 22924 0 -1 4202500 1702 0 0 0 37077 0 0 0 25 0 1 0 271138597 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22924/statm: 0 0 0 0 0 0 0
[pid=22930] ppid=22865 vsize=382276 CPUtime=0.73 cores=0,2,4,6
/proc/22930/stat : 22930 (python) S 22865 22865 22195 0 -1 4202560 1021 0 0 0 42 31 0 0 15 0 1 0 271143493 391450624 5893 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 10432654511796355330 0 0 17 0 0 0 0
/proc/22930/statm: 95569 5893 371 364 0 31457 0
[pid=22932] ppid=22930 vsize=3932 CPUtime=344.57 cores=0,2,4,6
/proc/22932/stat : 22932 (march_hi) R 22930 22932 22932 0 -1 4202496 1657 0 0 0 34453 4 0 0 25 0 1 0 271143494 4026368 754 33554432000 4194304 4955518 140735685877856 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22932/statm: 983 754 106 186 0 796 0
[pid=22935] ppid=22865 vsize=392532 CPUtime=0.64 cores=0,2,4,6
/proc/22935/stat : 22935 (python) S 22865 22865 22195 0 -1 4202560 1040 0 0 0 32 32 0 0 15 0 1 0 271146813 401952768 5897 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 7998652427249090819 0 0 17 2 0 0 0
/proc/22935/statm: 98133 5897 371 364 0 34018 0
[pid=22937] ppid=22935 vsize=3420 CPUtime=258.45 cores=0,2,4,6
/proc/22937/stat : 22937 (march_hi) R 22935 22937 22937 0 -1 4202496 1557 0 0 0 25845 0 0 0 25 0 1 0 271146813 3502080 651 33554432000 4194304 4955518 140734477794320 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22937/statm: 855 651 106 186 0 668 0
[pid=22865/tid=22872] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22872/stat : 22872 (python) S 22863 22865 22195 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 13 0 271114439 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 2 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22875/stat : 22875 (python) S 22863 22865 22195 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 13 0 271114442 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 0 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22878/stat : 22878 (python) S 22863 22865 22195 0 -1 4202560 22 935 0 0 0 0 0 0 23 0 13 0 271114445 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22881] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22881/stat : 22881 (python) S 22863 22865 22195 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 13 0 271114448 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22897] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22897/stat : 22897 (python) S 22863 22865 22195 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 13 0 271124370 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22901] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22901/stat : 22901 (python) S 22863 22865 22195 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 271124463 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22906] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22906/stat : 22906 (python) S 22863 22865 22195 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 271129266 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22913] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22913/stat : 22913 (python) S 22863 22865 22195 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 13 0 271132183 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22918] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22918/stat : 22918 (python) S 22863 22865 22195 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 13 0 271135686 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22923] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22923/stat : 22923 (python) S 22863 22865 22195 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 13 0 271138597 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22931] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22931/stat : 22931 (python) S 22863 22865 22195 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 13 0 271143493 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22936] ppid=22863 vsize=402776 CPUtime=0 cores=0,2,4,6
/proc/22865/task/22936/stat : 22936 (python) S 22863 22865 22195 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 13 0 271146813 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2077.76
Current children cumulated vsize (KiB) 9420336

[startup+637.602 s]
/proc/loadavg: 9.23 9.04 8.08 11/298 22948
/proc/meminfo: memFree=28889100/32951124 swapFree=67111524/67111528
[pid=22865] ppid=22863 vsize=402776 CPUtime=497.79 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22863 22865 22195 0 -1 4202496 19999 9408 1 0 98 11 49614 56 17 0 13 0 271114340 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672492351 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22865/statm: 100694 7430 1900 364 0 36579 0
[pid=22896] ppid=22865 vsize=0 CPUtime=100.19 cores=0,2,4,6
/proc/22896/stat : 22896 (python) R 22865 22865 22195 0 -1 4202564 1161 629 0 0 12 12 9995 0 18 0 1 0 271124370 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22896/statm: 0 0 0 0 0 0 0
[pid=22905] ppid=22865 vsize=340860 CPUtime=0.24 cores=0,2,4,6
/proc/22905/stat : 22905 (python) S 22865 22865 22195 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 271129266 349040640 5809 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22905/statm: 85215 5809 400 364 0 21115 0
[pid=22907] ppid=22905 vsize=246940 CPUtime=100.88 cores=0,2,4,6
/proc/22907/stat : 22907 (FH) T 22905 22907 22907 0 -1 4202496 592 0 0 0 10088 0 0 0 25 0 1 0 271129266 252866560 326 33554432000 134512640 134936988 4290612304 18446744073709551615 134553547 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22907/statm: 61735 326 41 104 0 61239 0
[pid=22905/tid=22929] ppid=22865 vsize=340860 CPUtime=0 cores=0,2,4,6
/proc/22905/task/22929/stat : 22929 (python) S 22865 22865 22195 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 271143489 349040640 5809 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453916342080 0 0 -1 6 0 0 0
[pid=22912] ppid=22865 vsize=351116 CPUtime=0.25 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22865 22865 22195 0 -1 4202560 1185 0 0 0 14 11 0 0 19 0 2 0 271132183 359542784 5842 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22912/statm: 87779 5842 406 364 0 23676 0
[pid=22914] ppid=22912 vsize=416788 CPUtime=97.7 cores=0,2,4,6
/proc/22914/stat : 22914 (adaptg2wsat2009) T 22912 22914 22914 0 -1 4202496 639 0 0 0 9770 0 0 0 25 0 1 0 271132183 426790912 364 33554432000 134512640 135107411 4290642944 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22914/statm: 104197 364 59 146 0 103073 0
[pid=22912/tid=22934] ppid=22865 vsize=351116 CPUtime=0 cores=0,2,4,6
/proc/22912/task/22934/stat : 22934 (python) S 22865 22865 22195 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 271146809 359542784 5842 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 514 18446604453961248832 0 0 -1 4 0 0 0
[pid=22917] ppid=22865 vsize=361560 CPUtime=0.87 cores=0,2,4,6
/proc/22917/stat : 22917 (python) S 22865 22865 22195 0 -1 4202560 1031 0 0 0 46 41 0 0 15 0 1 0 271135686 370237440 5834 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 3995348182702719235 0 0 17 0 0 0 0
/proc/22917/statm: 90390 5834 371 364 0 26284 0
[pid=22919] ppid=22917 vsize=3932 CPUtime=301.87 cores=0,2,4,6
/proc/22919/stat : 22919 (march_hi) R 22917 22919 22919 0 -1 4202496 1602 0 0 0 30187 0 0 0 25 0 1 0 271135686 4026368 698 33554432000 4194304 4955518 140737354172576 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22919/statm: 983 698 106 186 0 796 0
[pid=22922] ppid=22865 vsize=0 CPUtime=373.78 cores=0,2,4,6
/proc/22922/stat : 22922 (python) Z 22865 22865 22195 0 -1 4202588 1258 1702 0 0 236 65 37077 0 18 0 1 0 271138596 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22922/statm: 0 0 0 0 0 0 0
[pid=22930] ppid=22865 vsize=382276 CPUtime=0.73 cores=0,2,4,6
/proc/22930/stat : 22930 (python) S 22865 22865 22195 0 -1 4202560 1021 0 0 0 42 31 0 0 15 0 1 0 271143493 391450624 5893 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 10432654511796355330 0 0 17 0 0 0 0
/proc/22930/statm: 95569 5893 371 364 0 31457 0
[pid=22932] ppid=22930 vsize=3932 CPUtime=344.67 cores=0,2,4,6
/proc/22932/stat : 22932 (march_hi) R 22930 22932 22932 0 -1 4202496 1657 0 0 0 34463 4 0 0 25 0 1 0 271143494 4026368 754 33554432000 4194304 4955518 140735685877856 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22932/statm: 983 754 106 186 0 796 0
[pid=22935] ppid=22865 vsize=392532 CPUtime=0.64 cores=0,2,4,6
/proc/22935/stat : 22935 (python) S 22865 22865 22195 0 -1 4202560 1040 0 0 0 32 32 0 0 15 0 1 0 271146813 401952768 5897 33554432000 4194304 5683644 140734700789152 18446744073709551615 268660682310 0 0 16781312 514 7998652427249090819 0 0 17 2 0 0 0
/proc/22935/statm: 98133 5897 371 364 0 34018 0
[pid=22937] ppid=22935 vsize=3420 CPUtime=258.55 cores=0,2,4,6
/proc/22937/stat : 22937 (march_hi) R 22935 22937 22937 0 -1 4202496 1557 0 0 0 25855 0 0 0 25 0 1 0 271146813 3502080 651 33554432000 4194304 4955518 140734477794320 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22937/statm: 855 651 106 186 0 668 0
[pid=22865/tid=22872] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22872/stat : 22872 (python) S 22863 22865 22195 0 -1 4202560 25 11198 0 0 0 0 59622 69 19 0 13 0 271114439 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 2 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22875/stat : 22875 (python) S 22863 22865 22195 0 -1 4202560 20 11198 0 0 0 0 59622 69 21 0 13 0 271114442 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 0 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22878/stat : 22878 (python) S 22863 22865 22195 0 -1 4202560 22 11198 0 0 0 0 59622 69 23 0 13 0 271114445 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22881] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22881/stat : 22881 (python) S 22863 22865 22195 0 -1 4202560 28 11198 0 0 0 0 59622 69 25 0 13 0 271114448 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22897] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22897/stat : 22897 (python) S 22863 22865 22195 0 -1 4202560 31 11198 0 0 0 0 59622 69 20 0 13 0 271124370 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22901] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22901/stat : 22901 (python) S 22863 22865 22195 0 -1 4202560 29 11198 0 0 0 0 59622 69 20 0 13 0 271124463 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22906] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22906/stat : 22906 (python) S 22863 22865 22195 0 -1 4202560 29 11198 0 0 0 0 59622 69 20 0 13 0 271129266 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22913] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22913/stat : 22913 (python) S 22863 22865 22195 0 -1 4202560 27 11198 0 0 0 0 59622 69 20 0 13 0 271132183 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22918] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22918/stat : 22918 (python) S 22863 22865 22195 0 -1 4202560 26 11198 0 0 0 0 59622 69 20 0 13 0 271135686 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22923] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22923/stat : 22923 (python) S 22863 22865 22195 0 -1 4202560 28 11198 0 0 0 0 59622 69 20 0 13 0 271138597 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22931] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22931/stat : 22931 (python) S 22863 22865 22195 0 -1 4202560 26 11198 0 0 0 0 59622 69 20 0 13 0 271143493 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
[pid=22865/tid=22936] ppid=22863 vsize=402776 CPUtime=596.91 cores=0,2,4,6
/proc/22865/task/22936/stat : 22936 (python) S 22863 22865 22195 0 -1 4202560 30 11198 0 0 0 0 59622 69 20 0 13 0 271146813 412442624 7430 33554432000 4194304 5683644 140734700789152 18446744073709551615 268672485809 0 0 16781312 2 18446604453949870144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2078.16
Current children cumulated vsize (KiB) 2906132

Child status: 0
Real time (s): 637.632
CPU time (s): 2078.36
CPU user time (s): 2075.52
CPU system time (s): 2.83657
CPU usage (%): 325.949
Max. virtual memory (cumulated for all children) (KiB): 9425032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2075.52
system time used= 2.83657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50268
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= 7166
involuntary context switches= 19818

runsolver used 2.85357 second user time and 6.38703 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-01 19:00:31
IDJOB=3317382
IDBENCH=82847
IDSOLVER=1705
FILE ID=node107/3317382-1304269230
RUNJOBID= node107-1304267294-22213
PBS_JOBID= 13173971
Free space on /tmp= 72596 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1556216475-025.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-3317382-1304269230/watcher-3317382-1304269230 -o /tmp/evaluation-result-3317382-1304269230/solver-3317382-1304269230 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317382-1304269230.cnf -seed 502743211 -budget 4800 -cores 4

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

MD5SUM BENCH= 4227d784a99fd8c0304137876add0b08
RANDOM SEED=502743211

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      29294416 kB
Buffers:        419592 kB
Cached:        1954596 kB
SwapCached:          4 kB
Active:        1173968 kB
Inactive:      2112376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29294416 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31584 kB
Writeback:          28 kB
AnonPages:      912000 kB
Mapped:          24248 kB
Slab:           294404 kB
PageTables:      15840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23883540 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= 72564 MiB
End job on node107 at 2011-05-01 19:11:08