Trace number 3317633

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) 3607.14 1300.05

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
MD5SUM26e1db2f130e6076b57fb074a1167d5e
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.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.63	c INFO: solving HOME/instance-3317633-1304270619.cnf
0.36/0.63	c INFO: computing task features
0.36/0.65	c INFO: computed variable-clause graph statistics
0.36/0.65	c INFO: computed clause balance statistics
0.45/0.72	c INFO: computed variable balance statistics
0.45/0.75	c INFO: computed small-clause counts
0.45/0.75	c INFO: computed Horn-clause counts
0.45/0.76	c INFO: computed variable graph statistics
0.45/0.76	c INFO: collected features for HOME/instance-3317633-1304270619.cnf in 0.12 s
0.45/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.62)
0.56/0.81	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.56/0.84	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.34)
0.56/0.88	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.30)
262.71/106.02	c INFO: running march_hi@0 for 485 with 4694 remaining (b = 0.27)
391.63/149.12	c INFO: running march_hi@0 for 485 with 4651 remaining (b = 0.24)
1932.76/665.88	c INFO: running march_hi@490 for 97 with 4134 remaining (b = 0.06)
1933.09/665.98	c INFO: running march_hi@99 for 97 with 4134 remaining (b = 0.05)
2119.90/740.86	c INFO: running march_hi@99 for 291 with 4059 remaining (b = 0.16)
2394.08/850.78	c INFO: running march_hi@0 for 485 with 3949 remaining (b = 0.21)
2403.84/854.07	c INFO: running march_hi@588 for 97 with 3946 remaining (b = 0.06)
2710.62/976.87	c INFO: running march_hi@0 for 291 with 3823 remaining (b = 0.13)
2884.98/1046.62	c INFO: running march_hi@1076 for 291 with 3754 remaining (b = 0.15)
3202.40/1164.92	c INFO: running march_hi@191 for 97 with 3635 remaining (b = 0.05)

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-3317633-1304270619/watcher-3317633-1304270619 -o /tmp/evaluation-result-3317633-1304270619/solver-3317633-1304270619 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317633-1304270619.cnf -seed 1603849426 -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: 10.11 9.94 9.41 7/260 22033
/proc/meminfo: memFree=23328496/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/22033/stat : 22033 (python) R 22031 22033 20058 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 538659619 15753216 697 33554432000 4194304 5683644 140737334968720 18446744073709551615 4516260 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22033/statm: 3846 697 334 364 0 333 0

[startup+0.091696 s]
/proc/loadavg: 10.11 9.94 9.41 7/260 22033
/proc/meminfo: memFree=23328496/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=84600 CPUtime=0.05 cores=1,3,5,7
/proc/22033/stat : 22033 (python) R 22031 22033 20058 0 -1 4202496 2408 0 0 0 4 1 0 0 18 0 1 0 538659619 86630400 2135 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22033/statm: 21150 2135 707 364 0 1367 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84600

[startup+0.10069 s]
/proc/loadavg: 10.11 9.94 9.41 7/260 22033
/proc/meminfo: memFree=23328496/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=93956 CPUtime=0.06 cores=1,3,5,7
/proc/22033/stat : 22033 (python) R 22031 22033 20058 0 -1 4202496 2691 0 0 0 4 2 0 0 17 0 1 0 538659619 96210944 2406 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22033/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300663 s]
/proc/loadavg: 10.11 9.94 9.41 7/260 22033
/proc/meminfo: memFree=23328496/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=135744 CPUtime=0.18 cores=1,3,5,7
/proc/22033/stat : 22033 (python) S 22031 22033 20058 0 -1 4202496 5963 931 1 0 13 5 0 0 18 0 1 0 538659619 139001856 4150 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687671301 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/22033/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.700582 s]
/proc/loadavg: 10.11 9.94 9.41 7/260 22033
/proc/meminfo: memFree=23328496/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=278524 CPUtime=0.45 cores=1,3,5,7
/proc/22033/stat : 22033 (python) R 22031 22033 20058 0 -1 4202496 9359 931 1 0 34 11 0 0 16 0 1 0 538659619 285208576 7029 33554432000 4194304 5683644 140737334968720 18446744073709551615 4571261 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22033/statm: 69631 7029 1826 364 0 5555 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278524

