Trace number 3317432

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 26.02 8.07755

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
MD5SUM4c16bc52ec8b88c947f571c625ddf62f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03423
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.63	c INFO: solving HOME/instance-3317432-1304269709.cnf
0.36/0.63	c INFO: computing task features
0.36/0.63	c INFO: computed variable-clause graph statistics
0.36/0.63	c INFO: computed clause balance statistics
0.36/0.66	c INFO: computed variable balance statistics
0.36/0.68	c INFO: computed small-clause counts
0.36/0.68	c INFO: computed Horn-clause counts
0.36/0.68	c INFO: computed variable graph statistics
0.36/0.68	c INFO: collected features for HOME/instance-3317432-1304269709.cnf in 0.06 s
0.44/0.71	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.56)
0.44/0.74	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.28)
0.44/0.77	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.20)
0.54/0.80	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.28)
25.69/8.05	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-3317432-1304269709/watcher-3317432-1304269709 -o /tmp/evaluation-result-3317432-1304269709/solver-3317432-1304269709 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317432-1304269709.cnf -seed 211729381 -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: 9.22 8.91 7.86 7/284 24172
/proc/meminfo: memFree=29314860/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/24172/stat : 24172 (python) R 24170 24172 23228 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 617201618 15753216 696 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24172/statm: 3846 696 334 364 0 333 0

[startup+0.0429251 s]
/proc/loadavg: 9.22 8.91 7.86 7/284 24172
/proc/meminfo: memFree=29314860/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=18888 CPUtime=0.01 cores=1,3,5,7
/proc/24172/stat : 24172 (python) R 24170 24172 23228 0 -1 4202496 1284 0 0 0 1 0 0 0 25 0 1 0 617201618 19341312 1137 33554432000 4194304 5683644 140735738922464 18446744073709551615 5167296 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24172/statm: 4722 1137 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100916 s]
/proc/loadavg: 9.22 8.91 7.86 7/284 24172
/proc/meminfo: memFree=29314860/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=93964 CPUtime=0.06 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 2692 0 0 0 4 2 0 0 25 0 1 0 617201618 96219136 2407 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905389925 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/24172/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300881 s]
/proc/loadavg: 9.22 8.91 7.86 7/284 24172
/proc/meminfo: memFree=29314860/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=135752 CPUtime=0.17 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 5965 934 1 0 13 4 0 0 25 0 1 0 617201618 139010048 4151 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905390085 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/24172/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700805 s]
/proc/loadavg: 9.22 8.91 7.86 7/284 24172
/proc/meminfo: memFree=29314860/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=278408 CPUtime=0.44 cores=1,3,5,7
/proc/24172/stat : 24172 (python) R 24170 24172 23228 0 -1 4202496 9527 934 1 0 34 10 0 0 25 0 1 0 617201618 285089792 7028 33554432000 4194304 5683644 140735738922464 18446744073709551615 260908832611 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24172/statm: 69602 7028 1868 364 0 5523 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278408

[startup+1.50066 s]
/proc/loadavg: 9.22 8.91 7.86 13/297 24189
/proc/meminfo: memFree=29276316/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 707 0 0 0 0 0 0 0 25 0 1 0 617201690 285102080 5531 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915040255 0 0 17 3 0 0 0
/proc/24178/statm: 69605 5531 347 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=0.77 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 77 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134528657 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/24181/stat : 24181 (python) S 24172 24172 23228 0 -1 4202560 747 0 0 0 0 0 0 0 20 0 1 0 617201693 296202240 5672 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 14779340635743682823 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5672 348 364 0 8230 0
[pid=24183] ppid=24181 vsize=1940 CPUtime=0.74 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202496 557 0 0 0 74 0 0 0 25 0 1 0 617201693 1986560 292 33554432000 4194304 4955518 140733882352992 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24183/statm: 485 292 104 186 0 298 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (python) S 24172 24172 23228 0 -1 4202560 760 0 0 0 0 0 0 0 21 0 1 0 617201696 306327552 5580 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 7271435436638044424 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5580 348 364 0 10699 0
[pid=24188] ppid=24184 vsize=1808 CPUtime=0.67 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202496 547 0 0 0 67 0 0 0 25 0 1 0 617201699 1851392 286 33554432000 4194304 4955518 140734276708480 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24188/statm: 452 286 104 186 0 265 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 773 0 0 0 0 0 0 0 20 0 1 0 617201699 317382656 5706 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5706 348 364 0 13395 0
[pid=24189] ppid=24186 vsize=1808 CPUtime=0.32 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 543 0 0 0 32 0 0 0 25 0 1 0 617201699 1851392 279 33554432000 4194304 4955518 140737438605072 18446744073709551615 4263531 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 452 279 104 186 0 265 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 1957412

