Trace number 3317379

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S121099030-067.UNKNOWN.cnf
MD5SUMb936bd7aa1624f527379bba2a9d6f8ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.64	c INFO: solving HOME/instance-3317379-1304269136.cnf
0.35/0.64	c INFO: computing task features
0.35/0.65	c INFO: computed variable-clause graph statistics
0.35/0.65	c INFO: computed clause balance statistics
0.45/0.73	c INFO: computed variable balance statistics
0.45/0.77	c INFO: computed small-clause counts
0.45/0.77	c INFO: computed Horn-clause counts
0.45/0.77	c INFO: computed variable graph statistics
0.45/0.77	c INFO: collected features for HOME/instance-3317379-1304269136.cnf in 0.13 s
0.54/0.80	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.54/0.83	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.54/0.86	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.34)
0.54/0.89	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.30)
350.15/100.99	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.27)
350.54/101.03	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.24)
1722.08/493.87	c INFO: running march_hi@0 for 97 with 4306 remaining (b = 0.06)
1882.42/539.72	c INFO: running march_hi@99 for 291 with 4260 remaining (b = 0.17)
2038.07/591.72	c INFO: running march_hi@100 for 97 with 4208 remaining (b = 0.06)
2116.14/617.89	c INFO: running march_hi@487 for 97 with 4182 remaining (b = 0.07)
2413.61/717.28	c INFO: running march_hi@197 for 194 with 4083 remaining (b = 0.12)
2502.17/746.89	c INFO: running march_hi@581 for 97 with 4053 remaining (b = 0.06)
2873.65/858.22	c INFO: running march_hi@588 for 97 with 3942 remaining (b = 0.07)
2992.20/897.87	c INFO: running march_hi@0 for 388 with 3902 remaining (b = 0.18)
3025.32/907.39	c INFO: running march_hi@487 for 97 with 3893 remaining (b = 0.05)
3174.74/950.16	c INFO: running march_hi@294 for 97 with 3850 remaining (b = 0.08)
3248.16/974.53	c INFO: running march_hi@0 for 388 with 3826 remaining (b = 0.16)
3478.40/1051.14	c INFO: running march_hi@873 for 1261 with 3749 remaining (b = 0.41)
3524.95/1066.61	c INFO: running march_hi@390 for 97 with 3734 remaining (b = 0.05)
4100.94/1258.45	c INFO: running march_hi@486 for 194 with 3542 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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.22 8.98 7.45 6/268 29289
/proc/meminfo: memFree=29131056/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/29289/stat : 29289 (python) R 29287 29289 28463 0 -1 4202496 813 0 0 0 0 0 0 0 25 0 1 0 538511797 15753216 698 33554432000 4194304 5683644 140736134618416 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29289/statm: 3846 698 334 364 0 333 0

[startup+0.0719581 s]
/proc/loadavg: 9.22 8.98 7.45 6/268 29289
/proc/meminfo: memFree=29131056/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=38900 CPUtime=0.04 cores=1,3,5,7
/proc/29289/stat : 29289 (python) R 29287 29289 28463 0 -1 4202496 1658 0 0 0 3 1 0 0 25 0 1 0 538511797 39833600 1485 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29289/statm: 9725 1485 455 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38900

[startup+0.100955 s]
/proc/loadavg: 9.22 8.98 7.45 6/268 29289
/proc/meminfo: memFree=29131056/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=93956 CPUtime=0.05 cores=1,3,5,7
/proc/29289/stat : 29289 (python) R 29287 29289 28463 0 -1 4202496 2693 0 0 0 4 1 0 0 25 0 1 0 538511797 96210944 2406 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/29289/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.300885 s]
/proc/loadavg: 9.22 8.98 7.45 6/268 29289
/proc/meminfo: memFree=29131056/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/29289/stat : 29289 (python) S 29287 29289 28463 0 -1 4202496 5963 935 1 0 14 4 0 0 18 0 1 0 538511797 139005952 4151 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/29289/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.709847 s]
/proc/loadavg: 9.22 8.98 7.45 6/268 29289
/proc/meminfo: memFree=29131056/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=278524 CPUtime=0.45 cores=1,3,5,7
/proc/29289/stat : 29289 (python) R 29287 29289 28463 0 -1 4202496 9359 935 1 0 36 9 0 0 16 0 1 0 538511797 285208576 7029 33554432000 4194304 5683644 140736134618416 18446744073709551615 246520243120 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29289/statm: 69631 7029 1826 364 0 5555 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278524