[startup+1.5014 s]
/proc/loadavg: 9.86 9.89 9.40 12/273 22050
/proc/meminfo: memFree=23289084/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/22033/stat : 22033 (python) S 22031 22033 20058 0 -1 4202496 12386 931 1 0 51 12 0 0 23 0 5 0 538659619 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22033/statm: 80058 7255 1881 364 0 15967 0
[pid=22039] ppid=22033 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/22039/stat : 22039 (python) S 22033 22033 20058 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538659699 285233152 5570 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695375 0 0 16781312 514 5619547583887179775 0 0 17 7 0 0 0
/proc/22039/statm: 69637 5570 354 364 0 5555 0
[pid=22041] ppid=22039 vsize=1017800 CPUtime=0.42 cores=1,3,5,7
/proc/22041/stat : 22041 (gnovelty+2) R 22039 22041 22041 0 -1 4202496 441 0 0 0 42 0 0 0 20 0 1 0 538659699 1042227200 180 33554432000 134512640 135663704 4292795856 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22041/statm: 254450 180 113 282 0 254166 0
[pid=22042] ppid=22033 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22042/stat : 22042 (python) S 22033 22033 20058 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 538659701 296284160 5693 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 6688166508335464447 0 0 17 1 0 0 0
/proc/22042/statm: 72335 5693 348 364 0 8250 0
[pid=22046] ppid=22042 vsize=1017800 CPUtime=0.63 cores=1,3,5,7
/proc/22046/stat : 22046 (gnovelty+2) R 22042 22046 22046 0 -1 4202496 444 0 0 0 63 0 0 0 22 0 1 0 538659705 1042227200 181 33554432000 134512640 135663704 4290118112 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22046/statm: 254450 181 113 282 0 254166 0
[pid=22044] ppid=22033 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22044/stat : 22044 (python) S 22033 22033 20058 0 -1 4202560 758 0 0 0 0 0 0 0 17 0 1 0 538659704 306302976 5594 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 17625232970195370248 0 0 17 1 0 0 0
/proc/22044/statm: 74781 5594 348 364 0 10693 0
[pid=22047] ppid=22044 vsize=1844 CPUtime=0.32 cores=1,3,5,7
/proc/22047/stat : 22047 (march_hi) R 22044 22047 22047 0 -1 4202496 540 0 0 0 32 0 0 0 24 0 1 0 538659707 1888256 278 33554432000 4194304 4955518 140736736399104 18446744073709551615 4297315 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22047/statm: 461 278 106 186 0 274 0
[pid=22048] ppid=22033 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22048/stat : 22048 (python) S 22033 22033 20058 0 -1 4202560 776 0 0 0 0 0 0 0 20 0 1 0 538659708 317427712 5718 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 17625237368241881352 0 0 17 1 0 0 0
/proc/22048/statm: 77497 5718 348 364 0 13406 0
[pid=22050] ppid=22048 vsize=1844 CPUtime=0.27 cores=1,3,5,7
/proc/22050/stat : 22050 (march_hi) R 22048 22050 22050 0 -1 4202496 540 0 0 0 27 0 0 0 25 0 1 0 538659708 1888256 274 33554432000 4194304 4955518 140737048147232 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22050/statm: 461 274 106 186 0 274 0
[pid=22033/tid=22040] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22040/stat : 22040 (python) S 22031 22033 20058 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 538659699 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 7 0 0 0
[pid=22033/tid=22043] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22043/stat : 22043 (python) S 22031 22033 20058 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 5 0 538659702 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22045] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22045/stat : 22045 (python) S 22031 22033 20058 0 -1 4202560 14 931 0 0 0 0 0 0 22 0 5 0 538659705 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22049] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22049/stat : 22049 (python) S 22031 22033 20058 0 -1 4202560 23 931 0 0 0 0 0 0 24 0 5 0 538659708 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 3536520

