Trace number 3498278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 638.142 662.449

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.65/25.43	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.65/25.43	c INFO: solving HOME/instance-3498278-1307953117.cnf
0.65/25.43	c INFO: computing task features
5.12/29.99	c INFO: computed variable-clause graph statistics
5.31/30.16	c INFO: computed clause balance statistics
25.51/50.38	c INFO: computed variable balance statistics
40.81/65.65	c INFO: computed small-clause counts
41.41/66.24	c INFO: computed Horn-clause counts
255.53/280.32	c INFO: computed variable graph statistics
255.53/280.32	c INFO: collected features for HOME/instance-3498278-1307953117.cnf in 254.74 s
255.53/280.35	c INFO: running lingeling-276@0 for 194 with 4745 remaining (b = 0.88)
451.93/476.58	c INFO: running lingeling-276@0 for 97 with 4549 remaining (b = 0.75)
552.22/576.72	c INFO: running lingeling-276@196 for 776 with 4449 remaining (b = 0.47)
637.93/662.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3498278-1307953117/watcher-3498278-1307953117 -o /tmp/evaluation-result-3498278-1307953117/solver-3498278-1307953117 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498278-1307953117.cnf -seed 612737104 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/178 26436
/proc/meminfo: memFree=32124864/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/26436/stat : 26436 (runsolver) S 26434 26436 26390 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906910016 12087296 51 33554432000 4194304 5436572 140733647466256 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071700214583 0 0 17 1 0 0 0
/proc/26436/statm: 2951 51 31 304 0 2643 0

[startup+0.0271331 s]
/proc/loadavg: 0.08 0.02 0.01 3/178 26436
/proc/meminfo: memFree=32124864/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 617 0 0 0 0 0 0 0 21 0 1 0 906910016 15441920 512 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/26436/statm: 3770 512 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.101119 s]
/proc/loadavg: 0.08 0.02 0.01 3/178 26436
/proc/meminfo: memFree=32124864/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 904 0 0 0 0 0 0 0 17 0 1 0 906910016 16150528 783 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/26436/statm: 3943 783 346 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.30108 s]
/proc/loadavg: 0.08 0.02 0.01 3/178 26436
/proc/meminfo: memFree=32124864/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/26436/stat : 26436 (python) D 26434 26436 26390 0 -1 4202496 1118 0 0 0 1 0 0 0 16 0 1 0 906910016 16785408 984 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26436/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.701009 s]
/proc/loadavg: 0.08 0.02 0.01 3/178 26436
/proc/meminfo: memFree=32124864/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/26436/stat : 26436 (python) D 26434 26436 26390 0 -1 4202496 1124 0 0 0 1 0 0 0 16 0 1 0 906910016 16785408 989 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 3 0 0 1
/proc/26436/statm: 4098 989 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+1.50086 s]
/proc/loadavg: 0.15 0.03 0.01 1/179 26437
/proc/meminfo: memFree=32120648/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=16532 CPUtime=0.02 cores=1,3,5,7
/proc/26436/stat : 26436 (python) D 26434 26436 26390 0 -1 4202496 1191 0 0 0 1 1 0 0 16 0 1 0 906910016 16928768 1049 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 3 0 0 6
/proc/26436/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16532