[startup+1.50066 s]
/proc/loadavg: 9.22 8.98 7.45 11/281 29306
/proc/meminfo: memFree=29092384/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/29289/stat : 29289 (python) S 29287 29289 28463 0 -1 4202496 12405 935 1 0 53 10 0 0 21 0 5 0 538511797 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29289/statm: 80058 7255 1881 364 0 15967 0
[pid=29295] ppid=29289 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/29295/stat : 29295 (python) S 29289 29289 28463 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538511878 285233152 5571 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854287 0 0 16781312 514 14805630783397560319 0 0 17 3 0 0 0
/proc/29295/statm: 69637 5571 354 364 0 5555 0
[pid=29297] ppid=29295 vsize=1017800 CPUtime=0.67 cores=1,3,5,7
/proc/29297/stat : 29297 (gnovelty+2) R 29295 29297 29297 0 -1 4202496 443 0 0 0 67 0 0 0 21 0 1 0 538511878 1042227200 180 33554432000 134512640 135663704 4287871872 18446744073709551615 134525054 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29297/statm: 254450 180 113 282 0 254166 0
[pid=29298] ppid=29289 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/29298/stat : 29298 (python) S 29289 29289 28463 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 538511881 296284160 5693 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 13127188625324244991 0 0 17 3 0 0 0
/proc/29298/statm: 72335 5693 348 364 0 8250 0
[pid=29300] ppid=29298 vsize=1017800 CPUtime=0.65 cores=1,3,5,7
/proc/29300/stat : 29300 (gnovelty+2) R 29298 29300 29300 0 -1 4202496 444 0 0 0 65 0 0 0 22 0 1 0 538511881 1042227200 180 33554432000 134512640 135663704 4286635088 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29300/statm: 254450 180 113 282 0 254166 0
[pid=29301] ppid=29289 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/29301/stat : 29301 (python) S 29289 29289 28463 0 -1 4202560 760 0 0 0 0 0 0 0 16 0 1 0 538511884 306302976 5594 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/29301/statm: 74781 5594 348 364 0 10693 0
[pid=29305] ppid=29301 vsize=1988 CPUtime=0.59 cores=1,3,5,7
/proc/29305/stat : 29305 (march_hi) R 29301 29305 29305 0 -1 4202496 593 0 0 0 59 0 0 0 22 0 1 0 538511887 2035712 325 33554432000 4194304 4955518 140736431287344 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29305/statm: 497 325 106 186 0 310 0
[pid=29303] ppid=29289 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/29303/stat : 29303 (python) S 29289 29289 28463 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 538511887 317427712 5718 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 5398399786535584008 0 0 17 7 0 0 0
/proc/29303/statm: 77497 5718 348 364 0 13406 0
[pid=29306] ppid=29303 vsize=1844 CPUtime=0.32 cores=1,3,5,7
/proc/29306/stat : 29306 (march_hi) R 29303 29306 29306 0 -1 4202496 542 0 0 0 32 0 0 0 24 0 1 0 538511887 1888256 278 33554432000 4194304 4955518 140733343506272 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29306/statm: 461 278 106 186 0 274 0
[pid=29289/tid=29296] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29296/stat : 29296 (python) S 29287 29289 28463 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 538511878 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29299/stat : 29299 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 5 0 538511881 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29302/stat : 29302 (python) S 29287 29289 28463 0 -1 4202560 36 935 0 0 0 0 0 0 20 0 5 0 538511884 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29304/stat : 29304 (python) S 29287 29289 28463 0 -1 4202560 17 935 0 0 0 0 0 0 22 0 5 0 538511887 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 3536664

