Trace number 3378345

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-par-random (fixed)UNSAT 34.9497 9.41803

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.43802
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3378345-1305464962.cnf
0.36/0.67	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.44/0.72	c INFO: computed variable balance statistics
0.44/0.74	c INFO: computed small-clause counts
0.44/0.74	c INFO: computed Horn-clause counts
0.44/0.74	c INFO: computed variable graph statistics
0.44/0.74	c INFO: collected features for HOME/instance-3378345-1305464962.cnf in 0.07 s
0.44/0.75	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.60)
0.44/0.76	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.38)
0.44/0.77	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
0.44/0.78	c INFO: running march_hi@0 for 194 with 1199 remaining (b = 0.18)
34.45/9.39	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: 961)

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-3378345-1305464962/watcher-3378345-1305464962 -o /tmp/evaluation-result-3378345-1305464962/solver-3378345-1305464962 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378345-1305464962.cnf -seed 39663080 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.94 8.18 7.46 6/367 18742
/proc/meminfo: memFree=19805852/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/18742/stat : 18742 (python) R 18740 18742 18093 0 -1 4202496 897 0 0 0 0 0 0 0 25 0 1 0 658094424 16154624 778 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335935623 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18742/statm: 3944 778 343 364 0 431 0

[startup+0.0684121 s]
/proc/loadavg: 7.94 8.18 7.46 6/367 18742
/proc/meminfo: memFree=19805852/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=36508 CPUtime=0.03 cores=1,3,5,7
/proc/18742/stat : 18742 (python) R 18740 18742 18093 0 -1 4202496 1575 0 0 0 3 0 0 0 25 0 1 0 658094424 37384192 1410 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335892112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18742/statm: 9127 1410 452 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36508

[startup+0.100409 s]
/proc/loadavg: 7.94 8.18 7.46 6/367 18742
/proc/meminfo: memFree=19805852/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/18742/stat : 18742 (python) R 18740 18742 18093 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 658094424 91922432 2354 33554432000 4194304 5683644 140736335677536 18446744073709551615 232330969191 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18742/statm: 22442 2356 718 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300372 s]
/proc/loadavg: 7.94 8.18 7.46 6/367 18742
/proc/meminfo: memFree=19805852/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 5962 932 1 0 13 5 0 0 17 0 1 0 658094424 139005952 4151 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/18742/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.7003 s]
/proc/loadavg: 7.94 8.18 7.46 6/367 18742
/proc/meminfo: memFree=19805852/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=278292 CPUtime=0.44 cores=1,3,5,7
/proc/18742/stat : 18742 (python) R 18740 18742 18093 0 -1 4202496 9306 932 1 0 32 12 0 0 15 0 1 0 658094424 284971008 6975 33554432000 4194304 5683644 140736335677536 18446744073709551615 4314511 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18742/statm: 69573 6975 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278292

[startup+1.50112 s]
/proc/loadavg: 7.94 8.18 7.46 9/380 18761
/proc/meminfo: memFree=19767308/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5524 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438080511 0 0 17 7 0 0 0
/proc/18748/statm: 69617 5524 354 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=0.73 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 73 0 0 0 21 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=0 cores=1,3,5,7
/proc/18751/stat : 18751 (python) S 18742 18742 18093 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 658094501 296173568 5666 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 16461624212566540550 0 0 17 5 0 0 0
/proc/18751/statm: 72308 5666 348 364 0 8223 0
[pid=18754] ppid=18751 vsize=1420 CPUtime=0.72 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202496 474 0 0 0 72 0 0 0 21 0 1 0 658094501 1454080 208 33554432000 4194304 4955518 140734252129280 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18754/statm: 355 208 106 186 0 168 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=0 cores=1,3,5,7
/proc/18756/stat : 18756 (python) S 18742 18742 18093 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658094502 306294784 5560 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 9424613455358296327 0 0 17 5 0 0 0
/proc/18756/statm: 74779 5560 348 364 0 10691 0
[pid=18758] ppid=18756 vsize=1420 CPUtime=0.7 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202496 470 0 0 0 70 0 0 0 24 0 1 0 658094502 1454080 209 33554432000 4194304 4955518 140734175629920 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18758/statm: 355 209 106 186 0 168 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=0 cores=1,3,5,7
/proc/18759/stat : 18759 (python) S 18742 18742 18093 0 -1 4202560 755 0 0 0 0 0 0 0 16 0 1 0 658094503 317349888 5699 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 8349185530277101828 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5699 348 364 0 13387 0
[pid=18761] ppid=18759 vsize=1420 CPUtime=0.7 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202496 469 0 0 0 70 0 0 0 25 0 1 0 658094503 1454080 208 33554432000 4194304 4955518 140736269590976 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18761/statm: 355 208 106 186 0 168 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 2518944

