Trace number 3317465

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-random? (TO) 4800.29 1203.06

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
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.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3317465-1304269775.cnf
0.35/0.68	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.43/0.70	c INFO: computed clause balance statistics
0.43/0.76	c INFO: computed variable balance statistics
0.53/0.80	c INFO: computed small-clause counts
0.53/0.80	c INFO: computed Horn-clause counts
0.53/0.80	c INFO: computed variable graph statistics
0.53/0.80	c INFO: collected features for HOME/instance-3317465-1304269775.cnf in 0.12 s
0.53/0.83	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.62)
0.53/0.86	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.53/0.89	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.33)
0.62/0.92	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.30)
400.32/101.02	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.27)
400.32/101.07	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.24)
1952.29/489.79	c INFO: running march_hi@100 for 97 with 4310 remaining (b = 0.05)
1960.68/491.89	c INFO: running march_hi@0 for 291 with 4308 remaining (b = 0.15)
2336.80/586.09	c INFO: running march_hi@587 for 97 with 4214 remaining (b = 0.08)
2355.58/590.75	c INFO: running march_hi@487 for 194 with 4209 remaining (b = 0.12)
2359.99/591.90	c INFO: running march_hi@100 for 97 with 4208 remaining (b = 0.06)
2736.10/686.04	c INFO: running march_hi@0 for 485 with 4114 remaining (b = 0.21)
2753.64/690.46	c INFO: running march_hi@199 for 194 with 4110 remaining (b = 0.11)
3121.75/782.60	c INFO: running march_hi@1075 for 291 with 4018 remaining (b = 0.15)
3139.30/787.02	c INFO: running march_hi@96 for 291 with 4013 remaining (b = 0.14)
3514.67/881.02	c INFO: running march_hi@391 for 97 with 3919 remaining (b = 0.06)
3909.94/980.01	c INFO: running march_hi@489 for 97 with 3820 remaining (b = 0.05)
4280.86/1072.95	c INFO: running march_hi@0 for 485 with 3727 remaining (b = 0.20)
4295.60/1076.66	c INFO: running march_hi@285 for 194 with 3724 remaining (b = 0.10)
4307.97/1079.79	c INFO: running march_hi@1369 for 776 with 3720 remaining (b = 0.31)
4685.69/1174.38	c INFO: running march_hi@97 for 291 with 3626 remaining (b = 0.12)

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-3317465-1304269775/watcher-3317465-1304269775 -o /tmp/evaluation-result-3317465-1304269775/solver-3317465-1304269775 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317465-1304269775.cnf -seed 1844673773 -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: 8.11 8.11 7.51 6/258 22401
/proc/meminfo: memFree=27584148/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/22401/stat : 22401 (python) R 22399 22401 21419 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 617208013 15749120 695 33554432000 4194304 5683644 140737054855072 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22401/statm: 3845 695 334 364 0 332 0

[startup+0.021568 s]
/proc/loadavg: 8.11 8.11 7.51 6/258 22401
/proc/meminfo: memFree=27584148/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=16236 CPUtime=0.01 cores=1,3,5,7
/proc/22401/stat : 22401 (python) R 22399 22401 21419 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 617208013 16625664 921 33554432000 4194304 5683644 140737054855072 18446744073709551615 4870042 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22401/statm: 4059 921 381 364 0 546 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16236

[startup+0.100555 s]
/proc/loadavg: 8.11 8.11 7.51 6/258 22401
/proc/meminfo: memFree=27584148/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=85616 CPUtime=0.06 cores=1,3,5,7
/proc/22401/stat : 22401 (python) R 22399 22401 21419 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 617208013 87670784 2347 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458109063 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22401/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.300515 s]
/proc/loadavg: 8.11 8.11 7.51 6/258 22401
/proc/meminfo: memFree=27584148/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/22401/stat : 22401 (python) R 22399 22401 21419 0 -1 4202496 5965 934 1 0 14 5 0 0 17 0 1 0 617208013 139005952 4151 33554432000 4194304 5683644 140737054855072 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22401/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700454 s]
/proc/loadavg: 8.11 8.11 7.51 6/258 22401
/proc/meminfo: memFree=27584148/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=278524 CPUtime=0.43 cores=1,3,5,7
/proc/22401/stat : 22401 (python) R 22399 22401 21419 0 -1 4202496 9355 934 1 0 32 11 0 0 15 0 1 0 617208013 285208576 7023 33554432000 4194304 5683644 140737054855072 18446744073709551615 47798117326440 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22401/statm: 69631 7023 1820 364 0 5555 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278524

