Trace number 3386733

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)? (TO) 5000.03 4981.27

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S942849-099.UNKNOWN.cnf
MD5SUM0036a3d124136652b3b413bfd876692d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.48	c INFO: solving HOME/instance-3386733-1305591238.cnf
0.35/0.48	c INFO: computing task features
0.35/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.39/0.55	c INFO: computed variable balance statistics
0.49/0.60	c INFO: computed small-clause counts
0.49/0.60	c INFO: computed Horn-clause counts
0.49/0.60	c INFO: computed variable graph statistics
0.49/0.60	c INFO: collected features for HOME/instance-3386733-1305591238.cnf in 0.12 s
0.49/0.63	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
100.23/100.04	c INFO: running march_hi@0 for 97 with 4900 remaining (b = 0.07)
200.82/200.22	c INFO: running gnovelty+2@0 for 97 with 4800 remaining (b = 0.08)
301.55/300.62	c INFO: running march_hi@100 for 291 with 4699 remaining (b = 0.23)
593.19/591.12	c INFO: running march_hi@390 for 97 with 4409 remaining (b = 0.09)
693.46/691.02	c INFO: running march_hi@490 for 194 with 4309 remaining (b = 0.16)
886.38/883.31	c INFO: running march_hi@682 for 97 with 4117 remaining (b = 0.06)
982.09/978.67	c INFO: running march_hi@0 for 485 with 4021 remaining (b = 0.30)
1470.39/1465.06	c INFO: running march_hi@486 for 194 with 3535 remaining (b = 0.13)
1665.53/1659.48	c INFO: running march_hi@0 for 388 with 3341 remaining (b = 0.24)
2055.40/2047.88	c INFO: running march_hi@388 for 97 with 2952 remaining (b = 0.07)
2153.78/2145.88	c INFO: running march_hi@486 for 194 with 2854 remaining (b = 0.11)
2353.15/2344.43	c INFO: running march_hi@0 for 388 with 2656 remaining (b = 0.21)
2744.41/2734.27	c INFO: running march_hi@389 for 97 with 2266 remaining (b = 0.05)
2841.78/2831.29	c INFO: running kcnfs-2006@0 for 582 with 2169 remaining (b = 0.24)
3426.41/3413.67	c INFO: running march_hi@0 for 97 with 1587 remaining (b = 0.04)
3526.38/3513.20	c INFO: running march_hi@777 for 1358 with 1487 remaining (b = 0.40)
4890.79/4872.45	c INFO: running march_hi@2137 for 128 with 128 remaining (b = 0.11)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3386733-1305591238/watcher-3386733-1305591238 -o /tmp/evaluation-result-3386733-1305591238/solver-3386733-1305591238 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386733-1305591238.cnf -seed 448214935 -budget 5000 

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

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.08 2.06 2.01 3/532 25034
/proc/meminfo: memFree=17358040/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/25034/stat : 25034 (python) R 25032 25034 24428 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 651539438 16633856 923 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726404864 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25034/statm: 4061 923 381 364 0 548 0

[startup+0.116053 s]
/proc/loadavg: 2.08 2.06 2.01 3/532 25034
/proc/meminfo: memFree=17358040/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=107300 CPUtime=0.09 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 3326 0 0 0 6 3 0 0 17 0 1 0 651539438 109875200 2989 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/25034/statm: 26825 2989 871 364 0 2056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 107300

[startup+0.20104 s]
/proc/loadavg: 2.08 2.06 2.01 3/532 25034
/proc/meminfo: memFree=17358040/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=126804 CPUtime=0.16 cores=1,3,5,7
/proc/25034/stat : 25034 (python) R 25032 25034 24428 0 -1 4202496 5475 932 1 0 12 4 0 0 18 0 1 0 651539438 129847296 4006 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726404992 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25034/statm: 31700 4005 1008 364 0 2995 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126804

[startup+0.302581 s]
/proc/loadavg: 2.08 2.06 2.01 3/532 25034
/proc/meminfo: memFree=17358040/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=157384 CPUtime=0.23 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 6598 932 1 0 16 7 0 0 17 0 1 0 651539438 161161216 4696 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/25034/statm: 39346 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 157384