[startup+3.10056 s]
/proc/loadavg: 0.15 0.03 0.01 2/179 26437
/proc/meminfo: memFree=32120032/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=18880 CPUtime=0.03 cores=1,3,5,7
/proc/26436/stat : 26436 (python) D 26434 26436 26390 0 -1 4202496 1288 0 1 0 2 1 0 0 16 0 1 0 906910016 19333120 1140 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 3 0 0 12
/proc/26436/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 0.15 0.03 0.01 1/179 26437
/proc/meminfo: memFree=32118288/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=30108 CPUtime=0.06 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 1506 0 5 0 3 3 0 0 15 0 1 0 906910016 30830592 1347 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 32
/proc/26436/statm: 7527 1347 443 364 0 897 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30108
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.20 0.05 0.01 1/179 26438
/proc/meminfo: memFree=32111928/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=84468 CPUtime=0.11 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 2384 0 15 0 5 6 0 0 15 0 1 0 906910016 86495232 2126 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 115
/proc/26436/statm: 21117 2126 707 364 0 1334 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 84468
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 0.24 0.06 0.02 1/179 26446
/proc/meminfo: memFree=32053572/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=305144 CPUtime=0.72 cores=1,3,5,7
/proc/26436/stat : 26436 (python) R 26434 26436 26390 0 -1 4202496 15797 927 113 8 40 32 0 0 16 0 1 0 906910016 312467456 13577 33554432000 4194304 5683644 140733645029808 18446744073709551615 4603468 0 0 16781312 2 0 0 0 17 7 0 0 369
/proc/26436/statm: 76286 13577 1761 364 0 12210 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 305144
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 0.84 0.22 0.07 3/179 26447
/proc/meminfo: memFree=31653436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=521616 CPUtime=26.31 cores=1,3,5,7
/proc/26436/stat : 26436 (python) R 26434 26436 26390 0 -1 4202496 111958 927 113 8 2588 43 0 0 25 0 1 0 906910016 534134784 67790 33554432000 4194304 5683644 140733645029808 18446744073709551615 255376961447 0 0 16781312 2 0 0 0 17 1 0 0 369
/proc/26436/statm: 130404 67790 1827 364 0 66328 0
Current children cumulated CPU time (s) 26.31
Current children cumulated vsize (KiB) 521616
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.58 0.53 0.18 3/179 26448
/proc/meminfo: memFree=31643676/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=531708 CPUtime=77.52 cores=1,3,5,7
/proc/26436/stat : 26436 (python) R 26434 26436 26390 0 -1 4202496 114487 927 113 8 7709 43 0 0 25 0 1 0 906910016 544468992 70319 33554432000 4194304 5683644 140733645029808 18446744073709551615 47423567304844 0 0 16781312 2 0 0 0 17 1 0 0 369
/proc/26436/statm: 132927 70319 1833 364 0 68851 0
Current children cumulated CPU time (s) 77.52
Current children cumulated vsize (KiB) 531708
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.84 0.79 0.29 3/182 26453
/proc/meminfo: memFree=31603124/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=531708 CPUtime=137.52 cores=1,3,5,7
/proc/26436/stat : 26436 (python) R 26434 26436 26390 0 -1 4202496 114487 927 113 8 13709 43 0 0 25 0 1 0 906910016 544468992 70319 33554432000 4194304 5683644 140733645029808 18446744073709551615 47423567304844 0 0 16781312 2 0 0 0 17 1 0 0 369
/proc/26436/statm: 132927 70319 1833 364 0 68851 0
Current children cumulated CPU time (s) 137.52
Current children cumulated vsize (KiB) 531708

[startup+222.301 s]
/proc/loadavg: 1.94 1.01 0.40 3/179 26497
/proc/meminfo: memFree=30197288/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=531708 CPUtime=197.52 cores=1,3,5,7
/proc/26436/stat : 26436 (python) R 26434 26436 26390 0 -1 4202496 114487 927 113 8 19705 47 0 0 25 0 1 0 906910016 544468992 70319 33554432000 4194304 5683644 140733645029808 18446744073709551615 47423567304832 0 0 16781312 2 0 0 0 17 1 0 0 369
/proc/26436/statm: 132927 70319 1833 364 0 68851 0
Current children cumulated CPU time (s) 197.52
Current children cumulated vsize (KiB) 531708

[startup+282.301 s]
/proc/loadavg: 1.98 1.19 0.50 3/182 26502
/proc/meminfo: memFree=30198268/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=522208 CPUtime=255.58 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 114851 927 113 8 25510 48 0 0 20 0 2 0 906910016 534740992 65423 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 369
/proc/26436/statm: 130552 65423 1875 364 0 66470 0
[pid=26500] ppid=26436 vsize=511964 CPUtime=0 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 906938051 524251136 63903 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321487 0 0 16781312 514 5636366263501455359 0 0 17 1 0 0 0
/proc/26500/statm: 127991 63903 359 364 0 63909 0
[pid=26502] ppid=26500 vsize=87024 CPUtime=1.92 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 44660 0 0 0 187 5 0 0 25 0 1 0 906938052 89112576 20908 33554432000 4194304 4352236 140735809716736 18446744073709551615 255376995401 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26502/statm: 21756 20908 118 39 0 20836 0
[pid=26436/tid=26501] ppid=26434 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 906938052 534740992 65423 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 257.5
Current children cumulated vsize (KiB) 1121196

