Trace number 3317564

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 531.47 133.738

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3141
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3317564-1304270130.cnf
0.30/0.46	c INFO: computing task features
0.30/0.49	c INFO: computed variable-clause graph statistics
0.30/0.50	c INFO: computed clause balance statistics
0.50/0.66	c INFO: computed variable balance statistics
0.60/0.72	c INFO: computed small-clause counts
0.60/0.73	c INFO: computed Horn-clause counts
0.60/0.73	c INFO: computed variable graph statistics
0.60/0.73	c INFO: collected features for HOME/instance-3317564-1304270130.cnf in 0.26 s
0.60/0.76	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.59)
0.60/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.69/0.82	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.69/0.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
396.39/99.94	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.02)
400.36/100.97	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.39)
400.74/101.02	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.74/101.05	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.38)
531.23/133.71	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-3317564-1304270130/watcher-3317564-1304270130 -o /tmp/evaluation-result-3317564-1304270130/solver-3317564-1304270130 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317564-1304270130.cnf -seed 52632215 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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.88 8.35 8.17 7/242 24766
/proc/meminfo: memFree=29717984/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=15760 CPUtime=0 cores=1,3,5,7
/proc/24766/stat : 24766 (python) R 24764 24766 23486 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 538611481 16138240 727 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/24766/statm: 3940 727 334 364 0 427 0

[startup+0.0378601 s]
/proc/loadavg: 7.88 8.35 8.17 7/242 24766
/proc/meminfo: memFree=29717984/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/24766/stat : 24766 (python) R 24764 24766 23486 0 -1 4202496 1288 0 0 0 2 0 0 0 25 0 1 0 538611481 19337216 1140 33554432000 4194304 5683644 140733333018192 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24766/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100849 s]
/proc/loadavg: 7.88 8.35 8.17 7/242 24766
/proc/meminfo: memFree=29717984/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=104224 CPUtime=0.06 cores=1,3,5,7
/proc/24766/stat : 24766 (python) R 24764 24766 23486 0 -1 4202496 3059 0 0 0 5 1 0 0 17 0 1 0 538611481 106725376 2741 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/24766/statm: 26057 2745 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300816 s]
/proc/loadavg: 7.88 8.35 8.17 7/242 24766
/proc/meminfo: memFree=29717984/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=187740 CPUtime=0.23 cores=1,3,5,7
/proc/24766/stat : 24766 (python) R 24764 24766 23486 0 -1 4202496 6802 934 1 0 17 6 0 0 17 0 1 0 538611481 192245760 4865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210199684584 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24766/statm: 46935 4867 1385 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187740

[startup+0.700756 s]
/proc/loadavg: 7.88 8.35 8.17 7/242 24766
/proc/meminfo: memFree=29717984/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=279216 CPUtime=0.6 cores=1,3,5,7
/proc/24766/stat : 24766 (python) R 24764 24766 23486 0 -1 4202496 9532 934 1 0 51 9 0 0 17 0 1 0 538611481 285917184 7199 33554432000 4194304 5683644 140733333018192 18446744073709551615 47176224955583 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24766/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279216

