Trace number 3317276

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) 4579.97 1300.07

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S873866006-055.UNKNOWN.cnf
MD5SUM9ec6e0c9f7f3592c1fc9e4fe986eba4f
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.33/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.45	c INFO: solving HOME/instance-3317276-1304268576.cnf
0.33/0.45	c INFO: computing task features
0.33/0.47	c INFO: computed variable-clause graph statistics
0.33/0.47	c INFO: computed clause balance statistics
0.41/0.55	c INFO: computed variable balance statistics
0.51/0.60	c INFO: computed small-clause counts
0.51/0.60	c INFO: computed Horn-clause counts
0.51/0.60	c INFO: computed variable graph statistics
0.51/0.60	c INFO: collected features for HOME/instance-3317276-1304268576.cnf in 0.15 s
0.51/0.63	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.51/0.66	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.51/0.69	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.29)
0.61/0.72	c INFO: running march_hi@0 for 582 with 4799 remaining (b = 0.29)
297.47/99.86	c INFO: running march_hi@0 for 485 with 4700 remaining (b = 0.23)
441.17/147.88	c INFO: running march_hi@0 for 485 with 4652 remaining (b = 0.21)
1682.60/562.42	c INFO: running march_hi@0 for 97 with 4238 remaining (b = 0.05)
1764.07/589.67	c INFO: running march_hi@98 for 291 with 4210 remaining (b = 0.15)
2073.98/671.70	c INFO: running march_hi@585 for 97 with 4128 remaining (b = 0.08)
2454.84/767.11	c INFO: running march_hi@0 for 388 with 4033 remaining (b = 0.15)
2708.00/830.59	c INFO: running march_hi@97 for 97 with 3969 remaining (b = 0.04)
2821.35/858.92	c INFO: running march_hi@485 for 97 with 3941 remaining (b = 0.05)
2957.49/893.05	c INFO: running march_hi@197 for 194 with 3907 remaining (b = 0.10)
3116.76/932.98	c INFO: running march_hi@585 for 97 with 3867 remaining (b = 0.05)
3208.22/955.84	c INFO: running march_hi@0 for 388 with 3844 remaining (b = 0.13)
3508.02/1030.94	c INFO: running adaptg2wsat2009++@0 for 97 with 3769 remaining (b = 0.03)
3724.32/1085.28	c INFO: running march_hi@299 for 97 with 3715 remaining (b = 0.06)
3907.16/1131.14	c INFO: running march_hi@779 for 1358 with 3669 remaining (b = 0.40)
4019.92/1159.48	c INFO: running march_hi@485 for 194 with 3640 remaining (b = 0.07)
4121.48/1185.00	c INFO: running march_hi@398 for 97 with 3615 remaining (b = 0.04)
4496.73/1279.14	c INFO: running march_hi@0 for 388 with 3521 remaining (b = 0.13)

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-3317276-1304268576/watcher-3317276-1304268576 -o /tmp/evaluation-result-3317276-1304268576/solver-3317276-1304268576 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317276-1304268576.cnf -seed 824782661 -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: 8.28 7.94 6.00 7/216 2325
/proc/meminfo: memFree=29905136/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/2325/stat : 2325 (python) S 2323 2325 1708 0 -1 4202496 727 0 0 0 0 0 0 0 25 0 1 0 538456354 15548416 617 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/2325/statm: 3797 618 322 364 0 284 0

[startup+0.0917941 s]
/proc/loadavg: 8.28 7.94 6.00 7/216 2325
/proc/meminfo: memFree=29905136/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=101748 CPUtime=0.06 cores=0,2,4,6
/proc/2325/stat : 2325 (python) R 2323 2325 1708 0 -1 4202496 2917 0 0 0 5 1 0 0 25 0 1 0 538456354 104189952 2614 33554432000 4194304 5683644 140734136315232 18446744073709551615 251813898663 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2325/statm: 25437 2618 837 364 0 1737 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101748

[startup+0.100793 s]
/proc/loadavg: 8.28 7.94 6.00 7/216 2325
/proc/meminfo: memFree=29905136/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=104616 CPUtime=0.08 cores=0,2,4,6
/proc/2325/stat : 2325 (python) R 2323 2325 1708 0 -1 4202496 3127 0 0 0 6 2 0 0 25 0 1 0 538456354 107126784 2806 33554432000 4194304 5683644 140734136315232 18446744073709551615 4605921 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2325/statm: 26154 2808 847 364 0 1902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104616

