Trace number 3317549

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) 3565.7 1300.06

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S788239782-034.UNKNOWN.cnf
MD5SUMea72de9bc2f16b1185170420c6413a72
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 variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317549-1304269985.cnf
0.31/0.45	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	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-3317549-1304269985.cnf in 0.15 s
0.49/0.63	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.49/0.66	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.49/0.69	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.29)
0.59/0.72	c INFO: running march_hi@0 for 582 with 4799 remaining (b = 0.29)
381.71/152.96	c INFO: running march_hi@0 for 485 with 4647 remaining (b = 0.24)
491.83/196.97	c INFO: running march_hi@0 for 485 with 4603 remaining (b = 0.21)
1406.49/562.26	c INFO: running march_hi@0 for 291 with 4238 remaining (b = 0.14)
2204.89/855.15	c INFO: running march_hi@99 for 97 with 3945 remaining (b = 0.05)
2418.50/926.23	c INFO: running march_hi@98 for 97 with 3874 remaining (b = 0.05)
2622.41/994.15	c INFO: running march_hi@586 for 97 with 3806 remaining (b = 0.08)
2635.93/998.60	c INFO: running march_hi@583 for 97 with 3801 remaining (b = 0.07)
2796.35/1052.06	c INFO: running march_hi@196 for 194 with 3748 remaining (b = 0.12)
2861.80/1073.81	c INFO: running march_hi@487 for 194 with 3726 remaining (b = 0.09)
2998.18/1119.26	c INFO: running march_hi@0 for 388 with 3681 remaining (b = 0.16)
3028.50/1129.39	c INFO: running adaptg2wsat2009++@0 for 97 with 3671 remaining (b = 0.03)
3445.18/1259.62	c INFO: running kcnfs-2006@0 for 582 with 3540 remaining (b = 0.19)

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

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

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


[startup+0 s]
/proc/loadavg: 9.77 10.04 9.15 8/259 13799
/proc/meminfo: memFree=29093712/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/13799/stat : 13799 (python) R 13797 13799 12303 0 -1 4202496 895 0 0 0 0 0 0 0 17 0 1 0 538595541 16158720 776 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476694672 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13799/statm: 3945 776 343 364 0 432 0

[startup+0.104693 s]
/proc/loadavg: 9.77 10.04 9.15 8/259 13799
/proc/meminfo: memFree=29093712/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=104796 CPUtime=0.06 cores=0,2,4,6
/proc/13799/stat : 13799 (python) R 13797 13799 12303 0 -1 4202496 3210 0 0 0 5 1 0 0 17 0 1 0 538595541 107311104 2879 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13799/statm: 26199 2880 847 364 0 1947 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104796

[startup+0.200682 s]
/proc/loadavg: 9.77 10.04 9.15 8/259 13799
/proc/meminfo: memFree=29093712/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=131300 CPUtime=0.14 cores=0,2,4,6
/proc/13799/stat : 13799 (python) R 13797 13799 12303 0 -1 4202496 5709 940 1 0 12 2 0 0 19 0 1 0 538595541 134451200 4099 33554432000 4194304 5683644 140734965482912 18446744073709551615 4510784 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13799/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 131300

[startup+0.300657 s]
/proc/loadavg: 9.77 10.04 9.15 8/259 13799
/proc/meminfo: memFree=29093712/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=198920 CPUtime=0.22 cores=0,2,4,6
/proc/13799/stat : 13799 (python) R 13797 13799 12303 0 -1 4202496 7023 940 1 0 18 4 0 0 18 0 1 0 538595541 203694080 5053 33554432000 4194304 5683644 140734965482912 18446744073709551615 4417132 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13799/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700522 s]
/proc/loadavg: 9.77 10.04 9.15 8/259 13799
/proc/meminfo: memFree=29093712/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=309908 CPUtime=0.59 cores=0,2,4,6
/proc/13799/stat : 13799 (python) R 13797 13799 12303 0 -1 4202496 12026 940 1 0 52 7 0 0 21 0 4 0 538595541 317345792 7227 33554432000 4194304 5683644 140734965482912 18446744073709551615 47531193602056 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13799/statm: 77477 7227 1877 364 0 13389 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 309908