[startup+3.10137 s]
/proc/loadavg: 9.22 8.98 7.45 10/281 29306
/proc/meminfo: memFree=29091144/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/29289/stat : 29289 (python) S 29287 29289 28463 0 -1 4202496 12405 935 1 0 53 10 0 0 21 0 5 0 538511797 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29289/statm: 80058 7255 1881 364 0 15967 0
[pid=29295] ppid=29289 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/29295/stat : 29295 (python) S 29289 29289 28463 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538511878 285233152 5571 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854287 0 0 16781312 514 14805630783397527813 0 0 17 3 0 0 0
/proc/29295/statm: 69637 5571 354 364 0 5555 0
[pid=29297] ppid=29295 vsize=1017800 CPUtime=2.26 cores=1,3,5,7
/proc/29297/stat : 29297 (gnovelty+2) R 29295 29297 29297 0 -1 4202496 443 0 0 0 226 0 0 0 25 0 1 0 538511878 1042227200 180 33554432000 134512640 135663704 4287871872 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29297/statm: 254450 180 113 282 0 254166 0
[pid=29298] ppid=29289 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/29298/stat : 29298 (python) S 29289 29289 28463 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538511881 296284160 5693 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 13127188625324212486 0 0 17 3 0 0 0
/proc/29298/statm: 72335 5693 348 364 0 8250 0
[pid=29300] ppid=29298 vsize=1017800 CPUtime=2.26 cores=1,3,5,7
/proc/29300/stat : 29300 (gnovelty+2) R 29298 29300 29300 0 -1 4202496 444 0 0 0 226 0 0 0 25 0 1 0 538511881 1042227200 180 33554432000 134512640 135663704 4286635088 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29300/statm: 254450 180 113 282 0 254166 0
[pid=29301] ppid=29289 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/29301/stat : 29301 (python) S 29289 29289 28463 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538511884 306302976 5594 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/29301/statm: 74781 5594 348 364 0 10693 0
[pid=29305] ppid=29301 vsize=2468 CPUtime=2.19 cores=1,3,5,7
/proc/29305/stat : 29305 (march_hi) R 29301 29305 29305 0 -1 4202496 691 0 0 0 219 0 0 0 25 0 1 0 538511887 2527232 423 33554432000 4194304 4955518 140736431287344 18446744073709551615 4235601 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29305/statm: 617 423 106 186 0 430 0
[pid=29303] ppid=29289 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/29303/stat : 29303 (python) S 29289 29289 28463 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 538511887 317427712 5718 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 5398399786535584008 0 0 17 7 0 0 0
/proc/29303/statm: 77497 5718 348 364 0 13406 0
[pid=29306] ppid=29303 vsize=2088 CPUtime=1.12 cores=1,3,5,7
/proc/29306/stat : 29306 (march_hi) R 29303 29306 29306 0 -1 4202496 624 0 0 0 112 0 0 0 25 0 1 0 538511887 2138112 358 33554432000 4194304 4955518 140733343506272 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29306/statm: 522 358 106 186 0 335 0
[pid=29289/tid=29296] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29296/stat : 29296 (python) S 29287 29289 28463 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 538511878 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29299/stat : 29299 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 5 0 538511881 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29302/stat : 29302 (python) S 29287 29289 28463 0 -1 4202560 36 935 0 0 0 0 0 0 20 0 5 0 538511884 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29304/stat : 29304 (python) S 29287 29289 28463 0 -1 4202560 17 935 0 0 0 0 0 0 22 0 5 0 538511887 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 3537388

