Trace number 3317313

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-random? (TO) 4800.22 1203.56

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1224290751-070.UNKNOWN.cnf
MD5SUM4d61767800ed8aa0f56d10b54eba4120
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3317313-1304268703.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.40/0.55	c INFO: computed variable balance statistics
0.40/0.59	c INFO: computed small-clause counts
0.40/0.59	c INFO: computed Horn-clause counts
0.40/0.59	c INFO: computed variable graph statistics
0.40/0.59	c INFO: collected features for HOME/instance-3317313-1304268703.cnf in 0.12 s
0.50/0.62	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.50/0.65	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.50/0.68	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.34)
0.59/0.71	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.31)
400.02/100.79	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.27)
400.42/100.82	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.24)
1942.43/487.09	c INFO: running march_hi@0 for 291 with 4313 remaining (b = 0.15)
1960.38/491.53	c INFO: running march_hi@99 for 97 with 4308 remaining (b = 0.06)
2330.50/584.23	c INFO: running march_hi@192 for 97 with 4216 remaining (b = 0.06)
2358.45/591.27	c INFO: running march_hi@485 for 194 with 4209 remaining (b = 0.14)
2370.82/594.32	c INFO: running march_hi@100 for 97 with 4206 remaining (b = 0.06)
2719.42/681.66	c INFO: running march_hi@681 for 97 with 4118 remaining (b = 0.05)
2755.33/690.65	c INFO: running march_hi@197 for 194 with 4109 remaining (b = 0.13)
3110.69/779.64	c INFO: running march_hi@0 for 388 with 4020 remaining (b = 0.19)
3125.45/783.35	c INFO: running march_hi@490 for 97 with 4017 remaining (b = 0.05)
3135.43/785.88	c INFO: running kcnfs-2006@0 for 582 with 4014 remaining (b = 0.22)
3511.13/880.00	c INFO: running march_hi@0 for 388 with 3920 remaining (b = 0.15)
3539.41/887.04	c INFO: running march_hi@295 for 97 with 3913 remaining (b = 0.06)
3924.23/983.60	c INFO: running march_hi@391 for 97 with 3816 remaining (b = 0.04)
4311.02/1080.72	c INFO: running march_hi@973 for 1164 with 3719 remaining (b = 0.40)
4669.13/1170.64	c INFO: running march_hi@296 for 97 with 3629 remaining (b = 0.07)

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: 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-3317313-1304268703/watcher-3317313-1304268703 -o /tmp/evaluation-result-3317313-1304268703/solver-3317313-1304268703 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317313-1304268703.cnf -seed 1045661581 -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: 7.56 7.92 6.26 6/236 22925
/proc/meminfo: memFree=29562568/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/22925/stat : 22925 (python) R 22923 22925 22144 0 -1 4202496 878 0 0 0 0 0 0 0 25 0 1 0 519286191 16154624 760 33554432000 4194304 5683644 140736331976976 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22925/statm: 3944 760 343 364 0 431 0

[startup+0.0963181 s]
/proc/loadavg: 7.56 7.92 6.26 6/236 22925
/proc/meminfo: memFree=29562568/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=101880 CPUtime=0.07 cores=0,2,4,6
/proc/22925/stat : 22925 (python) R 22923 22925 22144 0 -1 4202496 2957 0 0 0 6 1 0 0 17 0 1 0 519286191 104325120 2651 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816236176 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22925/statm: 25470 2652 838 364 0 1770 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101880

[startup+0.100305 s]
/proc/loadavg: 7.56 7.92 6.26 6/236 22925
/proc/meminfo: memFree=29562568/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=104220 CPUtime=0.08 cores=0,2,4,6
/proc/22925/stat : 22925 (python) R 22923 22925 22144 0 -1 4202496 3047 0 0 0 6 2 0 0 17 0 1 0 519286191 106721280 2732 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22925/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104220

[startup+0.300274 s]
/proc/loadavg: 7.56 7.92 6.26 6/236 22925
/proc/meminfo: memFree=29562568/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=168672 CPUtime=0.23 cores=0,2,4,6
/proc/22925/stat : 22925 (python) R 22923 22925 22144 0 -1 4202496 6717 933 1 0 17 6 0 0 18 0 1 0 519286191 172720128 4794 33554432000 4194304 5683644 140736331976976 18446744073709551615 4864810 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22925/statm: 42168 4794 1331 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168672