[startup+3.10084 s]
/proc/loadavg: 7.94 8.18 7.46 9/380 18761
/proc/meminfo: memFree=19765324/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5524 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048006 0 0 17 7 0 0 0
/proc/18748/statm: 69617 5524 354 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=2.33 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 233 0 0 0 25 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=0 cores=1,3,5,7
/proc/18751/stat : 18751 (python) S 18742 18742 18093 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658094501 296173568 5666 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 16461624212566540550 0 0 17 5 0 0 0
/proc/18751/statm: 72308 5666 348 364 0 8223 0
[pid=18754] ppid=18751 vsize=1420 CPUtime=2.32 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202496 475 0 0 0 232 0 0 0 25 0 1 0 658094501 1454080 209 33554432000 4194304 4955518 140734252129280 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18754/statm: 355 209 106 186 0 168 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=0 cores=1,3,5,7
/proc/18756/stat : 18756 (python) S 18742 18742 18093 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658094502 306294784 5560 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 9424613455358296327 0 0 17 5 0 0 0
/proc/18756/statm: 74779 5560 348 364 0 10691 0
[pid=18758] ppid=18756 vsize=1420 CPUtime=2.29 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202496 471 0 0 0 229 0 0 0 25 0 1 0 658094502 1454080 210 33554432000 4194304 4955518 140734175629920 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18758/statm: 355 210 106 186 0 168 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=0 cores=1,3,5,7
/proc/18759/stat : 18759 (python) S 18742 18742 18093 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658094503 317349888 5699 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 8349185530277101828 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5699 348 364 0 13387 0
[pid=18761] ppid=18759 vsize=1420 CPUtime=2.3 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202496 470 0 0 0 230 0 0 0 25 0 1 0 658094503 1454080 209 33554432000 4194304 4955518 140736269590976 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18761/statm: 355 209 106 186 0 168 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 2518944

[startup+6.30127 s]
/proc/loadavg: 7.94 8.17 7.46 10/380 18761
/proc/meminfo: memFree=19764736/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5547 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048006 0 0 17 7 0 0 0
/proc/18748/statm: 69617 5547 377 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=5.53 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 553 0 0 0 25 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=0.02 cores=1,3,5,7
/proc/18751/stat : 18751 (python) S 18742 18742 18093 0 -1 4202560 933 0 0 0 1 1 0 0 15 0 1 0 658094501 296173568 5689 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 16461624212566540550 0 0 17 3 0 0 0
/proc/18751/statm: 72308 5689 371 364 0 8223 0
[pid=18754] ppid=18751 vsize=1420 CPUtime=5.51 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202496 485 0 0 0 551 0 0 0 25 0 1 0 658094501 1454080 219 33554432000 4194304 4955518 140734252129280 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18754/statm: 355 219 106 186 0 168 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=0.01 cores=1,3,5,7
/proc/18756/stat : 18756 (python) S 18742 18742 18093 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 658094502 306294784 5583 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 9424613455358296327 0 0 17 7 0 0 0
/proc/18756/statm: 74779 5583 371 364 0 10691 0
[pid=18758] ppid=18756 vsize=1420 CPUtime=5.44 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202496 481 0 0 0 544 0 0 0 25 0 1 0 658094502 1454080 220 33554432000 4194304 4955518 140734175629920 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18758/statm: 355 220 106 186 0 168 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=0.01 cores=1,3,5,7
/proc/18759/stat : 18759 (python) S 18742 18742 18093 0 -1 4202560 915 0 0 0 1 0 0 0 15 0 1 0 658094503 317349888 5722 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 8349185530277101828 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5722 371 364 0 13387 0
[pid=18761] ppid=18759 vsize=1420 CPUtime=5.46 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202496 480 0 0 0 546 0 0 0 25 0 1 0 658094503 1454080 219 33554432000 4194304 4955518 140736269590976 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18761/statm: 355 219 106 186 0 168 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (KiB) 2518944

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