[startup+1.50125 s]
/proc/loadavg: 7.86 8.06 7.49 9/271 22418
/proc/meminfo: memFree=27544596/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=320232 CPUtime=0.64 cores=1,3,5,7
/proc/22401/stat : 22401 (python) S 22399 22401 21419 0 -1 4202496 12401 934 1 0 53 11 0 0 24 0 5 0 617208013 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22401/statm: 80058 7255 1881 364 0 15967 0
[pid=22407] ppid=22401 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/22407/stat : 22407 (python) S 22401 22401 21419 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 617208097 285233152 5570 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085903 0 0 16781312 514 17784582166752002047 0 0 17 5 0 0 0
/proc/22407/statm: 69637 5570 354 364 0 5555 0
[pid=22409] ppid=22407 vsize=1017800 CPUtime=0.65 cores=1,3,5,7
/proc/22409/stat : 22409 (gnovelty+2) R 22407 22409 22409 0 -1 4202496 442 0 0 0 65 0 0 0 21 0 1 0 617208097 1042227200 181 33554432000 134512640 135663704 4290004752 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22409/statm: 254450 181 113 282 0 254166 0
[pid=22410] ppid=22401 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22410/stat : 22410 (python) S 22401 22401 21419 0 -1 4202560 746 0 0 0 0 0 0 0 19 0 1 0 617208100 296284160 5693 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 5239880171502174207 0 0 17 7 0 0 0
/proc/22410/statm: 72335 5693 348 364 0 8250 0
[pid=22412] ppid=22410 vsize=1017800 CPUtime=0.63 cores=1,3,5,7
/proc/22412/stat : 22412 (gnovelty+2) R 22410 22412 22412 0 -1 4202496 442 0 0 0 63 0 0 0 22 0 1 0 617208100 1042227200 180 33554432000 134512640 135663704 4289289312 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22412/statm: 254450 180 113 282 0 254166 0
[pid=22413] ppid=22401 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22413/stat : 22413 (python) S 22401 22401 21419 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 617208103 306302976 5594 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 5204322790093619199 0 0 17 5 0 0 0
/proc/22413/statm: 74781 5594 348 364 0 10693 0
[pid=22415] ppid=22413 vsize=1860 CPUtime=0.6 cores=1,3,5,7
/proc/22415/stat : 22415 (march_hi) R 22413 22415 22415 0 -1 4202496 553 0 0 0 60 0 0 0 25 0 1 0 617208103 1904640 292 33554432000 4194304 4955518 140736506508752 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22415/statm: 465 292 106 186 0 278 0
[pid=22416] ppid=22401 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22416/stat : 22416 (python) S 22401 22401 21419 0 -1 4202560 759 0 0 0 0 0 0 0 21 0 1 0 617208106 317427712 5718 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 1725415223252189444 0 0 17 7 0 0 0
/proc/22416/statm: 77497 5718 348 364 0 13406 0
[pid=22418] ppid=22416 vsize=1860 CPUtime=0.56 cores=1,3,5,7
/proc/22418/stat : 22418 (march_hi) R 22416 22418 22418 0 -1 4202496 552 0 0 0 56 0 0 0 25 0 1 0 617208106 1904640 289 33554432000 4194304 4955518 140733477113520 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22418/statm: 465 289 106 186 0 278 0
[pid=22401/tid=22408] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22408/stat : 22408 (python) S 22399 22401 21419 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 617208097 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 5 0 0 0
[pid=22401/tid=22411] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22411/stat : 22411 (python) S 22399 22401 21419 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 617208100 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22414] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22414/stat : 22414 (python) S 22399 22401 21419 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 617208103 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22417] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22417/stat : 22417 (python) S 22399 22401 21419 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 617208106 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3536552