[startup+3.10137 s]
/proc/loadavg: 9.22 8.91 7.86 10/297 24189
/proc/meminfo: memFree=29275448/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 617201690 285102080 5538 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915007752 0 0 17 3 0 0 0
/proc/24178/statm: 69605 5538 354 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=2.37 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 237 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134529446 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/24181/stat : 24181 (python) S 24172 24172 23228 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 617201693 296202240 5672 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 14779340635743682823 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5672 348 364 0 8230 0
[pid=24183] ppid=24181 vsize=2076 CPUtime=2.34 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202496 588 0 0 0 234 0 0 0 25 0 1 0 617201693 2125824 323 33554432000 4194304 4955518 140733882352992 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24183/statm: 519 323 104 186 0 332 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (python) S 24172 24172 23228 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 617201696 306327552 5580 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 7271435436638044424 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5580 348 364 0 10699 0
[pid=24188] ppid=24184 vsize=1940 CPUtime=2.26 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202496 565 0 0 0 226 0 0 0 25 0 1 0 617201699 1986560 304 33554432000 4194304 4955518 140734276708480 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24188/statm: 485 304 104 186 0 298 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 617201699 317382656 5706 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5706 348 364 0 13395 0
[pid=24189] ppid=24186 vsize=1940 CPUtime=1.12 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 557 0 0 0 112 0 0 0 25 0 1 0 617201699 1986560 293 33554432000 4194304 4955518 140737438605072 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 485 293 104 186 0 298 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 1957812

[startup+6.30078 s]
/proc/loadavg: 9.20 8.91 7.86 10/297 24189
/proc/meminfo: memFree=29273208/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 617201690 285102080 5560 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915007752 0 0 17 3 0 0 0
/proc/24178/statm: 69605 5560 376 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=5.56 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 556 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134528204 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=0.46 cores=1,3,5,7
/proc/24181/stat : 24181 (python) R 24172 24172 23228 0 -1 4202560 911 0 0 0 41 5 0 0 16 0 1 0 617201693 296202240 5695 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917224255 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5695 371 364 0 8230 0
[pid=24183] ppid=24181 vsize=0 CPUtime=5.06 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202500 613 0 0 0 506 0 0 0 25 0 1 0 617201693 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24183/statm: 0 0 0 0 0 0 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=0.33 cores=1,3,5,7
/proc/24184/stat : 24184 (python) R 24172 24172 23228 0 -1 4202560 931 0 0 0 29 4 0 0 16 0 1 0 617201696 306327552 5603 33554432000 4194304 5683644 140735738922464 18446744073709551615 4877038 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5603 371 364 0 10699 0
[pid=24188] ppid=24184 vsize=0 CPUtime=5.1 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202500 609 0 0 0 510 0 0 0 25 0 1 0 617201699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24188/statm: 0 0 0 0 0 0 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 947 0 0 0 0 0 0 0 15 0 1 0 617201699 317382656 5729 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5729 371 364 0 13395 0
[pid=24189] ppid=24186 vsize=2076 CPUtime=2.72 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 588 0 0 0 272 0 0 0 25 0 1 0 617201699 2125824 324 33554432000 4194304 4955518 140737438605072 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 519 324 104 186 0 332 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.78
Current children cumulated vsize (KiB) 1953932

Solver just ended. Dumping a history of the last processes samples

[startup+7.10063 s]
/proc/loadavg: 9.20 8.91 7.86 12/297 24189
/proc/meminfo: memFree=29273828/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 617201690 285102080 5560 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915007752 0 0 17 1 0 0 0
/proc/24178/statm: 69605 5560 376 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=6.36 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 636 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134529451 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=1.26 cores=1,3,5,7
/proc/24181/stat : 24181 (python) R 24172 24172 23228 0 -1 4202560 911 0 0 0 110 16 0 0 17 0 1 0 617201693 296202240 5695 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5695 371 364 0 8230 0
[pid=24183] ppid=24181 vsize=0 CPUtime=5.06 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202500 613 0 0 0 506 0 0 0 25 0 1 0 617201693 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24183/statm: 0 0 0 0 0 0 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=1.12 cores=1,3,5,7
/proc/24184/stat : 24184 (python) R 24172 24172 23228 0 -1 4202560 931 0 0 0 98 14 0 0 17 0 1 0 617201696 306327552 5603 33554432000 4194304 5683644 140735738922464 18446744073709551615 4620029 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5603 371 364 0 10699 0
[pid=24188] ppid=24184 vsize=0 CPUtime=5.1 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202500 609 0 0 0 510 0 0 0 25 0 1 0 617201699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24188/statm: 0 0 0 0 0 0 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 947 0 0 0 0 0 0 0 15 0 1 0 617201699 317382656 5729 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5729 371 364 0 13395 0
[pid=24189] ppid=24186 vsize=2076 CPUtime=3.12 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 591 0 0 0 312 0 0 0 25 0 1 0 617201699 2125824 327 33554432000 4194304 4955518 140737438605072 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 519 327 104 186 0 332 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.57
Current children cumulated vsize (KiB) 1953932