[startup+1.50137 s]
/proc/loadavg: 9.55 9.99 9.14 12/272 13816
/proc/meminfo: memFree=29054376/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=320164 CPUtime=0.61 cores=0,2,4,6
/proc/13799/stat : 13799 (python) S 13797 13799 12303 0 -1 4202496 12463 940 1 0 54 7 0 0 24 0 5 0 538595541 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13799/statm: 80041 7237 1881 364 0 15950 0
[pid=13805] ppid=13799 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/13805/stat : 13805 (python) S 13799 13799 12303 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 538595605 285368320 5588 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715023 0 0 16781312 514 4326864407494655999 0 0 17 2 0 0 0
/proc/13805/statm: 69670 5588 354 364 0 5588 0
[pid=13807] ppid=13805 vsize=1017940 CPUtime=0.54 cores=0,2,4,6
/proc/13807/stat : 13807 (gnovelty+2) R 13805 13807 13807 0 -1 4202496 454 0 0 0 54 0 0 0 23 0 1 0 538595605 1042370560 191 33554432000 134512640 135663704 4287438560 18446744073709551615 134545534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13807/statm: 254485 191 113 282 0 254201 0
[pid=13808] ppid=13799 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13808/stat : 13808 (python) S 13799 13799 12303 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 538595608 296251392 5684 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 1078409804910690303 0 0 17 6 0 0 0
/proc/13808/statm: 72327 5684 348 364 0 8242 0
[pid=13810] ppid=13808 vsize=1017940 CPUtime=0.81 cores=0,2,4,6
/proc/13810/stat : 13810 (gnovelty+2) R 13808 13810 13810 0 -1 4202496 457 0 0 0 81 0 0 0 23 0 1 0 538595610 1042370560 191 33554432000 134512640 135663704 4294171600 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13810/statm: 254485 191 113 282 0 254201 0
[pid=13811] ppid=13799 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/13811/stat : 13811 (python) S 13799 13799 12303 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 538595611 306409472 5588 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 2842211173816828164 0 0 17 6 0 0 0
/proc/13811/statm: 74807 5588 348 364 0 10719 0
[pid=13813] ppid=13811 vsize=2128 CPUtime=0.39 cores=0,2,4,6
/proc/13813/stat : 13813 (march_hi) R 13811 13813 13813 0 -1 4202496 589 0 0 0 39 0 0 0 24 0 1 0 538595613 2179072 320 33554432000 4194304 4955518 140733852061248 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13813/statm: 532 320 106 186 0 345 0
[pid=13814] ppid=13799 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/13814/stat : 13814 (python) S 13799 13799 12303 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 538595614 317358080 5700 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 12408885925235360002 0 0 17 6 0 0 0
/proc/13814/statm: 77480 5700 348 364 0 13389 0
[pid=13816] ppid=13814 vsize=1992 CPUtime=0.32 cores=0,2,4,6
/proc/13816/stat : 13816 (march_hi) R 13814 13816 13816 0 -1 4202496 565 0 0 0 32 0 0 0 25 0 1 0 538595614 2039808 295 33554432000 4194304 4955518 140733740148160 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13816/statm: 498 295 106 186 0 311 0
[pid=13799/tid=13806] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13806/stat : 13806 (python) S 13797 13799 12303 0 -1 4202560 27 940 0 0 0 0 0 0 21 0 5 0 538595605 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 2 0 0 0
[pid=13799/tid=13809] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13809/stat : 13809 (python) S 13797 13799 12303 0 -1 4202560 22 940 0 0 0 0 0 0 20 0 5 0 538595608 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13812] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13812/stat : 13812 (python) S 13797 13799 12303 0 -1 4202560 21 940 0 0 0 0 0 0 22 0 5 0 538595611 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13815] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13815/stat : 13815 (python) S 13797 13799 12303 0 -1 4202560 29 940 0 0 0 0 0 0 24 0 5 0 538595614 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 3537300