[startup+1.50058 s]
/proc/loadavg: 7.88 8.35 8.17 10/255 24783
/proc/meminfo: memFree=29676588/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/24766/stat : 24766 (python) S 24764 24766 23486 0 -1 4202496 12577 934 1 0 64 10 0 0 22 0 5 0 538611481 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24766/statm: 80160 7359 1883 364 0 16069 0
[pid=24772] ppid=24766 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/24772/stat : 24772 (python) S 24766 24766 23486 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538611558 285941760 5726 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667407 0 0 16781312 514 5629749952281313279 0 0 17 7 0 0 0
/proc/24772/statm: 69810 5726 354 364 0 5728 0
[pid=24774] ppid=24772 vsize=1017932 CPUtime=0.73 cores=1,3,5,7
/proc/24774/stat : 24774 (gnovelty+2) R 24772 24774 24774 0 -1 4202496 491 0 0 0 73 0 0 0 21 0 1 0 538611558 1042362368 227 33554432000 134512640 135663704 4288927600 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24774/statm: 254483 227 113 282 0 254199 0
[pid=24775] ppid=24766 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/24775/stat : 24775 (python) S 24766 24766 23486 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 538611561 296841216 5812 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 1735364703971966975 0 0 17 3 0 0 0
/proc/24775/statm: 72471 5812 348 364 0 8386 0
[pid=24777] ppid=24775 vsize=1017932 CPUtime=0.69 cores=1,3,5,7
/proc/24777/stat : 24777 (gnovelty+2) R 24775 24777 24777 0 -1 4202496 495 0 0 0 69 0 0 0 24 0 1 0 538611561 1042362368 227 33554432000 134512640 135663704 4291454736 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24777/statm: 254483 227 113 282 0 254199 0
[pid=24778] ppid=24766 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/24778/stat : 24778 (python) S 24766 24766 23486 0 -1 4202560 724 0 0 0 0 0 0 0 19 0 1 0 538611564 307343360 5812 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 4687292015661023231 0 0 17 1 0 0 0
/proc/24778/statm: 75035 5812 344 364 0 10947 0
[pid=24780] ppid=24778 vsize=416524 CPUtime=0.67 cores=1,3,5,7
/proc/24780/stat : 24780 (adaptg2wsat2009) R 24778 24780 24780 0 -1 4202496 588 0 0 0 67 0 0 0 22 0 1 0 538611564 426520576 321 33554432000 134512640 135107411 4287401856 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24780/statm: 104131 321 59 146 0 103007 0
[pid=24781] ppid=24766 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/24781/stat : 24781 (python) S 24766 24766 23486 0 -1 4202560 737 0 0 0 0 0 0 0 21 0 1 0 538611567 317845504 5816 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 4444445906091114495 0 0 17 1 0 0 0
/proc/24781/statm: 77599 5816 344 364 0 13508 0
[pid=24783] ppid=24781 vsize=416524 CPUtime=0.64 cores=1,3,5,7
/proc/24783/stat : 24783 (adaptg2wsat2009) R 24781 24783 24783 0 -1 4202496 586 0 0 0 64 0 0 0 25 0 1 0 538611567 426520576 321 33554432000 134512640 135107411 4293117808 18446744073709551615 134532121 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24783/statm: 104131 321 59 146 0 103007 0
[pid=24766/tid=24773] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24773/stat : 24773 (python) S 24764 24766 23486 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 538611558 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24776] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24776/stat : 24776 (python) S 24764 24766 23486 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 5 0 538611561 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24779] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24779/stat : 24779 (python) S 24764 24766 23486 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 538611564 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24782] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24782/stat : 24782 (python) S 24764 24766 23486 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 5 0 538611567 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 4369212

[startup+3.10131 s]
/proc/loadavg: 7.88 8.35 8.17 11/255 24783
/proc/meminfo: memFree=29674340/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/24766/stat : 24766 (python) S 24764 24766 23486 0 -1 4202496 12577 934 1 0 64 10 0 0 22 0 5 0 538611481 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24766/statm: 80160 7359 1883 364 0 16069 0
[pid=24772] ppid=24766 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/24772/stat : 24772 (python) S 24766 24766 23486 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538611558 285941760 5726 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667407 0 0 16781312 514 5629749952281280775 0 0 17 7 0 0 0
/proc/24772/statm: 69810 5726 354 364 0 5728 0
[pid=24774] ppid=24772 vsize=1017932 CPUtime=2.33 cores=1,3,5,7
/proc/24774/stat : 24774 (gnovelty+2) R 24772 24774 24774 0 -1 4202496 491 0 0 0 233 0 0 0 25 0 1 0 538611558 1042362368 227 33554432000 134512640 135663704 4288927600 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24774/statm: 254483 227 113 282 0 254199 0
[pid=24775] ppid=24766 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/24775/stat : 24775 (python) S 24766 24766 23486 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538611561 296841216 5812 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 1735364703971934471 0 0 17 3 0 0 0
/proc/24775/statm: 72471 5812 348 364 0 8386 0
[pid=24777] ppid=24775 vsize=1017932 CPUtime=2.28 cores=1,3,5,7
/proc/24777/stat : 24777 (gnovelty+2) R 24775 24777 24777 0 -1 4202496 495 0 0 0 228 0 0 0 25 0 1 0 538611561 1042362368 227 33554432000 134512640 135663704 4291454736 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24777/statm: 254483 227 113 282 0 254199 0
[pid=24778] ppid=24766 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/24778/stat : 24778 (python) S 24766 24766 23486 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538611564 307343360 5816 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 4687292015660990727 0 0 17 1 0 0 0
/proc/24778/statm: 75035 5816 348 364 0 10947 0
[pid=24780] ppid=24778 vsize=416524 CPUtime=2.27 cores=1,3,5,7
/proc/24780/stat : 24780 (adaptg2wsat2009) R 24778 24780 24780 0 -1 4202496 588 0 0 0 227 0 0 0 25 0 1 0 538611564 426520576 321 33554432000 134512640 135107411 4287401856 18446744073709551615 134531584 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24780/statm: 104131 321 59 146 0 103007 0
[pid=24781] ppid=24766 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/24781/stat : 24781 (python) S 24766 24766 23486 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538611567 317845504 5820 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 4444445906091081990 0 0 17 1 0 0 0
/proc/24781/statm: 77599 5820 348 364 0 13508 0
[pid=24783] ppid=24781 vsize=416524 CPUtime=2.24 cores=1,3,5,7
/proc/24783/stat : 24783 (adaptg2wsat2009) R 24781 24783 24783 0 -1 4202496 586 0 0 0 224 0 0 0 25 0 1 0 538611567 426520576 321 33554432000 134512640 135107411 4293117808 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24783/statm: 104131 321 59 146 0 103007 0
[pid=24766/tid=24773] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24773/stat : 24773 (python) S 24764 24766 23486 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 538611558 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24776] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24776/stat : 24776 (python) S 24764 24766 23486 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 5 0 538611561 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24779] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24779/stat : 24779 (python) S 24764 24766 23486 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 538611564 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24782] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24782/stat : 24782 (python) S 24764 24766 23486 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 5 0 538611567 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 4369212