[startup+342.301 s]
/proc/loadavg: 1.99 1.33 0.59 3/182 26503
/proc/meminfo: memFree=30131488/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=522208 CPUtime=255.58 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 114851 927 113 8 25510 48 0 0 20 0 2 0 906910016 534740992 65423 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 369
/proc/26436/statm: 130552 65423 1875 364 0 66470 0
[pid=26500] ppid=26436 vsize=511964 CPUtime=0.06 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 979 0 0 0 3 3 0 0 18 0 1 0 906938051 524251136 63926 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321487 0 0 16781312 514 11950477533088022792 0 0 17 1 0 0 0
/proc/26500/statm: 127991 63926 382 364 0 63909 0
[pid=26502] ppid=26500 vsize=150172 CPUtime=61.93 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 6185 8 0 0 25 0 1 0 906938052 153776128 36712 33554432000 4194304 4352236 140735809716736 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26502/statm: 37543 36712 129 39 0 36623 0
[pid=26436/tid=26501] ppid=26434 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 906938052 534740992 65423 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 317.57
Current children cumulated vsize (KiB) 1184344

[startup+402.301 s]
/proc/loadavg: 2.07 1.48 0.68 3/182 26505
/proc/meminfo: memFree=30131400/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=522208 CPUtime=255.58 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 114851 927 113 8 25510 48 0 0 20 0 2 0 906910016 534740992 65423 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 369
/proc/26436/statm: 130552 65423 1875 364 0 66470 0
[pid=26500] ppid=26436 vsize=511964 CPUtime=0.14 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 999 0 0 0 7 7 0 0 18 0 1 0 906938051 524251136 63926 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321487 0 0 16781312 514 11950477533088022792 0 0 17 1 0 0 0
/proc/26500/statm: 127991 63926 382 364 0 63909 0
[pid=26502] ppid=26500 vsize=150152 CPUtime=121.93 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 12185 8 0 0 25 0 1 0 906938052 153755648 36707 33554432000 4194304 4352236 140735809716736 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26502/statm: 37538 36707 129 39 0 36618 0
[pid=26436/tid=26501] ppid=26434 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 906938052 534740992 65423 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 377.65

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

[pid=26500/tid=26508] ppid=26436 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26500/task/26508/stat : 26508 (python) S 26436 26436 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906957672 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604454225012032 0 0 -1 1 0 0 0
[pid=26509] ppid=26436 vsize=522220 CPUtime=0.11 cores=1,3,5,7
/proc/26509/stat : 26509 (python) S 26436 26436 26390 0 -1 4202560 1078 0 0 0 5 6 0 0 19 0 2 0 906957675 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26509/statm: 130555 63948 399 364 0 66470 0
[pid=26511] ppid=26509 vsize=148172 CPUtime=100.1 cores=1,3,5,7
/proc/26511/stat : 26511 (lingeling) T 26509 26511 26511 0 -1 4202496 57687 0 0 0 10003 7 0 0 25 0 1 0 906957675 151728128 36213 33554432000 4194304 4352236 140734662688400 18446744073709551615 4214773 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26511/statm: 37043 36213 129 39 0 36123 0
[pid=26509/tid=26515] ppid=26436 vsize=522220 CPUtime=0 cores=1,3,5,7
/proc/26509/task/26515/stat : 26515 (python) S 26436 26436 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906967687 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26436/tid=26501] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 3 0 906938052 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
[pid=26436/tid=26510] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26510/stat : 26510 (python) S 26434 26436 26390 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 3 0 906957675 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 628.31
Current children cumulated vsize (KiB) 1875200

