Trace number 3317330

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 104.296 26.6138

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
MD5SUM6d54c2a76a59aa67a01046a2e8240fb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.7501
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.47	c INFO: solving HOME/instance-3317330-1304268838.cnf
0.34/0.47	c INFO: computing task features
0.34/0.48	c INFO: computed variable-clause graph statistics
0.34/0.48	c INFO: computed clause balance statistics
0.37/0.51	c INFO: computed variable balance statistics
0.37/0.53	c INFO: computed small-clause counts
0.37/0.53	c INFO: computed Horn-clause counts
0.37/0.53	c INFO: computed variable graph statistics
0.37/0.53	c INFO: collected features for HOME/instance-3317330-1304268838.cnf in 0.06 s
0.37/0.56	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.37/0.59	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.39)
0.48/0.62	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.39)
0.48/0.65	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
103.85/26.59	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-3317330-1304268838/watcher-3317330-1304268838 -o /tmp/evaluation-result-3317330-1304268838/solver-3317330-1304268838 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317330-1304268838.cnf -seed 1119988342 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.17 8.13 6.57 7/274 13258
/proc/meminfo: memFree=28193368/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/13258/stat : 13258 (python) R 13256 13258 12773 0 -1 4202496 882 0 0 0 0 0 0 0 25 0 1 0 617114459 16158720 763 33554432000 4194304 5683644 140736885626752 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13258/statm: 3945 763 343 364 0 432 0

[startup+0.455382 s]
/proc/loadavg: 8.17 8.13 6.57 7/274 13258
/proc/meminfo: memFree=28193368/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=259464 CPUtime=0.34 cores=0,2,4,6
/proc/13258/stat : 13258 (python) R 13256 13258 12773 0 -1 4202496 8680 933 1 0 27 7 0 0 17 0 1 0 617114459 265691136 6476 33554432000 4194304 5683644 140736885626752 18446744073709551615 4891872 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13258/statm: 64866 6476 1656 364 0 5224 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 259464

[startup+0.500441 s]
/proc/loadavg: 8.17 8.13 6.57 7/274 13258
/proc/meminfo: memFree=28193368/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=278260 CPUtime=0.37 cores=0,2,4,6
/proc/13258/stat : 13258 (python) R 13256 13258 12773 0 -1 4202496 9297 933 1 0 30 7 0 0 17 0 1 0 617114459 284938240 6967 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415046640 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13258/statm: 69565 6967 1826 364 0 5489 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 278260

[startup+0.604411 s]
/proc/loadavg: 8.17 8.13 6.57 7/274 13258
/proc/meminfo: memFree=28193368/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=299180 CPUtime=0.48 cores=0,2,4,6
/proc/13258/stat : 13258 (python) R 13256 13258 12773 0 -1 4202496 11069 933 1 0 40 8 0 0 20 0 3 0 617114459 306360320 7106 33554432000 4194304 5683644 140736885626752 18446744073709551615 47771247814065 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 74795 7106 1876 364 0 10710 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 299180

[startup+0.700334 s]
/proc/loadavg: 8.17 8.13 6.57 7/274 13258
/proc/meminfo: memFree=28193368/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320232

[startup+1.50918 s]
/proc/loadavg: 8.17 8.13 6.57 9/287 13275
/proc/meminfo: memFree=28153212/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 617114515 285159424 5552 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 5156485238192340991 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5552 354 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=0.93 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 93 0 0 0 21 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134525541 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 617114518 296251392 5684 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 8423173866733404420 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5684 348 364 0 8242 0
[pid=13269] ppid=13267 vsize=1928 CPUtime=0.9 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 571 0 0 0 90 0 0 0 23 0 1 0 617114519 1974272 308 33554432000 4194304 4955518 140736115131104 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 482 308 104 186 0 295 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 617114521 306372608 5592 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 5601792012991824130 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5592 348 364 0 10710 0
[pid=13272] ppid=13270 vsize=1928 CPUtime=0.86 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 571 0 0 0 86 0 0 0 25 0 1 0 617114522 1974272 308 33554432000 4194304 4955518 140736105709536 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 482 308 104 186 0 295 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 617114524 317427712 5717 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 4468428453716132099 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5717 348 364 0 13406 0
[pid=13275] ppid=13273 vsize=1928 CPUtime=0.84 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 571 0 0 0 84 0 0 0 23 0 1 0 617114525 1974272 308 33554432000 4194304 4955518 140735811147280 18446744073709551615 4238484 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 482 308 104 186 0 295 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2520780