[startup+3.10106 s]
/proc/loadavg: 9.55 9.99 9.14 12/272 13816
/proc/meminfo: memFree=29052764/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=320164 CPUtime=0.61 cores=0,2,4,6
/proc/13799/stat : 13799 (python) S 13797 13799 12303 0 -1 4202496 12463 940 1 0 54 7 0 0 24 0 5 0 538595541 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13799/statm: 80041 7237 1881 364 0 15950 0
[pid=13805] ppid=13799 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/13805/stat : 13805 (python) S 13799 13799 12303 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538595605 285368320 5588 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715023 0 0 16781312 514 4326864407494623491 0 0 17 2 0 0 0
/proc/13805/statm: 69670 5588 354 364 0 5588 0
[pid=13807] ppid=13805 vsize=1017940 CPUtime=1.34 cores=0,2,4,6
/proc/13807/stat : 13807 (gnovelty+2) R 13805 13807 13807 0 -1 4202496 454 0 0 0 134 0 0 0 25 0 1 0 538595605 1042370560 191 33554432000 134512640 135663704 4287438560 18446744073709551615 134546978 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13807/statm: 254485 191 113 282 0 254201 0
[pid=13808] ppid=13799 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13808/stat : 13808 (python) S 13799 13799 12303 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538595608 296251392 5684 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 1078409804910657794 0 0 17 6 0 0 0
/proc/13808/statm: 72327 5684 348 364 0 8242 0
[pid=13810] ppid=13808 vsize=1017940 CPUtime=2.41 cores=0,2,4,6
/proc/13810/stat : 13810 (gnovelty+2) R 13808 13810 13810 0 -1 4202496 457 0 0 0 241 0 0 0 25 0 1 0 538595610 1042370560 191 33554432000 134512640 135663704 4294171600 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13810/statm: 254485 191 113 282 0 254201 0
[pid=13811] ppid=13799 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/13811/stat : 13811 (python) S 13799 13799 12303 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 538595611 306409472 5588 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 2842211173816828164 0 0 17 6 0 0 0
/proc/13811/statm: 74807 5588 348 364 0 10719 0
[pid=13813] ppid=13811 vsize=2296 CPUtime=1.15 cores=0,2,4,6
/proc/13813/stat : 13813 (march_hi) R 13811 13813 13813 0 -1 4202496 635 0 0 0 115 0 0 0 25 0 1 0 538595613 2351104 366 33554432000 4194304 4955518 140733852061248 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13813/statm: 574 366 106 186 0 387 0
[pid=13814] ppid=13799 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/13814/stat : 13814 (python) S 13799 13799 12303 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 538595614 317358080 5700 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 1199025130966089727 0 0 17 6 0 0 0
/proc/13814/statm: 77480 5700 348 364 0 13389 0
[pid=13816] ppid=13814 vsize=2296 CPUtime=1.12 cores=0,2,4,6
/proc/13816/stat : 13816 (march_hi) R 13814 13816 13816 0 -1 4202496 636 0 0 0 112 0 0 0 25 0 1 0 538595614 2351104 366 33554432000 4194304 4955518 140733740148160 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13816/statm: 574 366 106 186 0 387 0
[pid=13799/tid=13806] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13806/stat : 13806 (python) S 13797 13799 12303 0 -1 4202560 27 940 0 0 0 0 0 0 21 0 5 0 538595605 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 2 0 0 0
[pid=13799/tid=13809] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13809/stat : 13809 (python) S 13797 13799 12303 0 -1 4202560 22 940 0 0 0 0 0 0 20 0 5 0 538595608 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13812] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13812/stat : 13812 (python) S 13797 13799 12303 0 -1 4202560 21 940 0 0 0 0 0 0 22 0 5 0 538595611 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13815] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13815/stat : 13815 (python) S 13797 13799 12303 0 -1 4202560 29 940 0 0 0 0 0 0 24 0 5 0 538595614 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 3537772