[startup+659.101 s]
/proc/loadavg: 2.01 1.79 1.00 3/187 26517
/proc/meminfo: memFree=29980436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=532464 CPUtime=255.62 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 116103 927 113 8 25514 48 0 0 18 0 3 0 906910016 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 369
/proc/26436/statm: 133116 65430 1878 364 0 69031 0
[pid=26500] ppid=26436 vsize=522208 CPUtime=0.32 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 1199 0 0 0 16 16 0 0 18 0 2 0 906938051 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26500/statm: 130552 63965 416 364 0 66470 0
[pid=26502] ppid=26500 vsize=150136 CPUtime=278.56 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 27848 8 0 0 25 0 1 0 906938052 153739264 36703 33554432000 4194304 4352236 140735809716736 18446744073709551615 4235472 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26502/statm: 37534 36703 129 39 0 36614 0
[pid=26500/tid=26508] ppid=26436 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26500/task/26508/stat : 26508 (python) S 26436 26436 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906957672 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604454225012032 0 0 -1 1 0 0 0
[pid=26509] ppid=26436 vsize=522220 CPUtime=0.11 cores=1,3,5,7
/proc/26509/stat : 26509 (python) S 26436 26436 26390 0 -1 4202560 1078 0 0 0 5 6 0 0 19 0 2 0 906957675 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26509/statm: 130555 63948 399 364 0 66470 0
[pid=26511] ppid=26509 vsize=148172 CPUtime=100.1 cores=1,3,5,7
/proc/26511/stat : 26511 (lingeling) T 26509 26511 26511 0 -1 4202496 57687 0 0 0 10003 7 0 0 25 0 1 0 906957675 151728128 36213 33554432000 4194304 4352236 140734662688400 18446744073709551615 4214773 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26511/statm: 37043 36213 129 39 0 36123 0
[pid=26509/tid=26515] ppid=26436 vsize=522220 CPUtime=0 cores=1,3,5,7
/proc/26509/task/26515/stat : 26515 (python) S 26436 26436 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906967687 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26436/tid=26501] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 3 0 906938052 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
[pid=26436/tid=26510] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26510/stat : 26510 (python) S 26434 26436 26390 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 3 0 906957675 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 634.71
Current children cumulated vsize (KiB) 1875200

[startup+660.701 s]
/proc/loadavg: 2.01 1.79 1.00 3/187 26517
/proc/meminfo: memFree=29980436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=532464 CPUtime=255.62 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 116103 927 113 8 25514 48 0 0 18 0 3 0 906910016 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 369
/proc/26436/statm: 133116 65430 1878 364 0 69031 0
[pid=26500] ppid=26436 vsize=522208 CPUtime=0.32 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 1199 0 0 0 16 16 0 0 18 0 2 0 906938051 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26500/statm: 130552 63965 416 364 0 66470 0
[pid=26502] ppid=26500 vsize=150136 CPUtime=280.16 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 28008 8 0 0 25 0 1 0 906938052 153739264 36703 33554432000 4194304 4352236 140735809716736 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26502/statm: 37534 36703 129 39 0 36614 0
[pid=26500/tid=26508] ppid=26436 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26500/task/26508/stat : 26508 (python) S 26436 26436 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906957672 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604454225012032 0 0 -1 1 0 0 0
[pid=26509] ppid=26436 vsize=522220 CPUtime=0.11 cores=1,3,5,7
/proc/26509/stat : 26509 (python) S 26436 26436 26390 0 -1 4202560 1078 0 0 0 5 6 0 0 19 0 2 0 906957675 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26509/statm: 130555 63948 399 364 0 66470 0
[pid=26511] ppid=26509 vsize=148172 CPUtime=100.1 cores=1,3,5,7
/proc/26511/stat : 26511 (lingeling) T 26509 26511 26511 0 -1 4202496 57687 0 0 0 10003 7 0 0 25 0 1 0 906957675 151728128 36213 33554432000 4194304 4352236 140734662688400 18446744073709551615 4214773 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26511/statm: 37043 36213 129 39 0 36123 0
[pid=26509/tid=26515] ppid=26436 vsize=522220 CPUtime=0 cores=1,3,5,7
/proc/26509/task/26515/stat : 26515 (python) S 26436 26436 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906967687 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26436/tid=26501] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 3 0 906938052 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
[pid=26436/tid=26510] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26510/stat : 26510 (python) S 26434 26436 26390 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 3 0 906957675 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 636.31
Current children cumulated vsize (KiB) 1875200