[startup+7.90098 s]
/proc/loadavg: 7.94 8.17 7.46 13/380 18761
/proc/meminfo: memFree=19764612/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5547 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048006 0 0 17 1 0 0 0
/proc/18748/statm: 69617 5547 377 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=7.13 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 713 0 0 0 25 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=0.65 cores=1,3,5,7
/proc/18751/stat : 18751 (python) R 18742 18742 18093 0 -1 4202560 940 0 0 0 44 21 0 0 16 0 1 0 658094501 296173568 5689 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18751/statm: 72308 5689 371 364 0 8223 0
[pid=18754] ppid=18751 vsize=0 CPUtime=6.47 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202500 514 0 0 0 647 0 0 0 25 0 1 0 658094501 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18754/statm: 0 0 0 0 0 0 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=0.51 cores=1,3,5,7
/proc/18756/stat : 18756 (python) R 18742 18742 18093 0 -1 4202560 926 0 0 0 37 14 0 0 16 0 1 0 658094502 306294784 5583 33554432000 4194304 5683644 140736335677536 18446744073709551615 4539117 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18756/statm: 74779 5583 371 364 0 10691 0
[pid=18758] ppid=18756 vsize=0 CPUtime=6.52 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202500 510 0 0 0 652 0 0 0 25 0 1 0 658094502 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18758/statm: 0 0 0 0 0 0 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=0.59 cores=1,3,5,7
/proc/18759/stat : 18759 (python) R 18742 18742 18093 0 -1 4202560 927 0 0 0 40 19 0 0 16 0 1 0 658094503 317349888 5722 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5722 371 364 0 13387 0
[pid=18761] ppid=18759 vsize=0 CPUtime=6.48 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202500 509 0 0 0 648 0 0 0 25 0 1 0 658094503 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18761/statm: 0 0 0 0 0 0 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.87
Current children cumulated vsize (KiB) 2514684

[startup+8.70084 s]
/proc/loadavg: 7.94 8.17 7.46 13/380 18761
/proc/meminfo: memFree=19764612/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5547 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048006 0 0 17 1 0 0 0
/proc/18748/statm: 69617 5547 377 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=7.94 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 794 0 0 0 25 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=1.46 cores=1,3,5,7
/proc/18751/stat : 18751 (python) R 18742 18742 18093 0 -1 4202560 940 0 0 0 99 47 0 0 17 0 1 0 658094501 296173568 5689 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18751/statm: 72308 5689 371 364 0 8223 0
[pid=18754] ppid=18751 vsize=0 CPUtime=6.47 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202500 514 0 0 0 647 0 0 0 25 0 1 0 658094501 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18754/statm: 0 0 0 0 0 0 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=1.31 cores=1,3,5,7
/proc/18756/stat : 18756 (python) R 18742 18742 18093 0 -1 4202560 926 0 0 0 91 40 0 0 17 0 1 0 658094502 306294784 5583 33554432000 4194304 5683644 140736335677536 18446744073709551615 4299333 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18756/statm: 74779 5583 371 364 0 10691 0
[pid=18758] ppid=18756 vsize=0 CPUtime=6.52 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202500 510 0 0 0 652 0 0 0 25 0 1 0 658094502 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18758/statm: 0 0 0 0 0 0 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=1.39 cores=1,3,5,7
/proc/18759/stat : 18759 (python) R 18742 18742 18093 0 -1 4202560 927 0 0 0 97 42 0 0 17 0 1 0 658094503 317349888 5722 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5722 371 364 0 13387 0
[pid=18761] ppid=18759 vsize=0 CPUtime=6.48 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202500 509 0 0 0 648 0 0 0 25 0 1 0 658094503 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18761/statm: 0 0 0 0 0 0 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 2514684