[startup+6.30077 s]
/proc/loadavg: 7.97 8.36 8.17 10/255 24783
/proc/meminfo: memFree=29672108/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/24766/stat : 24766 (python) S 24764 24766 23486 0 -1 4202496 12577 934 1 0 64 10 0 0 22 0 5 0 538611481 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24766/statm: 80160 7359 1883 364 0 16069 0
[pid=24772] ppid=24766 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/24772/stat : 24772 (python) S 24766 24766 23486 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538611558 285941760 5749 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667407 0 0 16781312 514 5629749952281280775 0 0 17 7 0 0 0
/proc/24772/statm: 69810 5749 377 364 0 5728 0
[pid=24774] ppid=24772 vsize=1017932 CPUtime=5.53 cores=1,3,5,7
/proc/24774/stat : 24774 (gnovelty+2) R 24772 24774 24774 0 -1 4202496 491 0 0 0 553 0 0 0 25 0 1 0 538611558 1042362368 227 33554432000 134512640 135663704 4288927600 18446744073709551615 134525086 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24774/statm: 254483 227 113 282 0 254199 0
[pid=24775] ppid=24766 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/24775/stat : 24775 (python) S 24766 24766 23486 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 538611561 296841216 5835 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 1735364703971934471 0 0 17 3 0 0 0
/proc/24775/statm: 72471 5835 371 364 0 8386 0
[pid=24777] ppid=24775 vsize=1017932 CPUtime=5.44 cores=1,3,5,7
/proc/24777/stat : 24777 (gnovelty+2) R 24775 24777 24777 0 -1 4202496 495 0 0 0 544 0 0 0 25 0 1 0 538611561 1042362368 227 33554432000 134512640 135663704 4291454736 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24777/statm: 254483 227 113 282 0 254199 0
[pid=24778] ppid=24766 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/24778/stat : 24778 (python) S 24766 24766 23486 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 538611564 307343360 5839 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 4687292015660990727 0 0 17 1 0 0 0
/proc/24778/statm: 75035 5839 371 364 0 10947 0
[pid=24780] ppid=24778 vsize=416524 CPUtime=5.46 cores=1,3,5,7
/proc/24780/stat : 24780 (adaptg2wsat2009) R 24778 24780 24780 0 -1 4202496 588 0 0 0 546 0 0 0 25 0 1 0 538611564 426520576 321 33554432000 134512640 135107411 4287401856 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24780/statm: 104131 321 59 146 0 103007 0
[pid=24781] ppid=24766 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/24781/stat : 24781 (python) S 24766 24766 23486 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538611567 317845504 5843 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 4444445906091081990 0 0 17 1 0 0 0
/proc/24781/statm: 77599 5843 371 364 0 13508 0
[pid=24783] ppid=24781 vsize=416524 CPUtime=5.42 cores=1,3,5,7
/proc/24783/stat : 24783 (adaptg2wsat2009) R 24781 24783 24783 0 -1 4202496 586 0 0 0 542 0 0 0 25 0 1 0 538611567 426520576 321 33554432000 134512640 135107411 4293117808 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24783/statm: 104131 321 59 146 0 103007 0
[pid=24766/tid=24773] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24773/stat : 24773 (python) S 24764 24766 23486 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 538611558 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24776] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24776/stat : 24776 (python) S 24764 24766 23486 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 5 0 538611561 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24779] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24779/stat : 24779 (python) S 24764 24766 23486 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 538611564 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24782] ppid=24764 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24782/stat : 24782 (python) S 24764 24766 23486 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 5 0 538611567 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.59
Current children cumulated vsize (KiB) 4369212