[startup+0.700937 s]
/proc/loadavg: 2.08 2.06 2.01 3/532 25034
/proc/meminfo: memFree=17358040/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 288872

[startup+1.50078 s]
/proc/loadavg: 2.08 2.06 2.01 3/536 25042
/proc/meminfo: memFree=17333084/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
[pid=25040] ppid=25034 vsize=278628 CPUtime=0 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 651539502 285315072 5591 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425103 0 0 16781312 514 18386161537069875199 0 0 17 7 0 0 0
/proc/25040/statm: 69657 5591 354 364 0 5575 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=0.86 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) R 25040 25042 25042 0 -1 4202496 461 0 0 0 86 0 0 0 21 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25034/tid=25041] ppid=25032 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 651539502 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585436

[startup+3.10048 s]
/proc/loadavg: 2.08 2.06 2.01 3/536 25042
/proc/meminfo: memFree=17331968/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
[pid=25040] ppid=25034 vsize=278628 CPUtime=0 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 651539502 285315072 5591 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425103 0 0 16781312 514 18386161537069842694 0 0 17 7 0 0 0
/proc/25040/statm: 69657 5591 354 364 0 5575 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=2.46 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) R 25040 25042 25042 0 -1 4202496 461 0 0 0 246 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25034/tid=25041] ppid=25032 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 651539502 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585436

[startup+6.30087 s]
/proc/loadavg: 2.07 2.06 2.01 3/536 25042
/proc/meminfo: memFree=17330728/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
[pid=25040] ppid=25034 vsize=278628 CPUtime=0.02 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 651539502 285315072 5614 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425103 0 0 16781312 514 18386161537069842694 0 0 17 7 0 0 0
/proc/25040/statm: 69657 5614 377 364 0 5575 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=5.66 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) R 25040 25042 25042 0 -1 4202496 461 0 0 0 566 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25034/tid=25041] ppid=25032 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 651539502 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585436

[startup+12.7007 s]
/proc/loadavg: 2.07 2.06 2.01 3/536 25042
/proc/meminfo: memFree=17330084/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
[pid=25040] ppid=25034 vsize=278628 CPUtime=0.03 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 894 0 0 0 1 2 0 0 18 0 1 0 651539502 285315072 5614 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425103 0 0 16781312 514 7796733709582827782 0 0 17 7 0 0 0
/proc/25040/statm: 69657 5614 377 364 0 5575 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=12.06 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) R 25040 25042 25042 0 -1 4202496 461 0 0 0 1206 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25034/tid=25041] ppid=25032 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 651539502 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1585436

[startup+25.5013 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 25043
/proc/meminfo: memFree=17330572/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
[pid=25040] ppid=25034 vsize=278628 CPUtime=0.08 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 651539502 285315072 5614 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425103 0 0 16781312 514 7796733709582827782 0 0 17 7 0 0 0
/proc/25040/statm: 69657 5614 377 364 0 5575 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=24.86 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) R 25040 25042 25042 0 -1 4202496 461 0 0 0 2486 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25034/tid=25041] ppid=25032 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 651539502 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1585436

[startup+51.1004 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 25043
/proc/meminfo: memFree=17330680/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=288872 CPUtime=0.53 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 9839 932 1 0 43 10 0 0 19 0 2 0 651539438 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 72218 7116 1875 364 0 8136 0
[pid=25040] ppid=25034 vsize=278628 CPUtime=0.16 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 911 0 0 0 8 8 0 0 18 0 1 0 651539502 285315072 5614 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425103 0 0 16781312 514 7796733709582827782 0 0 17 7 0 0 0
/proc/25040/statm: 69657 5614 377 364 0 5575 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=50.46 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) R 25040 25042 25042 0 -1 4202496 461 0 0 0 5046 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25034/tid=25041] ppid=25032 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 651539502 295804928 7116 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 1585436