[startup+0.300819 s]
/proc/loadavg: 8.28 7.94 6.00 7/216 2325
/proc/meminfo: memFree=29905136/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=198920 CPUtime=0.23 cores=0,2,4,6
/proc/2325/stat : 2325 (python) R 2323 2325 1708 0 -1 4202496 7017 935 1 0 17 6 0 0 25 0 1 0 538456354 203694080 5054 33554432000 4194304 5683644 140734136315232 18446744073709551615 47627852705800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2325/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700694 s]
/proc/loadavg: 8.28 7.94 6.00 7/216 2325
/proc/meminfo: memFree=29905136/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=309908 CPUtime=0.61 cores=0,2,4,6
/proc/2325/stat : 2325 (python) R 2323 2325 1708 0 -1 4202496 12062 935 1 0 51 10 0 0 25 0 4 0 538456354 317345792 7230 33554432000 4194304 5683644 140734136315232 18446744073709551615 4602366 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 77477 7230 1877 364 0 13389 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 309908

[startup+1.50056 s]
/proc/loadavg: 8.17 7.93 6.00 10/229 2342
/proc/meminfo: memFree=29865700/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=320164 CPUtime=0.64 cores=0,2,4,6
/proc/2325/stat : 2325 (python) S 2323 2325 1708 0 -1 4202496 12488 935 1 0 54 10 0 0 25 0 5 0 538456354 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 80041 7238 1881 364 0 15950 0
[pid=2331] ppid=2325 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2331/stat : 2331 (python) S 2325 2325 1708 0 -1 4202560 741 0 0 0 0 0 0 0 25 0 1 0 538456418 285368320 5589 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260239 0 0 16781312 514 11313085424081043455 0 0 17 6 0 0 0
/proc/2331/statm: 69670 5589 354 364 0 5588 0
[pid=2333] ppid=2331 vsize=1017940 CPUtime=0.51 cores=0,2,4,6
/proc/2333/stat : 2333 (gnovelty+2) R 2331 2333 2333 0 -1 4202496 453 0 0 0 51 0 0 0 25 0 1 0 538456418 1042370560 190 33554432000 134512640 135663704 4292389776 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2333/statm: 254485 190 113 282 0 254201 0
[pid=2334] ppid=2325 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (python) S 2325 2325 1708 0 -1 4202560 743 0 0 0 0 0 0 0 25 0 1 0 538456421 296251392 5685 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4110844732375039999 0 0 17 6 0 0 0
/proc/2334/statm: 72327 5685 348 364 0 8242 0
[pid=2336] ppid=2334 vsize=1017940 CPUtime=0.82 cores=0,2,4,6
/proc/2336/stat : 2336 (gnovelty+2) R 2334 2336 2336 0 -1 4202496 456 0 0 0 82 0 0 0 25 0 1 0 538456421 1042370560 190 33554432000 134512640 135663704 4288547632 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 254485 190 113 282 0 254201 0
[pid=2337] ppid=2325 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/2337/stat : 2337 (python) S 2325 2325 1708 0 -1 4202560 755 0 0 0 0 0 0 0 19 0 1 0 538456424 306409472 5601 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 6166118387467387140 0 0 17 0 0 0 0
/proc/2337/statm: 74807 5601 348 364 0 10719 0
[pid=2339] ppid=2337 vsize=1980 CPUtime=0.34 cores=0,2,4,6
/proc/2339/stat : 2339 (march_hi) R 2337 2339 2339 0 -1 4202496 568 0 0 0 34 0 0 0 25 0 1 0 538456426 2027520 300 33554432000 4194304 4955518 140736117962336 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2339/statm: 495 300 106 186 0 308 0
[pid=2340] ppid=2325 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2340/stat : 2340 (python) S 2325 2325 1708 0 -1 4202560 773 0 0 0 0 0 0 0 22 0 1 0 538456427 317358080 5701 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 5265767897900220676 0 0 17 2 0 0 0
/proc/2340/statm: 77480 5701 348 364 0 13389 0
[pid=2342] ppid=2340 vsize=2124 CPUtime=0.76 cores=0,2,4,6
/proc/2342/stat : 2342 (march_hi) R 2340 2342 2342 0 -1 4202496 634 0 0 0 76 0 0 0 25 0 1 0 538456427 2174976 359 33554432000 4194304 4955518 140734125386320 18446744073709551615 4235558 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2342/statm: 531 359 106 186 0 344 0
[pid=2325/tid=2332] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (python) S 2323 2325 1708 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538456418 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (python) S 2323 2325 1708 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538456421 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (python) S 2323 2325 1708 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538456424 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (python) S 2323 2325 1708 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 538456427 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 3537284