[startup+12.7007 s]
/proc/loadavg: 8.05 8.37 8.17 10/255 24783
/proc/meminfo: memFree=29669316/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/24766/stat : 24766 (python) S 24764 24766 23486 0 -1 4202496 12577 934 1 0 64 10 0 0 22 0 5 0 538611481 328335360 7359 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24766/statm: 80160 7359 1883 364 0 16069 0
[pid=24772] ppid=24766 vsize=279240 CPUtime=0.01 cores=1,3,5,7
/proc/24772/stat : 24772 (python) S 24766 24766 23486 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 538611558 285941760 5749 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667407 0 0 16781312 514 2059130192126771463 0 0 17 7 0 0 0
/proc/24772/statm: 69810 5749 377 364 0 5728 0
[pid=24774] ppid=24772 vsize=1017932 CPUtime=11.93 cores=1,3,5,7
/proc/24774/stat : 24774 (gnovelty+2) R 24772 24774 24774 0 -1 4202496 491 0 0 0 1193 0 0 0 25 0 1 0 538611558 1042362368 227 33554432000 134512640 135663704 4288927600 18446744073709551615 134524988 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24774/statm: 254483 227 113 282 0 254199 0
[pid=24775] ppid=24766 vsize=289884 CPUtime=0.01 cores=1,3,5,7

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

[pid=24766/tid=24792] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24792/stat : 24792 (python) S 24764 24766 23486 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 538621579 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 3 0 0 0
[pid=24766/tid=24797] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24797/stat : 24797 (python) S 24764 24766 23486 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 538621584 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 3 0 0 0
[pid=24766/tid=24800] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24800/stat : 24800 (python) S 24764 24766 23486 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 538621587 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 527.24
Current children cumulated vsize (KiB) 7203608