[startup+0.700159 s]
/proc/loadavg: 7.56 7.92 6.26 6/236 22925
/proc/meminfo: memFree=29562568/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=309980 CPUtime=0.59 cores=0,2,4,6
/proc/22925/stat : 22925 (python) R 22923 22925 22144 0 -1 4202496 11967 933 1 0 50 9 0 0 18 0 4 0 519286191 317419520 7249 33554432000 4194304 5683644 140736331976976 18446744073709551615 220819718511 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22925/statm: 77495 7249 1878 364 0 13407 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 309980

[startup+1.50101 s]
/proc/loadavg: 7.35 7.88 6.25 9/249 22942
/proc/meminfo: memFree=29523528/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=320236 CPUtime=0.6 cores=0,2,4,6
/proc/22925/stat : 22925 (python) S 22923 22925 22144 0 -1 4202496 12382 933 1 0 51 9 0 0 20 0 5 0 519286191 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22925/statm: 80059 7256 1881 364 0 15968 0
[pid=22931] ppid=22925 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/22931/stat : 22931 (python) S 22925 22925 22144 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 1 0 519286253 285237248 5571 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256527 0 0 16781312 514 4362916294257803263 0 0 17 2 0 0 0
/proc/22931/statm: 69638 5571 354 364 0 5556 0
[pid=22933] ppid=22931 vsize=1017800 CPUtime=0.87 cores=0,2,4,6
/proc/22933/stat : 22933 (gnovelty+2) R 22931 22933 22933 0 -1 4202496 441 0 0 0 87 0 0 0 25 0 1 0 519286253 1042227200 180 33554432000 134512640 135663704 4289215472 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22933/statm: 254450 180 113 282 0 254166 0
[pid=22934] ppid=22925 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/22934/stat : 22934 (python) S 22925 22925 22144 0 -1 4202560 742 0 0 0 0 0 0 0 22 0 1 0 519286256 296288256 5694 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 15548573813942779903 0 0 17 6 0 0 0
/proc/22934/statm: 72336 5694 348 364 0 8251 0
[pid=22936] ppid=22934 vsize=1017800 CPUtime=0.84 cores=0,2,4,6
/proc/22936/stat : 22936 (gnovelty+2) R 22934 22936 22936 0 -1 4202496 445 0 0 0 84 0 0 0 25 0 1 0 519286256 1042227200 181 33554432000 134512640 135663704 4289177552 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22936/statm: 254450 181 113 282 0 254166 0
[pid=22937] ppid=22925 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (python) S 22925 22925 22144 0 -1 4202560 757 0 0 0 0 0 0 0 17 0 1 0 519286259 306307072 5595 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 9512332493022265601 0 0 17 6 0 0 0
/proc/22937/statm: 74782 5595 348 364 0 10694 0
[pid=22939] ppid=22937 vsize=1900 CPUtime=0.8 cores=0,2,4,6
/proc/22939/stat : 22939 (march_hi) R 22937 22939 22939 0 -1 4202496 577 0 0 0 80 0 0 0 25 0 1 0 519286259 1945600 313 33554432000 4194304 4955518 140735198005520 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22939/statm: 475 313 106 186 0 288 0
[pid=22940] ppid=22925 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/22940/stat : 22940 (python) S 22925 22925 22144 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 519286262 317431808 5719 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 4454807703671243012 0 0 17 2 0 0 0
/proc/22940/statm: 77498 5719 348 364 0 13407 0
[pid=22942] ppid=22940 vsize=1900 CPUtime=0.78 cores=0,2,4,6
/proc/22942/stat : 22942 (march_hi) R 22940 22942 22942 0 -1 4202496 576 0 0 0 78 0 0 0 22 0 1 0 519286262 1945600 312 33554432000 4194304 4955518 140737022264576 18446744073709551615 4235263 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22942/statm: 475 312 106 186 0 288 0
[pid=22925/tid=22932] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22932/stat : 22932 (python) S 22923 22925 22144 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 519286253 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22935/stat : 22935 (python) S 22923 22925 22144 0 -1 4202560 21 933 0 0 0 0 0 0 23 0 5 0 519286256 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22938] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22938/stat : 22938 (python) S 22923 22925 22144 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 519286259 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 6 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22941/stat : 22941 (python) S 22923 22925 22144 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 519286262 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 3536652