[startup+9.10077 s]
/proc/loadavg: 7.94 8.17 7.46 13/380 18761
/proc/meminfo: memFree=19764612/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5547 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048006 0 0 17 1 0 0 0
/proc/18748/statm: 69617 5547 377 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=8.33 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 833 0 0 0 25 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134546906 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=1.85 cores=1,3,5,7
/proc/18751/stat : 18751 (python) R 18742 18742 18093 0 -1 4202560 940 0 0 0 126 59 0 0 18 0 1 0 658094501 296173568 5689 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18751/statm: 72308 5689 371 364 0 8223 0
[pid=18754] ppid=18751 vsize=0 CPUtime=6.47 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202500 514 0 0 0 647 0 0 0 25 0 1 0 658094501 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18754/statm: 0 0 0 0 0 0 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=1.7 cores=1,3,5,7
/proc/18756/stat : 18756 (python) R 18742 18742 18093 0 -1 4202560 926 0 0 0 118 52 0 0 17 0 1 0 658094502 306294784 5583 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18756/statm: 74779 5583 371 364 0 10691 0
[pid=18758] ppid=18756 vsize=0 CPUtime=6.52 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202500 510 0 0 0 652 0 0 0 25 0 1 0 658094502 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18758/statm: 0 0 0 0 0 0 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=1.79 cores=1,3,5,7
/proc/18759/stat : 18759 (python) R 18742 18742 18093 0 -1 4202560 927 0 0 0 123 56 0 0 17 0 1 0 658094503 317349888 5722 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5722 371 364 0 13387 0
[pid=18761] ppid=18759 vsize=0 CPUtime=6.48 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202500 509 0 0 0 648 0 0 0 25 0 1 0 658094503 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18761/statm: 0 0 0 0 0 0 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.66
Current children cumulated vsize (KiB) 2514684