[startup+102.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/544 25053
/proc/meminfo: memFree=17312600/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=299644 CPUtime=0.56 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 10675 932 1 0 46 10 0 0 20 0 3 0 651539438 306835456 7242 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 74911 7242 1878 364 0 10826 0
[pid=25040] ppid=25034 vsize=288872 CPUtime=0.35 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 1087 0 0 0 18 17 0 0 19 0 2 0 651539502 295804928 5652 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25040/statm: 72218 5652 410 364 0 8136 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=99.38 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) T 25040 25042 25042 0 -1 4202496 461 0 0 0 9938 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134544189 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25040/tid=25050] ppid=25034 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25040/task/25050/stat : 25050 (python) S 25034 25034 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651549440 295804928 5652 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604465783489664 0 0 -1 7 0 0 0
[pid=25051] ppid=25034 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/25051/stat : 25051 (python) R 25034 25034 24428 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 651549443 296345600 5708 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/25051/statm: 72350 5708 348 364 0 8265 0
[pid=25053] ppid=25051 vsize=3300 CPUtime=2.24 cores=1,3,5,7
/proc/25053/stat : 25053 (march_hi) R 25051 25053 25053 0 -1 4202496 838 0 0 0 224 0 0 0 25 0 1 0 651549444 3379200 572 33554432000 4194304 4955518 140736453060992 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25053/statm: 825 572 104 186 0 638 0
[pid=25034/tid=25041] ppid=25032 vsize=299644 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 651539502 306835456 7242 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
[pid=25034/tid=25052] ppid=25032 vsize=299644 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25052/stat : 25052 (python) S 25032 25034 24428 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 651549444 306835456 7242 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.53
Current children cumulated vsize (KiB) 1899152

