Trace number 3317441

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 38.9841 10.4718

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
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.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3317441-1304269726.cnf
0.32/0.68	c INFO: computing task features
0.32/0.69	c INFO: computed variable-clause graph statistics
0.32/0.69	c INFO: computed clause balance statistics
0.41/0.73	c INFO: computed variable balance statistics
0.41/0.75	c INFO: computed small-clause counts
0.41/0.75	c INFO: computed Horn-clause counts
0.41/0.75	c INFO: computed variable graph statistics
0.41/0.75	c INFO: collected features for HOME/instance-3317441-1304269726.cnf in 0.07 s
0.41/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.61)
0.49/0.81	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.43)
0.49/0.84	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.39)
0.49/0.87	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.13)
38.68/10.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317441-1304269726/watcher-3317441-1304269726 -o /tmp/evaluation-result-3317441-1304269726/solver-3317441-1304269726 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317441-1304269726.cnf -seed 465353869 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.86 10.05 8.92 7/283 21167
/proc/meminfo: memFree=23347704/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=15756 CPUtime=0 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 841 0 0 0 0 0 0 0 17 0 1 0 538570322 16134144 724 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21167/statm: 3939 724 334 364 0 426 0

[startup+0.0239071 s]
/proc/loadavg: 9.86 10.05 8.92 7/283 21167
/proc/meminfo: memFree=23347704/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 1077 0 0 0 1 0 0 0 17 0 1 0 538570322 16789504 947 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687671141 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21167/statm: 4099 947 382 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100615 s]
/proc/loadavg: 9.86 10.05 8.92 7/283 21167
/proc/meminfo: memFree=23347704/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 538570322 89808896 2354 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21167/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300316 s]
/proc/loadavg: 9.86 10.05 8.92 7/283 21167
/proc/meminfo: memFree=23347704/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 5962 930 1 0 12 5 0 0 18 0 1 0 538570322 139010048 4152 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21167/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.70628 s]
/proc/loadavg: 9.86 10.05 8.92 7/283 21167
/proc/meminfo: memFree=23347704/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=278296 CPUtime=0.41 cores=0,2,4,6
/proc/21167/stat : 21167 (python) R 21165 21167 20058 0 -1 4202496 9305 930 1 0 30 11 0 0 17 0 1 0 538570322 284975104 6976 33554432000 4194304 5683644 140737062764192 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21167/statm: 69574 6976 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278296

[startup+1.50107 s]
/proc/loadavg: 9.86 10.05 8.92 11/296 21184
/proc/meminfo: memFree=23310028/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538570401 285134848 5526 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 4255492084078739455 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5526 354 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=0.69 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 69 0 0 0 21 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134546862 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=0 cores=0,2,4,6
/proc/21176/stat : 21176 (python) S 21167 21167 20058 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 538570404 296181760 5667 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 2463024797768974594 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5667 348 364 0 8225 0
[pid=21178] ppid=21176 vsize=1420 CPUtime=0.67 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202496 470 0 0 0 67 0 0 0 25 0 1 0 538570404 1454080 208 33554432000 4194304 4955518 140736560402816 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21178/statm: 355 208 106 186 0 168 0
[pid=21179] ppid=21167 vsize=298988 CPUtime=0 cores=0,2,4,6
/proc/21179/stat : 21179 (python) S 21167 21167 20058 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 538570407 306163712 5560 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 5489914338338636036 0 0 17 6 0 0 0
/proc/21179/statm: 74747 5560 348 364 0 10659 0
[pid=21181] ppid=21179 vsize=1420 CPUtime=0.65 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202496 471 0 0 0 65 0 0 0 22 0 1 0 538570407 1454080 209 33554432000 4194304 4955518 140735148873824 18446744073709551615 4224482 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21181/statm: 355 209 106 186 0 168 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/21182/stat : 21182 (python) S 21167 21167 20058 0 -1 4202560 766 0 0 0 0 0 0 0 16 0 1 0 538570410 317288448 5684 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 3151842444291571969 0 0 17 2 0 0 0
/proc/21182/statm: 77463 5684 348 364 0 13372 0
[pid=21184] ppid=21182 vsize=1420 CPUtime=0.62 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202496 469 0 0 0 62 0 0 0 25 0 1 0 538570410 1454080 209 33554432000 4194304 4955518 140734933715472 18446744073709551615 4224478 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21184/statm: 355 209 106 186 0 168 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 2518688