[startup+3.10071 s]
/proc/loadavg: 7.35 7.88 6.25 9/249 22942
/proc/meminfo: memFree=29522412/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=320236 CPUtime=0.6 cores=0,2,4,6
/proc/22925/stat : 22925 (python) S 22923 22925 22144 0 -1 4202496 12382 933 1 0 51 9 0 0 20 0 5 0 519286191 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22925/statm: 80059 7256 1881 364 0 15968 0
[pid=22931] ppid=22925 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/22931/stat : 22931 (python) S 22925 22925 22144 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519286253 285237248 5571 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256527 0 0 16781312 514 4362916294257770756 0 0 17 2 0 0 0
/proc/22931/statm: 69638 5571 354 364 0 5556 0
[pid=22933] ppid=22931 vsize=1017800 CPUtime=2.47 cores=0,2,4,6
/proc/22933/stat : 22933 (gnovelty+2) R 22931 22933 22933 0 -1 4202496 441 0 0 0 247 0 0 0 25 0 1 0 519286253 1042227200 180 33554432000 134512640 135663704 4289215472 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22933/statm: 254450 180 113 282 0 254166 0
[pid=22934] ppid=22925 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/22934/stat : 22934 (python) S 22925 22925 22144 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519286256 296288256 5694 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 15548573813942747395 0 0 17 6 0 0 0
/proc/22934/statm: 72336 5694 348 364 0 8251 0
[pid=22936] ppid=22934 vsize=1017800 CPUtime=2.44 cores=0,2,4,6
/proc/22936/stat : 22936 (gnovelty+2) R 22934 22936 22936 0 -1 4202496 445 0 0 0 244 0 0 0 25 0 1 0 519286256 1042227200 181 33554432000 134512640 135663704 4289177552 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22936/statm: 254450 181 113 282 0 254166 0
[pid=22937] ppid=22925 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (python) S 22925 22925 22144 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 519286259 306307072 5595 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 9512332493022265601 0 0 17 6 0 0 0
/proc/22937/statm: 74782 5595 348 364 0 10694 0
[pid=22939] ppid=22937 vsize=2492 CPUtime=2.39 cores=0,2,4,6
/proc/22939/stat : 22939 (march_hi) R 22937 22939 22939 0 -1 4202496 723 0 0 0 239 0 0 0 25 0 1 0 519286259 2551808 440 33554432000 4194304 4955518 140735198005520 18446744073709551615 4224406 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22939/statm: 623 440 106 186 0 436 0
[pid=22940] ppid=22925 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/22940/stat : 22940 (python) S 22925 22925 22144 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 519286262 317431808 5719 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 4413592785181966596 0 0 17 2 0 0 0
/proc/22940/statm: 77498 5719 348 364 0 13407 0
[pid=22942] ppid=22940 vsize=2492 CPUtime=2.38 cores=0,2,4,6
/proc/22942/stat : 22942 (march_hi) R 22940 22942 22942 0 -1 4202496 724 0 0 0 238 0 0 0 25 0 1 0 519286262 2551808 441 33554432000 4194304 4955518 140737022264576 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22942/statm: 623 441 106 186 0 436 0
[pid=22925/tid=22932] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22932/stat : 22932 (python) S 22923 22925 22144 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 519286253 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22935/stat : 22935 (python) S 22923 22925 22144 0 -1 4202560 21 933 0 0 0 0 0 0 23 0 5 0 519286256 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22938] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22938/stat : 22938 (python) S 22923 22925 22144 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 519286259 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 6 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22941/stat : 22941 (python) S 22923 22925 22144 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 519286262 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 3537836

