Trace number 3386928

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 138.375 137.934

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
MD5SUM20f33ec190b502d21efebab5417989ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5873
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.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3386928-1305594893.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.53	c INFO: computed small-clause counts
0.40/0.53	c INFO: computed Horn-clause counts
0.40/0.53	c INFO: computed variable graph statistics
0.40/0.53	c INFO: collected features for HOME/instance-3386928-1305594893.cnf in 0.06 s
0.40/0.56	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
101.13/100.97	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.39)
138.29/137.91	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-3386928-1305594893/watcher-3386928-1305594893 -o /tmp/evaluation-result-3386928-1305594893/solver-3386928-1305594893 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386928-1305594893.cnf -seed 2080514635 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.01 2/525 12316
/proc/meminfo: memFree=13727412/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/12316/stat : 12316 (python) R 12314 12316 11438 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 671086046 16625664 869 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12316/statm: 4059 869 368 364 0 546 0

[startup+0.054618 s]
/proc/loadavg: 2.01 2.05 2.01 2/525 12316
/proc/meminfo: memFree=13727412/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=34240 CPUtime=0.04 cores=0,2,4,6
/proc/12316/stat : 12316 (python) R 12314 12316 11438 0 -1 4202496 1522 0 0 0 4 0 0 0 25 0 1 0 671086046 35061760 1359 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500347233 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12316/statm: 8560 1359 448 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34240

[startup+0.100626 s]
/proc/loadavg: 2.01 2.05 2.01 2/525 12316
/proc/meminfo: memFree=13727412/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=104220 CPUtime=0.06 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 3049 0 0 0 5 1 0 0 17 0 1 0 671086046 106721280 2733 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/12316/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.30057 s]
/proc/loadavg: 2.01 2.05 2.01 2/525 12316
/proc/meminfo: memFree=13727412/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=170752 CPUtime=0.23 cores=0,2,4,6
/proc/12316/stat : 12316 (python) R 12314 12316 11438 0 -1 4202496 6735 932 1 0 18 5 0 0 17 0 1 0 671086046 174850048 4805 33554432000 4194304 5683644 140733736590496 18446744073709551615 4435807 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12316/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700506 s]
/proc/loadavg: 2.01 2.05 2.01 2/525 12316
/proc/meminfo: memFree=13727412/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288796

[startup+1.50035 s]
/proc/loadavg: 2.01 2.05 2.01 3/529 12324
/proc/meminfo: memFree=13700844/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
[pid=12322] ppid=12316 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 671086103 285237248 5553 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500711951 0 0 16781312 514 10148392273109319679 0 0 17 4 0 0 0
/proc/12322/statm: 69638 5553 354 364 0 5556 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=0.92 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) R 12322 12324 12324 0 -1 4202496 431 0 0 0 92 0 0 0 21 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12316/tid=12323] ppid=12314 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 671086103 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585148

[startup+3.10103 s]
/proc/loadavg: 2.01 2.05 2.01 3/529 12324
/proc/meminfo: memFree=13699852/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
[pid=12322] ppid=12316 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 671086103 285237248 5553 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500711951 0 0 16781312 514 10148392273109287170 0 0 17 4 0 0 0
/proc/12322/statm: 69638 5553 354 364 0 5556 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=2.53 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) R 12322 12324 12324 0 -1 4202496 431 0 0 0 253 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12316/tid=12323] ppid=12314 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 671086103 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1585148

[startup+6.30039 s]
/proc/loadavg: 2.01 2.05 2.01 3/529 12324
/proc/meminfo: memFree=13699404/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
[pid=12322] ppid=12316 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 671086103 285237248 5576 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500711951 0 0 16781312 514 10148392273109287170 0 0 17 6 0 0 0
/proc/12322/statm: 69638 5576 377 364 0 5556 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=5.73 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) R 12322 12324 12324 0 -1 4202496 431 0 0 0 573 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12316/tid=12323] ppid=12314 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 671086103 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585148

[startup+12.7011 s]
/proc/loadavg: 2.01 2.05 2.01 3/529 12324
/proc/meminfo: memFree=13697848/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
[pid=12322] ppid=12316 vsize=278552 CPUtime=0.03 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 671086103 285237248 5576 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500711951 0 0 16781312 514 7000423408282337538 0 0 17 6 0 0 0
/proc/12322/statm: 69638 5576 377 364 0 5556 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=12.13 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) R 12322 12324 12324 0 -1 4202496 431 0 0 0 1213 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134524874 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12316/tid=12323] ppid=12314 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 671086103 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1585148

[startup+25.5006 s]
/proc/loadavg: 2.01 2.05 2.01 3/529 12325
/proc/meminfo: memFree=13696080/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
[pid=12322] ppid=12316 vsize=278552 CPUtime=0.08 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 907 0 0 0 4 4 0 0 18 0 1 0 671086103 285237248 5576 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500711951 0 0 16781312 514 7000423408282337538 0 0 17 6 0 0 0
/proc/12322/statm: 69638 5576 377 364 0 5556 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=24.93 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) R 12322 12324 12324 0 -1 4202496 431 0 0 0 2493 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134544218 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12316/tid=12323] ppid=12314 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 671086103 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1585148