[startup+661.501 s]
/proc/loadavg: 2.01 1.79 1.00 3/187 26517
/proc/meminfo: memFree=29980436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=532464 CPUtime=255.62 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 116103 927 113 8 25514 48 0 0 18 0 3 0 906910016 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 369
/proc/26436/statm: 133116 65430 1878 364 0 69031 0
[pid=26500] ppid=26436 vsize=522208 CPUtime=0.32 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 1199 0 0 0 16 16 0 0 18 0 2 0 906938051 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26500/statm: 130552 63965 416 364 0 66470 0
[pid=26502] ppid=26500 vsize=150136 CPUtime=280.96 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 28088 8 0 0 25 0 1 0 906938052 153739264 36703 33554432000 4194304 4352236 140735809716736 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26502/statm: 37534 36703 129 39 0 36614 0
[pid=26500/tid=26508] ppid=26436 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26500/task/26508/stat : 26508 (python) S 26436 26436 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906957672 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604454225012032 0 0 -1 1 0 0 0
[pid=26509] ppid=26436 vsize=522220 CPUtime=0.11 cores=1,3,5,7
/proc/26509/stat : 26509 (python) S 26436 26436 26390 0 -1 4202560 1078 0 0 0 5 6 0 0 19 0 2 0 906957675 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26509/statm: 130555 63948 399 364 0 66470 0
[pid=26511] ppid=26509 vsize=148172 CPUtime=100.1 cores=1,3,5,7
/proc/26511/stat : 26511 (lingeling) T 26509 26511 26511 0 -1 4202496 57687 0 0 0 10003 7 0 0 25 0 1 0 906957675 151728128 36213 33554432000 4194304 4352236 140734662688400 18446744073709551615 4214773 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26511/statm: 37043 36213 129 39 0 36123 0
[pid=26509/tid=26515] ppid=26436 vsize=522220 CPUtime=0 cores=1,3,5,7
/proc/26509/task/26515/stat : 26515 (python) S 26436 26436 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906967687 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26436/tid=26501] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 3 0 906938052 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
[pid=26436/tid=26510] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26510/stat : 26510 (python) S 26434 26436 26390 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 3 0 906957675 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 637.11
Current children cumulated vsize (KiB) 1875200

[startup+661.901 s]
/proc/loadavg: 2.01 1.79 1.00 3/187 26517
/proc/meminfo: memFree=29980436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=532464 CPUtime=255.62 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 116103 927 113 8 25514 48 0 0 18 0 3 0 906910016 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 369
/proc/26436/statm: 133116 65430 1878 364 0 69031 0
[pid=26500] ppid=26436 vsize=522208 CPUtime=0.34 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 1199 0 0 0 17 17 0 0 18 0 2 0 906938051 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26500/statm: 130552 63965 416 364 0 66470 0
[pid=26502] ppid=26500 vsize=150136 CPUtime=281.36 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 28128 8 0 0 25 0 1 0 906938052 153739264 36703 33554432000 4194304 4352236 140735809716736 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26502/statm: 37534 36703 129 39 0 36614 0
[pid=26500/tid=26508] ppid=26436 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26500/task/26508/stat : 26508 (python) S 26436 26436 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906957672 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604454225012032 0 0 -1 1 0 0 0
[pid=26509] ppid=26436 vsize=522220 CPUtime=0.11 cores=1,3,5,7
/proc/26509/stat : 26509 (python) S 26436 26436 26390 0 -1 4202560 1078 0 0 0 5 6 0 0 19 0 2 0 906957675 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26509/statm: 130555 63948 399 364 0 66470 0
[pid=26511] ppid=26509 vsize=148172 CPUtime=100.1 cores=1,3,5,7
/proc/26511/stat : 26511 (lingeling) T 26509 26511 26511 0 -1 4202496 57687 0 0 0 10003 7 0 0 25 0 1 0 906957675 151728128 36213 33554432000 4194304 4352236 140734662688400 18446744073709551615 4214773 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26511/statm: 37043 36213 129 39 0 36123 0
[pid=26509/tid=26515] ppid=26436 vsize=522220 CPUtime=0 cores=1,3,5,7
/proc/26509/task/26515/stat : 26515 (python) S 26436 26436 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906967687 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26436/tid=26501] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 3 0 906938052 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
[pid=26436/tid=26510] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26510/stat : 26510 (python) S 26434 26436 26390 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 3 0 906957675 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 637.53
Current children cumulated vsize (KiB) 1875200