[startup+162.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/544 25054
/proc/meminfo: memFree=17301056/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=299644 CPUtime=0.56 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 10675 932 1 0 46 10 0 0 20 0 3 0 651539438 306835456 7242 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 74911 7242 1878 364 0 10826 0
[pid=25040] ppid=25034 vsize=288872 CPUtime=0.35 cores=1,3,5,7

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

/proc/25059/stat : 25059 (gnovelty+2) T 25057 25059 25059 0 -1 4202496 462 0 0 0 10034 0 0 0 25 0 1 0 651559462 1042366464 197 33554432000 134512640 135663704 4287792640 18446744073709551615 134525342 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25059/statm: 254484 197 113 282 0 254200 0
[pid=25057/tid=25063] ppid=25034 vsize=299388 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 651569497 306573312 5710 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604465783490560 0 0 -1 7 0 0 0
[pid=25085] ppid=25034 vsize=310156 CPUtime=2.63 cores=1,3,5,7
/proc/25085/stat : 25085 (python) S 25034 25034 24428 0 -1 4202560 1164 0 0 0 136 127 0 0 15 0 2 0 651637306 317599744 5813 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25085/statm: 77539 5813 400 364 0 13448 0
[pid=25087] ppid=25085 vsize=111224 CPUtime=680.76 cores=1,3,5,7
/proc/25087/stat : 25087 (march_hi) T 25085 25087 25087 0 -1 4202496 24808 0 0 0 68070 6 0 0 25 0 1 0 651637306 113893376 24544 33554432000 4194304 4955518 140736236765024 18446744073709551615 4227044 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25087/statm: 27806 24544 104 186 0 27619 0
[pid=25085/tid=25101] ppid=25034 vsize=310156 CPUtime=0 cores=1,3,5,7
/proc/25085/task/25101/stat : 25101 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651685942 317599744 5813 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604464856084928 0 0 -1 7 0 0 0
[pid=25111] ppid=25034 vsize=320412 CPUtime=2.58 cores=1,3,5,7
/proc/25111/stat : 25111 (python) S 25034 25034 24428 0 -1 4202560 1163 0 0 0 135 123 0 0 15 0 2 0 651705387 328101888 5838 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25111/statm: 80103 5838 400 364 0 16009 0
[pid=25113] ppid=25111 vsize=111224 CPUtime=684.9 cores=1,3,5,7
/proc/25113/stat : 25113 (march_hi) T 25111 25113 25113 0 -1 4202496 25108 0 0 0 68486 4 0 0 25 0 1 0 651705387 113893376 24841 33554432000 4194304 4955518 140734358490016 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25113/statm: 27806 24841 104 186 0 27619 0
[pid=25111/tid=25170] ppid=25034 vsize=320412 CPUtime=0 cores=1,3,5,7
/proc/25111/task/25170/stat : 25170 (python) S 25034 25034 24428 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 651744225 328101888 5838 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604470609152896 0 0 -1 7 0 0 0
[pid=25178] ppid=25034 vsize=330964 CPUtime=1.86 cores=1,3,5,7
/proc/25178/stat : 25178 (python) S 25034 25034 24428 0 -1 4202560 1155 0 0 0 98 88 0 0 15 0 2 0 651773882 338907136 5895 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25178/statm: 82741 5895 400 364 0 18644 0
[pid=25180] ppid=25178 vsize=81756 CPUtime=486.84 cores=1,3,5,7
/proc/25180/stat : 25180 (march_hi) T 25178 25180 25180 0 -1 4202496 18372 0 0 0 48681 3 0 0 25 0 1 0 651773882 83718144 18106 33554432000 4194304 4955518 140737391388576 18446744073709551615 4286784 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25180/statm: 20439 18106 104 186 0 20252 0
[pid=25178/tid=25199] ppid=25034 vsize=330964 CPUtime=0 cores=1,3,5,7
/proc/25178/task/25199/stat : 25199 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651812864 338907136 5895 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604470683281472 0 0 -1 7 0 0 0
[pid=25211] ppid=25034 vsize=341220 CPUtime=2.22 cores=1,3,5,7
/proc/25211/stat : 25211 (python) S 25034 25034 24428 0 -1 4202560 1154 0 0 0 112 110 0 0 19 0 2 0 651822568 349409280 5899 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25211/statm: 85305 5899 400 364 0 21205 0
[pid=25213] ppid=25211 vsize=182584 CPUtime=582.37 cores=1,3,5,7
/proc/25213/stat : 25213 (kcnfs-2006) T 25211 25213 25213 0 -1 4202496 673 0 0 0 58237 0 0 0 25 0 1 0 651822569 186966016 409 33554432000 134512640 135163436 4294618992 18446744073709551615 134569618 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25213/statm: 45646 409 77 159 0 45486 0
[pid=25211/tid=25235] ppid=25034 vsize=341220 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25235/stat : 25235 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651880805 349409280 5899 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604463504765056 0 0 -1 7 0 0 0
[pid=25236] ppid=25034 vsize=351476 CPUtime=0.4 cores=1,3,5,7
/proc/25236/stat : 25236 (python) S 25034 25034 24428 0 -1 4202560 1162 0 0 0 21 19 0 0 16 0 2 0 651880806 359911424 5914 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25236/statm: 87869 5914 406 364 0 23766 0
[pid=25238] ppid=25236 vsize=22904 CPUtime=99.46 cores=1,3,5,7
/proc/25238/stat : 25238 (march_hi) T 25236 25238 25238 0 -1 4202496 4574 0 0 0 9945 1 0 0 25 0 1 0 651880806 23453696 4303 33554432000 4194304 4955518 140734993300272 18446744073709551615 4227532 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25238/statm: 5726 4303 104 186 0 5539 0
[pid=25236/tid=25242] ppid=25034 vsize=351476 CPUtime=0 cores=1,3,5,7
/proc/25236/task/25242/stat : 25242 (python) S 25034 25034 24428 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 651890758 359911424 5914 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604470609151104 0 0 -1 7 0 0 0
[pid=25034/tid=25041] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 9 0 651539502 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
[pid=25034/tid=25052] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25052/stat : 25052 (python) S 25032 25034 24428 0 -1 4202560 34 932 0 0 0 0 0 0 15 0 9 0 651549444 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 3 0 0 0
[pid=25034/tid=25058] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25058/stat : 25058 (python) S 25032 25034 24428 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 651559461 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
[pid=25034/tid=25086] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25086/stat : 25086 (python) S 25032 25034 24428 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 651637306 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
[pid=25034/tid=25112] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25112/stat : 25112 (python) S 25032 25034 24428 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 651705387 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 3 0 0 0
[pid=25034/tid=25179] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25179/stat : 25179 (python) S 25032 25034 24428 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 651773882 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 3 0 0 0
[pid=25034/tid=25212] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25212/stat : 25212 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 651822568 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
[pid=25034/tid=25237] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25237/stat : 25237 (python) S 25032 25034 24428 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 651880806 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 5819616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4981.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/553 25291
/proc/meminfo: memFree=16281760/32951124 swapFree=63083192/67111528
[pid=25034] ppid=25032 vsize=361720 CPUtime=0.91 cores=1,3,5,7
/proc/25034/stat : 25034 (python) S 25032 25034 24428 0 -1 4202496 17270 932 1 0 79 12 0 0 18 0 9 0 651539438 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25034/statm: 90430 7411 1890 364 0 26327 0
[pid=25040] ppid=25034 vsize=288872 CPUtime=0.35 cores=1,3,5,7
/proc/25040/stat : 25040 (python) S 25034 25034 24428 0 -1 4202560 1087 0 0 0 18 17 0 0 19 0 2 0 651539502 295804928 5652 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25040/statm: 72218 5652 410 364 0 8136 0
[pid=25042] ppid=25040 vsize=1017936 CPUtime=99.38 cores=1,3,5,7
/proc/25042/stat : 25042 (gnovelty+2) T 25040 25042 25042 0 -1 4202496 461 0 0 0 9938 0 0 0 25 0 1 0 651539502 1042366464 198 33554432000 134512640 135663704 4286932592 18446744073709551615 134544189 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25042/statm: 254484 198 113 282 0 254200 0
[pid=25040/tid=25050] ppid=25034 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/25040/task/25050/stat : 25050 (python) S 25034 25034 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651549440 295804928 5652 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604465783489664 0 0 -1 7 0 0 0
[pid=25051] ppid=25034 vsize=289400 CPUtime=8.56 cores=1,3,5,7
/proc/25051/stat : 25051 (python) S 25034 25034 24428 0 -1 4202560 1142 0 0 0 453 403 0 0 15 0 2 0 651549443 296345600 5761 33554432000 4194304 5683644 140733398748496 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25051/statm: 72350 5761 400 364 0 8265 0
[pid=25053] ppid=25051 vsize=380444 CPUtime=2246.11 cores=1,3,5,7
/proc/25053/stat : 25053 (march_hi) R 25051 25053 25053 0 -1 4202496 77449 0 0 0 224597 14 0 0 25 0 1 0 651549444 389574656 77183 33554432000 4194304 4955518 140736453060992 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25053/statm: 95111 77183 104 186 0 94924 0
[pid=25051/tid=25056] ppid=25034 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/25051/task/25056/stat : 25056 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651559458 296345600 5761 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604465783488768 0 0 -1 7 0 0 0
[pid=25057] ppid=25034 vsize=299388 CPUtime=0.36 cores=1,3,5,7
/proc/25057/stat : 25057 (python) S 25034 25034 24428 0 -1 4202560 1078 0 0 0 19 17 0 0 17 0 2 0 651559461 306573312 5710 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25057/statm: 74847 5710 400 364 0 10759 0
[pid=25059] ppid=25057 vsize=1017936 CPUtime=100.34 cores=1,3,5,7
/proc/25059/stat : 25059 (gnovelty+2) T 25057 25059 25059 0 -1 4202496 462 0 0 0 10034 0 0 0 25 0 1 0 651559462 1042366464 197 33554432000 134512640 135663704 4287792640 18446744073709551615 134525342 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25059/statm: 254484 197 113 282 0 254200 0
[pid=25057/tid=25063] ppid=25034 vsize=299388 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 651569497 306573312 5710 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604465783490560 0 0 -1 7 0 0 0
[pid=25085] ppid=25034 vsize=310156 CPUtime=2.63 cores=1,3,5,7
/proc/25085/stat : 25085 (python) S 25034 25034 24428 0 -1 4202560 1164 0 0 0 136 127 0 0 15 0 2 0 651637306 317599744 5813 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25085/statm: 77539 5813 400 364 0 13448 0
[pid=25087] ppid=25085 vsize=111224 CPUtime=680.76 cores=1,3,5,7
/proc/25087/stat : 25087 (march_hi) T 25085 25087 25087 0 -1 4202496 24808 0 0 0 68070 6 0 0 25 0 1 0 651637306 113893376 24544 33554432000 4194304 4955518 140736236765024 18446744073709551615 4227044 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25087/statm: 27806 24544 104 186 0 27619 0
[pid=25085/tid=25101] ppid=25034 vsize=310156 CPUtime=0 cores=1,3,5,7
/proc/25085/task/25101/stat : 25101 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651685942 317599744 5813 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604464856084928 0 0 -1 7 0 0 0
[pid=25111] ppid=25034 vsize=320412 CPUtime=2.58 cores=1,3,5,7
/proc/25111/stat : 25111 (python) S 25034 25034 24428 0 -1 4202560 1163 0 0 0 135 123 0 0 15 0 2 0 651705387 328101888 5838 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25111/statm: 80103 5838 400 364 0 16009 0
[pid=25113] ppid=25111 vsize=111224 CPUtime=684.9 cores=1,3,5,7
/proc/25113/stat : 25113 (march_hi) T 25111 25113 25113 0 -1 4202496 25108 0 0 0 68486 4 0 0 25 0 1 0 651705387 113893376 24841 33554432000 4194304 4955518 140734358490016 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25113/statm: 27806 24841 104 186 0 27619 0
[pid=25111/tid=25170] ppid=25034 vsize=320412 CPUtime=0 cores=1,3,5,7
/proc/25111/task/25170/stat : 25170 (python) S 25034 25034 24428 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 651744225 328101888 5838 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604470609152896 0 0 -1 7 0 0 0
[pid=25178] ppid=25034 vsize=330964 CPUtime=1.86 cores=1,3,5,7
/proc/25178/stat : 25178 (python) S 25034 25034 24428 0 -1 4202560 1155 0 0 0 98 88 0 0 15 0 2 0 651773882 338907136 5895 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25178/statm: 82741 5895 400 364 0 18644 0
[pid=25180] ppid=25178 vsize=81756 CPUtime=486.84 cores=1,3,5,7
/proc/25180/stat : 25180 (march_hi) T 25178 25180 25180 0 -1 4202496 18372 0 0 0 48681 3 0 0 25 0 1 0 651773882 83718144 18106 33554432000 4194304 4955518 140737391388576 18446744073709551615 4286784 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25180/statm: 20439 18106 104 186 0 20252 0
[pid=25178/tid=25199] ppid=25034 vsize=330964 CPUtime=0 cores=1,3,5,7
/proc/25178/task/25199/stat : 25199 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651812864 338907136 5895 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604470683281472 0 0 -1 7 0 0 0
[pid=25211] ppid=25034 vsize=341220 CPUtime=2.22 cores=1,3,5,7
/proc/25211/stat : 25211 (python) S 25034 25034 24428 0 -1 4202560 1154 0 0 0 112 110 0 0 19 0 2 0 651822568 349409280 5899 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25211/statm: 85305 5899 400 364 0 21205 0
[pid=25213] ppid=25211 vsize=182584 CPUtime=582.37 cores=1,3,5,7
/proc/25213/stat : 25213 (kcnfs-2006) T 25211 25213 25213 0 -1 4202496 673 0 0 0 58237 0 0 0 25 0 1 0 651822569 186966016 409 33554432000 134512640 135163436 4294618992 18446744073709551615 134569618 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25213/statm: 45646 409 77 159 0 45486 0
[pid=25211/tid=25235] ppid=25034 vsize=341220 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25235/stat : 25235 (python) S 25034 25034 24428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651880805 349409280 5899 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604463504765056 0 0 -1 7 0 0 0
[pid=25236] ppid=25034 vsize=351476 CPUtime=0.4 cores=1,3,5,7
/proc/25236/stat : 25236 (python) S 25034 25034 24428 0 -1 4202560 1162 0 0 0 21 19 0 0 16 0 2 0 651880806 359911424 5914 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25236/statm: 87869 5914 406 364 0 23766 0
[pid=25238] ppid=25236 vsize=22904 CPUtime=99.46 cores=1,3,5,7
/proc/25238/stat : 25238 (march_hi) T 25236 25238 25238 0 -1 4202496 4574 0 0 0 9945 1 0 0 25 0 1 0 651880806 23453696 4303 33554432000 4194304 4955518 140734993300272 18446744073709551615 4227532 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25238/statm: 5726 4303 104 186 0 5539 0
[pid=25236/tid=25242] ppid=25034 vsize=351476 CPUtime=0 cores=1,3,5,7
/proc/25236/task/25242/stat : 25242 (python) S 25034 25034 24428 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 651890758 359911424 5914 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 514 18446604470609151104 0 0 -1 7 0 0 0
[pid=25034/tid=25041] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25041/stat : 25041 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 9 0 651539502 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 7 0 0 0
[pid=25034/tid=25052] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25052/stat : 25052 (python) S 25032 25034 24428 0 -1 4202560 34 932 0 0 0 0 0 0 15 0 9 0 651549444 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 3 0 0 0
[pid=25034/tid=25058] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25058/stat : 25058 (python) S 25032 25034 24428 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 651559461 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
[pid=25034/tid=25086] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25086/stat : 25086 (python) S 25032 25034 24428 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 651637306 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
[pid=25034/tid=25112] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25112/stat : 25112 (python) S 25032 25034 24428 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 651705387 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 3 0 0 0
[pid=25034/tid=25179] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25179/stat : 25179 (python) S 25032 25034 24428 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 651773882 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 3 0 0 0
[pid=25034/tid=25212] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25212/stat : 25212 (python) S 25032 25034 24428 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 651822568 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
[pid=25034/tid=25237] ppid=25032 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/25034/task/25237/stat : 25237 (python) S 25032 25034 24428 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 651880806 370401280 7411 33554432000 4194304 5683644 140733398748496 18446744073709551615 264738228657 0 0 16781312 2 18446604468267711296 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 5819616

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25034 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=799878
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=125980
# CPU time returned by wait4() is 0.925858
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4981.27
CPU time (s): 5000.03
CPU user time (s): 4990.59
CPU system time (s): 9.44
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 5819620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.799878
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18206
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= 1051
involuntary context switches= 23

runsolver used 28.8296 second user time and 65.1891 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-17 02:13:58
IDJOB=3386733
IDBENCH=82798
IDSOLVER=1872
FILE ID=node141/3386733-1305591238
RUNJOBID= node141-1305586143-24447
PBS_JOBID= 13350337
Free space on /tmp= 73212 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S942849-099.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-3386733-1305591238/watcher-3386733-1305591238 -o /tmp/evaluation-result-3386733-1305591238/solver-3386733-1305591238 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386733-1305591238.cnf -seed 448214935 -budget 5000

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

MD5SUM BENCH= 0036a3d124136652b3b413bfd876692d
RANDOM SEED=448214935

node141.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	: 5362.96
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.82
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.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.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.84
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32951124 kB
MemFree:      17358204 kB
Buffers:        300300 kB
Cached:        5744212 kB
SwapCached:      15708 kB
Active:        9912220 kB
Inactive:      5384576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17358204 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:           31712 kB
Writeback:          60 kB
AnonPages:     9243584 kB
Mapped:          28256 kB
Slab:           151000 kB
PageTables:      75752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 143622592 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= 73168 MiB
End job on node141 at 2011-05-17 03:37:02