[startup+3.10087 s]
/proc/loadavg: 8.17 8.13 6.57 9/287 13275
/proc/meminfo: memFree=28152720/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 617114515 285159424 5552 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 5156485238192308481 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5552 354 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=2.53 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 253 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 617114518 296251392 5684 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 8423173866733404420 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5684 348 364 0 8242 0
[pid=13269] ppid=13267 vsize=1928 CPUtime=2.49 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 580 0 0 0 249 0 0 0 25 0 1 0 617114519 1974272 317 33554432000 4194304 4955518 140736115131104 18446744073709551615 4263701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 482 317 104 186 0 295 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 617114521 306372608 5592 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 9794665088802586882 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5592 348 364 0 10710 0
[pid=13272] ppid=13270 vsize=1928 CPUtime=2.45 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 580 0 0 0 245 0 0 0 25 0 1 0 617114522 1974272 317 33554432000 4194304 4955518 140736105709536 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 482 317 104 186 0 295 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 617114524 317427712 5717 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 4468428453716132099 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5717 348 364 0 13406 0
[pid=13275] ppid=13273 vsize=1928 CPUtime=2.44 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 580 0 0 0 244 0 0 0 25 0 1 0 617114525 1974272 317 33554432000 4194304 4955518 140735811147280 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 482 317 104 186 0 295 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 2520780

[startup+6.30126 s]
/proc/loadavg: 8.15 8.13 6.58 9/290 13278
/proc/meminfo: memFree=28119260/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 617114515 285159424 5575 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 5156485238192308481 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5575 377 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=5.72 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 572 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 897 0 0 0 0 0 0 0 15 0 1 0 617114518 296251392 5706 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 8423173866733404420 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5706 370 364 0 8242 0
[pid=13269] ppid=13267 vsize=2072 CPUtime=5.68 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 591 0 0 0 568 0 0 0 25 0 1 0 617114519 2121728 328 33554432000 4194304 4955518 140736115131104 18446744073709551615 4238389 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 518 328 104 186 0 331 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 617114521 306372608 5615 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 9794665088802586882 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5615 371 364 0 10710 0
[pid=13272] ppid=13270 vsize=2072 CPUtime=5.61 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 592 0 0 0 561 0 0 0 25 0 1 0 617114522 2121728 329 33554432000 4194304 4955518 140736105709536 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 518 329 104 186 0 331 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 617114524 317427712 5740 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 4468428453716132099 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5740 371 364 0 13406 0
[pid=13275] ppid=13273 vsize=2072 CPUtime=5.63 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 592 0 0 0 563 0 0 0 25 0 1 0 617114525 2121728 329 33554432000 4194304 4955518 140735811147280 18446744073709551615 4291025 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 518 329 104 186 0 331 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 2521212

[startup+12.701 s]
/proc/loadavg: 8.22 8.14 6.59 9/290 13278
/proc/meminfo: memFree=28118644/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0.01 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 617114515 285159424 5575 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852033 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5575 377 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=12.11 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 1211 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0.02 cores=0,2,4,6

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

/proc/13264/statm: 69619 5575 377 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=24.87 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 2487 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0.05 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 925 0 0 0 3 2 0 0 15 0 1 0 617114518 296251392 5707 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 8423173866733404420 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5707 371 364 0 8242 0
[pid=13269] ppid=13267 vsize=2212 CPUtime=24.85 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 637 0 0 0 2485 0 0 0 25 0 1 0 617114519 2265088 374 33554432000 4194304 4955518 140736115131104 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 553 374 104 186 0 366 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0.06 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 920 0 0 0 3 3 0 0 15 0 1 0 617114521 306372608 5615 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 9794665088802586882 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5615 371 364 0 10710 0
[pid=13272] ppid=13270 vsize=2212 CPUtime=24.62 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 637 0 0 0 2462 0 0 0 25 0 1 0 617114522 2265088 374 33554432000 4194304 4955518 140736105709536 18446744073709551615 4286751 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 553 374 104 186 0 366 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0.05 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 927 0 0 0 3 2 0 0 15 0 1 0 617114524 317427712 5740 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 4468428453716132099 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5740 371 364 0 13406 0
[pid=13275] ppid=13273 vsize=2212 CPUtime=24.78 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 638 0 0 0 2478 0 0 0 25 0 1 0 617114525 2265088 375 33554432000 4194304 4955518 140735811147280 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 553 375 104 186 0 366 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 2521632

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