[startup+6.30079 s]
/proc/loadavg: 9.20 8.98 7.46 10/281 29306
/proc/meminfo: memFree=29087252/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/29289/stat : 29289 (python) S 29287 29289 28463 0 -1 4202496 12405 935 1 0 53 10 0 0 21 0 5 0 538511797 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29289/statm: 80058 7255 1881 364 0 15967 0
[pid=29295] ppid=29289 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/29295/stat : 29295 (python) S 29289 29289 28463 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 538511878 285233152 5594 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854287 0 0 16781312 514 14805630783397527813 0 0 17 3 0 0 0
/proc/29295/statm: 69637 5594 377 364 0 5555 0
[pid=29297] ppid=29295 vsize=1017800 CPUtime=5.43 cores=1,3,5,7
/proc/29297/stat : 29297 (gnovelty+2) R 29295 29297 29297 0 -1 4202496 443 0 0 0 543 0 0 0 25 0 1 0 538511878 1042227200 180 33554432000 134512640 135663704 4287871872 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29297/statm: 254450 180 113 282 0 254166 0
[pid=29298] ppid=29289 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/29298/stat : 29298 (python) S 29289 29289 28463 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538511881 296284160 5716 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 13127188625324212486 0 0 17 3 0 0 0
/proc/29298/statm: 72335 5716 371 364 0 8250 0
[pid=29300] ppid=29298 vsize=1017800 CPUtime=5.46 cores=1,3,5,7
/proc/29300/stat : 29300 (gnovelty+2) R 29298 29300 29300 0 -1 4202496 444 0 0 0 546 0 0 0 25 0 1 0 538511881 1042227200 180 33554432000 134512640 135663704 4286635088 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29300/statm: 254450 180 113 282 0 254166 0
[pid=29301] ppid=29289 vsize=299124 CPUtime=0.01 cores=1,3,5,7
/proc/29301/stat : 29301 (python) S 29289 29289 28463 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 538511884 306302976 5616 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 5629182879159255304 0 0 17 1 0 0 0
/proc/29301/statm: 74781 5616 370 364 0 10693 0
[pid=29305] ppid=29301 vsize=3320 CPUtime=5.38 cores=1,3,5,7
/proc/29305/stat : 29305 (march_hi) R 29301 29305 29305 0 -1 4202496 861 0 0 0 538 0 0 0 25 0 1 0 538511887 3399680 593 33554432000 4194304 4955518 140736431287344 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29305/statm: 830 593 106 186 0 643 0
[pid=29303] ppid=29289 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/29303/stat : 29303 (python) S 29289 29289 28463 0 -1 4202560 936 0 0 0 0 0 0 0 15 0 1 0 538511887 317427712 5741 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 5398399786535584008 0 0 17 7 0 0 0
/proc/29303/statm: 77497 5741 371 364 0 13406 0
[pid=29306] ppid=29303 vsize=2468 CPUtime=2.72 cores=1,3,5,7
/proc/29306/stat : 29306 (march_hi) R 29303 29306 29306 0 -1 4202496 720 0 0 0 272 0 0 0 25 0 1 0 538511887 2527232 454 33554432000 4194304 4955518 140733343506272 18446744073709551615 4285812 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29306/statm: 617 454 106 186 0 430 0
[pid=29289/tid=29296] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29296/stat : 29296 (python) S 29287 29289 28463 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 538511878 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29299/stat : 29299 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 5 0 538511881 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29302/stat : 29302 (python) S 29287 29289 28463 0 -1 4202560 36 935 0 0 0 0 0 0 20 0 5 0 538511884 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29304/stat : 29304 (python) S 29287 29289 28463 0 -1 4202560 17 935 0 0 0 0 0 0 22 0 5 0 538511887 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.63
Current children cumulated vsize (KiB) 3538620

[startup+12.7006 s]
/proc/loadavg: 9.19 8.98 7.47 10/281 29306
/proc/meminfo: memFree=29083648/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/29289/stat : 29289 (python) S 29287 29289 28463 0 -1 4202496 12405 935 1 0 53 10 0 0 21 0 5 0 538511797 327917568 7255 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29289/statm: 80058 7255 1881 364 0 15967 0
[pid=29295] ppid=29289 vsize=278548 CPUtime=0.01 cores=1,3,5,7
/proc/29295/stat : 29295 (python) S 29289 29289 28463 0 -1 4202560 910 0 0 0 1 0 0 0 18 0 1 0 538511878 285233152 5594 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854287 0 0 16781312 514 2438892712267579653 0 0 17 3 0 0 0
/proc/29295/statm: 69637 5594 377 364 0 5555 0
[pid=29297] ppid=29295 vsize=1017800 CPUtime=11.77 cores=1,3,5,7
/proc/29297/stat : 29297 (gnovelty+2) R 29295 29297 29297 0 -1 4202496 443 0 0 0 1177 0 0 0 25 0 1 0 538511878 1042227200 180 33554432000 134512640 135663704 4287871872 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29297/statm: 254450 180 113 282 0 254166 0
[pid=29298] ppid=29289 vsize=289340 CPUtime=0.01 cores=1,3,5,7

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