[startup+7.50056 s]
/proc/loadavg: 9.20 8.91 7.86 12/297 24189
/proc/meminfo: memFree=29273828/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 617201690 285102080 5560 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915007752 0 0 17 1 0 0 0
/proc/24178/statm: 69605 5560 376 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=6.76 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 676 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134527267 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=1.66 cores=1,3,5,7
/proc/24181/stat : 24181 (python) R 24172 24172 23228 0 -1 4202560 911 0 0 0 145 21 0 0 17 0 1 0 617201693 296202240 5695 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917224255 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5695 371 364 0 8230 0
[pid=24183] ppid=24181 vsize=0 CPUtime=5.06 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202500 613 0 0 0 506 0 0 0 25 0 1 0 617201693 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24183/statm: 0 0 0 0 0 0 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=1.52 cores=1,3,5,7
/proc/24184/stat : 24184 (python) R 24172 24172 23228 0 -1 4202560 931 0 0 0 133 19 0 0 17 0 1 0 617201696 306327552 5603 33554432000 4194304 5683644 140735738922464 18446744073709551615 4619670 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5603 371 364 0 10699 0
[pid=24188] ppid=24184 vsize=0 CPUtime=5.1 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202500 609 0 0 0 510 0 0 0 25 0 1 0 617201699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24188/statm: 0 0 0 0 0 0 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 947 0 0 0 0 0 0 0 15 0 1 0 617201699 317382656 5729 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5729 371 364 0 13395 0
[pid=24189] ppid=24186 vsize=2076 CPUtime=3.32 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 593 0 0 0 332 0 0 0 25 0 1 0 617201699 2125824 329 33554432000 4194304 4955518 140737438605072 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 519 329 104 186 0 332 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 1953932

[startup+7.90049 s]
/proc/loadavg: 9.20 8.91 7.86 13/297 24189
/proc/meminfo: memFree=29273828/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 617201690 285102080 5560 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915007752 0 0 17 1 0 0 0
/proc/24178/statm: 69605 5560 376 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=7.16 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 716 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134527503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=2.06 cores=1,3,5,7
/proc/24181/stat : 24181 (python) R 24172 24172 23228 0 -1 4202560 911 0 0 0 180 26 0 0 18 0 1 0 617201693 296202240 5695 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5695 371 364 0 8230 0
[pid=24183] ppid=24181 vsize=0 CPUtime=5.06 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202500 613 0 0 0 506 0 0 0 25 0 1 0 617201693 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24183/statm: 0 0 0 0 0 0 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=1.92 cores=1,3,5,7
/proc/24184/stat : 24184 (python) R 24172 24172 23228 0 -1 4202560 931 0 0 0 168 24 0 0 18 0 1 0 617201696 306327552 5603 33554432000 4194304 5683644 140735738922464 18446744073709551615 4620205 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5603 371 364 0 10699 0
[pid=24188] ppid=24184 vsize=0 CPUtime=5.1 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202500 609 0 0 0 510 0 0 0 25 0 1 0 617201699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24188/statm: 0 0 0 0 0 0 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 948 0 0 0 0 0 0 0 15 0 1 0 617201699 317382656 5729 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5729 371 364 0 13395 0
[pid=24189] ppid=24186 vsize=2076 CPUtime=3.52 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 595 0 0 0 352 0 0 0 25 0 1 0 617201699 2125824 331 33554432000 4194304 4955518 140737438605072 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 519 331 104 186 0 332 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1953932