[startup+51.1005 s]
/proc/loadavg: 2.16 2.08 2.01 3/529 12325
/proc/meminfo: memFree=13691208/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=288796 CPUtime=0.47 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 9800 932 1 0 40 7 0 0 19 0 2 0 671086046 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 72199 7078 1875 364 0 8117 0
[pid=12322] ppid=12316 vsize=278552 CPUtime=0.17 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 917 0 0 0 9 8 0 0 18 0 1 0 671086103 285237248 5576 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500711951 0 0 16781312 514 7000423408282337538 0 0 17 6 0 0 0
/proc/12322/statm: 69638 5576 377 364 0 5556 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=50.53 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) R 12322 12324 12324 0 -1 4202496 431 0 0 0 5053 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12316/tid=12323] ppid=12314 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 671086103 295727104 7078 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 1585148

[startup+102.319 s]
/proc/loadavg: 2.07 2.06 2.01 3/533 12331
/proc/meminfo: memFree=13677368/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 671096144 296226816 5678 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 4 0 0 0
/proc/12329/statm: 72321 5678 348 364 0 8236 0
[pid=12331] ppid=12329 vsize=1972 CPUtime=1.33 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 586 0 0 0 133 0 0 0 25 0 1 0 671096144 2019328 321 33554432000 4194304 4955518 140734723496064 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 493 321 104 186 0 306 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.56
Current children cumulated vsize (KiB) 1897380

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

[startup+115.101 s]
/proc/loadavg: 2.13 2.08 2.01 3/533 12331
/proc/meminfo: memFree=13674752/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0

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

/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 782 0 0 0 1411 0 0 0 25 0 1 0 671096144 2850816 499 33554432000 4194304 4955518 140734723496064 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 696 499 104 186 0 509 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 115.38
Current children cumulated vsize (KiB) 1898192

[startup+127.901 s]
/proc/loadavg: 2.10 2.07 2.01 3/533 12331
/proc/meminfo: memFree=13671652/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0.1 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 924 0 0 0 5 5 0 0 15 0 1 0 671096144 296226816 5701 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 6 0 0 0
/proc/12329/statm: 72321 5701 371 364 0 8236 0
[pid=12331] ppid=12329 vsize=3828 CPUtime=26.91 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 1005 0 0 0 2691 0 0 0 25 0 1 0 671096144 3919872 722 33554432000 4194304 4955518 140734723496064 18446744073709551615 4244896 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 957 722 104 186 0 770 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 128.24
Current children cumulated vsize (KiB) 1899236