[startup+6.30044 s]
/proc/loadavg: 9.58 9.99 9.15 11/272 13816
/proc/meminfo: memFree=29048916/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=320164 CPUtime=0.61 cores=0,2,4,6
/proc/13799/stat : 13799 (python) S 13797 13799 12303 0 -1 4202496 12463 940 1 0 54 7 0 0 24 0 5 0 538595541 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13799/statm: 80041 7237 1881 364 0 15950 0
[pid=13805] ppid=13799 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/13805/stat : 13805 (python) S 13799 13799 12303 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 538595605 285368320 5610 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715023 0 0 16781312 514 4326864407494623491 0 0 17 2 0 0 0
/proc/13805/statm: 69670 5610 376 364 0 5588 0
[pid=13807] ppid=13805 vsize=1017940 CPUtime=2.94 cores=0,2,4,6
/proc/13807/stat : 13807 (gnovelty+2) R 13805 13807 13807 0 -1 4202496 454 0 0 0 294 0 0 0 25 0 1 0 538595605 1042370560 191 33554432000 134512640 135663704 4287438560 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13807/statm: 254485 191 113 282 0 254201 0
[pid=13808] ppid=13799 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13808/stat : 13808 (python) S 13799 13799 12303 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538595608 296251392 5707 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 1078409804910657794 0 0 17 6 0 0 0
/proc/13808/statm: 72327 5707 371 364 0 8242 0
[pid=13810] ppid=13808 vsize=1017940 CPUtime=5.61 cores=0,2,4,6
/proc/13810/stat : 13810 (gnovelty+2) R 13808 13810 13810 0 -1 4202496 457 0 0 0 561 0 0 0 25 0 1 0 538595610 1042370560 191 33554432000 134512640 135663704 4294171600 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13810/statm: 254485 191 113 282 0 254201 0
[pid=13811] ppid=13799 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/13811/stat : 13811 (python) S 13799 13799 12303 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 1 0 538595611 306409472 5611 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 2842211173816828164 0 0 17 6 0 0 0
/proc/13811/statm: 74807 5611 371 364 0 10719 0
[pid=13813] ppid=13811 vsize=2676 CPUtime=2.71 cores=0,2,4,6
/proc/13813/stat : 13813 (march_hi) R 13811 13813 13813 0 -1 4202496 734 0 0 0 271 0 0 0 25 0 1 0 538595613 2740224 465 33554432000 4194304 4955518 140733852061248 18446744073709551615 4297137 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13813/statm: 669 465 106 186 0 482 0
[pid=13814] ppid=13799 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/13814/stat : 13814 (python) S 13799 13799 12303 0 -1 4202560 937 0 0 0 0 0 0 0 15 0 1 0 538595614 317358080 5723 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 12408885925235360002 0 0 17 6 0 0 0
/proc/13814/statm: 77480 5723 371 364 0 13389 0
[pid=13816] ppid=13814 vsize=2676 CPUtime=2.72 cores=0,2,4,6
/proc/13816/stat : 13816 (march_hi) R 13814 13816 13816 0 -1 4202496 737 0 0 0 272 0 0 0 25 0 1 0 538595614 2740224 467 33554432000 4194304 4955518 140733740148160 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13816/statm: 669 467 106 186 0 482 0
[pid=13799/tid=13806] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13806/stat : 13806 (python) S 13797 13799 12303 0 -1 4202560 27 940 0 0 0 0 0 0 21 0 5 0 538595605 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 2 0 0 0
[pid=13799/tid=13809] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13809/stat : 13809 (python) S 13797 13799 12303 0 -1 4202560 22 940 0 0 0 0 0 0 20 0 5 0 538595608 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13812] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13812/stat : 13812 (python) S 13797 13799 12303 0 -1 4202560 21 940 0 0 0 0 0 0 22 0 5 0 538595611 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13815] ppid=13797 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13815/stat : 13815 (python) S 13797 13799 12303 0 -1 4202560 29 940 0 0 0 0 0 0 24 0 5 0 538595614 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 3538532

[startup+12.7012 s]
/proc/loadavg: 9.61 9.99 9.15 12/272 13816
/proc/meminfo: memFree=29043264/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=320164 CPUtime=0.61 cores=0,2,4,6
/proc/13799/stat : 13799 (python) S 13797 13799 12303 0 -1 4202496 12463 940 1 0 54 7 0 0 24 0 5 0 538595541 327847936 7237 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13799/statm: 80041 7237 1881 364 0 15950 0
[pid=13805] ppid=13799 vsize=278680 CPUtime=0.01 cores=0,2,4,6
/proc/13805/stat : 13805 (python) S 13799 13799 12303 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 538595605 285368320 5610 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715023 0 0 16781312 514 14005491153680433411 0 0 17 2 0 0 0
/proc/13805/statm: 69670 5610 376 364 0 5588 0
[pid=13807] ppid=13805 vsize=1017940 CPUtime=6.14 cores=0,2,4,6
/proc/13807/stat : 13807 (gnovelty+2) R 13805 13807 13807 0 -1 4202496 454 0 0 0 614 0 0 0 25 0 1 0 538595605 1042370560 191 33554432000 134512640 135663704 4287438560 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13807/statm: 254485 191 113 282 0 254201 0
[pid=13808] ppid=13799 vsize=289308 CPUtime=0.01 cores=0,2,4,6

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