[startup+25.9005 s]
/proc/loadavg: 8.25 8.15 6.62 9/290 13278
/proc/meminfo: memFree=28119052/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0.04 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 617114515 285159424 5575 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852033 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5575 377 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=25.27 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 2527 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0.05 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 926 0 0 0 3 2 0 0 15 0 1 0 617114518 296251392 5707 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 8423173866733404420 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5707 371 364 0 8242 0
[pid=13269] ppid=13267 vsize=2212 CPUtime=25.25 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 639 0 0 0 2525 0 0 0 25 0 1 0 617114519 2265088 376 33554432000 4194304 4955518 140736115131104 18446744073709551615 4413657 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 553 376 104 186 0 366 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0.06 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 920 0 0 0 3 3 0 0 15 0 1 0 617114521 306372608 5615 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 9794665088802586882 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5615 371 364 0 10710 0
[pid=13272] ppid=13270 vsize=2212 CPUtime=25.02 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 638 0 0 0 2502 0 0 0 25 0 1 0 617114522 2265088 375 33554432000 4194304 4955518 140736105709536 18446744073709551615 4238722 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 553 375 104 186 0 366 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0.06 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 928 0 0 0 4 2 0 0 15 0 1 0 617114524 317427712 5740 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 4468428453716132099 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5740 371 364 0 13406 0
[pid=13275] ppid=13273 vsize=2212 CPUtime=25.18 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 639 0 0 0 2518 0 0 0 25 0 1 0 617114525 2265088 376 33554432000 4194304 4955518 140735811147280 18446744073709551615 4238462 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 553 376 104 186 0 366 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 2521632

[startup+26.3004 s]
/proc/loadavg: 8.25 8.15 6.62 9/290 13278
/proc/meminfo: memFree=28119052/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0.04 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 617114515 285159424 5575 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852033 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5575 377 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=25.67 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 2567 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0.05 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 926 0 0 0 3 2 0 0 15 0 1 0 617114518 296251392 5707 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 8423173866733404420 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5707 371 364 0 8242 0
[pid=13269] ppid=13267 vsize=2212 CPUtime=25.65 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 643 0 0 0 2565 0 0 0 25 0 1 0 617114519 2265088 380 33554432000 4194304 4955518 140736115131104 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 553 380 104 186 0 366 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0.06 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 920 0 0 0 3 3 0 0 15 0 1 0 617114521 306372608 5615 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 9794665088802586882 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5615 371 364 0 10710 0
[pid=13272] ppid=13270 vsize=2212 CPUtime=25.42 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 640 0 0 0 2542 0 0 0 25 0 1 0 617114522 2265088 377 33554432000 4194304 4955518 140736105709536 18446744073709551615 4235388 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 553 377 104 186 0 366 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0.06 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 928 0 0 0 4 2 0 0 15 0 1 0 617114524 317427712 5740 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 4468428453716132099 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5740 371 364 0 13406 0
[pid=13275] ppid=13273 vsize=2212 CPUtime=25.58 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 643 0 0 0 2558 0 0 0 25 0 1 0 617114525 2265088 380 33554432000 4194304 4955518 140735811147280 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 553 380 104 186 0 366 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.05
Current children cumulated vsize (KiB) 2521632

[startup+26.5014 s]
/proc/loadavg: 8.25 8.15 6.62 9/290 13278
/proc/meminfo: memFree=28119052/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320232 CPUtime=0.52 cores=0,2,4,6
/proc/13258/stat : 13258 (python) S 13256 13258 12773 0 -1 4202496 12354 933 1 0 44 8 0 0 20 0 5 0 617114459 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13258/statm: 80058 7254 1881 364 0 15967 0
[pid=13264] ppid=13258 vsize=278476 CPUtime=0.04 cores=0,2,4,6
/proc/13264/stat : 13264 (python) S 13258 13258 12773 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 617114515 285159424 5575 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852033 0 0 17 4 0 0 0
/proc/13264/statm: 69619 5575 377 364 0 5537 0
[pid=13266] ppid=13264 vsize=1017800 CPUtime=25.87 cores=0,2,4,6
/proc/13266/stat : 13266 (gnovelty+2) R 13264 13266 13266 0 -1 4202496 431 0 0 0 2587 0 0 0 25 0 1 0 617114516 1042227200 168 33554432000 134512640 135663704 4291251360 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13266/statm: 254450 168 113 282 0 254166 0
[pid=13267] ppid=13258 vsize=289308 CPUtime=0.05 cores=0,2,4,6
/proc/13267/stat : 13267 (python) S 13258 13258 12773 0 -1 4202560 927 0 0 0 3 2 0 0 15 0 1 0 617114518 296251392 5707 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 5601792120366006532 0 0 17 2 0 0 0
/proc/13267/statm: 72327 5707 371 364 0 8242 0
[pid=13269] ppid=13267 vsize=2212 CPUtime=25.85 cores=0,2,4,6
/proc/13269/stat : 13269 (march_hi) R 13267 13269 13269 0 -1 4202496 644 0 0 0 2585 0 0 0 25 0 1 0 617114519 2265088 381 33554432000 4194304 4955518 140736115131104 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13269/statm: 553 381 104 186 0 366 0
[pid=13270] ppid=13258 vsize=299192 CPUtime=0.06 cores=0,2,4,6
/proc/13270/stat : 13270 (python) S 13258 13258 12773 0 -1 4202560 920 0 0 0 3 3 0 0 15 0 1 0 617114521 306372608 5615 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 9794665088802586882 0 0 17 6 0 0 0
/proc/13270/statm: 74798 5615 371 364 0 10710 0
[pid=13272] ppid=13270 vsize=2212 CPUtime=25.62 cores=0,2,4,6
/proc/13272/stat : 13272 (march_hi) R 13270 13272 13272 0 -1 4202496 643 0 0 0 2562 0 0 0 25 0 1 0 617114522 2265088 380 33554432000 4194304 4955518 140736105709536 18446744073709551615 4311823 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13272/statm: 553 380 104 186 0 366 0
[pid=13273] ppid=13258 vsize=309988 CPUtime=0.06 cores=0,2,4,6
/proc/13273/stat : 13273 (python) S 13258 13258 12773 0 -1 4202560 928 0 0 0 4 2 0 0 15 0 1 0 617114524 317427712 5740 33554432000 4194304 5683644 140736885626752 18446744073709551615 256415411782 0 0 16781312 514 5601792120366006531 0 0 17 0 0 0 0
/proc/13273/statm: 77497 5740 371 364 0 13406 0
[pid=13275] ppid=13273 vsize=2212 CPUtime=25.78 cores=0,2,4,6
/proc/13275/stat : 13275 (march_hi) R 13273 13275 13275 0 -1 4202496 644 0 0 0 2578 0 0 0 25 0 1 0 617114525 2265088 381 33554432000 4194304 4955518 140735811147280 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13275/statm: 553 381 104 186 0 366 0
[pid=13258/tid=13265] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13265/stat : 13265 (python) S 13256 13258 12773 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 617114516 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 4 0 0 0
[pid=13258/tid=13268] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 617114519 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 617114522 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 6 0 0 0
[pid=13258/tid=13274] ppid=13256 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13258/task/13274/stat : 13274 (python) S 13256 13258 12773 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 617114525 327917568 7254 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 2 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.85
Current children cumulated vsize (KiB) 2521632