[startup+3.10096 s]
/proc/loadavg: 7.86 8.06 7.49 9/271 22418
/proc/meminfo: memFree=27542860/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=320232 CPUtime=0.64 cores=1,3,5,7
/proc/22401/stat : 22401 (python) S 22399 22401 21419 0 -1 4202496 12401 934 1 0 53 11 0 0 24 0 5 0 617208013 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22401/statm: 80058 7255 1881 364 0 15967 0
[pid=22407] ppid=22401 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/22407/stat : 22407 (python) S 22401 22401 21419 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 617208097 285233152 5570 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085903 0 0 16781312 514 17784582166751969540 0 0 17 5 0 0 0
/proc/22407/statm: 69637 5570 354 364 0 5555 0
[pid=22409] ppid=22407 vsize=1017800 CPUtime=2.25 cores=1,3,5,7
/proc/22409/stat : 22409 (gnovelty+2) R 22407 22409 22409 0 -1 4202496 442 0 0 0 225 0 0 0 25 0 1 0 617208097 1042227200 181 33554432000 134512640 135663704 4290004752 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22409/statm: 254450 181 113 282 0 254166 0
[pid=22410] ppid=22401 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22410/stat : 22410 (python) S 22401 22401 21419 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 617208100 296284160 5693 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 5239880171502141704 0 0 17 7 0 0 0
/proc/22410/statm: 72335 5693 348 364 0 8250 0
[pid=22412] ppid=22410 vsize=1017800 CPUtime=2.23 cores=1,3,5,7
/proc/22412/stat : 22412 (gnovelty+2) R 22410 22412 22412 0 -1 4202496 442 0 0 0 223 0 0 0 25 0 1 0 617208100 1042227200 180 33554432000 134512640 135663704 4289289312 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22412/statm: 254450 180 113 282 0 254166 0
[pid=22413] ppid=22401 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22413/stat : 22413 (python) S 22401 22401 21419 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 617208103 306302976 5594 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 639669481055944965 0 0 17 5 0 0 0
/proc/22413/statm: 74781 5594 348 364 0 10693 0
[pid=22415] ppid=22413 vsize=2456 CPUtime=2.19 cores=1,3,5,7
/proc/22415/stat : 22415 (march_hi) R 22413 22415 22415 0 -1 4202496 701 0 0 0 219 0 0 0 25 0 1 0 617208103 2514944 422 33554432000 4194304 4955518 140736506508752 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22415/statm: 614 422 106 186 0 427 0
[pid=22416] ppid=22401 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22416/stat : 22416 (python) S 22401 22401 21419 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 617208106 317427712 5718 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 5239872474920747268 0 0 17 7 0 0 0
/proc/22416/statm: 77497 5718 348 364 0 13406 0
[pid=22418] ppid=22416 vsize=2456 CPUtime=2.14 cores=1,3,5,7
/proc/22418/stat : 22418 (march_hi) R 22416 22418 22418 0 -1 4202496 698 0 0 0 214 0 0 0 25 0 1 0 617208106 2514944 417 33554432000 4194304 4955518 140733477113520 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22418/statm: 614 417 106 186 0 427 0
[pid=22401/tid=22408] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22408/stat : 22408 (python) S 22399 22401 21419 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 617208097 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 5 0 0 0
[pid=22401/tid=22411] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22411/stat : 22411 (python) S 22399 22401 21419 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 617208100 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22414] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22414/stat : 22414 (python) S 22399 22401 21419 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 617208103 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22417] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22417/stat : 22417 (python) S 22399 22401 21419 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 617208106 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 3537744