[pid=13823] ppid=13799 vsize=320176 CPUtime=2.14 cores=0,2,4,6
/proc/13823/stat : 13823 (python) S 13799 13799 12303 0 -1 4202560 1185 0 0 0 113 101 0 0 15 0 2 0 538610838 327860224 5774 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13823/statm: 80044 5774 400 364 0 15950 0
[pid=13825] ppid=13823 vsize=208676 CPUtime=749.76 cores=0,2,4,6
/proc/13825/stat : 13825 (march_hi) R 13823 13825 13825 0 -1 4202496 35505 0 0 0 74967 9 0 0 25 0 1 0 538610838 213684224 35220 33554432000 4194304 4955518 140736095544560 18446744073709551615 4226551 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13825/statm: 52169 35220 106 186 0 51982 0
[pid=13823/tid=13863] ppid=13799 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/13823/task/13863/stat : 13863 (python) S 13799 13799 12303 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 538688161 327860224 5774 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604442549597376 0 0 -1 0 0 0 0
[pid=13828] ppid=13799 vsize=330652 CPUtime=2.02 cores=0,2,4,6
/proc/13828/stat : 13828 (python) S 13799 13799 12303 0 -1 4202560 1185 0 0 0 110 92 0 0 15 0 2 0 538615239 338587648 5816 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13828/statm: 82663 5816 400 364 0 18566 0
[pid=13830] ppid=13828 vsize=142376 CPUtime=675.09 cores=0,2,4,6
/proc/13830/stat : 13830 (march_hi) R 13828 13830 13830 0 -1 4202496 32601 0 0 0 67502 7 0 0 25 0 1 0 538615239 145793024 32315 33554432000 4194304 4955518 140733727617664 18446744073709551615 4237892 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13830/statm: 35594 32315 106 186 0 35407 0
[pid=13828/tid=13885] ppid=13799 vsize=330652 CPUtime=0 cores=0,2,4,6
/proc/13828/task/13885/stat : 13885 (python) S 13799 13799 12303 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538702921 338587648 5816 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604448896893056 0 0 -1 6 0 0 0
[pid=13888] ppid=13799 vsize=340240 CPUtime=0.33 cores=0,2,4,6
/proc/13888/stat : 13888 (python) S 13799 13799 12303 0 -1 4202560 1005 0 0 0 19 14 0 0 15 0 1 0 538707468 348405760 5655 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 5023800572998811907 0 0 17 0 0 0 0
/proc/13888/statm: 85060 5655 371 364 0 20960 0
[pid=13890] ppid=13888 vsize=43180 CPUtime=161.87 cores=0,2,4,6
/proc/13890/stat : 13890 (march_hi) R 13888 13890 13890 0 -1 4202496 8336 0 0 0 16186 1 0 0 25 0 1 0 538707468 44216320 8050 33554432000 4194304 4955518 140734557662400 18446744073709551615 4245762 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13890/statm: 10795 8050 106 186 0 10608 0
[pid=13891] ppid=13799 vsize=351124 CPUtime=0.22 cores=0,2,4,6
/proc/13891/stat : 13891 (python) S 13799 13799 12303 0 -1 4202560 1166 0 0 0 12 10 0 0 19 0 2 0 538708481 359550976 5820 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13891/statm: 87781 5820 406 364 0 23678 0
[pid=13893] ppid=13891 vsize=416280 CPUtime=99.1 cores=0,2,4,6
/proc/13893/stat : 13893 (adaptg2wsat2009) T 13891 13893 13893 0 -1 4202496 526 0 0 0 9910 0 0 0 25 0 1 0 538708482 426270720 252 33554432000 134512640 135107411 4294581648 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13893/statm: 104070 252 59 146 0 102946 0
[pid=13891/tid=13897] ppid=13799 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/13891/task/13897/stat : 13897 (python) S 13799 13799 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538721501 359550976 5820 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604453882344768 0 0 -1 4 0 0 0
[pid=13898] ppid=13799 vsize=361380 CPUtime=0.06 cores=0,2,4,6
/proc/13898/stat : 13898 (python) S 13799 13799 12303 0 -1 4202560 966 0 0 0 3 3 0 0 18 0 1 0 538721504 370053120 5790 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 14005491153680433409 0 0 17 6 0 0 0
/proc/13898/statm: 90345 5790 371 364 0 26239 0
[pid=13900] ppid=13898 vsize=181512 CPUtime=20.11 cores=0,2,4,6
/proc/13900/stat : 13900 (kcnfs-2006) R 13898 13900 13900 0 -1 4202496 743 0 0 0 2011 0 0 0 25 0 1 0 538721505 185868288 474 33554432000 134512640 135163436 4290742352 18446744073709551615 134614958 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13900/statm: 45378 474 76 159 0 45218 0
[pid=13799/tid=13806] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13806/stat : 13806 (python) S 13797 13799 12303 0 -1 4202560 27 940 0 0 0 0 0 0 21 0 10 0 538595605 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 2 0 0 0
[pid=13799/tid=13809] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13809/stat : 13809 (python) S 13797 13799 12303 0 -1 4202560 22 940 0 0 0 0 0 0 20 0 10 0 538595608 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13812] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13812/stat : 13812 (python) S 13797 13799 12303 0 -1 4202560 25 940 0 0 0 0 0 0 18 0 10 0 538595611 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13815] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13815/stat : 13815 (python) S 13797 13799 12303 0 -1 4202560 34 940 0 0 0 0 0 0 18 0 10 0 538595614 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13824] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13824/stat : 13824 (python) S 13797 13799 12303 0 -1 4202560 30 940 0 0 0 0 0 0 18 0 10 0 538610838 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13829] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13829/stat : 13829 (python) S 13797 13799 12303 0 -1 4202560 26 940 0 0 0 0 0 0 18 0 10 0 538615239 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13889] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13889/stat : 13889 (python) S 13797 13799 12303 0 -1 4202560 32 940 0 0 0 0 0 0 20 0 10 0 538707468 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 4 0 0 0
[pid=13799/tid=13892] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13892/stat : 13892 (python) S 13797 13799 12303 0 -1 4202560 29 940 0 0 0 0 0 0 20 0 10 0 538708482 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 4 0 0 0
[pid=13799/tid=13899] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13899/stat : 13899 (python) S 13797 13799 12303 0 -1 4202560 28 940 0 0 0 0 0 0 20 0 10 0 538721504 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3565.7
Current children cumulated vsize (KiB) 6707832

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

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