[startup+3.10129 s]
/proc/loadavg: 8.17 7.93 6.00 10/229 2343
/proc/meminfo: memFree=29864088/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=320164 CPUtime=0.64 cores=0,2,4,6
/proc/2325/stat : 2325 (python) S 2323 2325 1708 0 -1 4202496 12488 935 1 0 54 10 0 0 25 0 5 0 538456354 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 80041 7238 1881 364 0 15950 0
[pid=2331] ppid=2325 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2331/stat : 2331 (python) S 2325 2325 1708 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538456418 285368320 5589 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260239 0 0 16781312 514 11313085424081010947 0 0 17 6 0 0 0
/proc/2331/statm: 69670 5589 354 364 0 5588 0
[pid=2333] ppid=2331 vsize=1017940 CPUtime=1.31 cores=0,2,4,6
/proc/2333/stat : 2333 (gnovelty+2) R 2331 2333 2333 0 -1 4202496 453 0 0 0 131 0 0 0 25 0 1 0 538456418 1042370560 190 33554432000 134512640 135663704 4292389776 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2333/statm: 254485 190 113 282 0 254201 0
[pid=2334] ppid=2325 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (python) S 2325 2325 1708 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538456421 296251392 5685 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4110844732375007491 0 0 17 6 0 0 0
/proc/2334/statm: 72327 5685 348 364 0 8242 0
[pid=2336] ppid=2334 vsize=1017940 CPUtime=2.41 cores=0,2,4,6
/proc/2336/stat : 2336 (gnovelty+2) R 2334 2336 2336 0 -1 4202496 456 0 0 0 241 0 0 0 25 0 1 0 538456421 1042370560 190 33554432000 134512640 135663704 4288547632 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 254485 190 113 282 0 254201 0
[pid=2337] ppid=2325 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/2337/stat : 2337 (python) S 2325 2325 1708 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 538456424 306409472 5601 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4055844686852521983 0 0 17 0 0 0 0
/proc/2337/statm: 74807 5601 348 364 0 10719 0
[pid=2339] ppid=2337 vsize=2224 CPUtime=1.14 cores=0,2,4,6
/proc/2339/stat : 2339 (march_hi) R 2337 2339 2339 0 -1 4202496 651 0 0 0 114 0 0 0 25 0 1 0 538456426 2277376 382 33554432000 4194304 4955518 140736117962336 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2339/statm: 556 382 106 186 0 369 0
[pid=2340] ppid=2325 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2340/stat : 2340 (python) S 2325 2325 1708 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 538456427 317358080 5701 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 5265767897900220676 0 0 17 2 0 0 0
/proc/2340/statm: 77480 5701 348 364 0 13389 0
[pid=2342] ppid=2340 vsize=2604 CPUtime=2.36 cores=0,2,4,6
/proc/2342/stat : 2342 (march_hi) R 2340 2342 2342 0 -1 4202496 730 0 0 0 236 0 0 0 25 0 1 0 538456427 2666496 455 33554432000 4194304 4955518 140734125386320 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2342/statm: 651 455 106 186 0 464 0
[pid=2325/tid=2332] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (python) S 2323 2325 1708 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538456418 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (python) S 2323 2325 1708 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538456421 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (python) S 2323 2325 1708 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538456424 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (python) S 2323 2325 1708 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 538456427 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 3538008