[startup+6.30112 s]
/proc/loadavg: 7.35 7.88 6.25 9/249 22942
/proc/meminfo: memFree=29519272/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=320236 CPUtime=0.6 cores=0,2,4,6
/proc/22925/stat : 22925 (python) S 22923 22925 22144 0 -1 4202496 12382 933 1 0 51 9 0 0 20 0 5 0 519286191 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22925/statm: 80059 7256 1881 364 0 15968 0
[pid=22931] ppid=22925 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/22931/stat : 22931 (python) S 22925 22925 22144 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 519286253 285237248 5594 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256527 0 0 16781312 514 4362916294257770756 0 0 17 2 0 0 0
/proc/22931/statm: 69638 5594 377 364 0 5556 0
[pid=22933] ppid=22931 vsize=1017800 CPUtime=5.65 cores=0,2,4,6
/proc/22933/stat : 22933 (gnovelty+2) R 22931 22933 22933 0 -1 4202496 441 0 0 0 565 0 0 0 25 0 1 0 519286253 1042227200 180 33554432000 134512640 135663704 4289215472 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22933/statm: 254450 180 113 282 0 254166 0
[pid=22934] ppid=22925 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/22934/stat : 22934 (python) S 22925 22925 22144 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 519286256 296288256 5717 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 15548573813942747395 0 0 17 6 0 0 0
/proc/22934/statm: 72336 5717 371 364 0 8251 0
[pid=22936] ppid=22934 vsize=1017800 CPUtime=5.64 cores=0,2,4,6
/proc/22936/stat : 22936 (gnovelty+2) R 22934 22936 22936 0 -1 4202496 445 0 0 0 564 0 0 0 25 0 1 0 519286256 1042227200 181 33554432000 134512640 135663704 4289177552 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22936/statm: 254450 181 113 282 0 254166 0
[pid=22937] ppid=22925 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (python) S 22925 22925 22144 0 -1 4202560 907 0 0 0 0 0 0 0 15 0 1 0 519286259 306307072 5618 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 9512332493022265601 0 0 17 6 0 0 0
/proc/22937/statm: 74782 5618 371 364 0 10694 0
[pid=22939] ppid=22937 vsize=3344 CPUtime=5.55 cores=0,2,4,6
/proc/22939/stat : 22939 (march_hi) R 22937 22939 22939 0 -1 4202496 893 0 0 0 555 0 0 0 25 0 1 0 519286259 3424256 610 33554432000 4194304 4955518 140735198005520 18446744073709551615 4314207 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22939/statm: 836 610 106 186 0 649 0
[pid=22940] ppid=22925 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/22940/stat : 22940 (python) S 22925 22925 22144 0 -1 4202560 906 0 0 0 0 0 0 0 15 0 1 0 519286262 317431808 5742 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 4454807703671243012 0 0 17 2 0 0 0
/proc/22940/statm: 77498 5742 371 364 0 13407 0
[pid=22942] ppid=22940 vsize=3344 CPUtime=5.58 cores=0,2,4,6
/proc/22942/stat : 22942 (march_hi) R 22940 22942 22942 0 -1 4202496 897 0 0 0 558 0 0 0 25 0 1 0 519286262 3424256 614 33554432000 4194304 4955518 140737022264576 18446744073709551615 4285265 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22942/statm: 836 614 106 186 0 649 0
[pid=22925/tid=22932] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22932/stat : 22932 (python) S 22923 22925 22144 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 519286253 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22935/stat : 22935 (python) S 22923 22925 22144 0 -1 4202560 21 933 0 0 0 0 0 0 23 0 5 0 519286256 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22938] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22938/stat : 22938 (python) S 22923 22925 22144 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 519286259 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 6 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22941/stat : 22941 (python) S 22923 22925 22144 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 519286262 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.02
Current children cumulated vsize (KiB) 3539540

[startup+12.7009 s]
/proc/loadavg: 7.52 7.90 6.27 9/261 22954
/proc/meminfo: memFree=29497340/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=320236 CPUtime=0.6 cores=0,2,4,6
/proc/22925/stat : 22925 (python) S 22923 22925 22144 0 -1 4202496 12382 933 1 0 51 9 0 0 20 0 5 0 519286191 327921664 7256 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22925/statm: 80059 7256 1881 364 0 15968 0
[pid=22931] ppid=22925 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/22931/stat : 22931 (python) S 22925 22925 22144 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 519286253 285237248 5594 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256527 0 0 16781312 514 4164193582015545604 0 0 17 2 0 0 0
/proc/22931/statm: 69638 5594 377 364 0 5556 0
[pid=22933] ppid=22931 vsize=1017800 CPUtime=12.03 cores=0,2,4,6
/proc/22933/stat : 22933 (gnovelty+2) R 22931 22933 22933 0 -1 4202496 441 0 0 0 1203 0 0 0 25 0 1 0 519286253 1042227200 180 33554432000 134512640 135663704 4289215472 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22933/statm: 254450 180 113 282 0 254166 0
[pid=22934] ppid=22925 vsize=289344 CPUtime=0.01 cores=0,2,4,6

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