[startup+3.10078 s]
/proc/loadavg: 9.86 10.05 8.92 11/296 21184
/proc/meminfo: memFree=23307796/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538570401 285134848 5526 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 4255492084078706946 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5526 354 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=2.29 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 229 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=0 cores=0,2,4,6
/proc/21176/stat : 21176 (python) S 21167 21167 20058 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538570404 296181760 5667 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 2463024797768974594 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5667 348 364 0 8225 0
[pid=21178] ppid=21176 vsize=1420 CPUtime=2.27 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202496 470 0 0 0 227 0 0 0 25 0 1 0 538570404 1454080 208 33554432000 4194304 4955518 140736560402816 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21178/statm: 355 208 106 186 0 168 0
[pid=21179] ppid=21167 vsize=298988 CPUtime=0 cores=0,2,4,6
/proc/21179/stat : 21179 (python) S 21167 21167 20058 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 538570407 306163712 5560 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 5489914338338636036 0 0 17 0 0 0 0
/proc/21179/statm: 74747 5560 348 364 0 10659 0
[pid=21181] ppid=21179 vsize=1420 CPUtime=2.25 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202496 471 0 0 0 225 0 0 0 25 0 1 0 538570407 1454080 209 33554432000 4194304 4955518 140735148873824 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21181/statm: 355 209 106 186 0 168 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/21182/stat : 21182 (python) S 21167 21167 20058 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 538570410 317288448 5684 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 3151842444291571969 0 0 17 2 0 0 0
/proc/21182/statm: 77463 5684 348 364 0 13372 0
[pid=21184] ppid=21182 vsize=1420 CPUtime=2.21 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202496 469 0 0 0 221 0 0 0 25 0 1 0 538570410 1454080 209 33554432000 4194304 4955518 140734933715472 18446744073709551615 4237779 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21184/statm: 355 209 106 186 0 168 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 2518688

[startup+6.3012 s]
/proc/loadavg: 9.96 10.07 8.93 11/297 21185
/proc/meminfo: memFree=23306596/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538570401 285134848 5549 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 4255492084078706946 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5549 377 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=5.45 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 545 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=0.01 cores=0,2,4,6
/proc/21176/stat : 21176 (python) S 21167 21167 20058 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 538570404 296181760 5690 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 2463024797768974594 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5690 371 364 0 8225 0
[pid=21178] ppid=21176 vsize=1420 CPUtime=5.45 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202496 478 0 0 0 545 0 0 0 25 0 1 0 538570404 1454080 216 33554432000 4194304 4955518 140736560402816 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21178/statm: 355 216 106 186 0 168 0
[pid=21179] ppid=21167 vsize=298988 CPUtime=0 cores=0,2,4,6
/proc/21179/stat : 21179 (python) S 21167 21167 20058 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 1 0 538570407 306163712 5583 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 5601795848397619460 0 0 17 0 0 0 0
/proc/21179/statm: 74747 5583 371 364 0 10659 0
[pid=21181] ppid=21179 vsize=1420 CPUtime=5.44 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202496 478 0 0 0 544 0 0 0 25 0 1 0 538570407 1454080 216 33554432000 4194304 4955518 140735148873824 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21181/statm: 355 216 106 186 0 168 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/21182/stat : 21182 (python) S 21167 21167 20058 0 -1 4202560 912 0 0 0 0 0 0 0 15 0 1 0 538570410 317288448 5707 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 3151842444291571969 0 0 17 4 0 0 0
/proc/21182/statm: 77463 5707 371 364 0 13372 0
[pid=21184] ppid=21182 vsize=1420 CPUtime=5.4 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202496 477 0 0 0 540 0 0 0 25 0 1 0 538570410 1454080 217 33554432000 4194304 4955518 140734933715472 18446744073709551615 4206595 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21184/statm: 355 217 106 186 0 168 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 2518688

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