[startup+6.30136 s]
/proc/loadavg: 7.87 8.06 7.50 9/271 22418
/proc/meminfo: memFree=27538516/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=320232 CPUtime=0.64 cores=1,3,5,7
/proc/22401/stat : 22401 (python) S 22399 22401 21419 0 -1 4202496 12401 934 1 0 53 11 0 0 24 0 5 0 617208013 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22401/statm: 80058 7255 1881 364 0 15967 0
[pid=22407] ppid=22401 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/22407/stat : 22407 (python) S 22401 22401 21419 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 617208097 285233152 5593 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085903 0 0 16781312 514 17784582166751969540 0 0 17 5 0 0 0
/proc/22407/statm: 69637 5593 377 364 0 5555 0
[pid=22409] ppid=22407 vsize=1017800 CPUtime=5.46 cores=1,3,5,7
/proc/22409/stat : 22409 (gnovelty+2) R 22407 22409 22409 0 -1 4202496 442 0 0 0 546 0 0 0 25 0 1 0 617208097 1042227200 181 33554432000 134512640 135663704 4290004752 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22409/statm: 254450 181 113 282 0 254166 0
[pid=22410] ppid=22401 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22410/stat : 22410 (python) S 22401 22401 21419 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 617208100 296284160 5716 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 5239880171502141704 0 0 17 7 0 0 0
/proc/22410/statm: 72335 5716 371 364 0 8250 0
[pid=22412] ppid=22410 vsize=1017800 CPUtime=5.43 cores=1,3,5,7
/proc/22412/stat : 22412 (gnovelty+2) R 22410 22412 22412 0 -1 4202496 442 0 0 0 543 0 0 0 25 0 1 0 617208100 1042227200 180 33554432000 134512640 135663704 4289289312 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22412/statm: 254450 180 113 282 0 254166 0
[pid=22413] ppid=22401 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22413/stat : 22413 (python) S 22401 22401 21419 0 -1 4202560 918 0 0 0 0 0 0 0 15 0 1 0 617208103 306302976 5617 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 639669481055944965 0 0 17 5 0 0 0
/proc/22413/statm: 74781 5617 371 364 0 10693 0
[pid=22415] ppid=22413 vsize=3308 CPUtime=5.37 cores=1,3,5,7
/proc/22415/stat : 22415 (march_hi) R 22413 22415 22415 0 -1 4202496 873 0 0 0 537 0 0 0 25 0 1 0 617208103 3387392 594 33554432000 4194304 4955518 140736506508752 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22415/statm: 827 594 106 186 0 640 0
[pid=22416] ppid=22401 vsize=309988 CPUtime=0.01 cores=1,3,5,7
/proc/22416/stat : 22416 (python) S 22401 22401 21419 0 -1 4202560 928 0 0 0 1 0 0 0 15 0 1 0 617208106 317427712 5741 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 1725415223252189444 0 0 17 7 0 0 0
/proc/22416/statm: 77497 5741 371 364 0 13406 0
[pid=22418] ppid=22416 vsize=3308 CPUtime=5.3 cores=1,3,5,7
/proc/22418/stat : 22418 (march_hi) R 22416 22418 22418 0 -1 4202496 868 0 0 0 530 0 0 0 25 0 1 0 617208106 3387392 587 33554432000 4194304 4955518 140733477113520 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22418/statm: 827 587 106 186 0 640 0
[pid=22401/tid=22408] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22408/stat : 22408 (python) S 22399 22401 21419 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 617208097 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 5 0 0 0
[pid=22401/tid=22411] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22411/stat : 22411 (python) S 22399 22401 21419 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 617208100 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22414] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22414/stat : 22414 (python) S 22399 22401 21419 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 617208103 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22417] ppid=22399 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22417/stat : 22417 (python) S 22399 22401 21419 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 617208106 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 3539448

[startup+12.7012 s]
/proc/loadavg: 7.88 8.06 7.50 9/271 22419
/proc/meminfo: memFree=27533520/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=320232 CPUtime=0.64 cores=1,3,5,7
/proc/22401/stat : 22401 (python) S 22399 22401 21419 0 -1 4202496 12401 934 1 0 53 11 0 0 24 0 5 0 617208013 327917568 7255 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22401/statm: 80058 7255 1881 364 0 15967 0
[pid=22407] ppid=22401 vsize=278548 CPUtime=0.02 cores=1,3,5,7
/proc/22407/stat : 22407 (python) S 22401 22401 21419 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 617208097 285233152 5593 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085903 0 0 16781312 514 16714529474846097668 0 0 17 5 0 0 0
/proc/22407/statm: 69637 5593 377 364 0 5555 0
[pid=22409] ppid=22407 vsize=1017800 CPUtime=11.86 cores=1,3,5,7
/proc/22409/stat : 22409 (gnovelty+2) R 22407 22409 22409 0 -1 4202496 442 0 0 0 1186 0 0 0 25 0 1 0 617208097 1042227200 181 33554432000 134512640 135663704 4290004752 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22409/statm: 254450 181 113 282 0 254166 0
[pid=22410] ppid=22401 vsize=289340 CPUtime=0.01 cores=1,3,5,7

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