[pid=22958] ppid=22925 vsize=320248 CPUtime=1.71 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22925 22925 22144 0 -1 4202560 1187 0 0 0 95 76 0 0 16 0 2 0 519296270 327933952 5776 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22958/statm: 80062 5776 400 364 0 15968 0
[pid=22961] ppid=22958 vsize=214332 CPUtime=973.12 cores=0,2,4,6
/proc/22961/stat : 22961 (march_hi) T 22958 22961 22961 0 -1 4202496 41775 0 0 0 97301 11 0 0 25 0 1 0 519296271 219475968 41490 33554432000 4194304 4955518 140734154803200 18446744073709551615 4245783 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22961/statm: 53583 41490 106 186 0 53396 0
[pid=22958/tid=22999] ppid=22925 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/22958/task/22999/stat : 22999 (python) S 22925 22925 22144 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 519345621 327933952 5776 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604453951144384 0 0 -1 4 0 0 0
[pid=22962] ppid=22925 vsize=330120 CPUtime=1.33 cores=0,2,4,6
/proc/22962/stat : 22962 (python) S 22925 22925 22144 0 -1 4202560 1186 0 0 0 77 56 0 0 15 0 2 0 519296274 338042880 5702 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22962/statm: 82530 5702 400 364 0 18433 0
[pid=22964] ppid=22962 vsize=207524 CPUtime=804.51 cores=0,2,4,6
/proc/22964/stat : 22964 (march_hi) R 22962 22964 22964 0 -1 4202496 35284 0 0 0 80443 8 0 0 25 0 1 0 519296274 212504576 35000 33554432000 4194304 4955518 140734478986960 18446744073709551615 4346881 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22964/statm: 51881 35000 106 186 0 51694 0
[pid=22962/tid=22998] ppid=22925 vsize=330120 CPUtime=0 cores=0,2,4,6
/proc/22962/task/22998/stat : 22998 (python) S 22925 22925 22144 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 519345316 338042880 5702 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604453951146176 0 0 -1 4 0 0 0
[pid=23005] ppid=22925 vsize=341032 CPUtime=0.71 cores=0,2,4,6
/proc/23005/stat : 23005 (python) S 22925 22925 22144 0 -1 4202560 1226 0 0 0 39 32 0 0 15 0 2 0 519364155 349216768 5858 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23005/statm: 85258 5858 406 364 0 21158 0
[pid=23007] ppid=23005 vsize=93620 CPUtime=423.68 cores=0,2,4,6
/proc/23007/stat : 23007 (march_hi) R 23005 23007 23007 0 -1 4202496 19454 0 0 0 42363 5 0 0 25 0 1 0 519364155 95866880 19171 33554432000 4194304 4955518 140736111000848 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23007/statm: 23405 19171 106 186 0 23218 0
[pid=23005/tid=23168] ppid=22925 vsize=341032 CPUtime=0 cores=0,2,4,6
/proc/23005/task/23168/stat : 23168 (python) S 22925 22925 22144 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 519403253 349216768 5858 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604440278879104 0 0 -1 2 0 0 0
[pid=23008] ppid=22925 vsize=351288 CPUtime=0.65 cores=0,2,4,6
/proc/23008/stat : 23008 (python) S 22925 22925 22144 0 -1 4202560 1039 0 0 0 35 30 0 0 18 0 1 0 519364779 359718912 5847 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 4164193582015545601 0 0 17 2 0 0 0
/proc/23008/statm: 87822 5847 377 364 0 23719 0
[pid=23010] ppid=23008 vsize=181380 CPUtime=416.27 cores=0,2,4,6
/proc/23010/stat : 23010 (kcnfs-2006) R 23008 23010 23010 0 -1 4202496 683 0 0 0 41627 0 0 0 25 0 1 0 519364779 185733120 420 33554432000 134512640 135163436 4291402592 18446744073709551615 134608488 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23010/statm: 45345 420 76 159 0 45185 0
[pid=23016] ppid=22925 vsize=361544 CPUtime=0.55 cores=0,2,4,6
/proc/23016/stat : 23016 (python) S 22925 22925 22144 0 -1 4202560 1035 0 0 0 33 22 0 0 15 0 1 0 519374192 370221056 5845 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 13071236127854133508 0 0 17 2 0 0 0
/proc/23016/statm: 90386 5845 371 364 0 26280 0
[pid=23018] ppid=23016 vsize=64152 CPUtime=317.93 cores=0,2,4,6
/proc/23018/stat : 23018 (march_hi) R 23016 23018 23018 0 -1 4202496 15353 0 0 0 31790 3 0 0 25 0 1 0 519374192 65691648 15066 33554432000 4194304 4955518 140735701108304 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23018/statm: 16038 15066 106 186 0 15851 0
[pid=22925/tid=22932] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22932/stat : 22932 (python) S 22923 22925 22144 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 10 0 519286253 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22935/stat : 22935 (python) S 22923 22925 22144 0 -1 4202560 21 933 0 0 0 0 0 0 23 0 10 0 519286256 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22938] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22938/stat : 22938 (python) S 22923 22925 22144 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 10 0 519286259 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 6 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22941/stat : 22941 (python) S 22923 22925 22144 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 10 0 519286262 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22959] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22959/stat : 22959 (python) S 22923 22925 22144 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 10 0 519296271 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22963] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22963/stat : 22963 (python) S 22923 22925 22144 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 519296274 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=23006] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/23006/stat : 23006 (python) S 22923 22925 22144 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 10 0 519364155 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=23009] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/23009/stat : 23009 (python) S 22923 22925 22144 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 10 0 519364779 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=23017] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/23017/stat : 23017 (python) S 22923 22925 22144 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 519374192 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 6408636

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

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