[startup+7.90091 s]
/proc/loadavg: 9.96 10.07 8.93 11/297 21185
/proc/meminfo: memFree=23306248/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538570401 285134848 5549 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 4255492084078706946 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5549 377 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=7.03 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 703 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0

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

[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 2518820

[startup+9.50061 s]
/proc/loadavg: 10.20 10.11 8.95 14/297 21185
/proc/meminfo: memFree=23306244/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538570401 285134848 5549 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 4255492084078706946 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5549 377 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=8.62 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 862 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=1.23 cores=0,2,4,6
/proc/21176/stat : 21176 (python) R 21167 21167 20058 0 -1 4202560 914 0 0 0 107 16 0 0 17 0 1 0 538570404 296181760 5690 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5690 371 364 0 8225 0
[pid=21178] ppid=21176 vsize=0 CPUtime=7.43 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202500 509 0 0 0 743 0 0 0 25 0 1 0 538570404 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21178/statm: 0 0 0 0 0 0 0
[pid=21179] ppid=21167 vsize=299120 CPUtime=1.16 cores=0,2,4,6
/proc/21179/stat : 21179 (python) R 21167 21167 20058 0 -1 4202560 906 0 0 0 103 13 0 0 17 0 1 0 538570407 306298880 5586 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/21179/statm: 74780 5586 373 364 0 10692 0
[pid=21181] ppid=21179 vsize=0 CPUtime=7.47 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202500 510 0 0 0 747 0 0 0 25 0 1 0 538570407 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21181/statm: 0 0 0 0 0 0 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=1.18 cores=0,2,4,6
/proc/21182/stat : 21182 (python) R 21167 21167 20058 0 -1 4202560 914 0 0 0 102 16 0 0 17 0 1 0 538570410 317288448 5707 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/21182/statm: 77463 5707 371 364 0 13372 0
[pid=21184] ppid=21182 vsize=0 CPUtime=7.42 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202500 508 0 0 0 742 0 0 0 25 0 1 0 538570410 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21184/statm: 0 0 0 0 0 0 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 2514560

[startup+9.90954 s]
/proc/loadavg: 10.20 10.11 8.95 14/297 21185
/proc/meminfo: memFree=23305996/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0.02 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 538570401 285134848 5549 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 2624226392245502210 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5549 377 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=9.01 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 901 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=1.63 cores=0,2,4,6
/proc/21176/stat : 21176 (python) R 21167 21167 20058 0 -1 4202560 919 0 0 0 142 21 0 0 17 0 1 0 538570404 296181760 5690 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5690 371 364 0 8225 0
[pid=21178] ppid=21176 vsize=0 CPUtime=7.43 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202500 509 0 0 0 743 0 0 0 25 0 1 0 538570404 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21178/statm: 0 0 0 0 0 0 0
[pid=21179] ppid=21167 vsize=299120 CPUtime=1.58 cores=0,2,4,6
/proc/21179/stat : 21179 (python) R 21167 21167 20058 0 -1 4202560 912 0 0 0 139 19 0 0 17 0 1 0 538570407 306298880 5586 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/21179/statm: 74780 5586 373 364 0 10692 0
[pid=21181] ppid=21179 vsize=0 CPUtime=7.47 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202500 510 0 0 0 747 0 0 0 25 0 1 0 538570407 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21181/statm: 0 0 0 0 0 0 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=1.59 cores=0,2,4,6
/proc/21182/stat : 21182 (python) R 21167 21167 20058 0 -1 4202560 914 0 0 0 137 22 0 0 17 0 1 0 538570410 317288448 5707 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/21182/statm: 77463 5707 371 364 0 13372 0
[pid=21184] ppid=21182 vsize=0 CPUtime=7.42 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202500 508 0 0 0 742 0 0 0 25 0 1 0 538570410 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21184/statm: 0 0 0 0 0 0 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 36.71
Current children cumulated vsize (KiB) 2514560

[startup+10.3005 s]
/proc/loadavg: 10.20 10.11 8.95 14/297 21185
/proc/meminfo: memFree=23305996/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0.02 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 538570401 285134848 5549 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 2624226392245502210 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5549 377 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=9.4 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 940 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134524750 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=2.03 cores=0,2,4,6
/proc/21176/stat : 21176 (python) R 21167 21167 20058 0 -1 4202560 919 0 0 0 176 27 0 0 18 0 1 0 538570404 296181760 5690 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5690 371 364 0 8225 0
[pid=21178] ppid=21176 vsize=0 CPUtime=7.43 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202500 509 0 0 0 743 0 0 0 25 0 1 0 538570404 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21178/statm: 0 0 0 0 0 0 0
[pid=21179] ppid=21167 vsize=299120 CPUtime=1.97 cores=0,2,4,6
/proc/21179/stat : 21179 (python) R 21167 21167 20058 0 -1 4202560 912 0 0 0 174 23 0 0 18 0 1 0 538570407 306298880 5586 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/21179/statm: 74780 5586 373 364 0 10692 0
[pid=21181] ppid=21179 vsize=0 CPUtime=7.47 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202500 510 0 0 0 747 0 0 0 25 0 1 0 538570407 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21181/statm: 0 0 0 0 0 0 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=1.98 cores=0,2,4,6
/proc/21182/stat : 21182 (python) R 21167 21167 20058 0 -1 4202560 918 0 0 0 171 27 0 0 18 0 1 0 538570410 317288448 5707 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/21182/statm: 77463 5707 371 364 0 13372 0
[pid=21184] ppid=21182 vsize=0 CPUtime=7.42 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202500 508 0 0 0 742 0 0 0 25 0 1 0 538570410 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21184/statm: 0 0 0 0 0 0 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 2514560

[startup+10.4004 s]
/proc/loadavg: 10.20 10.11 8.95 14/297 21185
/proc/meminfo: memFree=23305996/32951124 swapFree=67111524/67111528
[pid=21167] ppid=21165 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/21167/stat : 21167 (python) S 21165 21167 20058 0 -1 4202496 12271 930 1 0 45 11 0 0 21 0 5 0 538570322 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21167/statm: 80024 7221 1881 364 0 15933 0
[pid=21173] ppid=21167 vsize=278452 CPUtime=0.02 cores=0,2,4,6
/proc/21173/stat : 21173 (python) S 21167 21167 20058 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 538570401 285134848 5549 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695375 0 0 16781312 514 2624226392245502210 0 0 17 6 0 0 0
/proc/21173/statm: 69613 5549 377 364 0 5531 0
[pid=21175] ppid=21173 vsize=1017800 CPUtime=9.5 cores=0,2,4,6
/proc/21175/stat : 21175 (gnovelty+2) R 21173 21175 21175 0 -1 4202496 421 0 0 0 950 0 0 0 25 0 1 0 538570401 1042227200 162 33554432000 134512640 135663704 4290782880 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21175/statm: 254450 162 113 282 0 254166 0
[pid=21176] ppid=21167 vsize=289240 CPUtime=2.13 cores=0,2,4,6
/proc/21176/stat : 21176 (python) S 21167 21167 20058 0 -1 4202560 919 0 0 0 185 28 0 0 18 0 1 0 538570404 296181760 5690 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/21176/statm: 72310 5690 371 364 0 8225 0
[pid=21178] ppid=21176 vsize=0 CPUtime=7.43 cores=0,2,4,6
/proc/21178/stat : 21178 (march_hi) R 21176 21178 21178 0 -1 4202500 509 0 0 0 743 0 0 0 25 0 1 0 538570404 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21178/statm: 0 0 0 0 0 0 0
[pid=21179] ppid=21167 vsize=299120 CPUtime=2.07 cores=0,2,4,6
/proc/21179/stat : 21179 (python) R 21167 21167 20058 0 -1 4202560 912 0 0 0 183 24 0 0 18 0 1 0 538570407 306298880 5586 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/21179/statm: 74780 5586 373 364 0 10692 0
[pid=21181] ppid=21179 vsize=0 CPUtime=7.47 cores=0,2,4,6
/proc/21181/stat : 21181 (march_hi) R 21179 21181 21181 0 -1 4202500 510 0 0 0 747 0 0 0 25 0 1 0 538570407 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21181/statm: 0 0 0 0 0 0 0
[pid=21182] ppid=21167 vsize=309852 CPUtime=2.08 cores=0,2,4,6
/proc/21182/stat : 21182 (python) R 21167 21167 20058 0 -1 4202560 918 0 0 0 180 28 0 0 18 0 1 0 538570410 317288448 5707 33554432000 4194304 5683644 140737062764192 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/21182/statm: 77463 5707 371 364 0 13372 0
[pid=21184] ppid=21182 vsize=0 CPUtime=7.42 cores=0,2,4,6
/proc/21184/stat : 21184 (march_hi) R 21182 21184 21184 0 -1 4202500 508 0 0 0 742 0 0 0 25 0 1 0 538570410 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21184/statm: 0 0 0 0 0 0 0
[pid=21167/tid=21174] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21174/stat : 21174 (python) S 21165 21167 20058 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 5 0 538570401 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21177] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21177/stat : 21177 (python) S 21165 21167 20058 0 -1 4202560 22 930 0 0 0 0 0 0 21 0 5 0 538570404 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
[pid=21167/tid=21180] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21180/stat : 21180 (python) S 21165 21167 20058 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 5 0 538570407 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 6 0 0 0
[pid=21167/tid=21183] ppid=21165 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/21167/task/21183/stat : 21183 (python) S 21165 21167 20058 0 -1 4202560 24 930 0 0 0 0 0 0 22 0 5 0 538570410 327778304 7221 33554432000 4194304 5683644 140737062764192 18446744073709551615 212699498929 0 0 16781312 2 18446604447178968000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38.68
Current children cumulated vsize (KiB) 2514560