[startup+3.10111 s]
/proc/loadavg: 9.86 9.89 9.40 11/273 22050
/proc/meminfo: memFree=23286240/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/22033/stat : 22033 (python) S 22031 22033 20058 0 -1 4202496 12386 931 1 0 51 12 0 0 23 0 5 0 538659619 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22033/statm: 80058 7255 1881 364 0 15967 0
[pid=22039] ppid=22033 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/22039/stat : 22039 (python) S 22033 22033 20058 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538659699 285233152 5570 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695375 0 0 16781312 514 5619547583887147272 0 0 17 7 0 0 0
/proc/22039/statm: 69637 5570 354 364 0 5555 0
[pid=22041] ppid=22039 vsize=1017800 CPUtime=1.22 cores=1,3,5,7
/proc/22041/stat : 22041 (gnovelty+2) R 22039 22041 22041 0 -1 4202496 441 0 0 0 122 0 0 0 22 0 1 0 538659699 1042227200 180 33554432000 134512640 135663704 4292795856 18446744073709551615 134524732 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22041/statm: 254450 180 113 282 0 254166 0
[pid=22042] ppid=22033 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22042/stat : 22042 (python) S 22033 22033 20058 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538659701 296284160 5693 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 6688166508335431943 0 0 17 1 0 0 0
/proc/22042/statm: 72335 5693 348 364 0 8250 0
[pid=22046] ppid=22042 vsize=1017800 CPUtime=2.23 cores=1,3,5,7
/proc/22046/stat : 22046 (gnovelty+2) R 22042 22046 22046 0 -1 4202496 444 0 0 0 223 0 0 0 25 0 1 0 538659705 1042227200 181 33554432000 134512640 135663704 4290118112 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22046/statm: 254450 181 113 282 0 254166 0
[pid=22044] ppid=22033 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22044/stat : 22044 (python) S 22033 22033 20058 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538659704 306302976 5594 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 17625232970195370248 0 0 17 1 0 0 0
/proc/22044/statm: 74781 5594 348 364 0 10693 0
[pid=22047] ppid=22044 vsize=2088 CPUtime=1.11 cores=1,3,5,7
/proc/22047/stat : 22047 (march_hi) R 22044 22047 22047 0 -1 4202496 624 0 0 0 111 0 0 0 25 0 1 0 538659707 2138112 360 33554432000 4194304 4955518 140736736399104 18446744073709551615 4296838 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22047/statm: 522 360 106 186 0 335 0
[pid=22048] ppid=22033 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22048/stat : 22048 (python) S 22033 22033 20058 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 538659708 317427712 5718 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 17625237368241881352 0 0 17 1 0 0 0
/proc/22048/statm: 77497 5718 348 364 0 13406 0
[pid=22050] ppid=22048 vsize=2088 CPUtime=1.06 cores=1,3,5,7
/proc/22050/stat : 22050 (march_hi) R 22048 22050 22050 0 -1 4202496 624 0 0 0 106 0 0 0 25 0 1 0 538659708 2138112 356 33554432000 4194304 4955518 140737048147232 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22050/statm: 522 356 106 186 0 335 0
[pid=22033/tid=22040] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22040/stat : 22040 (python) S 22031 22033 20058 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 538659699 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 7 0 0 0
[pid=22033/tid=22043] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22043/stat : 22043 (python) S 22031 22033 20058 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 5 0 538659702 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22045] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22045/stat : 22045 (python) S 22031 22033 20058 0 -1 4202560 14 931 0 0 0 0 0 0 22 0 5 0 538659705 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22049] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22049/stat : 22049 (python) S 22031 22033 20058 0 -1 4202560 23 931 0 0 0 0 0 0 24 0 5 0 538659708 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 3537008