[startup+133.501 s]
/proc/loadavg: 9.02 8.64 8.29 10/271 24803
/proc/meminfo: memFree=29594496/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=361664 CPUtime=0.87 cores=1,3,5,7
/proc/24766/stat : 24766 (python) S 24764 24766 23486 0 -1 4202496 16264 934 1 0 77 10 0 0 23 0 9 0 538611481 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24766/statm: 90416 7384 1892 364 0 26313 0
[pid=24772] ppid=24766 vsize=289484 CPUtime=0.14 cores=1,3,5,7
/proc/24772/stat : 24772 (python) S 24766 24766 23486 0 -1 4202560 1083 0 0 0 8 6 0 0 19 0 2 0 538611558 296431616 5787 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24772/statm: 72371 5787 410 364 0 8289 0
[pid=24774] ppid=24772 vsize=1017932 CPUtime=99.15 cores=1,3,5,7
/proc/24774/stat : 24774 (gnovelty+2) T 24772 24774 24774 0 -1 4202496 491 0 0 0 9915 0 0 0 25 0 1 0 538611558 1042362368 227 33554432000 134512640 135663704 4288927600 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24774/statm: 254483 227 113 282 0 254199 0
[pid=24772/tid=24786] ppid=24766 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/24772/task/24786/stat : 24786 (python) S 24766 24766 23486 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538621473 296431616 5787 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604454223471552 0 0 -1 7 0 0 0
[pid=24775] ppid=24766 vsize=289884 CPUtime=0.15 cores=1,3,5,7
/proc/24775/stat : 24775 (python) S 24766 24766 23486 0 -1 4202560 1089 0 0 0 8 7 0 0 19 0 2 0 538611561 296841216 5865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/24775/statm: 72471 5865 400 364 0 8386 0
[pid=24777] ppid=24775 vsize=1017932 CPUtime=99.31 cores=1,3,5,7
/proc/24777/stat : 24777 (gnovelty+2) T 24775 24777 24777 0 -1 4202496 495 0 0 0 9931 0 0 0 25 0 1 0 538611561 1042362368 227 33554432000 134512640 135663704 4291454736 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24777/statm: 254483 227 113 282 0 254199 0
[pid=24775/tid=24790] ppid=24766 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/24775/task/24790/stat : 24790 (python) S 24766 24766 23486 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538621576 296841216 5865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604466201641216 0 0 -1 3 0 0 0
[pid=24778] ppid=24766 vsize=300140 CPUtime=0.15 cores=1,3,5,7
/proc/24778/stat : 24778 (python) S 24766 24766 23486 0 -1 4202560 1094 0 0 0 8 7 0 0 19 0 2 0 538611564 307343360 5869 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24778/statm: 75035 5869 400 364 0 10947 0
[pid=24780] ppid=24778 vsize=416524 CPUtime=100 cores=1,3,5,7
/proc/24780/stat : 24780 (adaptg2wsat2009) T 24778 24780 24780 0 -1 4202496 588 0 0 0 10000 0 0 0 25 0 1 0 538611564 426520576 321 33554432000 134512640 135107411 4287401856 18446744073709551615 134531797 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24780/statm: 104131 321 59 146 0 103007 0
[pid=24778/tid=24793] ppid=24766 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/24778/task/24793/stat : 24793 (python) S 24766 24766 23486 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538621580 307343360 5869 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604462593973056 0 0 -1 1 0 0 0
[pid=24781] ppid=24766 vsize=310396 CPUtime=0.14 cores=1,3,5,7
/proc/24781/stat : 24781 (python) S 24766 24766 23486 0 -1 4202560 1122 0 0 0 7 7 0 0 19 0 2 0 538611567 317845504 5873 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24781/statm: 77599 5873 400 364 0 13508 0
[pid=24783] ppid=24781 vsize=416524 CPUtime=99.86 cores=1,3,5,7
/proc/24783/stat : 24783 (adaptg2wsat2009) T 24781 24783 24783 0 -1 4202496 586 0 0 0 9986 0 0 0 25 0 1 0 538611567 426520576 321 33554432000 134512640 135107411 4293117808 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24783/statm: 104131 321 59 146 0 103007 0
[pid=24781/tid=24795] ppid=24766 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/24781/task/24795/stat : 24795 (python) S 24766 24766 23486 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538621583 317845504 5873 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604471127365632 0 0 -1 7 0 0 0
[pid=24787] ppid=24766 vsize=320652 CPUtime=0.04 cores=1,3,5,7
/proc/24787/stat : 24787 (python) S 24766 24766 23486 0 -1 4202560 949 0 0 0 2 2 0 0 18 0 1 0 538621476 328347648 5847 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 2059130192126771464 0 0 17 1 0 0 0
/proc/24787/statm: 80163 5847 371 364 0 16069 0
[pid=24789] ppid=24787 vsize=416524 CPUtime=33.49 cores=1,3,5,7
/proc/24789/stat : 24789 (adaptg2wsat2009) R 24787 24789 24789 0 -1 4202496 586 0 0 0 3349 0 0 0 25 0 1 0 538621477 426520576 321 33554432000 134512640 135107411 4294326768 18446744073709551615 134531724 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24789/statm: 104131 321 59 146 0 103007 0
[pid=24791] ppid=24766 vsize=330908 CPUtime=0.06 cores=1,3,5,7
/proc/24791/stat : 24791 (python) S 24766 24766 23486 0 -1 4202560 967 0 0 0 3 3 0 0 15 0 1 0 538621579 338849792 5851 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 13673121987038249224 0 0 17 7 0 0 0
/proc/24791/statm: 82727 5851 371 364 0 18630 0
[pid=24794] ppid=24791 vsize=2264 CPUtime=32.45 cores=1,3,5,7
/proc/24794/stat : 24794 (march_hi) R 24791 24794 24794 0 -1 4202496 991 0 0 0 3245 0 0 0 25 0 1 0 538621580 2318336 391 33554432000 4194304 4955518 140735451223168 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24794/statm: 566 391 106 186 0 379 0
[pid=24796] ppid=24766 vsize=341164 CPUtime=0.04 cores=1,3,5,7
/proc/24796/stat : 24796 (python) S 24766 24766 23486 0 -1 4202560 960 0 0 0 2 2 0 0 18 0 1 0 538621584 349351936 5855 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 2059130192126771461 0 0 17 3 0 0 0
/proc/24796/statm: 85291 5855 371 364 0 21191 0
[pid=24798] ppid=24796 vsize=1017932 CPUtime=32.47 cores=1,3,5,7
/proc/24798/stat : 24798 (gnovelty+2) R 24796 24798 24798 0 -1 4202496 493 0 0 0 3247 0 0 0 25 0 1 0 538621584 1042362368 226 33554432000 134512640 135663704 4293829552 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24798/statm: 254483 226 113 282 0 254199 0
[pid=24799] ppid=24766 vsize=351420 CPUtime=0.06 cores=1,3,5,7
/proc/24799/stat : 24799 (python) S 24766 24766 23486 0 -1 4202560 999 0 0 0 4 2 0 0 15 0 1 0 538621587 359854080 5865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 3965762523822522632 0 0 17 7 0 0 0
/proc/24799/statm: 87855 5865 377 364 0 23752 0
[pid=24801] ppid=24799 vsize=2264 CPUtime=32.05 cores=1,3,5,7
/proc/24801/stat : 24801 (march_hi) R 24799 24801 24801 0 -1 4202496 996 0 0 0 3205 0 0 0 25 0 1 0 538621588 2318336 392 33554432000 4194304 4955518 140736318275920 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24801/statm: 566 392 106 186 0 379 0
[pid=24766/tid=24773] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24773/stat : 24773 (python) S 24764 24766 23486 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 538611558 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24776] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24776/stat : 24776 (python) S 24764 24766 23486 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 538611561 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24779] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24779/stat : 24779 (python) S 24764 24766 23486 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 538611564 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24782] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24782/stat : 24782 (python) S 24764 24766 23486 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 538611567 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24788] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24788/stat : 24788 (python) S 24764 24766 23486 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 538621476 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24792] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24792/stat : 24792 (python) S 24764 24766 23486 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 538621579 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 3 0 0 0
[pid=24766/tid=24797] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24797/stat : 24797 (python) S 24764 24766 23486 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 538621584 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 3 0 0 0
[pid=24766/tid=24800] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24800/stat : 24800 (python) S 24764 24766 23486 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 538621587 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 530.43
Current children cumulated vsize (KiB) 7203608