/proc/22415/stat : 22415 (march_hi) R 22413 22415 22415 0 -1 4202496 49157 0 0 0 117394 9 0 0 25 0 1 0 617208103 219529216 48878 33554432000 4194304 4955518 140736506508752 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22415/statm: 53596 48878 106 186 0 53409 0
[pid=22413/tid=22674] ppid=22401 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22413/task/22674/stat : 22674 (python) S 22401 22401 21419 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617257200 306302976 5647 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604462714353664 0 0 -1 5 0 0 0
[pid=22416] ppid=22401 vsize=309988 CPUtime=1.9 cores=1,3,5,7
/proc/22416/stat : 22416 (python) S 22401 22401 21419 0 -1 4202560 1179 0 0 0 104 86 0 0 15 0 2 0 617208106 317427712 5771 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22416/statm: 77497 5771 400 364 0 13406 0
[pid=22418] ppid=22416 vsize=214384 CPUtime=1075.76 cores=1,3,5,7
/proc/22418/stat : 22418 (march_hi) R 22416 22418 22418 0 -1 4202496 45720 0 0 0 107564 12 0 0 25 0 1 0 617208106 219529216 45439 33554432000 4194304 4955518 140733477113520 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22418/statm: 53596 45439 106 186 0 53409 0
[pid=22416/tid=22673] ppid=22401 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22416/task/22673/stat : 22673 (python) S 22401 22401 21419 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617256990 317427712 5771 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604467017598016 0 0 -1 7 0 0 0
[pid=22469] ppid=22401 vsize=320244 CPUtime=1.71 cores=1,3,5,7
/proc/22469/stat : 22469 (python) S 22401 22401 21419 0 -1 4202560 1190 0 0 0 96 75 0 0 15 0 2 0 617218116 327929856 5775 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22469/statm: 80061 5775 400 364 0 15967 0
[pid=22472] ppid=22469 vsize=214384 CPUtime=974.13 cores=1,3,5,7
/proc/22472/stat : 22472 (march_hi) T 22469 22472 22472 0 -1 4202496 41722 0 0 0 97405 8 0 0 25 0 1 0 617218117 219529216 41440 33554432000 4194304 4955518 140734969381088 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22472/statm: 53596 41440 106 186 0 53409 0
[pid=22469/tid=22680] ppid=22401 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22469/task/22680/stat : 22680 (python) S 22401 22401 21419 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617267200 327929856 5775 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604471144168512 0 0 -1 3 0 0 0
[pid=22473] ppid=22401 vsize=330252 CPUtime=1.19 cores=1,3,5,7
/proc/22473/stat : 22473 (python) S 22401 22401 21419 0 -1 4202560 1183 0 0 0 65 54 0 0 15 0 2 0 617218120 338178048 5717 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22473/statm: 82563 5717 400 364 0 18466 0
[pid=22475] ppid=22473 vsize=141232 CPUtime=680.33 cores=1,3,5,7
/proc/22475/stat : 22475 (march_hi) T 22473 22475 22475 0 -1 4202496 30083 0 0 0 68026 7 0 0 25 0 1 0 617218120 144621568 29800 33554432000 4194304 4955518 140736289035024 18446744073709551615 4297510 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22475/statm: 35308 29800 106 186 0 35121 0
[pid=22473/tid=22679] ppid=22401 vsize=330252 CPUtime=0 cores=1,3,5,7
/proc/22473/task/22679/stat : 22679 (python) S 22401 22401 21419 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617267086 338178048 5717 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604471129485568 0 0 -1 1 0 0 0
[pid=22684] ppid=22401 vsize=340936 CPUtime=0.88 cores=1,3,5,7
/proc/22684/stat : 22684 (python) S 22401 22401 21419 0 -1 4202560 1235 0 0 0 50 38 0 0 15 0 2 0 617276618 349118464 5834 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22684/statm: 85234 5834 406 364 0 21134 0
[pid=22686] ppid=22684 vsize=97032 CPUtime=494.59 cores=1,3,5,7
/proc/22686/stat : 22686 (march_hi) R 22684 22686 22686 0 -1 4202496 22403 0 0 0 49456 3 0 0 25 0 1 0 617276618 99360768 22118 33554432000 4194304 4955518 140734327506816 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22686/statm: 24258 22118 106 186 0 24071 0
[pid=22684/tid=22711] ppid=22401 vsize=340936 CPUtime=0 cores=1,3,5,7
/proc/22684/task/22711/stat : 22711 (python) S 22401 22401 21419 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 617325448 349118464 5834 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604457216033024 0 0 -1 5 0 0 0
[pid=22705] ppid=22401 vsize=351192 CPUtime=0.21 cores=1,3,5,7
/proc/22705/stat : 22705 (python) S 22401 22401 21419 0 -1 4202560 1032 0 0 0 11 10 0 0 15 0 1 0 617315309 359620608 5821 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 16714529474846097669 0 0 17 3 0 0 0
/proc/22705/statm: 87798 5821 377 364 0 23695 0
[pid=22707] ppid=22705 vsize=28828 CPUtime=109.09 cores=1,3,5,7
/proc/22707/stat : 22707 (march_hi) R 22705 22707 22707 0 -1 4202496 6000 0 0 0 10908 1 0 0 25 0 1 0 617315309 29519872 5713 33554432000 4194304 4955518 140733457105424 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22707/statm: 7207 5713 106 186 0 7020 0
[pid=22401/tid=22408] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22408/stat : 22408 (python) S 22399 22401 21419 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 9 0 617208097 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 5 0 0 0
[pid=22401/tid=22411] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22411/stat : 22411 (python) S 22399 22401 21419 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 617208100 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22414] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22414/stat : 22414 (python) S 22399 22401 21419 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 617208103 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22417] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22417/stat : 22417 (python) S 22399 22401 21419 0 -1 4202560 42 934 0 0 0 0 0 0 18 0 9 0 617208106 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22470] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22470/stat : 22470 (python) S 22399 22401 21419 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 617218116 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 3 0 0 0
[pid=22401/tid=22474] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22474/stat : 22474 (python) S 22399 22401 21419 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 617218120 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22685] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22685/stat : 22685 (python) S 22399 22401 21419 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 617276618 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22706] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22706/stat : 22706 (python) S 22399 22401 21419 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 617315309 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.63
Current children cumulated vsize (KiB) 5837148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.22 8.14 7.94 10/292 22712
/proc/meminfo: memFree=26456244/32951124 swapFree=67111348/67111528
[pid=22401] ppid=22399 vsize=361436 CPUtime=1.13 cores=1,3,5,7
/proc/22401/stat : 22401 (python) S 22399 22401 21419 0 -1 4202496 16751 934 1 0 100 13 0 0 18 0 9 0 617208013 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22401/statm: 90359 7348 1890 364 0 26256 0
[pid=22407] ppid=22401 vsize=288792 CPUtime=0.16 cores=1,3,5,7
/proc/22407/stat : 22407 (python) S 22401 22401 21419 0 -1 4202560 1093 0 0 0 9 7 0 0 19 0 2 0 617208097 295723008 5631 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22407/statm: 72198 5631 410 364 0 8116 0
[pid=22409] ppid=22407 vsize=1017800 CPUtime=100.15 cores=1,3,5,7
/proc/22409/stat : 22409 (gnovelty+2) T 22407 22409 22409 0 -1 4202496 442 0 0 0 10015 0 0 0 25 0 1 0 617208097 1042227200 181 33554432000 134512640 135663704 4290004752 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22409/statm: 254450 181 113 282 0 254166 0
[pid=22407/tid=22468] ppid=22401 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/22407/task/22468/stat : 22468 (python) S 22401 22401 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617218113 295723008 5631 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604465643423552 0 0 -1 5 0 0 0
[pid=22410] ppid=22401 vsize=289340 CPUtime=0.16 cores=1,3,5,7
/proc/22410/stat : 22410 (python) S 22401 22401 21419 0 -1 4202560 1092 0 0 0 8 8 0 0 19 0 2 0 617208100 296284160 5746 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22410/statm: 72335 5746 400 364 0 8250 0
[pid=22412] ppid=22410 vsize=1017800 CPUtime=100.17 cores=1,3,5,7
/proc/22412/stat : 22412 (gnovelty+2) T 22410 22412 22412 0 -1 4202496 442 0 0 0 10017 0 0 0 25 0 1 0 617208100 1042227200 180 33554432000 134512640 135663704 4289289312 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22412/statm: 254450 180 113 282 0 254166 0
[pid=22410/tid=22471] ppid=22401 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/22410/task/22471/stat : 22471 (python) S 22401 22401 21419 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 617218117 296284160 5746 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604467017599808 0 0 -1 7 0 0 0
[pid=22413] ppid=22401 vsize=299124 CPUtime=2.08 cores=1,3,5,7
/proc/22413/stat : 22413 (python) S 22401 22401 21419 0 -1 4202560 1173 0 0 0 114 94 0 0 15 0 2 0 617208103 306302976 5647 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22413/statm: 74781 5647 400 364 0 10693 0
[pid=22415] ppid=22413 vsize=214384 CPUtime=1194.66 cores=1,3,5,7
/proc/22415/stat : 22415 (march_hi) R 22413 22415 22415 0 -1 4202496 49936 0 0 0 119457 9 0 0 25 0 1 0 617208103 219529216 49657 33554432000 4194304 4955518 140736506508752 18446744073709551615 4297137 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22415/statm: 53596 49657 106 186 0 53409 0
[pid=22413/tid=22674] ppid=22401 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/22413/task/22674/stat : 22674 (python) S 22401 22401 21419 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617257200 306302976 5647 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604462714353664 0 0 -1 5 0 0 0
[pid=22416] ppid=22401 vsize=309988 CPUtime=1.93 cores=1,3,5,7
/proc/22416/stat : 22416 (python) S 22401 22401 21419 0 -1 4202560 1179 0 0 0 106 87 0 0 15 0 2 0 617208106 317427712 5771 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22416/statm: 77497 5771 400 364 0 13406 0
[pid=22418] ppid=22416 vsize=214384 CPUtime=1096.47 cores=1,3,5,7
/proc/22418/stat : 22418 (march_hi) R 22416 22418 22418 0 -1 4202496 46429 0 0 0 109635 12 0 0 25 0 1 0 617208106 219529216 46148 33554432000 4194304 4955518 140733477113520 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22418/statm: 53596 46148 106 186 0 53409 0
[pid=22416/tid=22673] ppid=22401 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/22416/task/22673/stat : 22673 (python) S 22401 22401 21419 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617256990 317427712 5771 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604467017598016 0 0 -1 7 0 0 0
[pid=22469] ppid=22401 vsize=320244 CPUtime=1.71 cores=1,3,5,7
/proc/22469/stat : 22469 (python) S 22401 22401 21419 0 -1 4202560 1190 0 0 0 96 75 0 0 15 0 2 0 617218116 327929856 5775 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22469/statm: 80061 5775 400 364 0 15967 0
[pid=22472] ppid=22469 vsize=214384 CPUtime=974.13 cores=1,3,5,7
/proc/22472/stat : 22472 (march_hi) T 22469 22472 22472 0 -1 4202496 41722 0 0 0 97405 8 0 0 25 0 1 0 617218117 219529216 41440 33554432000 4194304 4955518 140734969381088 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22472/statm: 53596 41440 106 186 0 53409 0
[pid=22469/tid=22680] ppid=22401 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22469/task/22680/stat : 22680 (python) S 22401 22401 21419 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617267200 327929856 5775 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604471144168512 0 0 -1 3 0 0 0
[pid=22473] ppid=22401 vsize=330252 CPUtime=1.19 cores=1,3,5,7
/proc/22473/stat : 22473 (python) S 22401 22401 21419 0 -1 4202560 1183 0 0 0 65 54 0 0 15 0 2 0 617218120 338178048 5717 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22473/statm: 82563 5717 400 364 0 18466 0
[pid=22475] ppid=22473 vsize=141232 CPUtime=680.33 cores=1,3,5,7
/proc/22475/stat : 22475 (march_hi) T 22473 22475 22475 0 -1 4202496 30083 0 0 0 68026 7 0 0 25 0 1 0 617218120 144621568 29800 33554432000 4194304 4955518 140736289035024 18446744073709551615 4297510 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22475/statm: 35308 29800 106 186 0 35121 0
[pid=22473/tid=22679] ppid=22401 vsize=330252 CPUtime=0 cores=1,3,5,7
/proc/22473/task/22679/stat : 22679 (python) S 22401 22401 21419 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617267086 338178048 5717 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604471129485568 0 0 -1 1 0 0 0
[pid=22684] ppid=22401 vsize=340936 CPUtime=0.91 cores=1,3,5,7
/proc/22684/stat : 22684 (python) S 22401 22401 21419 0 -1 4202560 1235 0 0 0 51 40 0 0 15 0 2 0 617276618 349118464 5834 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22684/statm: 85234 5834 406 364 0 21134 0
[pid=22686] ppid=22684 vsize=97032 CPUtime=515.1 cores=1,3,5,7
/proc/22686/stat : 22686 (march_hi) R 22684 22686 22686 0 -1 4202496 23214 0 0 0 51506 4 0 0 25 0 1 0 617276618 99360768 22929 33554432000 4194304 4955518 140734327506816 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22686/statm: 24258 22929 106 186 0 24071 0
[pid=22684/tid=22711] ppid=22401 vsize=340936 CPUtime=0 cores=1,3,5,7
/proc/22684/task/22711/stat : 22711 (python) S 22401 22401 21419 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 617325448 349118464 5834 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 514 18446604457216033024 0 0 -1 5 0 0 0
[pid=22705] ppid=22401 vsize=351192 CPUtime=0.24 cores=1,3,5,7
/proc/22705/stat : 22705 (python) S 22401 22401 21419 0 -1 4202560 1037 0 0 0 12 12 0 0 15 0 1 0 617315309 359620608 5821 33554432000 4194304 5683644 140737054855072 18446744073709551615 252458085958 0 0 16781312 514 1626643894705815813 0 0 17 3 0 0 0
/proc/22705/statm: 87798 5821 377 364 0 23695 0
[pid=22707] ppid=22705 vsize=29684 CPUtime=129.77 cores=1,3,5,7
/proc/22707/stat : 22707 (march_hi) R 22705 22707 22707 0 -1 4202496 6844 0 0 0 12976 1 0 0 25 0 1 0 617315309 30396416 6557 33554432000 4194304 4955518 140733457105424 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22707/statm: 7421 6557 106 186 0 7234 0
[pid=22401/tid=22408] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22408/stat : 22408 (python) S 22399 22401 21419 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 9 0 617208097 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 5 0 0 0
[pid=22401/tid=22411] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22411/stat : 22411 (python) S 22399 22401 21419 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 617208100 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22414] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22414/stat : 22414 (python) S 22399 22401 21419 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 617208103 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22417] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22417/stat : 22417 (python) S 22399 22401 21419 0 -1 4202560 42 934 0 0 0 0 0 0 18 0 9 0 617208106 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22470] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22470/stat : 22470 (python) S 22399 22401 21419 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 617218116 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 3 0 0 0
[pid=22401/tid=22474] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22474/stat : 22474 (python) S 22399 22401 21419 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 617218120 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22685] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22685/stat : 22685 (python) S 22399 22401 21419 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 617276618 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
[pid=22401/tid=22706] ppid=22399 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/22401/task/22706/stat : 22706 (python) S 22399 22401 21419 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 617315309 370110464 7348 33554432000 4194304 5683644 140737054855072 18446744073709551615 252469889457 0 0 16781312 2 18446604471125314432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 5838004

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

Real time (s): 1203.06
CPU time (s): 4800.29
CPU user time (s): 4795.98
CPU system time (s): 4.31
CPU usage (%): 399.007
Max. virtual memory (cumulated for all children) (KiB): 5838004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01885
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17689
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= 2971
involuntary context switches= 46

runsolver used 2.77258 second user time and 6.04108 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 19:09:35
IDJOB=3317465
IDBENCH=82930
IDSOLVER=1705
FILE ID=node111/3317465-1304269775
RUNJOBID= node111-1304267292-21438
PBS_JOBID= 13173967
Free space on /tmp= 72496 MiB

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

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=1844673773

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27584180 kB
Buffers:       1052068 kB
Cached:        2497024 kB
SwapCached:          0 kB
Active:        1707212 kB
Inactive:      3186348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27584180 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31864 kB
Writeback:           0 kB
AnonPages:     1344568 kB
Mapped:          25892 kB
Slab:           394112 kB
PageTables:      18016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 29240292 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= 72460 MiB
End job on node111 at 2011-05-01 19:29:40