[startup+1300 s]
/proc/loadavg: 5.01 6.41 8.10 6/270 13901
/proc/meminfo: memFree=28514668/32950928 swapFree=67086616/67111528
[pid=13799] ppid=13797 vsize=371624 CPUtime=0.93 cores=0,2,4,6
/proc/13799/stat : 13799 (python) S 13797 13799 12303 0 -1 4202496 17029 940 1 0 85 8 0 0 19 0 10 0 538595541 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13799/statm: 92906 7315 1892 364 0 28800 0
[pid=13805] ppid=13799 vsize=288924 CPUtime=0.32 cores=0,2,4,6
/proc/13805/stat : 13805 (python) S 13799 13799 12303 0 -1 4202560 1127 0 0 0 18 14 0 0 19 0 2 0 538595605 295858176 5649 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13805/statm: 72231 5649 410 364 0 8149 0
[pid=13807] ppid=13805 vsize=1017940 CPUtime=98.28 cores=0,2,4,6
/proc/13807/stat : 13807 (gnovelty+2) T 13805 13807 13807 0 -1 4202496 454 0 0 0 9828 0 0 0 25 0 1 0 538595605 1042370560 191 33554432000 134512640 135663704 4287438560 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13807/statm: 254485 191 113 282 0 254201 0
[pid=13805/tid=13827] ppid=13799 vsize=288924 CPUtime=0 cores=0,2,4,6
/proc/13805/task/13827/stat : 13827 (python) S 13799 13799 12303 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538615236 295858176 5649 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604453920119872 0 0 -1 2 0 0 0
[pid=13808] ppid=13799 vsize=289308 CPUtime=0.25 cores=0,2,4,6
/proc/13808/stat : 13808 (python) S 13799 13799 12303 0 -1 4202560 1100 0 0 0 13 12 0 0 19 0 2 0 538595608 296251392 5737 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13808/statm: 72327 5737 400 364 0 8242 0
[pid=13810] ppid=13808 vsize=1017940 CPUtime=99.16 cores=0,2,4,6
/proc/13810/stat : 13810 (gnovelty+2) T 13808 13810 13810 0 -1 4202496 457 0 0 0 9916 0 0 0 25 0 1 0 538595610 1042370560 191 33554432000 134512640 135663704 4294171600 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13810/statm: 254485 191 113 282 0 254201 0
[pid=13808/tid=13822] ppid=13799 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/13808/task/13822/stat : 13822 (python) S 13799 13799 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538610835 296251392 5737 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604440278878208 0 0 -1 6 0 0 0
[pid=13811] ppid=13799 vsize=299228 CPUtime=2.05 cores=0,2,4,6
/proc/13811/stat : 13811 (python) S 13799 13799 12303 0 -1 4202560 1153 0 0 0 113 92 0 0 15 0 2 0 538595611 306409472 5641 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13811/statm: 74807 5641 400 364 0 10719 0
[pid=13813] ppid=13811 vsize=208676 CPUtime=874.78 cores=0,2,4,6
/proc/13813/stat : 13813 (march_hi) T 13811 13813 13813 0 -1 4202496 41217 0 0 0 87471 7 0 0 25 0 1 0 538595613 213684224 40934 33554432000 4194304 4955518 140733852061248 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13813/statm: 52169 40934 106 186 0 51982 0
[pid=13811/tid=13849] ppid=13799 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/13811/task/13849/stat : 13849 (python) S 13799 13799 12303 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538651765 306409472 5641 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604453944357312 0 0 -1 2 0 0 0
[pid=13814] ppid=13799 vsize=309920 CPUtime=2.07 cores=0,2,4,6
/proc/13814/stat : 13814 (python) S 13799 13799 12303 0 -1 4202560 1176 0 0 0 106 101 0 0 15 0 2 0 538595614 317358080 5753 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13814/statm: 77480 5753 400 364 0 13389 0
[pid=13816] ppid=13814 vsize=208676 CPUtime=777.16 cores=0,2,4,6
/proc/13816/stat : 13816 (march_hi) T 13814 13816 13816 0 -1 4202496 37052 0 0 0 77707 9 0 0 25 0 1 0 538595614 213684224 36768 33554432000 4194304 4955518 140733740148160 18446744073709551615 4224450 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13816/statm: 52169 36768 106 186 0 51982 0
[pid=13814/tid=13859] ppid=13799 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13859/stat : 13859 (python) S 13799 13799 12303 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538681054 317358080 5753 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604448896895744 0 0 -1 6 0 0 0
[pid=13823] ppid=13799 vsize=320176 CPUtime=2.14 cores=0,2,4,6
/proc/13823/stat : 13823 (python) S 13799 13799 12303 0 -1 4202560 1185 0 0 0 113 101 0 0 15 0 2 0 538610838 327860224 5774 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13823/statm: 80044 5774 400 364 0 15950 0
[pid=13825] ppid=13823 vsize=208676 CPUtime=749.76 cores=0,2,4,6
/proc/13825/stat : 13825 (march_hi) R 13823 13825 13825 0 -1 4202496 35505 0 0 0 74967 9 0 0 25 0 1 0 538610838 213684224 35220 33554432000 4194304 4955518 140736095544560 18446744073709551615 4226551 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13825/statm: 52169 35220 106 186 0 51982 0
[pid=13823/tid=13863] ppid=13799 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/13823/task/13863/stat : 13863 (python) S 13799 13799 12303 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 538688161 327860224 5774 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604442549597376 0 0 -1 0 0 0 0
[pid=13828] ppid=13799 vsize=330652 CPUtime=2.02 cores=0,2,4,6
/proc/13828/stat : 13828 (python) S 13799 13799 12303 0 -1 4202560 1185 0 0 0 110 92 0 0 15 0 2 0 538615239 338587648 5816 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13828/statm: 82663 5816 400 364 0 18566 0
[pid=13830] ppid=13828 vsize=142376 CPUtime=675.09 cores=0,2,4,6
/proc/13830/stat : 13830 (march_hi) R 13828 13830 13830 0 -1 4202496 32601 0 0 0 67502 7 0 0 25 0 1 0 538615239 145793024 32315 33554432000 4194304 4955518 140733727617664 18446744073709551615 4237892 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13830/statm: 35594 32315 106 186 0 35407 0
[pid=13828/tid=13885] ppid=13799 vsize=330652 CPUtime=0 cores=0,2,4,6
/proc/13828/task/13885/stat : 13885 (python) S 13799 13799 12303 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538702921 338587648 5816 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604448896893056 0 0 -1 6 0 0 0
[pid=13888] ppid=13799 vsize=340240 CPUtime=0.33 cores=0,2,4,6
/proc/13888/stat : 13888 (python) S 13799 13799 12303 0 -1 4202560 1005 0 0 0 19 14 0 0 15 0 1 0 538707468 348405760 5655 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 5023800572998811907 0 0 17 0 0 0 0
/proc/13888/statm: 85060 5655 371 364 0 20960 0
[pid=13890] ppid=13888 vsize=43180 CPUtime=161.87 cores=0,2,4,6
/proc/13890/stat : 13890 (march_hi) R 13888 13890 13890 0 -1 4202496 8336 0 0 0 16186 1 0 0 25 0 1 0 538707468 44216320 8050 33554432000 4194304 4955518 140734557662400 18446744073709551615 4245762 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13890/statm: 10795 8050 106 186 0 10608 0
[pid=13891] ppid=13799 vsize=351124 CPUtime=0.22 cores=0,2,4,6
/proc/13891/stat : 13891 (python) S 13799 13799 12303 0 -1 4202560 1166 0 0 0 12 10 0 0 19 0 2 0 538708481 359550976 5820 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13891/statm: 87781 5820 406 364 0 23678 0
[pid=13893] ppid=13891 vsize=416280 CPUtime=99.1 cores=0,2,4,6
/proc/13893/stat : 13893 (adaptg2wsat2009) T 13891 13893 13893 0 -1 4202496 526 0 0 0 9910 0 0 0 25 0 1 0 538708482 426270720 252 33554432000 134512640 135107411 4294581648 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13893/statm: 104070 252 59 146 0 102946 0
[pid=13891/tid=13897] ppid=13799 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/13891/task/13897/stat : 13897 (python) S 13799 13799 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538721501 359550976 5820 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 514 18446604453882344768 0 0 -1 4 0 0 0
[pid=13898] ppid=13799 vsize=361380 CPUtime=0.06 cores=0,2,4,6
/proc/13898/stat : 13898 (python) S 13799 13799 12303 0 -1 4202560 966 0 0 0 3 3 0 0 18 0 1 0 538721504 370053120 5790 33554432000 4194304 5683644 140734965482912 18446744073709551615 239476715078 0 0 16781312 514 14005491153680433409 0 0 17 6 0 0 0
/proc/13898/statm: 90345 5790 371 364 0 26239 0
[pid=13900] ppid=13898 vsize=181512 CPUtime=20.11 cores=0,2,4,6
/proc/13900/stat : 13900 (kcnfs-2006) R 13898 13900 13900 0 -1 4202496 743 0 0 0 2011 0 0 0 25 0 1 0 538721505 185868288 474 33554432000 134512640 135163436 4290742352 18446744073709551615 134614958 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13900/statm: 45378 474 76 159 0 45218 0
[pid=13799/tid=13806] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13806/stat : 13806 (python) S 13797 13799 12303 0 -1 4202560 27 940 0 0 0 0 0 0 21 0 10 0 538595605 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 2 0 0 0
[pid=13799/tid=13809] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13809/stat : 13809 (python) S 13797 13799 12303 0 -1 4202560 22 940 0 0 0 0 0 0 20 0 10 0 538595608 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13812] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13812/stat : 13812 (python) S 13797 13799 12303 0 -1 4202560 25 940 0 0 0 0 0 0 18 0 10 0 538595611 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13815] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13815/stat : 13815 (python) S 13797 13799 12303 0 -1 4202560 34 940 0 0 0 0 0 0 18 0 10 0 538595614 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13824] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13824/stat : 13824 (python) S 13797 13799 12303 0 -1 4202560 30 940 0 0 0 0 0 0 18 0 10 0 538610838 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13829] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13829/stat : 13829 (python) S 13797 13799 12303 0 -1 4202560 26 940 0 0 0 0 0 0 18 0 10 0 538615239 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 6 0 0 0
[pid=13799/tid=13889] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13889/stat : 13889 (python) S 13797 13799 12303 0 -1 4202560 32 940 0 0 0 0 0 0 20 0 10 0 538707468 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 4 0 0 0
[pid=13799/tid=13892] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13892/stat : 13892 (python) S 13797 13799 12303 0 -1 4202560 29 940 0 0 0 0 0 0 20 0 10 0 538708482 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 4 0 0 0
[pid=13799/tid=13899] ppid=13797 vsize=371624 CPUtime=0 cores=0,2,4,6
/proc/13799/task/13899/stat : 13899 (python) S 13797 13799 12303 0 -1 4202560 28 940 0 0 0 0 0 0 20 0 10 0 538721504 380542976 7315 33554432000 4194304 5683644 140734965482912 18446744073709551615 239488518577 0 0 16781312 2 18446604448896894848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3565.7
Current children cumulated vsize (KiB) 6707832

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.06
CPU time (s): 3565.7
CPU user time (s): 3560.9
CPU system time (s): 4.8
CPU usage (%): 274.271
Max. virtual memory (cumulated for all children) (KiB): 6707836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.863868
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18453
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= 1028
involuntary context switches= 41

runsolver used 3.33849 second user time and 7.09992 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-01 19:13:05
IDJOB=3317549
IDBENCH=83014
IDSOLVER=1705
FILE ID=node148/3317549-1304269985
RUNJOBID= node148-1304267279-12321
PBS_JOBID= 13173931
Free space on /tmp= 73052 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S788239782-034.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-3317549-1304269985/watcher-3317549-1304269985 -o /tmp/evaluation-result-3317549-1304269985/solver-3317549-1304269985 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317549-1304269985.cnf -seed 1590400105 -budget 4800 -cores 4

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

MD5SUM BENCH= ea72de9bc2f16b1185170420c6413a72
RANDOM SEED=1590400105

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29093868 kB
Buffers:        804856 kB
Cached:        1884088 kB
SwapCached:       3772 kB
Active:        1107664 kB
Inactive:      2356164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29093868 kB
SwapTotal:    67111528 kB
SwapFree:     67086616 kB
Dirty:           33108 kB
Writeback:           0 kB
AnonPages:      772896 kB
Mapped:          26312 kB
Slab:           313620 kB
PageTables:      17408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35688656 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= 73048 MiB
End job on node148 at 2011-05-01 19:34:47