[startup+133.701 s]
/proc/loadavg: 9.02 8.64 8.29 10/271 24803
/proc/meminfo: memFree=29594496/32951124 swapFree=67107188/67111528
[pid=24766] ppid=24764 vsize=361664 CPUtime=0.87 cores=1,3,5,7
/proc/24766/stat : 24766 (python) S 24764 24766 23486 0 -1 4202496 16264 934 1 0 77 10 0 0 23 0 9 0 538611481 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24766/statm: 90416 7384 1892 364 0 26313 0
[pid=24772] ppid=24766 vsize=289484 CPUtime=0.14 cores=1,3,5,7
/proc/24772/stat : 24772 (python) S 24766 24766 23486 0 -1 4202560 1083 0 0 0 8 6 0 0 19 0 2 0 538611558 296431616 5787 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24772/statm: 72371 5787 410 364 0 8289 0
[pid=24774] ppid=24772 vsize=1017932 CPUtime=99.15 cores=1,3,5,7
/proc/24774/stat : 24774 (gnovelty+2) T 24772 24774 24774 0 -1 4202496 491 0 0 0 9915 0 0 0 25 0 1 0 538611558 1042362368 227 33554432000 134512640 135663704 4288927600 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24774/statm: 254483 227 113 282 0 254199 0
[pid=24772/tid=24786] ppid=24766 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/24772/task/24786/stat : 24786 (python) S 24766 24766 23486 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538621473 296431616 5787 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604454223471552 0 0 -1 7 0 0 0
[pid=24775] ppid=24766 vsize=289884 CPUtime=0.15 cores=1,3,5,7
/proc/24775/stat : 24775 (python) S 24766 24766 23486 0 -1 4202560 1089 0 0 0 8 7 0 0 19 0 2 0 538611561 296841216 5865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/24775/statm: 72471 5865 400 364 0 8386 0
[pid=24777] ppid=24775 vsize=1017932 CPUtime=99.31 cores=1,3,5,7
/proc/24777/stat : 24777 (gnovelty+2) T 24775 24777 24777 0 -1 4202496 495 0 0 0 9931 0 0 0 25 0 1 0 538611561 1042362368 227 33554432000 134512640 135663704 4291454736 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24777/statm: 254483 227 113 282 0 254199 0
[pid=24775/tid=24790] ppid=24766 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/24775/task/24790/stat : 24790 (python) S 24766 24766 23486 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538621576 296841216 5865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604466201641216 0 0 -1 3 0 0 0
[pid=24778] ppid=24766 vsize=300140 CPUtime=0.15 cores=1,3,5,7
/proc/24778/stat : 24778 (python) S 24766 24766 23486 0 -1 4202560 1094 0 0 0 8 7 0 0 19 0 2 0 538611564 307343360 5869 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24778/statm: 75035 5869 400 364 0 10947 0
[pid=24780] ppid=24778 vsize=416524 CPUtime=100 cores=1,3,5,7
/proc/24780/stat : 24780 (adaptg2wsat2009) T 24778 24780 24780 0 -1 4202496 588 0 0 0 10000 0 0 0 25 0 1 0 538611564 426520576 321 33554432000 134512640 135107411 4287401856 18446744073709551615 134531797 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24780/statm: 104131 321 59 146 0 103007 0
[pid=24778/tid=24793] ppid=24766 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/24778/task/24793/stat : 24793 (python) S 24766 24766 23486 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538621580 307343360 5869 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604462593973056 0 0 -1 1 0 0 0
[pid=24781] ppid=24766 vsize=310396 CPUtime=0.14 cores=1,3,5,7
/proc/24781/stat : 24781 (python) S 24766 24766 23486 0 -1 4202560 1122 0 0 0 7 7 0 0 19 0 2 0 538611567 317845504 5873 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24781/statm: 77599 5873 400 364 0 13508 0
[pid=24783] ppid=24781 vsize=416524 CPUtime=99.86 cores=1,3,5,7
/proc/24783/stat : 24783 (adaptg2wsat2009) T 24781 24783 24783 0 -1 4202496 586 0 0 0 9986 0 0 0 25 0 1 0 538611567 426520576 321 33554432000 134512640 135107411 4293117808 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24783/statm: 104131 321 59 146 0 103007 0
[pid=24781/tid=24795] ppid=24766 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/24781/task/24795/stat : 24795 (python) S 24766 24766 23486 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538621583 317845504 5873 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 514 18446604471127365632 0 0 -1 7 0 0 0
[pid=24787] ppid=24766 vsize=320652 CPUtime=0.04 cores=1,3,5,7
/proc/24787/stat : 24787 (python) S 24766 24766 23486 0 -1 4202560 949 0 0 0 2 2 0 0 18 0 1 0 538621476 328347648 5847 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 2059130192126771464 0 0 17 1 0 0 0
/proc/24787/statm: 80163 5847 371 364 0 16069 0
[pid=24789] ppid=24787 vsize=416524 CPUtime=33.69 cores=1,3,5,7
/proc/24789/stat : 24789 (adaptg2wsat2009) R 24787 24789 24789 0 -1 4202496 586 0 0 0 3369 0 0 0 25 0 1 0 538621477 426520576 321 33554432000 134512640 135107411 4294326768 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24789/statm: 104131 321 59 146 0 103007 0
[pid=24791] ppid=24766 vsize=330908 CPUtime=0.06 cores=1,3,5,7
/proc/24791/stat : 24791 (python) S 24766 24766 23486 0 -1 4202560 967 0 0 0 3 3 0 0 15 0 1 0 538621579 338849792 5851 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 5601798133320220936 0 0 17 7 0 0 0
/proc/24791/statm: 82727 5851 371 364 0 18630 0
[pid=24794] ppid=24791 vsize=2264 CPUtime=32.65 cores=1,3,5,7
/proc/24794/stat : 24794 (march_hi) R 24791 24794 24794 0 -1 4202496 991 0 0 0 3265 0 0 0 25 0 1 0 538621580 2318336 391 33554432000 4194304 4955518 140735451223168 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24794/statm: 566 391 106 186 0 379 0
[pid=24796] ppid=24766 vsize=341164 CPUtime=0.04 cores=1,3,5,7
/proc/24796/stat : 24796 (python) S 24766 24766 23486 0 -1 4202560 960 0 0 0 2 2 0 0 18 0 1 0 538621584 349351936 5855 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 2059130192126771461 0 0 17 3 0 0 0
/proc/24796/statm: 85291 5855 371 364 0 21191 0
[pid=24798] ppid=24796 vsize=1017932 CPUtime=32.67 cores=1,3,5,7
/proc/24798/stat : 24798 (gnovelty+2) R 24796 24798 24798 0 -1 4202496 493 0 0 0 3267 0 0 0 25 0 1 0 538621584 1042362368 226 33554432000 134512640 135663704 4293829552 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24798/statm: 254483 226 113 282 0 254199 0
[pid=24799] ppid=24766 vsize=351420 CPUtime=0.06 cores=1,3,5,7
/proc/24799/stat : 24799 (python) S 24766 24766 23486 0 -1 4202560 999 0 0 0 4 2 0 0 15 0 1 0 538621587 359854080 5865 33554432000 4194304 5683644 140733333018192 18446744073709551615 210204667462 0 0 16781312 514 5601798129025253640 0 0 17 7 0 0 0
/proc/24799/statm: 87855 5865 377 364 0 23752 0
[pid=24801] ppid=24799 vsize=2264 CPUtime=32.25 cores=1,3,5,7
/proc/24801/stat : 24801 (march_hi) R 24799 24801 24801 0 -1 4202496 996 0 0 0 3225 0 0 0 25 0 1 0 538621588 2318336 392 33554432000 4194304 4955518 140736318275920 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24801/statm: 566 392 106 186 0 379 0
[pid=24766/tid=24773] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24773/stat : 24773 (python) S 24764 24766 23486 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 538611558 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24776] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24776/stat : 24776 (python) S 24764 24766 23486 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 538611561 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
[pid=24766/tid=24779] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24779/stat : 24779 (python) S 24764 24766 23486 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 538611564 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24782] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24782/stat : 24782 (python) S 24764 24766 23486 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 538611567 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24788] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24788/stat : 24788 (python) S 24764 24766 23486 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 538621476 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 1 0 0 0
[pid=24766/tid=24792] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24792/stat : 24792 (python) S 24764 24766 23486 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 538621579 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 3 0 0 0
[pid=24766/tid=24797] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24797/stat : 24797 (python) S 24764 24766 23486 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 538621584 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 3 0 0 0
[pid=24766/tid=24800] ppid=24764 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/24766/task/24800/stat : 24800 (python) S 24764 24766 23486 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 538621587 370343936 7384 33554432000 4194304 5683644 140733333018192 18446744073709551615 210216470961 0 0 16781312 2 18446604469626358784 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 531.23
Current children cumulated vsize (KiB) 7203608