[startup+6.30075 s]
/proc/loadavg: 8.24 7.95 6.02 10/229 2343
/proc/meminfo: memFree=29861992/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=320164 CPUtime=0.64 cores=0,2,4,6
/proc/2325/stat : 2325 (python) S 2323 2325 1708 0 -1 4202496 12488 935 1 0 54 10 0 0 25 0 5 0 538456354 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 80041 7238 1881 364 0 15950 0
[pid=2331] ppid=2325 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/2331/stat : 2331 (python) S 2325 2325 1708 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538456418 285368320 5612 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260239 0 0 16781312 514 11313085424081010947 0 0 17 6 0 0 0
/proc/2331/statm: 69670 5612 377 364 0 5588 0
[pid=2333] ppid=2331 vsize=1017940 CPUtime=2.91 cores=0,2,4,6
/proc/2333/stat : 2333 (gnovelty+2) R 2331 2333 2333 0 -1 4202496 453 0 0 0 291 0 0 0 25 0 1 0 538456418 1042370560 190 33554432000 134512640 135663704 4292389776 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2333/statm: 254485 190 113 282 0 254201 0
[pid=2334] ppid=2325 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (python) S 2325 2325 1708 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538456421 296251392 5708 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4110844732375007491 0 0 17 6 0 0 0
/proc/2334/statm: 72327 5708 371 364 0 8242 0
[pid=2336] ppid=2334 vsize=1017940 CPUtime=5.57 cores=0,2,4,6
/proc/2336/stat : 2336 (gnovelty+2) R 2334 2336 2336 0 -1 4202496 456 0 0 0 557 0 0 0 25 0 1 0 538456421 1042370560 190 33554432000 134512640 135663704 4288547632 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 254485 190 113 282 0 254201 0
[pid=2337] ppid=2325 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/2337/stat : 2337 (python) S 2325 2325 1708 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 1 0 538456424 306409472 5624 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 6166118387467387140 0 0 17 0 0 0 0
/proc/2337/statm: 74807 5624 371 364 0 10719 0
[pid=2339] ppid=2337 vsize=2604 CPUtime=2.74 cores=0,2,4,6
/proc/2339/stat : 2339 (march_hi) R 2337 2339 2339 0 -1 4202496 747 0 0 0 274 0 0 0 25 0 1 0 538456426 2666496 478 33554432000 4194304 4955518 140736117962336 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2339/statm: 651 478 106 186 0 464 0
[pid=2340] ppid=2325 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2340/stat : 2340 (python) S 2325 2325 1708 0 -1 4202560 936 0 0 0 0 0 0 0 15 0 1 0 538456427 317358080 5724 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 5265767897900220676 0 0 17 2 0 0 0
/proc/2340/statm: 77480 5724 371 364 0 13389 0
[pid=2342] ppid=2340 vsize=3456 CPUtime=5.55 cores=0,2,4,6
/proc/2342/stat : 2342 (march_hi) R 2340 2342 2342 0 -1 4202496 919 0 0 0 555 0 0 0 25 0 1 0 538456427 3538944 644 33554432000 4194304 4955518 140734125386320 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2342/statm: 864 644 106 186 0 677 0
[pid=2325/tid=2332] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (python) S 2323 2325 1708 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538456418 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (python) S 2323 2325 1708 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538456421 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (python) S 2323 2325 1708 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538456424 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (python) S 2323 2325 1708 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 538456427 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 3539240

[startup+12.7007 s]
/proc/loadavg: 8.30 7.96 6.03 10/233 2347
/proc/meminfo: memFree=29857624/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=320164 CPUtime=0.64 cores=0,2,4,6
/proc/2325/stat : 2325 (python) S 2323 2325 1708 0 -1 4202496 12488 935 1 0 54 10 0 0 25 0 5 0 538456354 327847936 7238 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 80041 7238 1881 364 0 15950 0
[pid=2331] ppid=2325 vsize=278680 CPUtime=0.01 cores=0,2,4,6
/proc/2331/stat : 2331 (python) S 2325 2325 1708 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 538456418 285368320 5612 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260239 0 0 16781312 514 4878066899511902467 0 0 17 6 0 0 0
/proc/2331/statm: 69670 5612 377 364 0 5588 0
[pid=2333] ppid=2331 vsize=1017940 CPUtime=6.11 cores=0,2,4,6
/proc/2333/stat : 2333 (gnovelty+2) R 2331 2333 2333 0 -1 4202496 453 0 0 0 611 0 0 0 25 0 1 0 538456418 1042370560 190 33554432000 134512640 135663704 4292389776 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2333/statm: 254485 190 113 282 0 254201 0
[pid=2334] ppid=2325 vsize=289308 CPUtime=0.01 cores=0,2,4,6

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