[startup+6.30053 s]
/proc/loadavg: 9.86 9.89 9.40 11/273 22050
/proc/meminfo: memFree=23283012/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/22033/stat : 22033 (python) S 22031 22033 20058 0 -1 4202496 12386 931 1 0 51 12 0 0 23 0 5 0 538659619 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22033/statm: 80058 7255 1881 364 0 15967 0
[pid=22039] ppid=22033 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/22039/stat : 22039 (python) S 22033 22033 20058 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 538659699 285233152 5593 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695375 0 0 16781312 514 5619547583887147272 0 0 17 7 0 0 0
/proc/22039/statm: 69637 5593 377 364 0 5555 0
[pid=22041] ppid=22039 vsize=1017800 CPUtime=2.82 cores=1,3,5,7
/proc/22041/stat : 22041 (gnovelty+2) R 22039 22041 22041 0 -1 4202496 441 0 0 0 282 0 0 0 25 0 1 0 538659699 1042227200 180 33554432000 134512640 135663704 4292795856 18446744073709551615 135007701 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22041/statm: 254450 180 113 282 0 254166 0
[pid=22042] ppid=22033 vsize=289340 CPUtime=0.01 cores=1,3,5,7
/proc/22042/stat : 22042 (python) S 22033 22033 20058 0 -1 4202560 899 0 0 0 0 1 0 0 18 0 1 0 538659701 296284160 5716 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 6688166508335431943 0 0 17 1 0 0 0
/proc/22042/statm: 72335 5716 371 364 0 8250 0
[pid=22046] ppid=22042 vsize=1017800 CPUtime=5.39 cores=1,3,5,7
/proc/22046/stat : 22046 (gnovelty+2) R 22042 22046 22046 0 -1 4202496 444 0 0 0 539 0 0 0 25 0 1 0 538659705 1042227200 181 33554432000 134512640 135663704 4290118112 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22046/statm: 254450 181 113 282 0 254166 0
[pid=22044] ppid=22033 vsize=299124 CPUtime=0.01 cores=1,3,5,7
/proc/22044/stat : 22044 (python) S 22033 22033 20058 0 -1 4202560 904 0 0 0 1 0 0 0 15 0 1 0 538659704 306302976 5617 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 17625232970195370248 0 0 17 1 0 0 0
/proc/22044/statm: 74781 5617 371 364 0 10693 0
[pid=22047] ppid=22044 vsize=2468 CPUtime=2.71 cores=1,3,5,7
/proc/22047/stat : 22047 (march_hi) R 22044 22047 22047 0 -1 4202496 720 0 0 0 271 0 0 0 25 0 1 0 538659707 2527232 456 33554432000 4194304 4955518 140736736399104 18446744073709551615 4224478 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22047/statm: 617 456 106 186 0 430 0
[pid=22048] ppid=22033 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22048/stat : 22048 (python) S 22033 22033 20058 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 1 0 538659708 317427712 5741 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 17625237368241881352 0 0 17 1 0 0 0
/proc/22048/statm: 77497 5741 371 364 0 13406 0
[pid=22050] ppid=22048 vsize=2468 CPUtime=2.62 cores=1,3,5,7
/proc/22050/stat : 22050 (march_hi) R 22048 22050 22050 0 -1 4202496 719 0 0 0 262 0 0 0 25 0 1 0 538659708 2527232 451 33554432000 4194304 4955518 140737048147232 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22050/statm: 617 451 106 186 0 430 0
[pid=22033/tid=22040] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22040/stat : 22040 (python) S 22031 22033 20058 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 538659699 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 7 0 0 0
[pid=22033/tid=22043] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22043/stat : 22043 (python) S 22031 22033 20058 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 5 0 538659702 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22045] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22045/stat : 22045 (python) S 22031 22033 20058 0 -1 4202560 14 931 0 0 0 0 0 0 22 0 5 0 538659705 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22049] ppid=22031 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22049/stat : 22049 (python) S 22031 22033 20058 0 -1 4202560 23 931 0 0 0 0 0 0 24 0 5 0 538659708 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.19
Current children cumulated vsize (KiB) 3537768

[startup+12.7014 s]
/proc/loadavg: 9.95 9.91 9.41 11/273 22050
/proc/meminfo: memFree=23278432/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=320232 CPUtime=0.63 cores=1,3,5,7
/proc/22033/stat : 22033 (python) S 22031 22033 20058 0 -1 4202496 12386 931 1 0 51 12 0 0 23 0 5 0 538659619 327917568 7255 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22033/statm: 80058 7255 1881 364 0 15967 0
[pid=22039] ppid=22033 vsize=278548 CPUtime=0.01 cores=1,3,5,7
/proc/22039/stat : 22039 (python) S 22033 22033 20058 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 538659699 285233152 5593 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695375 0 0 16781312 514 9631774635875860744 0 0 17 7 0 0 0
/proc/22039/statm: 69637 5593 377 364 0 5555 0
[pid=22041] ppid=22039 vsize=1017800 CPUtime=6.87 cores=1,3,5,7
/proc/22041/stat : 22041 (gnovelty+2) R 22039 22041 22041 0 -1 4202496 441 0 0 0 687 0 0 0 25 0 1 0 538659699 1042227200 180 33554432000 134512640 135663704 4292795856 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22041/statm: 254450 180 113 282 0 254166 0
[pid=22042] ppid=22033 vsize=289340 CPUtime=0.01 cores=1,3,5,7

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