[startup+8.00047 s]
/proc/loadavg: 9.20 8.91 7.86 13/297 24189
/proc/meminfo: memFree=29273828/32950928 swapFree=67054472/67111528
[pid=24172] ppid=24170 vsize=320188 CPUtime=0.55 cores=1,3,5,7
/proc/24172/stat : 24172 (python) S 24170 24172 23228 0 -1 4202496 12304 934 1 0 44 11 0 0 25 0 5 0 617201618 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24172/statm: 80047 7243 1881 364 0 15956 0
[pid=24178] ppid=24172 vsize=278420 CPUtime=0 cores=1,3,5,7
/proc/24178/stat : 24178 (python) S 24172 24172 23228 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 617201690 285102080 5560 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414159 0 0 16781312 514 14317246684915007752 0 0 17 1 0 0 0
/proc/24178/statm: 69605 5560 376 364 0 5523 0
[pid=24180] ppid=24178 vsize=454896 CPUtime=7.26 cores=1,3,5,7
/proc/24180/stat : 24180 (TNM) R 24178 24180 24180 0 -1 4202496 414 0 0 0 726 0 0 0 25 0 1 0 617201690 465813504 150 33554432000 134512640 135008748 4289953024 18446744073709551615 134529678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24180/statm: 113724 150 46 122 0 112624 0
[pid=24181] ppid=24172 vsize=289260 CPUtime=2.16 cores=1,3,5,7
/proc/24181/stat : 24181 (python) R 24172 24172 23228 0 -1 4202560 911 0 0 0 188 28 0 0 18 0 1 0 617201693 296202240 5695 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917224255 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24181/statm: 72315 5695 371 364 0 8230 0
[pid=24183] ppid=24181 vsize=0 CPUtime=5.06 cores=1,3,5,7
/proc/24183/stat : 24183 (march_hi) R 24181 24183 24183 0 -1 4202500 613 0 0 0 506 0 0 0 25 0 1 0 617201693 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24183/statm: 0 0 0 0 0 0 0
[pid=24184] ppid=24172 vsize=299148 CPUtime=2.02 cores=1,3,5,7
/proc/24184/stat : 24184 (python) R 24172 24172 23228 0 -1 4202560 931 0 0 0 176 26 0 0 18 0 1 0 617201696 306327552 5603 33554432000 4194304 5683644 140735738922464 18446744073709551615 18446744073699066034 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/24184/statm: 74787 5603 371 364 0 10699 0
[pid=24188] ppid=24184 vsize=0 CPUtime=5.1 cores=1,3,5,7
/proc/24188/stat : 24188 (march_hi) R 24184 24188 24188 0 -1 4202500 609 0 0 0 510 0 0 0 25 0 1 0 617201699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24188/statm: 0 0 0 0 0 0 0
[pid=24186] ppid=24172 vsize=309944 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (python) S 24172 24172 23228 0 -1 4202560 948 0 0 0 0 0 0 0 15 0 1 0 617201699 317382656 5729 33554432000 4194304 5683644 140735738922464 18446744073709551615 260905414214 0 0 16781312 514 3580625590845145350 0 0 17 1 0 0 0
/proc/24186/statm: 77486 5729 371 364 0 13395 0
[pid=24189] ppid=24186 vsize=2076 CPUtime=3.54 cores=1,3,5,7
/proc/24189/stat : 24189 (march_hi) R 24186 24189 24189 0 -1 4202496 595 0 0 0 354 0 0 0 25 0 1 0 617201699 2125824 331 33554432000 4194304 4955518 140737438605072 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24189/statm: 519 331 104 186 0 332 0
[pid=24172/tid=24179] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24179/stat : 24179 (python) S 24170 24172 23228 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617201690 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 1 0 0 0
[pid=24172/tid=24182] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24182/stat : 24182 (python) S 24170 24172 23228 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 617201693 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 3 0 0 0
[pid=24172/tid=24185] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24185/stat : 24185 (python) S 24170 24172 23228 0 -1 4202560 39 934 0 0 0 0 0 0 25 0 5 0 617201696 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
[pid=24172/tid=24187] ppid=24170 vsize=320188 CPUtime=0 cores=1,3,5,7
/proc/24172/task/24187/stat : 24187 (python) S 24170 24172 23228 0 -1 4202560 18 934 0 0 0 0 0 0 25 0 5 0 617201699 327872512 7243 33554432000 4194304 5683644 140735738922464 18446744073709551615 260917217713 0 0 16781312 2 18446604459763554176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 1953932

Child status: 0
Real time (s): 8.07755
CPU time (s): 26.02
CPU user time (s): 25.3092
CPU system time (s): 0.710891
CPU usage (%): 322.128
Max. virtual memory (cumulated for all children) (KiB): 1958084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.3092
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23881
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= 3954
involuntary context switches= 1236

runsolver used 0.019996 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-01 19:08:29
IDJOB=3317432
IDBENCH=82897
IDSOLVER=1705
FILE ID=node116/3317432-1304269709
RUNJOBID= node116-1304267284-23247
PBS_JOBID= 13173963
Free space on /tmp= 73244 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S173446080-001.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-3317432-1304269709/watcher-3317432-1304269709 -o /tmp/evaluation-result-3317432-1304269709/solver-3317432-1304269709 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317432-1304269709.cnf -seed 211729381 -budget 4800 -cores 4

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=211729381

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29314900 kB
Buffers:       1045036 kB
Cached:        1691476 kB
SwapCached:       9656 kB
Active:         883752 kB
Inactive:      2383712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29314900 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:      529056 kB
Mapped:          23648 kB
Slab:           285324 kB
PageTables:      21856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 32691228 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= 73212 MiB
End job on node116 at 2011-05-01 19:08:38