[pid=2437] ppid=2325 vsize=340840 CPUtime=0.81 cores=0,2,4,6
/proc/2437/stat : 2437 (python) S 2325 2325 1708 0 -1 4202560 1223 0 0 0 43 38 0 0 15 0 2 0 538533066 349020160 5836 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2437/statm: 85210 5836 406 364 0 21110 0
[pid=2439] ppid=2437 vsize=94160 CPUtime=473.24 cores=0,2,4,6
/proc/2439/stat : 2439 (march_hi) R 2437 2439 2439 0 -1 4202496 23132 0 0 0 47317 7 0 0 25 0 1 0 538533066 96419840 22858 33554432000 4194304 4955518 140733367821664 18446744073709551615 4261522 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2439/statm: 23540 22858 106 186 0 23353 0
[pid=2437/tid=2530] ppid=2325 vsize=340840 CPUtime=0 cores=0,2,4,6
/proc/2437/task/2530/stat : 2530 (python) S 2325 2325 1708 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538572300 349020160 5836 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
[pid=2508] ppid=2325 vsize=351216 CPUtime=0.5 cores=0,2,4,6
/proc/2508/stat : 2508 (python) S 2325 2325 1708 0 -1 4202560 1077 0 0 0 27 23 0 0 15 0 1 0 538551939 359645184 5814 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4878066899511902468 0 0 17 2 0 0 0
/proc/2508/statm: 87804 5814 377 364 0 23701 0
[pid=2510] ppid=2508 vsize=64692 CPUtime=285.77 cores=0,2,4,6
/proc/2510/stat : 2510 (march_hi) R 2508 2510 2510 0 -1 4202496 14756 0 0 0 28575 2 0 0 25 0 1 0 538551939 66244608 14478 33554432000 4194304 4955518 140733434967392 18446744073709551615 4307236 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2510/statm: 16173 14478 106 186 0 15986 0
[pid=2521] ppid=2325 vsize=361472 CPUtime=0.16 cores=0,2,4,6
/proc/2521/stat : 2521 (python) S 2325 2325 1708 0 -1 4202560 1134 0 0 0 9 7 0 0 19 0 2 0 538559449 370147328 5842 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2521/statm: 90368 5842 400 364 0 26262 0
[pid=2523] ppid=2521 vsize=416280 CPUtime=99.11 cores=0,2,4,6
/proc/2523/stat : 2523 (adaptg2wsat2009) T 2521 2523 2523 0 -1 4202496 523 0 0 0 9911 0 0 0 25 0 1 0 538559449 426270720 252 33554432000 134512640 135107411 4292543664 18446744073709551615 134532041 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/2523/statm: 104070 252 59 146 0 102946 0
[pid=2521/tid=2528] ppid=2325 vsize=361472 CPUtime=0 cores=0,2,4,6
/proc/2521/task/2528/stat : 2528 (python) S 2325 2325 1708 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538569466 370147328 5842 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453901571008 0 0 -1 6 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (python) S 2323 2325 1708 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 10 0 538456418 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (python) S 2323 2325 1708 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 10 0 538456421 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (python) S 2323 2325 1708 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 10 0 538456424 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (python) S 2323 2325 1708 0 -1 4202560 47 935 0 0 0 0 0 0 18 0 10 0 538456427 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2352] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2352/stat : 2352 (python) S 2323 2325 1708 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 538466341 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2360] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2360/stat : 2360 (python) S 2323 2325 1708 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 10 0 538471143 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2438] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2438/stat : 2438 (python) S 2323 2325 1708 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 538533066 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2509] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2509/stat : 2509 (python) S 2323 2325 1708 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 10 0 538551939 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2522] ppid=2323 vsize=371924 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2522/stat : 2522 (python) S 2323 2325 1708 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538559449 380850176 7389 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4350.12
Current children cumulated vsize (KiB) 6616784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.17 8.22 7.81 9/280 2537
/proc/meminfo: memFree=28471096/32950928 swapFree=67111448/67111528
[pid=2325] ppid=2323 vsize=382180 CPUtime=1.12 cores=0,2,4,6
/proc/2325/stat : 2325 (python) S 2323 2325 1708 0 -1 4202496 18275 935 1 0 100 12 0 0 20 0 11 0 538456354 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 95545 7395 1894 364 0 31436 0
[pid=2331] ppid=2325 vsize=288924 CPUtime=0.22 cores=0,2,4,6
/proc/2331/stat : 2331 (python) S 2325 2325 1708 0 -1 4202560 1104 0 0 0 12 10 0 0 19 0 2 0 538456418 295858176 5650 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2331/statm: 72231 5650 410 364 0 8149 0
[pid=2333] ppid=2331 vsize=1017940 CPUtime=97.52 cores=0,2,4,6
/proc/2333/stat : 2333 (gnovelty+2) T 2331 2333 2333 0 -1 4202496 453 0 0 0 9752 0 0 0 25 0 1 0 538456418 1042370560 190 33554432000 134512640 135663704 4292389776 18446744073709551615 134524744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2333/statm: 254485 190 113 282 0 254201 0
[pid=2331/tid=2358] ppid=2325 vsize=288924 CPUtime=0 cores=0,2,4,6
/proc/2331/task/2358/stat : 2358 (python) S 2325 2325 1708 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538471139 295858176 5650 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604446956791616 0 0 -1 6 0 0 0
[pid=2334] ppid=2325 vsize=289308 CPUtime=0.14 cores=0,2,4,6
/proc/2334/stat : 2334 (python) S 2325 2325 1708 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 538456421 296251392 5738 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2334/statm: 72327 5738 400 364 0 8242 0
[pid=2336] ppid=2334 vsize=1017940 CPUtime=98.22 cores=0,2,4,6
/proc/2336/stat : 2336 (gnovelty+2) T 2334 2336 2336 0 -1 4202496 456 0 0 0 9822 0 0 0 25 0 1 0 538456421 1042370560 190 33554432000 134512640 135663704 4288547632 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/2336/statm: 254485 190 113 282 0 254201 0
[pid=2334/tid=2350] ppid=2325 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2350/stat : 2350 (python) S 2325 2325 1708 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538466338 296251392 5738 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453869823872 0 0 -1 6 0 0 0
[pid=2337] ppid=2325 vsize=299228 CPUtime=1.28 cores=0,2,4,6
/proc/2337/stat : 2337 (python) S 2325 2325 1708 0 -1 4202560 1159 0 0 0 70 58 0 0 15 0 2 0 538456424 306409472 5654 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 74807 5654 400 364 0 10719 0
[pid=2339] ppid=2337 vsize=142192 CPUtime=680.43 cores=0,2,4,6
/proc/2339/stat : 2339 (march_hi) T 2337 2339 2339 0 -1 4202496 32219 0 0 0 68035 8 0 0 25 0 1 0 538456426 145604608 31950 33554432000 4194304 4955518 140736117962336 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2339/statm: 35548 31950 106 186 0 35361 0
[pid=2337/tid=2402] ppid=2325 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/2337/task/2402/stat : 2402 (python) S 2325 2325 1708 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538512594 306409472 5654 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453857018176 0 0 -1 0 0 0 0
[pid=2340] ppid=2325 vsize=309920 CPUtime=2.16 cores=0,2,4,6
/proc/2340/stat : 2340 (python) S 2325 2325 1708 0 -1 4202560 1180 0 0 0 118 98 0 0 15 0 2 0 538456427 317358080 5754 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2340/statm: 77480 5754 400 364 0 13389 0
[pid=2342] ppid=2340 vsize=315604 CPUtime=1261.77 cores=0,2,4,6
/proc/2342/stat : 2342 (march_hi) T 2340 2342 2342 0 -1 4202496 57629 0 0 0 126161 16 0 0 25 0 1 0 538456427 323178496 57354 33554432000 4194304 4955518 140734125386320 18446744073709551615 4237772 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2342/statm: 78901 57354 106 186 0 78714 0
[pid=2340/tid=2403] ppid=2325 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/2340/task/2403/stat : 2403 (python) S 2325 2325 1708 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538515319 317358080 5754 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453876930688 0 0 -1 2 0 0 0
[pid=2351] ppid=2325 vsize=320176 CPUtime=1.59 cores=0,2,4,6
/proc/2351/stat : 2351 (python) S 2325 2325 1708 0 -1 4202560 1179 0 0 0 85 74 0 0 15 0 2 0 538466341 327860224 5758 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2351/statm: 80044 5758 400 364 0 15950 0
[pid=2353] ppid=2351 vsize=142192 CPUtime=685.11 cores=0,2,4,6
/proc/2353/stat : 2353 (march_hi) T 2351 2353 2353 0 -1 4202496 32692 0 0 0 68504 7 0 0 25 0 1 0 538466341 145604608 32420 33554432000 4194304 4955518 140735971102400 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2353/statm: 35548 32420 106 186 0 35361 0
[pid=2351/tid=2451] ppid=2325 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/2351/task/2451/stat : 2451 (python) S 2325 2325 1708 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 538539410 327860224 5758 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453857020864 0 0 -1 2 0 0 0
[pid=2359] ppid=2325 vsize=330584 CPUtime=1.68 cores=0,2,4,6
/proc/2359/stat : 2359 (python) S 2325 2325 1708 0 -1 4202560 1187 0 0 0 88 80 0 0 15 0 2 0 538471142 338518016 5800 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2359/statm: 82646 5800 400 364 0 18549 0
[pid=2361] ppid=2359 vsize=208492 CPUtime=753.85 cores=0,2,4,6
/proc/2361/stat : 2361 (march_hi) R 2359 2361 2361 0 -1 4202496 35582 0 0 0 75375 10 0 0 25 0 1 0 538471143 213495808 35309 33554432000 4194304 4955518 140736963223664 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2361/statm: 52123 35309 106 186 0 51936 0
[pid=2359/tid=2453] ppid=2325 vsize=330584 CPUtime=0 cores=0,2,4,6
/proc/2359/task/2453/stat : 2453 (python) S 2325 2325 1708 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538542244 338518016 5800 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453901572800 0 0 -1 2 0 0 0
[pid=2437] ppid=2325 vsize=340840 CPUtime=0.91 cores=0,2,4,6
/proc/2437/stat : 2437 (python) S 2325 2325 1708 0 -1 4202560 1223 0 0 0 49 42 0 0 15 0 2 0 538533066 349020160 5836 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2437/statm: 85210 5836 406 364 0 21110 0
[pid=2439] ppid=2437 vsize=142192 CPUtime=529.91 cores=0,2,4,6
/proc/2439/stat : 2439 (march_hi) R 2437 2439 2439 0 -1 4202496 25307 0 0 0 52983 8 0 0 25 0 1 0 538533066 145604608 25033 33554432000 4194304 4955518 140733367821664 18446744073709551615 4208663 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2439/statm: 35548 25033 106 186 0 35361 0
[pid=2437/tid=2530] ppid=2325 vsize=340840 CPUtime=0 cores=0,2,4,6
/proc/2437/task/2530/stat : 2530 (python) S 2325 2325 1708 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538572300 349020160 5836 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
[pid=2508] ppid=2325 vsize=351216 CPUtime=0.6 cores=0,2,4,6
/proc/2508/stat : 2508 (python) S 2325 2325 1708 0 -1 4202560 1077 0 0 0 33 27 0 0 15 0 1 0 538551939 359645184 5814 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4878066899511902468 0 0 17 2 0 0 0
/proc/2508/statm: 87804 5814 377 364 0 23701 0
[pid=2510] ppid=2508 vsize=94160 CPUtime=343.37 cores=0,2,4,6
/proc/2510/stat : 2510 (march_hi) R 2508 2510 2510 0 -1 4202496 17443 0 0 0 34335 2 0 0 25 0 1 0 538551939 96419840 17165 33554432000 4194304 4955518 140733434967392 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2510/statm: 23540 17165 106 186 0 23353 0
[pid=2521] ppid=2325 vsize=361472 CPUtime=0.16 cores=0,2,4,6
/proc/2521/stat : 2521 (python) S 2325 2325 1708 0 -1 4202560 1134 0 0 0 9 7 0 0 19 0 2 0 538559449 370147328 5842 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2521/statm: 90368 5842 400 364 0 26262 0
[pid=2523] ppid=2521 vsize=416280 CPUtime=99.11 cores=0,2,4,6
/proc/2523/stat : 2523 (adaptg2wsat2009) T 2521 2523 2523 0 -1 4202496 523 0 0 0 9911 0 0 0 25 0 1 0 538559449 426270720 252 33554432000 134512640 135107411 4292543664 18446744073709551615 134532041 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/2523/statm: 104070 252 59 146 0 102946 0
[pid=2521/tid=2528] ppid=2325 vsize=361472 CPUtime=0 cores=0,2,4,6
/proc/2521/task/2528/stat : 2528 (python) S 2325 2325 1708 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538569466 370147328 5842 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 514 18446604453901571008 0 0 -1 6 0 0 0
[pid=2534] ppid=2325 vsize=371936 CPUtime=0.04 cores=0,2,4,6
/proc/2534/stat : 2534 (python) S 2325 2325 1708 0 -1 4202560 983 0 0 0 2 2 0 0 15 0 1 0 538584269 380862464 5868 33554432000 4194304 5683644 140734136315232 18446744073709551615 251814260294 0 0 16781312 514 4878066899511902466 0 0 17 4 0 0 0
/proc/2534/statm: 92984 5868 371 364 0 28875 0
[pid=2536] ppid=2534 vsize=7336 CPUtime=20.78 cores=0,2,4,6
/proc/2536/stat : 2536 (march_hi) R 2534 2536 2536 0 -1 4202496 1754 0 0 0 2078 0 0 0 25 0 1 0 538584269 7512064 1477 33554432000 4194304 4955518 140735057843728 18446744073709551615 4285604 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2536/statm: 1834 1477 106 186 0 1647 0
[pid=2325/tid=2332] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (python) S 2323 2325 1708 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 11 0 538456418 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (python) S 2323 2325 1708 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 11 0 538456421 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (python) S 2323 2325 1708 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 11 0 538456424 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (python) S 2323 2325 1708 0 -1 4202560 47 935 0 0 0 0 0 0 18 0 11 0 538456427 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2352] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2352/stat : 2352 (python) S 2323 2325 1708 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 11 0 538466341 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2360] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2360/stat : 2360 (python) S 2323 2325 1708 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 11 0 538471143 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2438] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2438/stat : 2438 (python) S 2323 2325 1708 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 11 0 538533066 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2509] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2509/stat : 2509 (python) S 2323 2325 1708 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 11 0 538551939 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2522] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2522/stat : 2522 (python) S 2323 2325 1708 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 11 0 538559449 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
[pid=2325/tid=2535] ppid=2323 vsize=382180 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2535/stat : 2535 (python) S 2323 2325 1708 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 11 0 538584269 391352320 7395 33554432000 4194304 5683644 140734136315232 18446744073709551615 251826063793 0 0 16781312 2 18446604448700623616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4579.97
Current children cumulated vsize (KiB) 7150112

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.07
CPU time (s): 4579.97
CPU user time (s): 4575.29
CPU system time (s): 4.68
CPU usage (%): 352.287
Max. virtual memory (cumulated for all children) (KiB): 7150112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01684
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19729
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= 1103
involuntary context switches= 39

runsolver used 3.58745 second user time and 8.21875 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-01 18:49:36
IDJOB=3317276
IDBENCH=82741
IDSOLVER=1705
FILE ID=node126/3317276-1304268576
RUNJOBID= node126-1304267283-1726
PBS_JOBID= 13173953
Free space on /tmp= 73204 MiB

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

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

MD5SUM BENCH= 9ec6e0c9f7f3592c1fc9e4fe986eba4f
RANDOM SEED=824782661

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29905292 kB
Buffers:        316012 kB
Cached:        1682556 kB
SwapCached:         76 kB
Active:        1037100 kB
Inactive:      1681844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29905292 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           31896 kB
Writeback:           0 kB
AnonPages:      720156 kB
Mapped:          22596 kB
Slab:           253984 kB
PageTables:      12816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14025984 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= 73172 MiB
End job on node126 at 2011-05-01 19:11:19