[startup+662.3 s]
/proc/loadavg: 2.01 1.79 1.00 3/187 26517
/proc/meminfo: memFree=29980436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=532464 CPUtime=255.62 cores=1,3,5,7
/proc/26436/stat : 26436 (python) S 26434 26436 26390 0 -1 4202496 116103 927 113 8 25514 48 0 0 18 0 3 0 906910016 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 369
/proc/26436/statm: 133116 65430 1878 364 0 69031 0
[pid=26500] ppid=26436 vsize=522208 CPUtime=0.34 cores=1,3,5,7
/proc/26500/stat : 26500 (python) S 26436 26436 26390 0 -1 4202560 1199 0 0 0 17 17 0 0 18 0 2 0 906938051 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26500/statm: 130552 63965 416 364 0 66470 0
[pid=26502] ppid=26500 vsize=150136 CPUtime=281.76 cores=1,3,5,7
/proc/26502/stat : 26502 (lingeling) R 26500 26502 26502 0 -1 4202496 69018 0 0 0 28168 8 0 0 25 0 1 0 906938052 153739264 36703 33554432000 4194304 4352236 140735809716736 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26502/statm: 37534 36703 129 39 0 36614 0
[pid=26500/tid=26508] ppid=26436 vsize=522208 CPUtime=0 cores=1,3,5,7
/proc/26500/task/26508/stat : 26508 (python) S 26436 26436 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906957672 534740992 63965 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604454225012032 0 0 -1 1 0 0 0
[pid=26509] ppid=26436 vsize=522220 CPUtime=0.11 cores=1,3,5,7
/proc/26509/stat : 26509 (python) S 26436 26436 26390 0 -1 4202560 1078 0 0 0 5 6 0 0 19 0 2 0 906957675 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26509/statm: 130555 63948 399 364 0 66470 0
[pid=26511] ppid=26509 vsize=148172 CPUtime=100.1 cores=1,3,5,7
/proc/26511/stat : 26511 (lingeling) T 26509 26511 26511 0 -1 4202496 57687 0 0 0 10003 7 0 0 25 0 1 0 906957675 151728128 36213 33554432000 4194304 4352236 140734662688400 18446744073709551615 4214773 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26511/statm: 37043 36213 129 39 0 36123 0
[pid=26509/tid=26515] ppid=26436 vsize=522220 CPUtime=0 cores=1,3,5,7
/proc/26509/task/26515/stat : 26515 (python) S 26436 26436 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906967687 534753280 63948 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26436/tid=26501] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26501/stat : 26501 (python) S 26434 26436 26390 0 -1 4202560 31 927 0 8 0 0 0 0 18 0 3 0 906938052 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 7 0 0 0
[pid=26436/tid=26510] ppid=26434 vsize=532464 CPUtime=0 cores=1,3,5,7
/proc/26436/task/26510/stat : 26510 (python) S 26434 26436 26390 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 3 0 906957675 545243136 65430 33554432000 4194304 5683644 140733645029808 18446744073709551615 255389125041 0 0 16781312 2 18446604471126733248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 637.93
Current children cumulated vsize (KiB) 1875200

[startup+662.4 s]
/proc/loadavg: 2.01 1.79 1.00 3/187 26517
/proc/meminfo: memFree=29980436/32951124 swapFree=67072804/67111528
[pid=26436] ppid=26434 vsize=532428 CPUtime=638.07 cores=1,3,5,7
/proc/26436/stat : 26436 (python) R 26434 26436 26390 0 -1 4202496 121452 130006 113 8 25515 49 38201 42 17 0 1 0 906910016 545206272 65425 33554432000 4194304 5683644 140733645029808 18446744073709551615 255376956855 0 0 16781312 0 0 0 0 17 3 0 0 369
/proc/26436/statm: 133107 65425 1873 364 0 69031 0
Current children cumulated CPU time (s) 638.07
Current children cumulated vsize (KiB) 532428

Child status: 0
Real time (s): 662.449
CPU time (s): 638.142
CPU user time (s): 637.199
CPU system time (s): 0.942856
CPU usage (%): 96.3307
Max. virtual memory (cumulated for all children) (KiB): 1909404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 637.199
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275920
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16448
involuntary context switches= 1504

runsolver used 1.00085 second user time and 2.38764 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-13 10:18:40
IDJOB=3498278
IDBENCH=69591
IDSOLVER=1991
FILE ID=node135/3498278-1307953117
RUNJOBID= node135-1307953114-26409
PBS_JOBID= 13559693
Free space on /tmp= 73840 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498278-1307953117/watcher-3498278-1307953117 -o /tmp/evaluation-result-3498278-1307953117/solver-3498278-1307953117 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498278-1307953117.cnf -seed 612737104 -budget 5000

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=612737104

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32125144 kB
Buffers:        182456 kB
Cached:         406632 kB
SwapCached:       6348 kB
Active:         334080 kB
Inactive:       282056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32125144 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:          101328 kB
Writeback:           0 kB
AnonPages:       26064 kB
Mapped:          11272 kB
Slab:           145176 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node135 at 2011-06-13 10:29:44