[pid=22039] ppid=22033 vsize=288792 CPUtime=0.17 cores=1,3,5,7
/proc/22039/stat : 22039 (python) S 22033 22033 20058 0 -1 4202560 1092 0 0 0 9 8 0 0 19 0 2 0 538659699 295723008 5631 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22039/statm: 72198 5631 410 364 0 8116 0
[pid=22041] ppid=22039 vsize=1017800 CPUtime=99.31 cores=1,3,5,7
/proc/22041/stat : 22041 (gnovelty+2) T 22039 22041 22041 0 -1 4202496 441 0 0 0 9931 0 0 0 25 0 1 0 538659699 1042227200 180 33554432000 134512640 135663704 4292795856 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22041/statm: 254450 180 113 282 0 254166 0
[pid=22039/tid=22057] ppid=22033 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/22039/task/22057/stat : 22057 (python) S 22033 22033 20058 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538670219 295723008 5631 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604467105998016 0 0 -1 7 0 0 0
[pid=22042] ppid=22033 vsize=289340 CPUtime=0.26 cores=1,3,5,7
/proc/22042/stat : 22042 (python) S 22033 22033 20058 0 -1 4202560 1095 0 0 0 12 14 0 0 19 0 2 0 538659701 296284160 5746 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22042/statm: 72335 5746 400 364 0 8250 0
[pid=22046] ppid=22042 vsize=1017800 CPUtime=99.98 cores=1,3,5,7
/proc/22046/stat : 22046 (gnovelty+2) T 22042 22046 22046 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 538659705 1042227200 181 33554432000 134512640 135663704 4290118112 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22046/statm: 254450 181 113 282 0 254166 0
[pid=22042/tid=22063] ppid=22033 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22042/task/22063/stat : 22063 (python) S 22033 22033 20058 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538674529 296284160 5746 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604458764870656 0 0 -1 7 0 0 0
[pid=22044] ppid=22033 vsize=299124 CPUtime=2.28 cores=1,3,5,7
/proc/22044/stat : 22044 (python) S 22033 22033 20058 0 -1 4202560 1167 0 0 0 123 105 0 0 15 0 2 0 538659704 306302976 5647 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22044/statm: 74781 5647 400 364 0 10693 0
[pid=22047] ppid=22044 vsize=141132 CPUtime=620.69 cores=1,3,5,7
/proc/22047/stat : 22047 (march_hi) R 22044 22047 22047 0 -1 4202496 27773 0 0 0 62063 6 0 0 25 0 1 0 538659707 144519168 27509 33554432000 4194304 4955518 140736736399104 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22047/statm: 35283 27509 106 186 0 35096 0
[pid=22044/tid=22122] ppid=22033 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22044/task/22122/stat : 22122 (python) S 22033 22033 20058 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 538757304 306302976 5647 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604463485188032 0 0 -1 1 0 0 0
[pid=22048] ppid=22033 vsize=309988 CPUtime=2.27 cores=1,3,5,7
/proc/22048/stat : 22048 (python) S 22033 22033 20058 0 -1 4202560 1184 0 0 0 121 106 0 0 15 0 2 0 538659708 317427712 5771 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22048/statm: 77497 5771 400 364 0 13406 0
[pid=22050] ppid=22048 vsize=207432 CPUtime=816.56 cores=1,3,5,7
/proc/22050/stat : 22050 (march_hi) R 22048 22050 22050 0 -1 4202496 35391 0 0 0 81647 9 0 0 25 0 1 0 538659708 212410368 35123 33554432000 4194304 4955518 140737048147232 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22050/statm: 51858 35123 106 186 0 51671 0
[pid=22048/tid=22091] ppid=22033 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22048/task/22091/stat : 22091 (python) S 22033 22033 20058 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538726216 317427712 5771 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604459014192000 0 0 -1 1 0 0 0
[pid=22058] ppid=22033 vsize=320244 CPUtime=2.09 cores=1,3,5,7
/proc/22058/stat : 22058 (python) S 22033 22033 20058 0 -1 4202560 1173 0 0 0 114 95 0 0 15 0 2 0 538670221 327929856 5775 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22058/statm: 80061 5775 400 364 0 15967 0
[pid=22060] ppid=22058 vsize=207432 CPUtime=816.29 cores=1,3,5,7
/proc/22060/stat : 22060 (march_hi) R 22058 22060 22060 0 -1 4202496 35370 0 0 0 81622 7 0 0 25 0 1 0 538670222 212410368 35104 33554432000 4194304 4955518 140734120958384 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22060/statm: 51858 35104 106 186 0 51671 0
[pid=22058/tid=22094] ppid=22033 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22058/task/22094/stat : 22094 (python) S 22033 22033 20058 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538733703 327929856 5775 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604455616200832 0 0 -1 3 0 0 0
[pid=22064] ppid=22033 vsize=330500 CPUtime=1.34 cores=1,3,5,7
/proc/22064/stat : 22064 (python) S 22033 22033 20058 0 -1 4202560 1179 0 0 0 71 63 0 0 15 0 2 0 538674532 338432000 5798 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22064/statm: 82625 5798 400 364 0 18528 0
[pid=22066] ppid=22064 vsize=141132 CPUtime=582.42 cores=1,3,5,7
/proc/22066/stat : 22066 (march_hi) T 22064 22066 22066 0 -1 4202496 26017 0 0 0 58237 5 0 0 25 0 1 0 538674532 144519168 25751 33554432000 4194304 4955518 140736171338384 18446744073709551615 4237736 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22066/statm: 35283 25751 106 186 0 35096 0
[pid=22064/tid=22090] ppid=22033 vsize=330500 CPUtime=0 cores=1,3,5,7
/proc/22064/task/22090/stat : 22090 (python) S 22033 22033 20058 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538726205 338432000 5798 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604465760780608 0 0 -1 7 0 0 0
[pid=22115] ppid=22033 vsize=340996 CPUtime=0.7 cores=1,3,5,7
/proc/22115/stat : 22115 (python) S 22033 22033 20058 0 -1 4202560 1026 0 0 0 38 32 0 0 15 0 1 0 538744698 349179904 5813 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 9631774635875860743 0 0 17 3 0 0 0
/proc/22115/statm: 85249 5813 371 364 0 21149 0
[pid=22117] ppid=22115 vsize=93560 CPUtime=388.98 cores=1,3,5,7
/proc/22117/stat : 22117 (march_hi) R 22115 22117 22117 0 -1 4202496 18278 0 0 0 38894 4 0 0 25 0 1 0 538744699 95805440 18011 33554432000 4194304 4955518 140733775821952 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22117/statm: 23390 18011 106 186 0 23203 0
[pid=22033/tid=22040] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22040/stat : 22040 (python) S 22031 22033 20058 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 8 0 538659699 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 7 0 0 0
[pid=22033/tid=22043] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22043/stat : 22043 (python) S 22031 22033 20058 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 8 0 538659702 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22045] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22045/stat : 22045 (python) S 22031 22033 20058 0 -1 4202560 18 931 0 0 0 0 0 0 18 0 8 0 538659705 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22049] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22049/stat : 22049 (python) S 22031 22033 20058 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 538659708 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22059] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22059/stat : 22059 (python) S 22031 22033 20058 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 8 0 538670222 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22065] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22065/stat : 22065 (python) S 22031 22033 20058 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 538674532 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22116] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22116/stat : 22116 (python) S 22031 22033 20058 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 538744699 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3434.24
Current children cumulated vsize (KiB) 5356512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.11 6.72 8.13 7/261 22130
/proc/meminfo: memFree=22815608/32951124 swapFree=67111524/67111528
[pid=22033] ppid=22031 vsize=351240 CPUtime=0.9 cores=1,3,5,7
/proc/22033/stat : 22033 (python) S 22031 22033 20058 0 -1 4202496 15726 931 1 0 77 13 0 0 18 0 8 0 538659619 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22033/statm: 87810 7334 1888 364 0 23710 0
[pid=22039] ppid=22033 vsize=288792 CPUtime=0.17 cores=1,3,5,7
/proc/22039/stat : 22039 (python) S 22033 22033 20058 0 -1 4202560 1092 0 0 0 9 8 0 0 19 0 2 0 538659699 295723008 5631 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22039/statm: 72198 5631 410 364 0 8116 0
[pid=22041] ppid=22039 vsize=1017800 CPUtime=99.31 cores=1,3,5,7
/proc/22041/stat : 22041 (gnovelty+2) T 22039 22041 22041 0 -1 4202496 441 0 0 0 9931 0 0 0 25 0 1 0 538659699 1042227200 180 33554432000 134512640 135663704 4292795856 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22041/statm: 254450 180 113 282 0 254166 0
[pid=22039/tid=22057] ppid=22033 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/22039/task/22057/stat : 22057 (python) S 22033 22033 20058 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538670219 295723008 5631 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604467105998016 0 0 -1 7 0 0 0
[pid=22042] ppid=22033 vsize=289340 CPUtime=0.26 cores=1,3,5,7
/proc/22042/stat : 22042 (python) S 22033 22033 20058 0 -1 4202560 1095 0 0 0 12 14 0 0 19 0 2 0 538659701 296284160 5746 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22042/statm: 72335 5746 400 364 0 8250 0
[pid=22046] ppid=22042 vsize=1017800 CPUtime=99.98 cores=1,3,5,7
/proc/22046/stat : 22046 (gnovelty+2) T 22042 22046 22046 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 538659705 1042227200 181 33554432000 134512640 135663704 4290118112 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22046/statm: 254450 181 113 282 0 254166 0
[pid=22042/tid=22063] ppid=22033 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22042/task/22063/stat : 22063 (python) S 22033 22033 20058 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538674529 296284160 5746 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604458764870656 0 0 -1 7 0 0 0
[pid=22044] ppid=22033 vsize=299124 CPUtime=2.37 cores=1,3,5,7
/proc/22044/stat : 22044 (python) S 22033 22033 20058 0 -1 4202560 1167 0 0 0 128 109 0 0 15 0 2 0 538659704 306302976 5647 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22044/statm: 74781 5647 400 364 0 10693 0
[pid=22047] ppid=22044 vsize=141132 CPUtime=649.51 cores=1,3,5,7
/proc/22047/stat : 22047 (march_hi) R 22044 22047 22047 0 -1 4202496 28956 0 0 0 64945 6 0 0 25 0 1 0 538659707 144519168 28692 33554432000 4194304 4955518 140736736399104 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22047/statm: 35283 28692 106 186 0 35096 0
[pid=22044/tid=22122] ppid=22033 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22044/task/22122/stat : 22122 (python) S 22033 22033 20058 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 538757304 306302976 5647 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604463485188032 0 0 -1 1 0 0 0
[pid=22048] ppid=22033 vsize=309988 CPUtime=2.37 cores=1,3,5,7
/proc/22048/stat : 22048 (python) S 22033 22033 20058 0 -1 4202560 1184 0 0 0 127 110 0 0 15 0 2 0 538659708 317427712 5771 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22048/statm: 77497 5771 400 364 0 13406 0
[pid=22050] ppid=22048 vsize=207432 CPUtime=874.07 cores=1,3,5,7
/proc/22050/stat : 22050 (march_hi) R 22048 22050 22050 0 -1 4202496 37716 0 0 0 87398 9 0 0 25 0 1 0 538659708 212410368 37448 33554432000 4194304 4955518 140737048147232 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22050/statm: 51858 37448 106 186 0 51671 0
[pid=22048/tid=22091] ppid=22033 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22048/task/22091/stat : 22091 (python) S 22033 22033 20058 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538726216 317427712 5771 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604459014192000 0 0 -1 1 0 0 0
[pid=22058] ppid=22033 vsize=320244 CPUtime=2.19 cores=1,3,5,7
/proc/22058/stat : 22058 (python) S 22033 22033 20058 0 -1 4202560 1173 0 0 0 120 99 0 0 15 0 2 0 538670221 327929856 5775 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22058/statm: 80061 5775 400 364 0 15967 0
[pid=22060] ppid=22058 vsize=207432 CPUtime=844.97 cores=1,3,5,7
/proc/22060/stat : 22060 (march_hi) R 22058 22060 22060 0 -1 4202496 36505 0 0 0 84489 8 0 0 25 0 1 0 538670222 212410368 36239 33554432000 4194304 4955518 140734120958384 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22060/statm: 51858 36239 106 186 0 51671 0
[pid=22058/tid=22094] ppid=22033 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22058/task/22094/stat : 22094 (python) S 22033 22033 20058 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538733703 327929856 5775 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604455616200832 0 0 -1 3 0 0 0
[pid=22064] ppid=22033 vsize=330500 CPUtime=1.34 cores=1,3,5,7
/proc/22064/stat : 22064 (python) S 22033 22033 20058 0 -1 4202560 1179 0 0 0 71 63 0 0 15 0 2 0 538674532 338432000 5798 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22064/statm: 82625 5798 400 364 0 18528 0
[pid=22066] ppid=22064 vsize=141132 CPUtime=582.42 cores=1,3,5,7
/proc/22066/stat : 22066 (march_hi) T 22064 22066 22066 0 -1 4202496 26017 0 0 0 58237 5 0 0 25 0 1 0 538674532 144519168 25751 33554432000 4194304 4955518 140736171338384 18446744073709551615 4237736 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22066/statm: 35283 25751 106 186 0 35096 0
[pid=22064/tid=22090] ppid=22033 vsize=330500 CPUtime=0 cores=1,3,5,7
/proc/22064/task/22090/stat : 22090 (python) S 22033 22033 20058 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538726205 338432000 5798 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 514 18446604465760780608 0 0 -1 7 0 0 0
[pid=22115] ppid=22033 vsize=340996 CPUtime=0.78 cores=1,3,5,7
/proc/22115/stat : 22115 (python) S 22033 22033 20058 0 -1 4202560 1026 0 0 0 43 35 0 0 15 0 1 0 538744698 349179904 5813 33554432000 4194304 5683644 140737334968720 18446744073709551615 212687695430 0 0 16781312 514 9631774635875860743 0 0 17 3 0 0 0
/proc/22115/statm: 85249 5813 371 364 0 21149 0
[pid=22117] ppid=22115 vsize=93560 CPUtime=446.5 cores=1,3,5,7
/proc/22117/stat : 22117 (march_hi) R 22115 22117 22117 0 -1 4202496 20542 0 0 0 44645 5 0 0 25 0 1 0 538744699 95805440 20275 33554432000 4194304 4955518 140733775821952 18446744073709551615 4297061 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22117/statm: 23390 20275 106 186 0 23203 0
[pid=22033/tid=22040] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22040/stat : 22040 (python) S 22031 22033 20058 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 8 0 538659699 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 7 0 0 0
[pid=22033/tid=22043] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22043/stat : 22043 (python) S 22031 22033 20058 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 8 0 538659702 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22045] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22045/stat : 22045 (python) S 22031 22033 20058 0 -1 4202560 18 931 0 0 0 0 0 0 18 0 8 0 538659705 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22049] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22049/stat : 22049 (python) S 22031 22033 20058 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 538659708 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22059] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22059/stat : 22059 (python) S 22031 22033 20058 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 8 0 538670222 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22065] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22065/stat : 22065 (python) S 22031 22033 20058 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 538674532 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
[pid=22033/tid=22116] ppid=22031 vsize=351240 CPUtime=0 cores=1,3,5,7
/proc/22033/task/22116/stat : 22116 (python) S 22031 22033 20058 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 538744699 359669760 7334 33554432000 4194304 5683644 140737334968720 18446744073709551615 212699498929 0 0 16781312 2 18446604467105999808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3607.14
Current children cumulated vsize (KiB) 5356512

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 22033 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=778881
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 0.919859
# while last known CPU time is 3607.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 3607.14
CPU user time (s): 3602.3
CPU system time (s): 4.84
CPU usage (%): 277.461
Max. virtual memory (cumulated for all children) (KiB): 5356512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.778881
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16658
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= 2882
involuntary context switches= 40

runsolver used 3.05553 second user time and 7.06693 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-01 19:23:39
IDJOB=3317633
IDBENCH=83098
IDSOLVER=1705
FILE ID=node139/3317633-1304270619
RUNJOBID= node139-1304267280-20077
PBS_JOBID= 13173940
Free space on /tmp= 72984 MiB

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

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

MD5SUM BENCH= 26e1db2f130e6076b57fb074a1167d5e
RANDOM SEED=1603849426

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23328776 kB
Buffers:       2082708 kB
Cached:        6146184 kB
SwapCached:          4 kB
Active:        2262788 kB
Inactive:      6817768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23328776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31884 kB
Writeback:           0 kB
AnonPages:      850840 kB
Mapped:          27176 kB
Slab:           464324 kB
PageTables:      17508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35420392 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= 72984 MiB
End job on node139 at 2011-05-01 19:45:21