[startup+1203.5 s]
/proc/loadavg: 5.38 6.93 7.13 6/258 23169
/proc/meminfo: memFree=28734000/32951124 swapFree=67105204/67111528
[pid=22925] ppid=22923 vsize=371788 CPUtime=1.09 cores=0,2,4,6
/proc/22925/stat : 22925 (python) S 22923 22925 22144 0 -1 4202496 18124 933 1 0 98 11 0 0 18 0 10 0 519286191 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22925/statm: 92947 7377 1892 364 0 28841 0
[pid=22931] ppid=22925 vsize=288796 CPUtime=0.15 cores=0,2,4,6
/proc/22931/stat : 22931 (python) S 22925 22925 22144 0 -1 4202560 1092 0 0 0 8 7 0 0 19 0 2 0 519286253 295727104 5632 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22931/statm: 72199 5632 410 364 0 8117 0
[pid=22933] ppid=22931 vsize=1017800 CPUtime=99.81 cores=0,2,4,6
/proc/22933/stat : 22933 (gnovelty+2) T 22931 22933 22933 0 -1 4202496 441 0 0 0 9981 0 0 0 25 0 1 0 519286253 1042227200 180 33554432000 134512640 135663704 4289215472 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22933/statm: 254450 180 113 282 0 254166 0
[pid=22931/tid=22957] ppid=22925 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/22931/task/22957/stat : 22957 (python) S 22925 22925 22144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519296267 295727104 5632 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604453928513856 0 0 -1 2 0 0 0
[pid=22934] ppid=22925 vsize=289344 CPUtime=0.14 cores=0,2,4,6
/proc/22934/stat : 22934 (python) S 22925 22925 22144 0 -1 4202560 1087 0 0 0 8 6 0 0 19 0 2 0 519286256 296288256 5747 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22934/statm: 72336 5747 400 364 0 8251 0
[pid=22936] ppid=22934 vsize=1017800 CPUtime=100.14 cores=0,2,4,6
/proc/22936/stat : 22936 (gnovelty+2) T 22934 22936 22936 0 -1 4202496 445 0 0 0 10014 0 0 0 25 0 1 0 519286256 1042227200 181 33554432000 134512640 135663704 4289177552 18446744073709551615 134544272 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22936/statm: 254450 181 113 282 0 254166 0
[pid=22934/tid=22960] ppid=22925 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/22934/task/22960/stat : 22960 (python) S 22925 22925 22144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519296271 296288256 5747 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604447942943104 0 0 -1 6 0 0 0
[pid=22937] ppid=22925 vsize=299128 CPUtime=1.51 cores=0,2,4,6
/proc/22937/stat : 22937 (python) S 22925 22925 22144 0 -1 4202560 1161 0 0 0 86 65 0 0 15 0 2 0 519286259 306307072 5648 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22937/statm: 74782 5648 400 364 0 10694 0
[pid=22939] ppid=22937 vsize=207524 CPUtime=877.91 cores=0,2,4,6
/proc/22939/stat : 22939 (march_hi) T 22937 22939 22939 0 -1 4202496 38231 0 0 0 87783 8 0 0 25 0 1 0 519286259 212504576 37948 33554432000 4194304 4955518 140735198005520 18446744073709551615 4208626 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22939/statm: 51881 37948 106 186 0 51694 0
[pid=22937/tid=22982] ppid=22925 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/22937/task/22982/stat : 22982 (python) S 22925 22925 22144 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 519334897 306307072 5648 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604448551080256 0 0 -1 6 0 0 0
[pid=22940] ppid=22925 vsize=309992 CPUtime=1.29 cores=0,2,4,6
/proc/22940/stat : 22940 (python) S 22925 22925 22144 0 -1 4202560 1178 0 0 0 71 58 0 0 15 0 2 0 519286262 317431808 5772 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 77498 5772 400 364 0 13407 0
[pid=22942] ppid=22940 vsize=141224 CPUtime=777.72 cores=0,2,4,6
/proc/22942/stat : 22942 (march_hi) T 22940 22942 22942 0 -1 4202496 34163 0 0 0 77764 8 0 0 25 0 1 0 519286262 144613376 33880 33554432000 4194304 4955518 140737022264576 18446744073709551615 4224654 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22942/statm: 35306 33880 106 186 0 35119 0
[pid=22940/tid=22983] ppid=22925 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/22940/task/22983/stat : 22983 (python) S 22925 22925 22144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 519335342 317431808 5772 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312896 0 0 -1 4 0 0 0
[pid=22958] ppid=22925 vsize=320248 CPUtime=1.71 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22925 22925 22144 0 -1 4202560 1187 0 0 0 95 76 0 0 16 0 2 0 519296270 327933952 5776 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22958/statm: 80062 5776 400 364 0 15968 0
[pid=22961] ppid=22958 vsize=214332 CPUtime=973.12 cores=0,2,4,6
/proc/22961/stat : 22961 (march_hi) T 22958 22961 22961 0 -1 4202496 41775 0 0 0 97301 11 0 0 25 0 1 0 519296271 219475968 41490 33554432000 4194304 4955518 140734154803200 18446744073709551615 4245783 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22961/statm: 53583 41490 106 186 0 53396 0
[pid=22958/tid=22999] ppid=22925 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/22958/task/22999/stat : 22999 (python) S 22925 22925 22144 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 519345621 327933952 5776 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604453951144384 0 0 -1 4 0 0 0
[pid=22962] ppid=22925 vsize=330120 CPUtime=1.33 cores=0,2,4,6
/proc/22962/stat : 22962 (python) S 22925 22925 22144 0 -1 4202560 1186 0 0 0 77 56 0 0 15 0 2 0 519296274 338042880 5702 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22962/statm: 82530 5702 400 364 0 18433 0
[pid=22964] ppid=22962 vsize=207524 CPUtime=804.51 cores=0,2,4,6
/proc/22964/stat : 22964 (march_hi) R 22962 22964 22964 0 -1 4202496 35284 0 0 0 80443 8 0 0 25 0 1 0 519296274 212504576 35000 33554432000 4194304 4955518 140734478986960 18446744073709551615 4346881 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22964/statm: 51881 35000 106 186 0 51694 0
[pid=22962/tid=22998] ppid=22925 vsize=330120 CPUtime=0 cores=0,2,4,6
/proc/22962/task/22998/stat : 22998 (python) S 22925 22925 22144 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 519345316 338042880 5702 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604453951146176 0 0 -1 4 0 0 0
[pid=23005] ppid=22925 vsize=341032 CPUtime=0.71 cores=0,2,4,6
/proc/23005/stat : 23005 (python) S 22925 22925 22144 0 -1 4202560 1226 0 0 0 39 32 0 0 15 0 2 0 519364155 349216768 5858 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23005/statm: 85258 5858 406 364 0 21158 0
[pid=23007] ppid=23005 vsize=93620 CPUtime=423.68 cores=0,2,4,6
/proc/23007/stat : 23007 (march_hi) R 23005 23007 23007 0 -1 4202496 19454 0 0 0 42363 5 0 0 25 0 1 0 519364155 95866880 19171 33554432000 4194304 4955518 140736111000848 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23007/statm: 23405 19171 106 186 0 23218 0
[pid=23005/tid=23168] ppid=22925 vsize=341032 CPUtime=0 cores=0,2,4,6
/proc/23005/task/23168/stat : 23168 (python) S 22925 22925 22144 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 519403253 349216768 5858 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 514 18446604440278879104 0 0 -1 2 0 0 0
[pid=23008] ppid=22925 vsize=351288 CPUtime=0.65 cores=0,2,4,6
/proc/23008/stat : 23008 (python) S 22925 22925 22144 0 -1 4202560 1039 0 0 0 35 30 0 0 18 0 1 0 519364779 359718912 5847 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 4164193582015545601 0 0 17 2 0 0 0
/proc/23008/statm: 87822 5847 377 364 0 23719 0
[pid=23010] ppid=23008 vsize=181380 CPUtime=416.27 cores=0,2,4,6
/proc/23010/stat : 23010 (kcnfs-2006) R 23008 23010 23010 0 -1 4202496 683 0 0 0 41627 0 0 0 25 0 1 0 519364779 185733120 420 33554432000 134512640 135163436 4291402592 18446744073709551615 134608488 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23010/statm: 45345 420 76 159 0 45185 0
[pid=23016] ppid=22925 vsize=361544 CPUtime=0.55 cores=0,2,4,6
/proc/23016/stat : 23016 (python) S 22925 22925 22144 0 -1 4202560 1035 0 0 0 33 22 0 0 15 0 1 0 519374192 370221056 5845 33554432000 4194304 5683644 140736331976976 18446744073709551615 220816256582 0 0 16781312 514 13071236127854133508 0 0 17 2 0 0 0
/proc/23016/statm: 90386 5845 371 364 0 26280 0
[pid=23018] ppid=23016 vsize=64152 CPUtime=317.93 cores=0,2,4,6
/proc/23018/stat : 23018 (march_hi) R 23016 23018 23018 0 -1 4202496 15353 0 0 0 31790 3 0 0 25 0 1 0 519374192 65691648 15066 33554432000 4194304 4955518 140735701108304 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23018/statm: 16038 15066 106 186 0 15851 0
[pid=22925/tid=22932] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22932/stat : 22932 (python) S 22923 22925 22144 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 10 0 519286253 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22935/stat : 22935 (python) S 22923 22925 22144 0 -1 4202560 21 933 0 0 0 0 0 0 23 0 10 0 519286256 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22938] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22938/stat : 22938 (python) S 22923 22925 22144 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 10 0 519286259 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 6 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22941/stat : 22941 (python) S 22923 22925 22144 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 10 0 519286262 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=22959] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22959/stat : 22959 (python) S 22923 22925 22144 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 10 0 519296271 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 0 0 0 0
[pid=22925/tid=22963] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/22963/stat : 22963 (python) S 22923 22925 22144 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 519296274 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=23006] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/23006/stat : 23006 (python) S 22923 22925 22144 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 10 0 519364155 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=23009] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/23009/stat : 23009 (python) S 22923 22925 22144 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 10 0 519364779 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
[pid=22925/tid=23017] ppid=22923 vsize=371788 CPUtime=0 cores=0,2,4,6
/proc/22925/task/23017/stat : 23017 (python) S 22923 22925 22144 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 519374192 380710912 7377 33554432000 4194304 5683644 140736331976976 18446744073709551615 220828060081 0 0 16781312 2 18446604449089499328 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 6408636

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.56
CPU time (s): 4800.22
CPU user time (s): 4796.16
CPU system time (s): 4.06
CPU usage (%): 398.834
Max. virtual memory (cumulated for all children) (KiB): 6408636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.00285
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19063
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= 1107
involuntary context switches= 35

runsolver used 3.87441 second user time and 7.76382 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-01 18:51:43
IDJOB=3317313
IDBENCH=82778
IDSOLVER=1705
FILE ID=node147/3317313-1304268703
RUNJOBID= node147-1304267279-22162
PBS_JOBID= 13173932
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1224290751-070.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-3317313-1304268703/watcher-3317313-1304268703 -o /tmp/evaluation-result-3317313-1304268703/solver-3317313-1304268703 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317313-1304268703.cnf -seed 1045661581 -budget 4800 -cores 4

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

MD5SUM BENCH= 4d61767800ed8aa0f56d10b54eba4120
RANDOM SEED=1045661581

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      29562848 kB
Buffers:        351764 kB
Cached:        1931616 kB
SwapCached:       3088 kB
Active:        1079152 kB
Inactive:      1955736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29562848 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           33072 kB
Writeback:           0 kB
AnonPages:      749724 kB
Mapped:          23304 kB
Slab:           278020 kB
PageTables:      15564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18651676 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= 73192 MiB
End job on node147 at 2011-05-01 19:11:48