Child status: 0
Real time (s): 133.738
CPU time (s): 531.47
CPU user time (s): 530.93
CPU system time (s): 0.539917
CPU usage (%): 397.395
Max. virtual memory (cumulated for all children) (KiB): 7203612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.93
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35570
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= 2792
involuntary context switches= 5627

runsolver used 0.287956 second user time and 0.624905 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-01 19:15:30
IDJOB=3317564
IDBENCH=83029
IDSOLVER=1705
FILE ID=node130/3317564-1304270130
RUNJOBID= node130-1304267282-23505
PBS_JOBID= 13173949
Free space on /tmp= 72668 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.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-3317564-1304270130/watcher-3317564-1304270130 -o /tmp/evaluation-result-3317564-1304270130/solver-3317564-1304270130 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317564-1304270130.cnf -seed 52632215 -budget 4800 -cores 4

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=52632215

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:      29718264 kB
Buffers:        236380 kB
Cached:        1497452 kB
SwapCached:       1948 kB
Active:        1688764 kB
Inactive:      1248456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29718264 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:           31892 kB
Writeback:           0 kB
AnonPages:     1202044 kB
Mapped:          25036 kB
Slab:           220532 kB
PageTables:      16168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21036628 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= 72636 MiB
End job on node130 at 2011-05-01 19:17:44