[pid=29301] ppid=29289 vsize=299124 CPUtime=1.94 cores=1,3,5,7
/proc/29301/stat : 29301 (python) S 29289 29289 28463 0 -1 4202560 1164 0 0 0 102 92 0 0 15 0 2 0 538511884 306302976 5647 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29301/statm: 74781 5647 400 364 0 10693 0
[pid=29305] ppid=29301 vsize=207220 CPUtime=873.18 cores=1,3,5,7
/proc/29305/stat : 29305 (march_hi) R 29301 29305 29305 0 -1 4202496 37575 0 0 0 87310 8 0 0 25 0 1 0 538511887 212193280 37307 33554432000 4194304 4955518 140736431287344 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29305/statm: 51805 37307 106 186 0 51618 0
[pid=29301/tid=29391] ppid=29289 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/29301/task/29391/stat : 29391 (python) S 29289 29289 28463 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538561182 306302976 5647 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604464439749632 0 0 -1 7 0 0 0
[pid=29303] ppid=29289 vsize=309988 CPUtime=1.76 cores=1,3,5,7
/proc/29303/stat : 29303 (python) S 29289 29289 28463 0 -1 4202560 1180 0 0 0 90 86 0 0 16 0 2 0 538511887 317427712 5771 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29303/statm: 77497 5771 400 364 0 13406 0
[pid=29306] ppid=29303 vsize=213748 CPUtime=876.35 cores=1,3,5,7
/proc/29306/stat : 29306 (march_hi) T 29303 29306 29306 0 -1 4202496 37681 0 0 0 87626 9 0 0 25 0 1 0 538511887 218877952 37415 33554432000 4194304 4955518 140733343506272 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29306/statm: 53437 37415 106 186 0 53250 0
[pid=29303/tid=29405] ppid=29289 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/29303/task/29405/stat : 29405 (python) S 29289 29289 28463 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538565767 317427712 5771 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604465019299136 0 0 -1 5 0 0 0
[pid=29314] ppid=29289 vsize=320244 CPUtime=2.1 cores=1,3,5,7
/proc/29314/stat : 29314 (python) S 29289 29289 28463 0 -1 4202560 1192 0 0 0 115 95 0 0 15 0 2 0 538521897 327929856 5775 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29314/statm: 80061 5775 400 364 0 15967 0
[pid=29317] ppid=29314 vsize=213748 CPUtime=963.59 cores=1,3,5,7
/proc/29317/stat : 29317 (march_hi) R 29314 29317 29317 0 -1 4202496 41270 0 0 0 96346 13 0 0 25 0 1 0 538521899 218877952 41001 33554432000 4194304 4955518 140737103296896 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29317/statm: 53437 41001 106 186 0 53250 0
[pid=29314/tid=29407] ppid=29289 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/29314/task/29407/stat : 29407 (python) S 29289 29289 28463 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538570966 327929856 5775 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604465019300032 0 0 -1 1 0 0 0
[pid=29318] ppid=29289 vsize=330252 CPUtime=1.74 cores=1,3,5,7
/proc/29318/stat : 29318 (python) S 29289 29289 28463 0 -1 4202560 1184 0 0 0 93 81 0 0 15 0 2 0 538521900 338178048 5717 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29318/statm: 82563 5717 400 364 0 18466 0
[pid=29320] ppid=29318 vsize=140920 CPUtime=583.15 cores=1,3,5,7
/proc/29320/stat : 29320 (march_hi) T 29318 29320 29320 0 -1 4202496 26112 0 0 0 58308 7 0 0 25 0 1 0 538521901 144302080 25845 33554432000 4194304 4955518 140735958317616 18446744073709551615 4297396 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29320/statm: 35230 25845 106 186 0 35043 0
[pid=29318/tid=29839] ppid=29289 vsize=330252 CPUtime=0 cores=1,3,5,7
/proc/29318/task/29839/stat : 29839 (python) S 29289 29289 28463 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538602534 338178048 5717 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604471127568768 0 0 -1 7 0 0 0
[pid=29836] ppid=29289 vsize=340960 CPUtime=0.66 cores=1,3,5,7
/proc/29836/stat : 29836 (python) S 29289 29289 28463 0 -1 4202560 1028 0 0 0 37 29 0 0 15 0 1 0 538601584 349143040 5804 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 4362479513263636742 0 0 17 1 0 0 0
/proc/29836/statm: 85240 5804 371 364 0 21140 0
[pid=29838] ppid=29836 vsize=63988 CPUtime=317.5 cores=1,3,5,7
/proc/29838/stat : 29838 (march_hi) R 29836 29838 29838 0 -1 4202496 15181 0 0 0 31747 3 0 0 25 0 1 0 538601585 65523712 14909 33554432000 4194304 4955518 140737212345456 18446744073709551615 4224420 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29838/statm: 15997 14909 106 186 0 15810 0
[pid=29842] ppid=29289 vsize=351216 CPUtime=0.49 cores=1,3,5,7
/proc/29842/stat : 29842 (python) S 29289 29289 28463 0 -1 4202560 1065 0 0 0 28 21 0 0 15 0 1 0 538609251 359645184 5834 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 11837896342791749896 0 0 17 5 0 0 0
/proc/29842/statm: 87804 5834 377 364 0 23701 0
[pid=29844] ppid=29842 vsize=63988 CPUtime=229.37 cores=1,3,5,7
/proc/29844/stat : 29844 (march_hi) R 29842 29844 29844 0 -1 4202496 11355 0 0 0 22934 3 0 0 25 0 1 0 538609251 65523712 11082 33554432000 4194304 4955518 140735704624896 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29844/statm: 15997 11082 106 186 0 15810 0
[pid=29289/tid=29296] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29296/stat : 29296 (python) S 29287 29289 28463 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 538511878 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29299/stat : 29299 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 538511881 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29302/stat : 29302 (python) S 29287 29289 28463 0 -1 4202560 44 935 0 0 0 0 0 0 18 0 9 0 538511884 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29304/stat : 29304 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 538511887 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29316] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29316/stat : 29316 (python) S 29287 29289 28463 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 9 0 538521897 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29319] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29319/stat : 29319 (python) S 29287 29289 28463 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 538521901 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29837] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29837/stat : 29837 (python) S 29287 29289 28463 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 538601584 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29843] ppid=29287 vsize=361892 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29843/stat : 29843 (python) S 29287 29289 28463 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 538609251 370577408 7439 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4052.59
Current children cumulated vsize (KiB) 5831020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.31 9.27 8.77 10/281 29855
/proc/meminfo: memFree=28054900/32951124 swapFree=67102756/67111528
[pid=29289] ppid=29287 vsize=361032 CPUtime=1.08 cores=1,3,5,7
/proc/29289/stat : 29289 (python) S 29287 29289 28463 0 -1 4202496 17102 935 1 0 97 11 0 0 18 0 9 0 538511797 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29289/statm: 90258 7227 1890 364 0 26155 0
[pid=29295] ppid=29289 vsize=288792 CPUtime=0.17 cores=1,3,5,7
/proc/29295/stat : 29295 (python) S 29289 29289 28463 0 -1 4202560 1093 0 0 0 8 9 0 0 19 0 2 0 538511878 295723008 5632 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29295/statm: 72198 5632 410 364 0 8116 0
[pid=29297] ppid=29295 vsize=1017800 CPUtime=99.23 cores=1,3,5,7
/proc/29297/stat : 29297 (gnovelty+2) T 29295 29297 29297 0 -1 4202496 443 0 0 0 9923 0 0 0 25 0 1 0 538511878 1042227200 180 33554432000 134512640 135663704 4287871872 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29297/statm: 254450 180 113 282 0 254166 0
[pid=29295/tid=29313] ppid=29289 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/29295/task/29313/stat : 29313 (python) S 29289 29289 28463 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538521894 295723008 5632 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604460654865088 0 0 -1 3 0 0 0
[pid=29298] ppid=29289 vsize=289340 CPUtime=0.16 cores=1,3,5,7
/proc/29298/stat : 29298 (python) S 29289 29289 28463 0 -1 4202560 1090 0 0 0 8 8 0 0 19 0 2 0 538511881 296284160 5746 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29298/statm: 72335 5746 400 364 0 8250 0
[pid=29300] ppid=29298 vsize=1017800 CPUtime=100.14 cores=1,3,5,7
/proc/29300/stat : 29300 (gnovelty+2) T 29298 29300 29300 0 -1 4202496 444 0 0 0 10014 0 0 0 25 0 1 0 538511881 1042227200 180 33554432000 134512640 135663704 4286635088 18446744073709551615 134524951 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29300/statm: 254450 180 113 282 0 254166 0
[pid=29298/tid=29315] ppid=29289 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/29298/task/29315/stat : 29315 (python) S 29289 29289 28463 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538521897 296284160 5746 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604468854006912 0 0 -1 3 0 0 0
[pid=29301] ppid=29289 vsize=299124 CPUtime=2.05 cores=1,3,5,7
/proc/29301/stat : 29301 (python) S 29289 29289 28463 0 -1 4202560 1164 0 0 0 108 97 0 0 15 0 2 0 538511884 306302976 5647 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29301/statm: 74781 5647 400 364 0 10693 0
[pid=29305] ppid=29301 vsize=213748 CPUtime=902 cores=1,3,5,7
/proc/29305/stat : 29305 (march_hi) R 29301 29305 29305 0 -1 4202496 38764 0 0 0 90191 9 0 0 25 0 1 0 538511887 218877952 38496 33554432000 4194304 4955518 140736431287344 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29305/statm: 53437 38496 106 186 0 53250 0
[pid=29301/tid=29391] ppid=29289 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/29301/task/29391/stat : 29391 (python) S 29289 29289 28463 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538561182 306302976 5647 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604464439749632 0 0 -1 7 0 0 0
[pid=29303] ppid=29289 vsize=309988 CPUtime=1.76 cores=1,3,5,7
/proc/29303/stat : 29303 (python) S 29289 29289 28463 0 -1 4202560 1180 0 0 0 90 86 0 0 16 0 2 0 538511887 317427712 5771 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29303/statm: 77497 5771 400 364 0 13406 0
[pid=29306] ppid=29303 vsize=213748 CPUtime=876.35 cores=1,3,5,7
/proc/29306/stat : 29306 (march_hi) T 29303 29306 29306 0 -1 4202496 37681 0 0 0 87626 9 0 0 25 0 1 0 538511887 218877952 37415 33554432000 4194304 4955518 140733343506272 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29306/statm: 53437 37415 106 186 0 53250 0
[pid=29303/tid=29405] ppid=29289 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/29303/task/29405/stat : 29405 (python) S 29289 29289 28463 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538565767 317427712 5771 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604465019299136 0 0 -1 5 0 0 0
[pid=29314] ppid=29289 vsize=320244 CPUtime=2.21 cores=1,3,5,7
/proc/29314/stat : 29314 (python) S 29289 29289 28463 0 -1 4202560 1192 0 0 0 121 100 0 0 15 0 2 0 538521897 327929856 5775 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29314/statm: 80061 5775 400 364 0 15967 0
[pid=29317] ppid=29314 vsize=213748 CPUtime=992.46 cores=1,3,5,7
/proc/29317/stat : 29317 (march_hi) R 29314 29317 29317 0 -1 4202496 42320 0 0 0 99233 13 0 0 25 0 1 0 538521899 218877952 42051 33554432000 4194304 4955518 140737103296896 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29317/statm: 53437 42051 106 186 0 53250 0
[pid=29314/tid=29407] ppid=29289 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/29314/task/29407/stat : 29407 (python) S 29289 29289 28463 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538570966 327929856 5775 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604465019300032 0 0 -1 1 0 0 0
[pid=29318] ppid=29289 vsize=330252 CPUtime=1.74 cores=1,3,5,7
/proc/29318/stat : 29318 (python) S 29289 29289 28463 0 -1 4202560 1184 0 0 0 93 81 0 0 15 0 2 0 538521900 338178048 5717 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29318/statm: 82563 5717 400 364 0 18466 0
[pid=29320] ppid=29318 vsize=140920 CPUtime=583.15 cores=1,3,5,7
/proc/29320/stat : 29320 (march_hi) T 29318 29320 29320 0 -1 4202496 26112 0 0 0 58308 7 0 0 25 0 1 0 538521901 144302080 25845 33554432000 4194304 4955518 140735958317616 18446744073709551615 4297396 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29320/statm: 35230 25845 106 186 0 35043 0
[pid=29318/tid=29839] ppid=29289 vsize=330252 CPUtime=0 cores=1,3,5,7
/proc/29318/task/29839/stat : 29839 (python) S 29289 29289 28463 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538602534 338178048 5717 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 514 18446604471127568768 0 0 -1 7 0 0 0
[pid=29836] ppid=29289 vsize=340960 CPUtime=0.77 cores=1,3,5,7
/proc/29836/stat : 29836 (python) S 29289 29289 28463 0 -1 4202560 1028 0 0 0 43 34 0 0 15 0 1 0 538601584 349143040 5804 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 2438892712267579654 0 0 17 1 0 0 0
/proc/29836/statm: 85240 5804 371 364 0 21140 0
[pid=29838] ppid=29836 vsize=93456 CPUtime=374.99 cores=1,3,5,7
/proc/29838/stat : 29838 (march_hi) R 29836 29838 29838 0 -1 4202496 17629 0 0 0 37495 4 0 0 25 0 1 0 538601585 95698944 17357 33554432000 4194304 4955518 140737212345456 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29838/statm: 23364 17357 106 186 0 23177 0
[pid=29842] ppid=29289 vsize=351216 CPUtime=0.6 cores=1,3,5,7
/proc/29842/stat : 29842 (python) S 29289 29289 28463 0 -1 4202560 1065 0 0 0 34 26 0 0 15 0 1 0 538609251 359645184 5834 33554432000 4194304 5683644 140736134618416 18446744073709551615 246516854342 0 0 16781312 514 11837896342791749896 0 0 17 5 0 0 0
/proc/29842/statm: 87804 5834 377 364 0 23701 0
[pid=29844] ppid=29842 vsize=63988 CPUtime=286.98 cores=1,3,5,7
/proc/29844/stat : 29844 (march_hi) R 29842 29844 29844 0 -1 4202496 13875 0 0 0 28694 4 0 0 25 0 1 0 538609251 65523712 13602 33554432000 4194304 4955518 140735704624896 18446744073709551615 4311858 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29844/statm: 15997 13602 106 186 0 15810 0
[pid=29289/tid=29296] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29296/stat : 29296 (python) S 29287 29289 28463 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 538511878 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29299/stat : 29299 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 538511881 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29302/stat : 29302 (python) S 29287 29289 28463 0 -1 4202560 44 935 0 0 0 0 0 0 18 0 9 0 538511884 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29304/stat : 29304 (python) S 29287 29289 28463 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 538511887 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29316] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29316/stat : 29316 (python) S 29287 29289 28463 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 9 0 538521897 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29319] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29319/stat : 29319 (python) S 29287 29289 28463 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 538521901 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29837] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29837/stat : 29837 (python) S 29287 29289 28463 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 538601584 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 7 0 0 0
[pid=29289/tid=29843] ppid=29287 vsize=361032 CPUtime=0 cores=1,3,5,7
/proc/29289/task/29843/stat : 29843 (python) S 29287 29289 28463 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 538609251 369696768 7227 33554432000 4194304 5683644 140736134618416 18446744073709551615 246528657841 0 0 16781312 2 18446604471118156096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4225.84
Current children cumulated vsize (KiB) 5866156

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 29289 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=990849
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=119981
# CPU time returned by wait4() is 1.11083
# while last known CPU time is 4225.84
#
# 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): 4225.84
CPU user time (s): 4220.86
CPU system time (s): 4.98
CPU usage (%): 325.05
Max. virtual memory (cumulated for all children) (KiB): 5866160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.990849
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18158
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= 2983
involuntary context switches= 57

runsolver used 4.08038 second user time and 9.2226 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-01 18:58:56
IDJOB=3317379
IDBENCH=82844
IDSOLVER=1705
FILE ID=node134/3317379-1304269136
RUNJOBID= node134-1304267281-28482
PBS_JOBID= 13173945
Free space on /tmp= 72480 MiB

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

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

MD5SUM BENCH= b936bd7aa1624f527379bba2a9d6f8ed
RANDOM SEED=946015902

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29131088 kB
Buffers:       1062656 kB
Cached:        1664960 kB
SwapCached:       4712 kB
Active:         992448 kB
Inactive:      2404308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29131088 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           31888 kB
Writeback:           0 kB
AnonPages:      666240 kB
Mapped:          24580 kB
Slab:           342872 kB
PageTables:      20032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22507624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72440 MiB
End job on node134 at 2011-05-01 19:20:38