[startup+9.30073 s]
/proc/loadavg: 7.94 8.17 7.46 13/380 18761
/proc/meminfo: memFree=19764612/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=320156 CPUtime=0.52 cores=1,3,5,7
/proc/18742/stat : 18742 (python) S 18740 18742 18093 0 -1 4202496 12166 932 1 0 39 13 0 0 23 0 5 0 658094424 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18742/statm: 80039 7236 1881 364 0 15948 0
[pid=18748] ppid=18742 vsize=278468 CPUtime=0 cores=1,3,5,7
/proc/18748/stat : 18748 (python) S 18742 18742 18093 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 658094500 285151232 5547 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048006 0 0 17 1 0 0 0
/proc/18748/statm: 69617 5547 377 364 0 5535 0
[pid=18750] ppid=18748 vsize=1017800 CPUtime=8.53 cores=1,3,5,7
/proc/18750/stat : 18750 (gnovelty+2) R 18748 18750 18750 0 -1 4202496 427 0 0 0 853 0 0 0 25 0 1 0 658094501 1042227200 161 33554432000 134512640 135663704 4294448256 18446744073709551615 134524857 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18750/statm: 254450 161 113 282 0 254166 0
[pid=18751] ppid=18742 vsize=289232 CPUtime=2.04 cores=1,3,5,7
/proc/18751/stat : 18751 (python) R 18742 18742 18093 0 -1 4202560 940 0 0 0 140 64 0 0 18 0 1 0 658094501 296173568 5689 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18751/statm: 72308 5689 371 364 0 8223 0
[pid=18754] ppid=18751 vsize=0 CPUtime=6.47 cores=1,3,5,7
/proc/18754/stat : 18754 (march_hi) R 18751 18754 18754 0 -1 4202500 514 0 0 0 647 0 0 0 25 0 1 0 658094501 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18754/statm: 0 0 0 0 0 0 0
[pid=18756] ppid=18742 vsize=299116 CPUtime=1.9 cores=1,3,5,7
/proc/18756/stat : 18756 (python) R 18742 18742 18093 0 -1 4202560 926 0 0 0 133 57 0 0 18 0 1 0 658094502 306294784 5583 33554432000 4194304 5683644 140736335677536 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18756/statm: 74779 5583 371 364 0 10691 0
[pid=18758] ppid=18756 vsize=0 CPUtime=6.52 cores=1,3,5,7
/proc/18758/stat : 18758 (march_hi) R 18756 18758 18758 0 -1 4202500 510 0 0 0 652 0 0 0 25 0 1 0 658094502 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18758/statm: 0 0 0 0 0 0 0
[pid=18759] ppid=18742 vsize=309912 CPUtime=1.99 cores=1,3,5,7
/proc/18759/stat : 18759 (python) R 18742 18742 18093 0 -1 4202560 927 0 0 0 136 63 0 0 18 0 1 0 658094503 317349888 5722 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/18759/statm: 77478 5722 371 364 0 13387 0
[pid=18761] ppid=18759 vsize=0 CPUtime=6.48 cores=1,3,5,7
/proc/18761/stat : 18761 (march_hi) R 18759 18761 18761 0 -1 4202500 509 0 0 0 648 0 0 0 25 0 1 0 658094503 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18761/statm: 0 0 0 0 0 0 0
[pid=18742/tid=18749] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18749/stat : 18749 (python) S 18740 18742 18093 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 658094500 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18753] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18753/stat : 18753 (python) S 18740 18742 18093 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 658094501 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
[pid=18742/tid=18757] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18757/stat : 18757 (python) S 18740 18742 18093 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 658094502 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18742/tid=18760] ppid=18740 vsize=320156 CPUtime=0 cores=1,3,5,7
/proc/18742/task/18760/stat : 18760 (python) S 18740 18742 18093 0 -1 4202560 28 932 0 0 0 0 0 0 23 0 5 0 658094503 327839744 7236 33554432000 4194304 5683644 140736335677536 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34.45
Current children cumulated vsize (KiB) 2514684

[startup+9.40072 s]
/proc/loadavg: 7.94 8.17 7.46 13/380 18761
/proc/meminfo: memFree=19764612/32951124 swapFree=66457188/67111528
[pid=18742] ppid=18740 vsize=309852 CPUtime=34.91 cores=1,3,5,7
/proc/18742/stat : 18742 (python) R 18740 18742 18093 0 -1 4202496 13773 7096 1 0 40 13 3242 196 17 0 1 0 658094424 317288448 7224 33554432000 4194304 5683644 140736335677536 18446744073709551615 5116756 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18742/statm: 77463 7224 1873 364 0 13387 0
Current children cumulated CPU time (s) 34.91
Current children cumulated vsize (KiB) 309852

Child status: 0
Real time (s): 9.41803
CPU time (s): 34.9497
CPU user time (s): 32.839
CPU system time (s): 2.11068
CPU usage (%): 371.093
Max. virtual memory (cumulated for all children) (KiB): 2519352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.839
system time used= 2.11068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23629
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= 4351
involuntary context switches= 1599

runsolver used 0.027995 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:09:22
IDJOB=3378345
IDBENCH=82754
IDSOLVER=1859
FILE ID=node132/3378345-1305464962
RUNJOBID= node132-1305463312-18112
PBS_JOBID= 13324991
Free space on /tmp= 73308 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S602837755-005.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-3378345-1305464962/watcher-3378345-1305464962 -o /tmp/evaluation-result-3378345-1305464962/solver-3378345-1305464962 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378345-1305464962.cnf -seed 39663080 -budget 4800 -cores 4

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

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=39663080

node132.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.82
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.833
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:     32951124 kB
MemFree:      19806132 kB
Buffers:        303352 kB
Cached:        6001328 kB
SwapCached:       6904 kB
Active:        6383388 kB
Inactive:      6431496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19806132 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:     6507972 kB
Mapped:          28892 kB
Slab:           226652 kB
PageTables:      39724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62022440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73276 MiB
End job on node132 at 2011-05-15 15:09:32