Child status: 0
Real time (s): 10.4718
CPU time (s): 38.9841
CPU user time (s): 37.9942
CPU system time (s): 0.989849
CPU usage (%): 372.275
Max. virtual memory (cumulated for all children) (KiB): 2519228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9942
system time used= 0.989849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23546
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= 4322
involuntary context switches= 1614

runsolver used 0.030995 second user time and 0.053991 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-01 19:08:46
IDJOB=3317441
IDBENCH=82906
IDSOLVER=1705
FILE ID=node139/3317441-1304269726
RUNJOBID= node139-1304267280-20076
PBS_JOBID= 13173940
Free space on /tmp= 72992 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S428924146-076.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-3317441-1304269726/watcher-3317441-1304269726 -o /tmp/evaluation-result-3317441-1304269726/solver-3317441-1304269726 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317441-1304269726.cnf -seed 465353869 -budget 4800 -cores 4

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=465353869

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23347984 kB
Buffers:       2077612 kB
Cached:        6137228 kB
SwapCached:          4 kB
Active:        2227388 kB
Inactive:      6827764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23347984 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31896 kB
Writeback:           0 kB
AnonPages:      839580 kB
Mapped:          26740 kB
Slab:           464336 kB
PageTables:      22264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34700164 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= 72964 MiB
End job on node139 at 2011-05-01 19:08:56