[startup+134.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/533 12332
/proc/meminfo: memFree=13670012/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0.13 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 927 0 0 0 7 6 0 0 15 0 1 0 671096144 296226816 5701 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 6 0 0 0
/proc/12329/statm: 72321 5701 371 364 0 8236 0
[pid=12331] ppid=12329 vsize=4780 CPUtime=33.31 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 1132 0 0 0 3331 0 0 0 25 0 1 0 671096144 4894720 849 33554432000 4194304 4955518 140734723496064 18446744073709551615 4227559 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 1195 849 104 186 0 1008 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 134.67
Current children cumulated vsize (KiB) 1900188

[startup+135.909 s]
/proc/loadavg: 2.09 2.07 2.01 3/533 12332
/proc/meminfo: memFree=13670012/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0.13 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 927 0 0 0 7 6 0 0 15 0 1 0 671096144 296226816 5701 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 6 0 0 0
/proc/12329/statm: 72321 5701 371 364 0 8236 0
[pid=12331] ppid=12329 vsize=4780 CPUtime=34.91 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 1165 0 0 0 3491 0 0 0 25 0 1 0 671096144 4894720 882 33554432000 4194304 4955518 140734723496064 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 1195 882 104 186 0 1008 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 136.27
Current children cumulated vsize (KiB) 1900188

[startup+136.7 s]
/proc/loadavg: 2.09 2.07 2.01 3/533 12332
/proc/meminfo: memFree=13669888/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0.15 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 930 0 0 0 8 7 0 0 15 0 1 0 671096144 296226816 5701 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 6 0 0 0
/proc/12329/statm: 72321 5701 371 364 0 8236 0
[pid=12331] ppid=12329 vsize=4780 CPUtime=35.71 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 1183 0 0 0 3571 0 0 0 25 0 1 0 671096144 4894720 900 33554432000 4194304 4955518 140734723496064 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 1195 900 104 186 0 1008 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 137.09
Current children cumulated vsize (KiB) 1900188

[startup+137.519 s]
/proc/loadavg: 2.09 2.07 2.01 3/533 12332
/proc/meminfo: memFree=13669392/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0.15 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 930 0 0 0 8 7 0 0 15 0 1 0 671096144 296226816 5701 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 6 0 0 0
/proc/12329/statm: 72321 5701 371 364 0 8236 0
[pid=12331] ppid=12329 vsize=4780 CPUtime=36.53 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 1201 0 0 0 3653 0 0 0 25 0 1 0 671096144 4894720 918 33554432000 4194304 4955518 140734723496064 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 1195 918 104 186 0 1008 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 137.91
Current children cumulated vsize (KiB) 1900188

[startup+137.901 s]
/proc/loadavg: 2.09 2.07 2.01 3/533 12332
/proc/meminfo: memFree=13669392/32950928 swapFree=45358800/67111528
[pid=12316] ppid=12314 vsize=299528 CPUtime=0.5 cores=0,2,4,6
/proc/12316/stat : 12316 (python) S 12314 12316 11438 0 -1 4202496 10638 932 1 0 43 7 0 0 20 0 3 0 671086046 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12316/statm: 74882 7212 1878 364 0 10797 0
[pid=12322] ppid=12316 vsize=288796 CPUtime=0.36 cores=0,2,4,6
/proc/12322/stat : 12322 (python) S 12316 12316 11438 0 -1 4202560 1093 0 0 0 19 17 0 0 19 0 2 0 671086103 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12322/statm: 72199 5614 410 364 0 8117 0
[pid=12324] ppid=12322 vsize=1017800 CPUtime=100.37 cores=0,2,4,6
/proc/12324/stat : 12324 (gnovelty+2) T 12322 12324 12324 0 -1 4202496 431 0 0 0 10037 0 0 0 25 0 1 0 671086103 1042227200 169 33554432000 134512640 135663704 4291235664 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12324/statm: 254450 169 113 282 0 254166 0
[pid=12322/tid=12328] ppid=12316 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/12322/task/12328/stat : 12328 (python) S 12316 12316 11438 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671096141 295727104 5614 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 6 0 0 0
[pid=12329] ppid=12316 vsize=289284 CPUtime=0.15 cores=0,2,4,6
/proc/12329/stat : 12329 (python) S 12316 12316 11438 0 -1 4202560 930 0 0 0 8 7 0 0 15 0 1 0 671096144 296226816 5701 33554432000 4194304 5683644 140733736590496 18446744073709551615 254500712006 0 0 16781312 514 14440343608714297601 0 0 17 6 0 0 0
/proc/12329/statm: 72321 5701 371 364 0 8236 0
[pid=12331] ppid=12329 vsize=4780 CPUtime=36.91 cores=0,2,4,6
/proc/12331/stat : 12331 (march_hi) R 12329 12331 12331 0 -1 4202496 1209 0 0 0 3691 0 0 0 25 0 1 0 671096144 4894720 926 33554432000 4194304 4955518 140734723496064 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12331/statm: 1195 926 104 186 0 1008 0
[pid=12316/tid=12323] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12323/stat : 12323 (python) S 12314 12316 11438 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 671086103 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
[pid=12316/tid=12330] ppid=12314 vsize=299528 CPUtime=0 cores=0,2,4,6
/proc/12316/task/12330/stat : 12330 (python) S 12314 12316 11438 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 671096144 306716672 7212 33554432000 4194304 5683644 140733736590496 18446744073709551615 254512515505 0 0 16781312 2 18446604449117098112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 138.29
Current children cumulated vsize (KiB) 1900188

Child status: 0
Real time (s): 137.934
CPU time (s): 138.375
CPU user time (s): 138.03
CPU system time (s): 0.344947
CPU usage (%): 100.32
Max. virtual memory (cumulated for all children) (KiB): 1900188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.03
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19830
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= 1690
involuntary context switches= 288

runsolver used 0.734888 second user time and 1.46178 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-17 03:14:53
IDJOB=3386928
IDBENCH=82993
IDSOLVER=1872
FILE ID=node149/3386928-1305594893
RUNJOBID= node149-1305586142-11456
PBS_JOBID= 13350329
Free space on /tmp= 73488 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386928-1305594893/watcher-3386928-1305594893 -o /tmp/evaluation-result-3386928-1305594893/solver-3386928-1305594893 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386928-1305594893.cnf -seed 2080514635 -budget 5000

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

MD5SUM BENCH= 20f33ec190b502d21efebab5417989ef
RANDOM SEED=2080514635

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13727576 kB
Buffers:        101252 kB
Cached:         643940 kB
SwapCached:      36272 kB
Active:        9760584 kB
Inactive:      9173852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13727576 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:           31884 kB
Writeback:           0 kB
AnonPages:    18165692 kB
Mapped:          35608 kB
Slab:            99820 kB
PageTables:     120632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170412296 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= 73456 MiB
End job on node149 at 2011-05-17 03:17:12