[startup+26.6014 s]
/proc/loadavg: 8.25 8.15 6.62 9/290 13278
/proc/meminfo: memFree=28119052/32950928 swapFree=67111364/67111528
[pid=13258] ppid=13256 vsize=320176 CPUtime=104.26 cores=0,2,4,6
/proc/13258/stat : 13258 (python) R 13256 13258 12773 0 -1 4202496 14531 7351 1 0 45 8 10362 11 17 0 3 0 617114459 327860224 7247 33554432000 4194304 5683644 140736885626752 18446744073709551615 4417972 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13258/statm: 80044 7247 1874 364 0 15967 0
[pid=13258/tid=13268] ppid=13256 vsize=320176 CPUtime=103.73 cores=0,2,4,6
/proc/13258/task/13268/stat : 13268 (python) S 13256 13258 12773 0 -1 4202560 25 7351 0 0 0 0 10362 11 18 0 3 0 617114519 327860224 7247 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 0 18446604440951275584 0 0 -1 2 0 0 0
[pid=13258/tid=13271] ppid=13256 vsize=320176 CPUtime=103.73 cores=0,2,4,6
/proc/13258/task/13271/stat : 13271 (python) S 13256 13258 12773 0 -1 4202560 28 7351 0 0 0 0 10362 11 18 0 3 0 617114522 327860224 7247 33554432000 4194304 5683644 140736885626752 18446744073709551615 256427215281 0 0 16781312 0 18446604440951275584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 104.26
Current children cumulated vsize (KiB) 320176

Child status: 0
Real time (s): 26.6138
CPU time (s): 104.296
CPU user time (s): 104.088
CPU system time (s): 0.207968
CPU usage (%): 391.887
Max. virtual memory (cumulated for all children) (KiB): 2521636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.088
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24086
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= 2338
involuntary context switches= 1777

runsolver used 0.06199 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-01 18:53:58
IDJOB=3317330
IDBENCH=82795
IDSOLVER=1705
FILE ID=node115/3317330-1304268838
RUNJOBID= node115-1304267285-12791
PBS_JOBID= 13173964
Free space on /tmp= 73016 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1536900137-053.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-3317330-1304268838/watcher-3317330-1304268838 -o /tmp/evaluation-result-3317330-1304268838/solver-3317330-1304268838 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317330-1304268838.cnf -seed 1119988342 -budget 4800 -cores 4

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

MD5SUM BENCH= 6d54c2a76a59aa67a01046a2e8240fb6
RANDOM SEED=1119988342

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28193524 kB
Buffers:        875352 kB
Cached:        2215836 kB
SwapCached:          0 kB
Active:        1584716 kB
Inactive:      2711632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28193524 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31880 kB
Writeback:           0 kB
AnonPages:     1205288 kB
Mapped:          22536 kB
Slab:           374036 kB
PageTables:      24456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21697300 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= 72988 MiB
End job on node115 at 2011-05-01 18:54:25